summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2015-01-20import: port pull-raw to helper tools implemented for pull-tarLennart Poettering
2015-01-20util: make http url validity checks more generic, and move them to util.cLennart Poettering
2015-01-19networkd: netdev - add ipvlan supportTom Gundersen
2015-01-19nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering
2015-01-19machined: refer to the disk space allocated for an image to "usage" rather th...Lennart Poettering
2015-01-19qcow2: when dissecting qcow2, use btrfs clone ioctls for reflinking blocks to...Lennart Poettering
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering
2015-01-18Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek
2015-01-18Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek
2015-01-18util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez
2015-01-17missing: add macros for OFD locksMichael Marineau
2015-01-15nspawn,machined: change default container image location from /var/lib/contai...Lennart Poettering
2015-01-15import: rename "gpt" disk image type to "raw"Lennart Poettering
2015-01-14nspawn: add file system locks for controlling access to container imagesLennart Poettering
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