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