Age | Commit message (Expand) | Author |
2014-04-05 | journal: fix export of messages containing newlines | Zbigniew Jędrzejewski-Szmek |
2014-03-25 | time: support @ syntax for denoting times since the UNIX epoch 1970-1-1 | Lennart Poettering |
2014-03-25 | util: consider both fuse.glusterfs and glusterfs network file systems | Lennart Poettering |
2014-03-25 | ask-password: modernizations | Lennart Poettering |
2014-03-25 | ask-password: when the user types a overly long password, beep and refuse | Lennart Poettering |
2014-03-24 | core: remove tcpwrap support | Lennart Poettering |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-21 | libsystemd-network: move network-utils from src/shared | Tom Gundersen |
2014-03-21 | sd-ipv4ll/networkd: generate predictable addresses | Umut Tezduyar Lindskog |
2014-03-21 | missing: add more compat for old kernels and loop devices | Lennart Poettering |
2014-03-19 | core: Beef up PrivateDevices= | Lennart Poettering |
2014-03-19 | missing: define LO_FLAGS_PARTSCAN if it is missing | Lennart Poettering |
2014-03-19 | util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ... | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-17 | build-sys: move sd-login src/login → src/libsystemd/sd-login | Lennart Poettering |
2014-03-17 | activate: export make_socket_fd | Zbigniew Jędrzejewski-Szmek |
2014-03-17 | shared: export is_dir | Zbigniew Jędrzejewski-Szmek |
2014-03-16 | Use strlen even for constant strings | Josh Triplett |
2014-03-14 | timedated: use builtins for integer log and exp | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | utmp-wtmp: allow overriding username on wall | Sebastian Thorarensen |
2014-03-14 | util: add hexdump() call to create pretty hexdumps of data | Lennart Poettering |
2014-03-14 | gpt: introduce root partition type GUIDs for ARM 32bit + ARM 64bit | Lennart Poettering |
2014-03-14 | shared: add root argument to search_and_fopen | Michael Marineau |
2014-03-14 | logind: automatically remove SysV + POSIX IPC objects when the users owning t... | Lennart Poettering |
2014-03-13 | systemctl: suppress duplicate newline if there's not log output in "systemctl... | Lennart Poettering |
2014-03-13 | gpt-auto-generator: honour read-only and no-auto flag from GPT data | Lennart Poettering |
2014-03-12 | macro: make sure we can use IN_SET() also with complex function calls as firs... | Lennart Poettering |
2014-03-12 | util: Make in_charset a static inline in util.h | Josh Triplett |
2014-03-12 | util: Rewrite in_charset to use strspn | Josh Triplett |
2014-03-11 | systemctl: for switch-root check, if we switch to a systemd init | Harald Hoyer |
2014-03-11 | util: add files_same() helper function | Harald Hoyer |
2014-03-11 | nspawn: when resoliving UIDs/GIDs for "-u", do so in forked off /usr/bin/gete... | Lennart Poettering |
2014-03-10 | nspawn: add --image= switch to boot GPT disk images that follow the Discovera... | Lennart Poettering |
2014-03-07 | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack |
2014-03-07 | gpt-auto-generator: automatically find the root disk of the system | Lennart Poettering |
2014-03-07 | udev-builtin-blkid: when we find a GPT partition marked as root disk on the s... | Lennart Poettering |
2014-03-07 | fstab-generator: merge /proc/cmdline parsing loops into one | Lennart Poettering |
2014-03-06 | strv: set _printf_ on strv_extendf | Thomas Hindoe Paaboel Andersen |
2014-03-06 | util: move more intellegince into parse_proc_cmdline() | Lennart Poettering |
2014-03-06 | unit-name: modernizations | Lennart Poettering |
2014-03-06 | util: add timeout to generator execution | Lennart Poettering |
2014-03-06 | generators: rework mount generators | Lennart Poettering |
2014-03-05 | systemd-run: make sure --nice=, --uid=, --gid=, --setenv= also work in --scop... | Lennart Poettering |
2014-03-05 | strv: add new STR_IN_SET() macro that operates similar to IN_SET() but for st... | Lennart Poettering |
2014-03-05 | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering |
2014-03-04 | architecture: Add cris | Umut Tezduyar Lindskog |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-03-04 | Do not print invalid UTF-8 in error messages | Zbigniew Jędrzejewski-Szmek |
2014-03-04 | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek |
2014-03-03 | conf-parser: minor optimization in config_parse_string() | Lennart Poettering |