summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2015-01-14pty: minor modernizationLennart Poettering
2015-01-14machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering
2015-01-14util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering
2015-01-14ptyfw: add missing error checkLennart Poettering
2015-01-13networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering
2015-01-13fw-util: fix errno typo for !HAVE_LIBIPTCDaniel Mack
2015-01-13networkd: add minimal IP forwarding and masquerading support to .network filesLennart Poettering
2015-01-13shared: add minimal firewall manipulation helpers for establishing NAT rules,...Lennart Poettering
2015-01-11fstab-util: fix priority parsing and add testZbigniew Jędrzejewski-Szmek
2015-01-11shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek
2015-01-11Support negated fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11fstab-util: detect out-of-range pri= assignmentsZbigniew Jędrzejewski-Szmek
2015-01-11Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek
2015-01-11shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek
2015-01-11path-lookup: allow /run to override /etc in generator searchZbigniew Jędrzejewski-Szmek
2015-01-11Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek
2015-01-11Simplify execute_directory()Zbigniew Jędrzejewski-Szmek
2015-01-11log: fix log_full_errno() with custom facilitiesDavid Herrmann
2015-01-09logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering
2015-01-08machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering
2015-01-08loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering
2015-01-08path-util: plug leakTom Gundersen
2015-01-08journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering
2015-01-07util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering
2015-01-07conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering
2015-01-07ptyfwd: simplify how we handle vhangups a bitLennart Poettering
2015-01-07btrfs-util: rework how we iterate through the results of the TREE_SEARCH resultsLennart Poettering
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering
2015-01-07util: make use of kcmp() to compare fds, if it is availableLennart Poettering
2015-01-07util: don't fail recursive bind mounting if we cannot read the mount flags fr...Lennart Poettering
2015-01-06journald: whenever we rotate a file, btrfs defrag itLennart Poettering
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering
2015-01-05path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov
2015-01-05util: Do not clear parent mount flags when setting up namespacesTopi Miettinen
2015-01-05util: Fix signedness error in lines(), match implementationsColin Walters
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering
2015-01-05nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering
2015-01-01missing: add __NR_renameat2Zbigniew Jędrzejewski-Szmek
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-30macro: add DIV_ROUND_UP()David Herrmann
2014-12-29capability: use /proc/sys/kernel/cap_last_capDavid Herrmann
2014-12-28util: treat -1 as special size in format_bytes()Lennart Poettering
2014-12-28machined: add support for reporting image size via btrfs quotaLennart Poettering
2014-12-28tmpfiles: add new line type 'v' for creating btrfs subvolumesLennart Poettering
2014-12-28machinectl/machined: implement "rename", "clone", "read-only" verbs for machi...Lennart Poettering
2014-12-28machined: add "machinectl remove" for removing imagesLennart Poettering
2014-12-28machined: Move image discovery logic into src/shared, so that we can make use...Lennart Poettering