Age | Commit message (Expand) | Author |
2015-07-11 | logind: some firmware implementations remove OsIndications if it is unset | Lennart Poettering |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-03 | sd-bus: introduce new sd_bus_flush_close_unref() call | Lennart Poettering |
2015-06-25 | install: explicitly return 0 on success | Michal Sekletar |
2015-06-23 | install: fix bad memory access | Lennart Poettering |
2015-06-17 | acl-util: various smaller fixes to parse_acl() | Lennart Poettering |
2015-06-17 | logs-show: print a debug message when we skip entries without MESSAGE= fields | Lennart Poettering |
2015-06-17 | Merge pull request #263 from kaysievers/wip | Kay Sievers |
2015-06-17 | watchdog: Don't require WDIOC_SETOPTIONS/WDIOS_ENABLECARD | Jean Delvare |
2015-06-17 | turn kdbus support into a runtime option | Kay Sievers |
2015-06-15 | Merge pull request #214 from poettering/signal-rework-2 | Lennart Poettering |
2015-06-15 | everywhere: port everything to sigprocmask_many() and friends | Lennart Poettering |
2015-06-15 | util: when creating temporary file names, allow including extra id string in it | Lennart Poettering |
2015-06-15 | firewall: rename fw-util.[ch] → firewall-util.[ch] | Daniel Mack |
2015-06-11 | build-sys: split internal basic/ library from shared/ | Kay Sievers |
2015-06-11 | Merge pull request #6 from xnox/drop-name | Lennart Poettering |
2015-06-10 | shared: add convenience function for validating dns names | Nick Owens |
2015-06-10 | resolve: move dns routines into shared | Nick Owens |
2015-06-10 | util: introduce CMSG_FOREACH() macro and make use of it everywhere | Lennart Poettering |
2015-06-10 | tree-wide: whenever we fork off a foreign child process reset signal mask/han... | Lennart Poettering |
2015-06-10 | signal-util: modernize and share more code | Lennart Poettering |
2015-06-09 | path-util: Fix path_is_mount_point for parent mount points in symlink mode | Martin Pitt |
2015-06-09 | util:bind_remount_recursive(): handle return 0 of set_consume() | Harald Hoyer |
2015-06-09 | Revert "util:bind_remount_recursive() fix "use after free"" | Harald Hoyer |
2015-06-08 | tree-wide: remove spurious space | Thomas Hindoe Paaboel Andersen |
2015-06-08 | util:bind_remount_recursive() fix "use after free" | Harald Hoyer |
2015-06-03 | fstab-generator: cescape device name in root-fsck service | Andrei Borzenkov |
2015-06-03 | util: fix another cunescape() regression | Daniel Mack |
2015-06-02 | Merge pull request #12 from systemd-mailing-devs/1433236104-9967-1-git-send-e... | Tom Gundersen |
2015-06-02 | shared: Drop 'name=' prefix from SYSTEMD_CGROUP_CONTROLLER define. | Dimitri John Ledkov |
2015-06-02 | random-util: guard including sys/auxv.h with the corresponding ifdef check | Michael Olbrich |
2015-06-02 | missing: add more btrfs defines | Michael Olbrich |
2015-05-30 | conf-parser: parsing error logs should show a type not a vartype | Ronny Chevalier |
2015-05-29 | util: split out signal-util.[ch] from util.[ch] | Lennart Poettering |
2015-05-29 | path-util: Change path_is_mount_point() symlink arg from bool to flags | Martin Pitt |
2015-05-29 | path-util: Fix path_is_mount_point for files | Martin Pitt |
2015-05-27 | missing: add more IFLA_VXLAN_* defines | Michael Olbrich |
2015-05-26 | treewide: fix typos | Torstein Husebø |
2015-05-24 | shared: generator - correct path to systemd-fsck | Mike Gilbert |
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering |
2015-05-21 | util: an array with one entry is always ordered | Lennart Poettering |
2015-05-21 | util: introduce PERSONALITY_INVALID as macro for 0xffffffffLU | Lennart Poettering |
2015-05-21 | nspawn: finish user namespace support | Lennart Poettering |
2015-05-20 | json: avoid cleanup of unitialized variable | Zbigniew Jędrzejewski-Szmek |
2015-05-20 | util: introduce reset_uid_gid() for resetting all uids and gids to 0 | Lennart Poettering |
2015-05-20 | core,nspawn: unify code that moves the root dir | Lennart Poettering |
2015-05-19 | bootctl: modernization | Zbigniew Jędrzejewski-Szmek |
2015-05-19 | json: fix a mem leak | Thomas Hindoe Paaboel Andersen |
2015-05-19 | shared/json: Added DOM-like JSON parser | Pavel Odvody |