summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2013-12-14util: port last code over to new namespace utility callsLennart Poettering
2013-12-14util: when joining a namespace make sure to reset all uids to 0 afterLennart Poettering
2013-12-14bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering
2013-12-12shared: Add struct sockaddr_ll to sockaddr_unionPatrik Flykt
2013-12-12log: protect errno when we use assert_return()Lennart Poettering
2013-12-12shared: add missing includeMarc-Antoine Perennou
2013-12-11Do not log all assert_return failuresZbigniew Jędrzejewski-Szmek
2013-12-11journald: cache cgroup root path, instead of querying it on every incoming lo...Lennart Poettering
2013-12-11journal: add ability to browse journals of running OS containersLennart Poettering
2013-12-11service: clean up watchdog logic a bitLennart Poettering
2013-12-11ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.Luke Shumaker
2013-12-11ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.Luke Shumaker
2013-12-10hashmap: make gcc shut up on old glibcs that lack getauxval()Lennart Poettering
2013-12-10util: check for overflow in greedy_realloc()Lennart Poettering
2013-12-10macro: log assertion at debug level in assert_return()Lennart Poettering
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek
2013-12-05util: fix misuse of memcmpYuxuan Shui
2013-12-03trivial coding style clean upsThomas Hindoe Paaboel Andersen
2013-12-03macro: better make IN_SET() macro use const arraysLennart Poettering
2013-12-03bus: add generator that turns old dbus1 activation files into .busname + .ser...Lennart Poettering
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering
2013-12-02macro: add a macro to test whether a value is in a specified listLennart Poettering
2013-12-01util: add greedy_realloc0()David Herrmann
2013-11-30fix regression of read_full_file() in fileio.cShawn Landden
2013-11-30systemctl: add "systemctl cat"Shawn Landden
2013-12-01util.c: check if return value from ttyname_r is > 0 instead of != 0Thomas Hindoe Paaboel Andersen
2013-11-30macro.h: fix typo in commentThomas Hindoe Paaboel Andersen
2013-11-30bus: include unique and well known names in credentials objectLennart Poettering
2013-11-28virt: split detect_vm into separate functionsZbigniew Jędrzejewski-Szmek
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-28util: fix handling of trailing whitespace in split_quoted()Lennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-25conf-parser: fix memory realloc errorYin Kangkai
2013-11-25shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ...Lennart Poettering
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-25swap: split state machine state ACTIVATING into twoLennart Poettering
2013-11-25udev: net_setup_link - don't use Description as AliasTom Gundersen
2013-11-22systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering
2013-11-22build-sys: move more files from core/ to share/ that are generic enoughLennart Poettering
2013-11-22macro: fix problem with __LINE__ macro expansionLukasz Skalski
2013-11-22macro: fix assert_cc() fallbackDavid Herrmann
2013-11-22bus: rework sd_bus_error APIsLennart Poettering
2013-11-21bus: add API calls to escape string components of objects pathsLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-20hashmap: be a bit more conservative with pre-allocating hash tables and itemsLennart Poettering
2013-11-20install: when determining where default.target points to, accept a file inste...Lennart Poettering
2013-11-20calendar: support 'yearly' and 'annually' names the same way as cronLennart Poettering
2013-11-20hwclock: modernizationsLennart Poettering
2013-11-20macro: add _unlikely_() to assert_return()Lennart Poettering
2013-11-20macro: change assert_cc() so that it can appear outside of functionsLennart Poettering