summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Prep v238: Uncomment now needed headers and unmask now needed functions in sr...Sven Eden2018-06-05
* Prep v238: Uncomment now needed headers and unmask now needed functions in sr...Sven Eden2018-06-05
* Prep v238: Uncomment now needed headers and unmask now needed functions in sr...Sven Eden2018-06-05
* Prep v238: Remove obsolete sources and add missing new ones.Sven Eden2018-06-05
* Prep v238: Fixed meson.build files in src/shared and src/testSven Eden2018-06-04
* Prep v238: Applied some upstream updates to src/libelogind (5/5)Sven Eden2018-06-04
* Prep v238: Applied some upstream updates to src/core (4/5)Sven Eden2018-06-04
* Prep v238: Applied some upstream updates to src/basic (3/5)Sven Eden2018-06-04
* login: remember that fds received from PID1 need to be removed eventuallyAlan Jenkins2018-05-30
* login: fix FDNAME in call to sd_pid_notify_with_fds()Alan Jenkins2018-05-30
* fd-util: drop stdio_unset_cloexec(), it's not used anymoreLennart Poettering2018-05-30
* sd-bus: let's better not invade stdio territory when duplicating fdsLennart Poettering2018-05-30
* tree-wide: port various places over to use new rearrange_stdio()Lennart Poettering2018-05-30
* terminal-util: port some generic code over to rearrange_stdio()Lennart Poettering2018-05-30
* fd-util: add new call rearrange_stdio()Lennart Poettering2018-05-30
* coccinelle: add reallocarray() coccinelle scriptLennart Poettering2018-05-30
* Organize the ANSI codes and add missing colorsAlexander F Rødseth2018-05-30
* logind: fix typo in commentLennart Poettering2018-05-30
* logind: open device if neededLennart Poettering2018-05-30
* logind: cast away return value we don't care aboutLennart Poettering2018-05-30
* logind: voidify a function we never check the return value ofLennart Poettering2018-05-30
* mount-setup: change bpf mount mode to 0700 (#8334)Lennart Poettering2018-05-30
* Remove /sbin from paths if split-bin is false (#8324)Zbigniew Jędrzejewski-Szmek2018-05-30
* procfs-util: drop unnecessary zero initializations (#8321)Lennart Poettering2018-05-30
* basic/cgroup-util: simplify cg_get_keyed_attribute(), add testZbigniew Jędrzejewski-Szmek2018-05-30
* core: turn on memory/cpu/tasks accounting by default for the root sliceLennart Poettering2018-05-30
* core: hook up /proc queries for the root slice, tooLennart Poettering2018-05-30
* cgroup-util: rework cg_get_keyed_attribute() a bitLennart Poettering2018-05-30
* procfs-util: add APIs to get consumed CPU time and used memory from /procLennart Poettering2018-05-30
* core: don't process dbus unit and job queue when there are already too many m...Lennart Poettering2018-05-30
* sd-bus: add APIs to query the current read and write queue sizeLennart Poettering2018-05-30
* process-util: don't install atfork() handler more than onceLennart Poettering2018-05-30
* util: add new safe_close_above_stdio() wrapperLennart Poettering2018-05-30
* doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-05-30
* rules: add a missing comma in 70-uaccess.rules since it improves readabilityFranck Bui2018-05-30
* missing_syscall: add pkey_mprotect for ppc (#8292)Zbigniew Jędrzejewski-Szmek2018-05-30
* khash: try to detect broken AF_ALG support in centos kernelsLennart Poettering2018-05-30
* sd-login: make use of _cleanup_close_ where possibleLennart Poettering2018-05-30
* logind: make sure we don't trip up on half-initialized session devicesLennart Poettering2018-05-30
* logind: check file is device node before using .st_rdevLennart Poettering2018-05-30
* logind: let's pack a few struct fields we can packLennart Poettering2018-05-30
* logind: fd 0 is a valid fdLennart Poettering2018-05-30
* logind: let's reduce one level of indentationLennart Poettering2018-05-30
* logind: propagate the right error, don't make up ENOMEMLennart Poettering2018-05-30
* logind: rework sd_eviocrevoke()Lennart Poettering2018-05-30
* logind: trivial improvementsLennart Poettering2018-05-30
* basic/xattr-util: do not cast ssize_t to intZbigniew Jędrzejewski-Szmek2018-05-30
* basic/exec-util: use _exit() to return from childZbigniew Jędrzejewski-Szmek2018-05-30
* basic: shorten the code a bit in two placesZbigniew Jędrzejewski-Szmek2018-05-30
* tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279)Zbigniew Jędrzejewski-Szmek2018-05-30