Age | Commit message (Expand) | Author |
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 |
2013-12-05 | util: fix misuse of memcmp | Yuxuan Shui |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-12-01 | util: add greedy_realloc0() | David Herrmann |
2013-11-30 | systemctl: add "systemctl cat" | Shawn Landden |
2013-12-01 | util.c: check if return value from ttyname_r is > 0 instead of != 0 | Thomas Hindoe Paaboel Andersen |
2013-11-28 | bus: add new sd_bus_creds object to encapsulate process credentials | Lennart Poettering |
2013-11-28 | util: fix handling of trailing whitespace in split_quoted() | Lennart Poettering |
2013-11-27 | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering |
2013-11-25 | shutdown: during final killing spree also send SIGHUP in addition to SIGTERM ... | Lennart Poettering |
2013-11-21 | bus: add API calls to escape string components of objects paths | Lennart Poettering |
2013-11-18 | Remove duplicate includes | Karel Zak |
2013-11-13 | Resolve /dev/console to the active tty instead of just "tty0" | Olivier Brunel |
2013-11-08 | shutdown: unify handling of reboot() syscall a bit | Lennart Poettering |
2013-11-08 | Remove dead code and unexport some calls | Lennart Poettering |
2013-11-07 | util: add circle to special chars we can draw | Lennart Poettering |
2013-11-06 | util: unify reading of /proc/cmdline | Lennart Poettering |
2013-10-28 | udev: link-config - move naming policy from udev rules | Tom Gundersen |
2013-10-26 | typo fix in comment | Thomas Hindoe Paaboel Andersen |
2013-10-19 | kerne-command-line: introduce option 'systemd.restore_state' | Tom Gundersen |
2013-10-14 | shared/util: Fix glob_extend() argument | Bastien Nocera |