Age | Commit message (Expand) | Author |
2014-03-05 | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering |
2014-03-04 | logind: make $XDG_RUNTIME_DIR a per-user tmpfs | Lennart Poettering |
2014-03-02 | Disallow sizes with increasing unit size | Zbigniew Jędrzejewski-Szmek |
2014-03-02 | Allow fractional parts in disk sizes | Zbigniew Jędrzejewski-Szmek |
2014-02-23 | core: clean up some confusing regarding SI decimal and IEC binary suffixes fo... | Lennart Poettering |
2014-02-19 | util: simplify get_ctty() | Lennart Poettering |
2014-02-19 | make gcc shut up | 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-15 | util: fix mismatching function signature | Kay Sievers |
2014-02-14 | core: fix detection of dead processes | Yuxuan Shui |
2014-02-14 | shared: include root when canonicalizing conf paths | Michael Marineau |
2014-02-11 | util: modernize readlink_malloc() a bit | Lennart Poettering |
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-31 | use memzero(foo, length); for all memset(foo, 0, length); calls | Greg KH |
2014-01-28 | Base mkostemp_safe on mkostemp | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | Get rid of write_safe | Zbigniew Jędrzejewski-Szmek |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-28 | util: pick slightly safer open() flags when creating temporary files | Lennart Poettering |
2014-01-28 | util: pass original flags value to mkostemp(), in open_tmpfile() | Lennart Poettering |
2014-01-28 | util: simplify mkostemp_safe() | Lennart Poettering |
2014-01-28 | util: introduce new dev_urandom() call that is like random_bytes() but doesn'... | Lennart Poettering |
2014-01-28 | util: modernize loop_read() and loop_write() a bit | 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-27 | resolve: update sd-resolve to match the other APIs in style and functionality | Lennart Poettering |
2014-01-05 | shared: util.c: unify split and split_quoted | Simon Peeters |
2014-01-05 | util.c: use read_one_line_file where possible | Simon Peeters |
2014-01-05 | shared: procfs_file_alloca: handle pid==0 | Simon Peeters |
2013-12-24 | util: don't accept an empty peer label as valid | Lennart Poettering |
2013-12-24 | util: unify SO_PEERCRED/SO_PEERSEC invocations | Lennart Poettering |
2013-12-23 | util: when we try to read /proc/cmdline in a container, read /proc/1/cmdline ... | Lennart Poettering |
2013-12-22 | shared: switch our hash table implementation over to SipHash | Lennart Poettering |
2013-12-21 | util: replace readdir_r with readdir | 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 | util: no need for in_initrd() cache to be thread-local | Shawn Landden |
2013-12-17 | __thread --> thread_local for C11 compat | Shawn Landden |
2013-12-17 | bus: when entering an existing namespace to connect to a container's system b... | Lennart Poettering |
2013-12-16 | util: try harder to increase the send/recv buffers of sockets | Lennart Poettering |
2013-12-16 | core: refuse doing %h, %s, %U specifier resolving in PID 1 | Lennart Poettering |
2013-12-14 | util: when joining a namespace make sure to reset all uids to 0 after | Lennart Poettering |
2013-12-14 | bus: when connecting to a container's kdbus instance, enter namespace first | Lennart Poettering |
2013-12-10 | util: check for overflow in greedy_realloc() | Lennart Poettering |
2013-12-06 | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek |