summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2013-12-18udevadm: modernizationZbigniew Jędrzejewski-Szmek
2013-12-18Revert "ptyfwd: make master terminal attributes raw, too"Lennart Poettering
2013-12-18ptyfwd: make master terminal attributes raw, tooLennart Poettering
2013-12-18log: when we log to /dev/console and got disconnected (maybe due to vhangup) ...Lennart Poettering
2013-12-18log: don't reopen /dev/console each time we call log_open()Lennart Poettering
2013-12-18service: watch main pid even in final statesLennart Poettering
2013-12-18busctl: output a single sorted list of names, including activatable and activ...Lennart Poettering
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-12-17util: no need for in_initrd() cache to be thread-localShawn Landden
2013-12-17__thread --> thread_local for C11 compatShawn Landden
2013-12-17libsystemd-bus: true/false instead of yes/no in msg dumpLukasz Skalski
2013-12-16systemctl: highlight filenames in catZbigniew Jędrzejewski-Szmek
2013-12-17bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering
2013-12-16util: try harder to increase the send/recv buffers of socketsLennart Poettering
2013-12-16core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering
2013-12-15Fix a few signed/unsigned format string issuesZbigniew Jędrzejewski-Szmek
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