Age | Commit message (Expand) | Author |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-05-05 | timesyncd: lookup name server via sd-resolve, support IPv6, react to SIGINT/S... | Lennart Poettering |
2014-04-23 | delta: draw arrows with draw_special_char() | Lennart Poettering |
2014-04-21 | systemctl: delete REBOOT_PARAM_FILE if no parameter is specified | Michael Olbrich |
2014-04-21 | implement a union to pad out file_handle | Dave Reisner |
2014-04-12 | Unify GREEDY_REALLOC and GREEDY_REALLOC_T | Zbigniew Jędrzejewski-Szmek |
2014-03-24 | util: replace close_pipe() with new safe_close_pair() | Lennart Poettering |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-03-14 | timedated: use builtins for integer log and exp | Zbigniew Jędrzejewski-Szmek |
2014-03-14 | util: add hexdump() call to create pretty hexdumps of data | Lennart Poettering |
2014-03-14 | shared: add root argument to search_and_fopen | Michael Marineau |
2014-03-12 | util: Make in_charset a static inline in util.h | 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-07 | fstab-generator: merge /proc/cmdline parsing loops into one | Lennart Poettering |
2014-03-06 | util: move more intellegince into parse_proc_cmdline() | Lennart Poettering |
2014-03-06 | util: add timeout to generator execution | Lennart Poettering |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-02-25 | login: fix pos-array allocation | David Herrmann |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-19 | core: add Personality= option for units to set the personality for spawned pr... | Lennart Poettering |
2014-02-18 | nspawn: add new --personality= switch to make it easier to run 32bit containe... | Lennart Poettering |
2014-02-18 | util: generalize code that checks whether PIDs are alive or unwaited for | Lennart Poettering |
2014-02-17 | core: fixate show_status earlier, so that we actually print the welcome message | Lennart Poettering |
2014-02-17 | Extract looping over /proc/cmdline into a shared function | Zbigniew Jędrzejewski-Szmek |
2014-02-14 | Fix prototype of get_process_state | Zbigniew Jędrzejewski-Szmek |
2014-02-14 | core: fix detection of dead processes | Yuxuan Shui |
2014-02-11 | util: drop parse_user_at_host() since its unused now | Lennart Poettering |
2014-02-03 | conf-parser: warn when we open configuration files with weird access bits | Lennart Poettering |
2014-01-30 | util: add u32ctz() call for determining ctz of uint32_t | Lennart Poettering |
2014-01-28 | util: introduce new dev_urandom() call that is like random_bytes() but doesn'... | Lennart Poettering |
2014-01-27 | journal: guarantee async-signal-safety in sd_journald_sendv | Zbigniew Jędrzejewski-Szmek |
2014-01-27 | Replace mkostemp+unlink with open(O_TMPFILE) | Zbigniew Jędrzejewski-Szmek |
2014-01-22 | DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL string | Tom Gundersen |
2014-01-05 | shared: util.c: unify split and split_quoted | Simon Peeters |
2014-01-05 | shared: procfs_file_alloca: handle pid==0 | Simon Peeters |
2014-01-02 | Use format patterns for usec_t, pid_t, nsec_t, usec_t | Zbigniew Jędrzejewski-Szmek |
2013-12-26 | systemctl: allow globbing in commands which take multiple unit names | Zbigniew Jędrzejewski-Szmek |
2013-12-25 | bus: rename message "serial" to "cookie" | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | util: remove union dirent_storage | Florian Weimer |
2013-12-18 | service: watch main pid even in final states | Lennart Poettering |
2013-12-17 | _noreturn_ --> noreturn for C11 compat | Shawn Landden |
2013-12-17 | libsystemd-bus: true/false instead of yes/no in msg dump | Lukasz Skalski |
2013-12-16 | systemctl: highlight filenames in cat | Zbigniew Jędrzejewski-Szmek |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering |
2013-12-14 | bus: when connecting to a container's kdbus instance, enter namespace first | Lennart Poettering |
2013-12-01 | util: add greedy_realloc0() | David Herrmann |