chiark / gitweb /
manager: print warning on console before reboot
[elogind.git] / src / shared /
2014-10-27 Lennart Poetteringcalendarspec: parse 'quarterly' and 'semi-annually...
2014-10-27 Tom Gundersenshared: in-addr-utils - add default_subnet_mask and...
2014-10-27 Daniele Medricalendar: new case 'minutely'
2014-10-27 Michal Sekletarutil: fix copy-paste error and actually set the new...
2014-10-27 Michal Sekletarutil: introduce sethostname_idempotent
2014-10-25 Zbigniew Jędrzejew... systemctl: do not ignore errors in symlink removal
2014-10-25 Zbigniew Jędrzejew... calendarspec: fix typo in "annually"
2014-10-24 Lennart Poetteringtime: don't do comparison twice
2014-10-24 Lennart Poetteringtime: minor simplification
2014-10-24 Lennart Poetteringtime: earlier exit from format_timestamp_relative(...
2014-10-24 Lennart Poetteringtime: also support 'infinity' syntax in parse_nsec()
2014-10-24 Lennart Poetteringcalendar: make freeing a calendar spec object deal...
2014-10-23 Lennart Poetteringselinux: fix handling of relative paths when setting...
2014-10-23 Lennart Poetteringlabel: move is_dir() to util.c
2014-10-23 Lennart Poetteringlabel: unify code to make directories, symlinks
2014-10-23 Lennart Poetteringlabel: don't try to create labelled directories more...
2014-10-23 Lennart Poetteringselinux: clean up selinux label function naming
2014-10-23 Lennart Poetteringselinux: simplify and unify logging
2014-10-23 Lennart Poetteringselinux: rework label query APIs
2014-10-23 Lennart Poetteringsmack: we don't need the special labels exported, hence...
2014-10-23 Lennart Poetteringselinux: drop 3 unused function prototypes
2014-10-23 Lennart Poetteringsmack: rework SMACK label fixing code to follow more...
2014-10-23 Lennart Poetteringsmack: never follow symlinks when relabelling
2014-10-23 Lennart Poetteringsmack: rework smack APIs a bit
2014-10-23 Lennart Poetteringmac: rename all calls that apply a label mac_{selinux...
2014-10-23 Lennart Poetteringselinux: make use of cleanup gcc magic
2014-10-23 Michal Schmidthashmap: allow hashmap_move() to fail
2014-10-23 Michal Schmidtinstall, cgtop: adjust hashmap_move_one() callers for...
2014-10-23 Michal Schmidthashmap: introduce hashmap_reserve()
2014-10-23 Michal Schmidthashmap: return more information from resize_buckets()
2014-10-23 Michal Schmidtshared: split mempool implementation from hashmaps
2014-10-23 Michal Schmidtinstall: make InstallContext::{will_install,have_instal...
2014-10-23 Michal Schmidthashmap: drop assert(h) from hashmap_next()
2014-10-23 Michal Schmidthashmap: hashmap_move_one() should return -ENOENT when...
2014-10-23 Michal Schmidthashmap: add OrderedHashmap as a distinct type
2014-10-23 Lennart Poetteringmac: also rename use_{smack,selinux,apparmor}() calls...
2014-10-23 WaLyong Chomac: rename apis with mac_{selinux/smack}_ prefix
2014-10-23 WaLyong Cholabel: rearrange mandatory access control(MAC) apis
2014-10-23 Zbigniew Jędrzejew... shared/log: add log_trace as compile-time optional...
2014-10-23 Zbigniew Jędrzejew... socket-util: use IP address when hostname is not found
2014-10-23 Zbigniew Jędrzejew... systemd-upload: print paths in help()
2014-10-22 Lennart Poetteringmachine: validate machine names using machine_name_is_v...
2014-10-22 Lennart Poetteringresolved: simplify detection of packets from the loopba...
2014-10-21 Michal Schmidtstrv: use realloc_multiply() to check for multiplicatio...
2014-10-21 Lennart Poetteringstrv: add an additional overflow check when enlarging...
2014-10-20 Ronny Chevaliershared: remove unused functions
2014-10-20 Ronny Chevalierutil: avoid duplication of TIME_T_MAX
2014-10-17 Zbigniew Jędrzejew... systemd: continue switch-root even if umount fails
2014-10-17 Lukas Nykrynenvironment: append unit_id to error messages regarding...
2014-10-17 Zbigniew Jędrzejew... missing: remove fanotify
2014-10-15 Michal Sekletarselinux: fix potential double free crash in child process
2014-10-08 Thomas Hindoe Paab... util: avoid double close of fd
2014-10-08 Lennart Poetteringtime: functions named "internal" really shouldn't be...
2014-10-08 Lukas Nykrynsystemctl: add add-wants and add-requires verbs
2014-10-08 Lukas Nykrynunit: move UnitDependency to unit-name
2014-10-07 Jan Synacekcore: don't allow enabling if unit is masked
2014-10-05 Zbigniew Jędrzejew... build-sys: use linux/memfd.h if available
2014-10-05 David Sommersethask-password: Add --echo to enable echoing the user...
2014-10-03 David Herrmannpty: optimize read loop
2014-10-03 Zbigniew Jędrzejew... fileio-label: return error when writing fails
2014-10-03 Jan Synacekjournalctl: make --utc work everywhere
2014-10-02 Michal Sekletarvirt: detect that we are running inside the docker...
2014-10-02 Zbigniew Jędrzejew... Fix order and document user unit dirs
2014-10-02 Zbigniew Jędrzejew... Rename user_runtime to user_runtime_dir
2014-10-02 Steven Allenadd a transient user unit directory
2014-10-02 Jan Synacekjournalctl: add --utc option
2014-10-02 David Herrmannbarrier: fix up constructor error handling
2014-10-01 Thomas Hindoe Paab... Remove repeated includes
2014-10-01 Zbigniew Jędrzejew... shared: util - use nicer idiom to silence Coverity
2014-09-30 Tom Gundersenshared: util - use nicer idiom to silence Coverity
2014-09-29 Tom Gundersenutil: silence coverity
2014-09-29 Zbigniew Jędrzejew... Do not format USEC_INFINITY as NULL
2014-09-26 Emil Renner Berthingmake utmp/wtmp support configurable
2014-09-25 Tom Gundersenshared: path-util - try to make PATH_FORECH_PREFIX...
2014-09-25 Michal Sekletarlocalectl: print warning when there are options given...
2014-09-25 Michal Sekletarfileio: make parse_env_file() return number of parsed...
2014-09-23 Zbigniew Jędrzejew... Fix warning about unused variable with !SELINUX
2014-09-22 Emil Renner Berthingutil: avoid non-portable __WORDSIZE
2014-09-22 Zbigniew Jędrzejew... exit-status.c: bring EXIT_BUS_ENDPOINT label in line...
2014-09-22 David Herrmannutil: add alloca_align()
2014-09-19 Michal Sekletarsocket: introduce SELinuxContextFromNet option
2014-09-19 Tom Gundersenshared: wtmp-utmp - don't clear store_wtmp in utmp_put_...
2014-09-18 Emil Renner Berthingshared/sparse-endian.h: add missing byteswap.h include
2014-09-18 Emil Renner Berthingshared/label.h: add missing stdio.h include
2014-09-18 David Herrmannpty: include linux/ioctl.h for TIOCSIG
2014-09-18 Tom Gundersenshared: conf-parser - don't leak memory on error in...
2014-09-17 Tom Gundersenshared: conf-parser
2014-09-16 Thomas Hindoe Paab... util: remove a unnecessary check
2014-09-16 Andreas Henrikssonshared: fix resource leak in config_parse_default_instance
2014-09-16 Cristian Rodríguezmissing: memfd_create takes unsigned int flags in final...
2014-09-15 Michal Schmidthashmap: minor hashmap_replace optimization
2014-09-15 Michal Schmidthashmap, set: remove unused functions
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-08 Daniel Mackexit-status: add new exit code for custom endpoint...
2014-09-05 Daniel Mackexit-status: fix URL in comment
2014-09-04 Zbigniew Jędrzejew... localed: remove free_and_copy
2014-09-03 Lennart Poetteringbase-file-system: always generate error messages locally
2014-09-03 Harald Hoyerbase_filesystem_create: do not try to create "/root...
2014-08-31 Thomas Hindoe Paab... config-parser: fix mem leak
2014-08-31 Tom Gundersenmissing: add IFF_MULTI_QUEUE
next