2014-02-18 |
Lennart Poettering | util: generalize code that checks whether PIDs are... |
blob | commitdiff | raw |
2014-02-17 |
Lennart Poettering | core: fixate show_status earlier, so that we actually... |
blob | commitdiff | raw | diff to current |
2014-02-17 |
Zbigniew Jędrzejew... | Extract looping over /proc/cmdline into a shared function |
blob | commitdiff | raw | diff to current |
2014-02-15 |
Zbigniew Jędrzejew... | Fix prototype of get_process_state |
blob | commitdiff | raw | diff to current |
2014-02-15 |
Kay Sievers | util: fix mismatching function signature |
blob | commitdiff | raw | diff to current |
2014-02-15 |
Yuxuan Shui | core: fix detection of dead processes |
blob | commitdiff | raw | diff to current |
2014-02-13 |
Michael Marineau | shared: include root when canonicalizing conf paths |
blob | commitdiff | raw | diff to current |
2014-02-11 |
Lennart Poettering | util: modernize readlink_malloc() a bit |
blob | commitdiff | raw | diff to current |
2014-02-11 |
Lennart Poettering | util: drop parse_user_at_host() since its unused now |
blob | commitdiff | raw | diff to current |
2014-02-03 |
Lennart Poettering | conf-parser: warn when we open configuration files... |
blob | commitdiff | raw | diff to current |
2014-01-31 |
Greg KH | use memzero(foo, length); for all memset(foo, 0, length... |
blob | commitdiff | raw | diff to current |
2014-01-29 |
Zbigniew Jędrzejew... | Base mkostemp_safe on mkostemp |
blob | commitdiff | raw | diff to current |
2014-01-29 |
Zbigniew Jędrzejew... | Get rid of write_safe |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | always use the same code for creating temporary files |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | util: pick slightly safer open() flags when creating... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | util: pass original flags value to mkostemp(), in open_... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | util: simplify mkostemp_safe() |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | util: introduce new dev_urandom() call that is like... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Lennart Poettering | util: modernize loop_read() and loop_write() a bit |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Zbigniew Jędrzejew... | journal: guarantee async-signal-safety in sd_journald_sendv |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Zbigniew Jędrzejew... | Replace mkostemp+unlink with open(O_TMPFILE) |
blob | commitdiff | raw | diff to current |
2014-01-27 |
Lennart Poettering | resolve: update sd-resolve to match the other APIs... |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Simon Peeters | shared: util.c: unify split and split_quoted |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Simon Peeters | util.c: use read_one_line_file where possible |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Simon Peeters | shared: procfs_file_alloca: handle pid==0 |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Lennart Poettering | util: don't accept an empty peer label as valid |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Lennart Poettering | util: unify SO_PEERCRED/SO_PEERSEC invocations |
blob | commitdiff | raw | diff to current |
2013-12-23 |
Lennart Poettering | util: when we try to read /proc/cmdline in a container... |
blob | commitdiff | raw | diff to current |
2013-12-22 |
Lennart Poettering | shared: switch our hash table implementation over to... |
blob | commitdiff | raw | diff to current |
2013-12-21 |
Florian Weimer | util: replace readdir_r with readdir |
blob | commitdiff | raw | diff to current |
2013-12-18 |
Lennart Poettering | service: watch main pid even in final states |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Shawn Landden | _noreturn_ --> noreturn for C11 compat |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Shawn Landden | util: no need for in_initrd() cache to be thread-local |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Shawn Landden | __thread --> thread_local for C11 compat |
blob | commitdiff | raw | diff to current |
2013-12-17 |
Lennart Poettering | bus: when entering an existing namespace to connect... |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Lennart Poettering | util: try harder to increase the send/recv buffers... |
blob | commitdiff | raw | diff to current |
2013-12-16 |
Lennart Poettering | core: refuse doing %h, %s, %U specifier resolving in... |
blob | commitdiff | raw | diff to current |
2013-12-14 |
Lennart Poettering | util: when joining a namespace make sure to reset all... |
blob | commitdiff | raw | diff to current |
2013-12-14 |
Lennart Poettering | bus: when connecting to a container's kdbus instance... |
blob | commitdiff | raw | diff to current |
2013-12-10 |
Lennart Poettering | util: check for overflow in greedy_realloc() |
blob | commitdiff | raw | diff to current |
2013-12-07 |
Zbigniew Jędrzejew... | Get rid of our reimplementation of basename |
blob | commitdiff | raw | diff to current |
2013-12-06 |
Yuxuan Shui | util: fix misuse of memcmp |
blob | commitdiff | raw | diff to current |
2013-12-03 |
Thomas Hindoe Paab... | trivial coding style clean ups |
blob | commitdiff | raw | diff to current |
2013-12-01 |
David Herrmann | util: add greedy_realloc0() |
blob | commitdiff | raw | diff to current |
2013-12-01 |
Shawn Landden | systemctl: add "systemctl cat" |
blob | commitdiff | raw | diff to current |
2013-11-30 |
Thomas Hindoe Paab... | util.c: check if return value from ttyname_r is > 0... |
blob | commitdiff | raw | diff to current |
2013-11-28 |
Lennart Poettering | bus: add new sd_bus_creds object to encapsulate process... |
blob | commitdiff | raw | diff to current |
2013-11-28 |
Lennart Poettering | util: fix handling of trailing whitespace in split_quoted() |
blob | commitdiff | raw | diff to current |
2013-11-27 |
Lennart Poettering | service: add the ability for units to join other unit... |
blob | commitdiff | raw | diff to current |
2013-11-25 |
Lennart Poettering | shutdown: during final killing spree also send SIGHUP... |
blob | commitdiff | raw | diff to current |
2013-11-21 |
Lennart Poettering | bus: add API calls to escape string components of objec... |
blob | commitdiff | raw | diff to current |
2013-11-19 |
Karel Zak | Remove duplicate includes |
blob | commitdiff | raw | diff to current |
2013-11-14 |
Olivier Brunel | Resolve /dev/console to the active tty instead of just... |
blob | commitdiff | raw | diff to current |
2013-11-08 |
Lennart Poettering | shutdown: unify handling of reboot() syscall a bit |
blob | commitdiff | raw | diff to current |
2013-11-08 |
Lennart Poettering | Remove dead code and unexport some calls |
blob | commitdiff | raw | diff to current |
2013-11-07 |
Lennart Poettering | util: add circle to special chars we can draw |
blob | commitdiff | raw | diff to current |
2013-11-06 |
Lennart Poettering | util: unify reading of /proc/cmdline |
blob | commitdiff | raw | diff to current |
2013-10-28 |
Tom Gundersen | udev: link-config - move naming policy from udev rules |
blob | commitdiff | raw | diff to current |
2013-10-26 |
Thomas Hindoe Paab... | typo fix in comment |
blob | commitdiff | raw | diff to current |
2013-10-18 |
Tom Gundersen | kerne-command-line: introduce option 'systemd.restore_s... |
blob | commitdiff | raw | diff to current |
2013-10-14 |
Bastien Nocera | shared/util: Fix glob_extend() argument |
blob | commitdiff | raw | diff to current |
2013-10-13 |
Zbigniew Jędrzejew... | Modernization |
blob | commitdiff | raw | diff to current |
2013-10-13 |
Shawn Landden | util, utf8: make ellipsize take multi-byte characters... |
blob | commitdiff | raw | diff to current |
2013-10-06 |
Dave Reisner | shared/util: fix off-by-one error in tag_to_udev_node |
blob | commitdiff | raw | diff to current |
2013-10-02 |
Lennart Poettering | nspawn: always copy /etc/resolv.conf rather than bind... |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Lennart Poettering | hashmap: randomize hash functions a bit |
blob | commitdiff | raw | diff to current |
2013-10-01 |
Chen Jie | util.c: ignore pollfd.revent for loop_read/loop_write |
blob | commitdiff | raw | diff to current |
2013-09-29 |
Zbigniew Jędrzejew... | Fix buffer overrun when enumerating files |
blob | commitdiff | raw | diff to current |
2013-09-19 |
Dave Reisner | device-nodes: move device node specific code to own... |
blob | commitdiff | raw | diff to current |
2013-09-17 |
Dave Reisner | Use udev_encode_string in fstab_node_to_udev_node |
blob | commitdiff | raw | diff to current |
2013-09-13 |
Zbigniew Jędrzejew... | Advertise hibernation only if there's enough free swap |
blob | commitdiff | raw | diff to current |
2013-09-12 |
Zbigniew Jędrzejew... | Actually allow tabs in environment files |
blob | commitdiff | raw | diff to current |
2013-09-12 |
Zbigniew Jędrzejew... | Allow tabs in environment files |
blob | commitdiff | raw | diff to current |
2013-08-22 |
Kay Sievers | Optimize startswith() to macro |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Zbigniew Jędrzejew... | Rename F_TYPE_CMP() to F_TYPE_EQUAL() |
blob | commitdiff | raw | diff to current |
2013-08-11 |
Zbigniew Jędrzejew... | logs-show: limit to 3 lines and use dots if not showing... |
blob | commitdiff | raw | diff to current |
2013-07-18 |
Lennart Poettering | util: add split_pair() for splitting foo=bar strings |
blob | commitdiff | raw | diff to current |
2013-07-17 |
Lennart Poettering | util: make gcc shut up by passing a 0 mode param to... |
blob | commitdiff | raw | diff to current |
2013-07-17 |
Lennart Poettering | util: make some gcc versions shut up regarding unintial... |
blob | commitdiff | raw | diff to current |
2013-07-16 |
Harald Hoyer | util.c:is_locale_utf8(): check, if "C" was set on purpose |
blob | commitdiff | raw | diff to current |
2013-07-16 |
Shawn Landden | journal: add logging of effective capabilities _CAP_EFF... |
blob | commitdiff | raw | diff to current |
2013-07-15 |
Frederic Crozat | util: recognize 'ncp' as an alias to 'ncpfs' |
blob | commitdiff | raw | diff to current |
2013-07-03 |
Zbigniew Jędrzejew... | journald: drop (deleted) from _EXE= fields |
blob | commitdiff | raw | diff to current |
2013-06-10 |
Zbigniew Jędrzejew... | journalctl: allow the user to specify the file(s) to use |
blob | commitdiff | raw | diff to current |
2013-06-10 |
Zbigniew Jędrzejew... | Properly check for overflow in offsets |
blob | commitdiff | raw | diff to current |
2013-06-09 |
Daniel Wallace | Allow for the use of @ in remote host calls |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Zbigniew Jędrzejew... | systemctl: suggest 'systemctl daemon-reload' without... |
blob | commitdiff | raw | diff to current |
2013-05-07 |
Lennart Poettering | hostname: only suppress setting of pretty hostname... |
blob | commitdiff | raw | diff to current |
2013-05-06 |
Zbigniew Jędrzejew... | systemd-sleep: add support for freeze and standby |
blob | commitdiff | raw | diff to current |
2013-05-03 |
Zbigniew Jędrzejew... | Add __attribute__((const, pure, format)) in various... |
blob | commitdiff | raw | diff to current |
2013-04-30 |
Lennart Poettering | id128: when taking user input for a 128bit ID, validate... |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Lennart Poettering | util: rework safe_atod() to be locale-independent |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Zbigniew Jędrzejew... | core/killall: use procfs_file_alloca |
blob | commitdiff | raw | diff to current |
2013-04-19 |
Harald Hoyer | Reintroduce f_type comparison macro |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Harald Hoyer | Revert f_type fixups |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Harald Hoyer | move _cleanup_ attribute in front of the type |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Harald Hoyer | rename CMP_F_TYPE to F_TYPE_CMP |
blob | commitdiff | raw | diff to current |
2013-04-18 |
Harald Hoyer | Add ugly CMP_F_TYPE() macro |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Harald Hoyer | fixup for cddf148028f52 |
blob | commitdiff | raw | diff to current |
2013-04-17 |
Harald Hoyer | fixup 8c68a7017 and cast to (unsigned long) |
blob | commitdiff | raw | diff to current |
next |