chiark / gitweb /
util: generalize code that checks whether PIDs are alive or unwaited for
[elogind.git] / src / shared / util.h
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 Yuxuan Shuicore: fix detection of dead processes
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-30 Lennart Poetteringutil: add u32ctz() call for determining ctz of uint32_t
2014-01-28 Lennart Poetteringutil: introduce new dev_urandom() call that is like...
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-22 Tom GundersenDEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather...
2014-01-05 Simon Peetersshared: util.c: unify split and split_quoted
2014-01-05 Simon Peetersshared: procfs_file_alloca: handle pid==0
2014-01-03 Zbigniew Jędrzejew... Use format patterns for usec_t, pid_t, nsec_t, usec_t
2013-12-26 Zbigniew Jędrzejew... systemctl: allow globbing in commands which take multip...
2013-12-25 Lennart Poetteringbus: rename message "serial" to "cookie"
2013-12-24 Lennart Poetteringutil: unify SO_PEERCRED/SO_PEERSEC invocations
2013-12-22 Lennart Poetteringshared: switch our hash table implementation over to...
2013-12-21 Florian Weimerutil: remove union dirent_storage
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 Lukasz Skalskilibsystemd-bus: true/false instead of yes/no in msg...
2013-12-17 Zbigniew Jędrzejew... systemctl: highlight filenames in cat
2013-12-17 Lennart Poetteringbus: when entering an existing namespace to connect...
2013-12-16 Lennart Poetteringcore: refuse doing %h, %s, %U specifier resolving in...
2013-12-14 Lennart Poetteringbus: when connecting to a container's kdbus instance...
2013-12-01 David Herrmannutil: add greedy_realloc0()
2013-11-27 Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-22 Lennart Poetteringsystemctl: indicate in list-dependencies whether a...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
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-31 Lennart Poetteringmachinectl: add new command to spawn a getty inside...
2013-10-18 Tom Gundersenkerne-command-line: introduce option 'systemd.restore_s...
2013-10-16 Lennart Poetteringmacro: clean up usage of gcc attributes
2013-10-14 Lennart Poetteringutil: allow trailing semicolons on define_trivial_clean...
2013-10-13 Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-13 Shawn Landdenutil, utf8: make ellipsize take multi-byte characters...
2013-10-04 Zbigniew Jędrzejew... Introduce _cleanup_endmntent_
2013-10-02 Lennart Poetteringnspawn: always copy /etc/resolv.conf rather than bind...
2013-10-01 Lennart Poetteringhashmap: randomize hash functions a bit
2013-08-22 Kay SieversOptimize startswith() to macro
2013-08-04 Daniel Schaalsystemd-delta: Only print colors when on a tty
2013-07-18 Lennart Poetteringutil: add split_pair() for splitting foo=bar strings
2013-07-16 Shawn Landdenjournal: add logging of effective capabilities _CAP_EFF...
2013-06-10 Zbigniew Jędrzejew... journalctl: allow the user to specify the file(s) to use
2013-06-09 Daniel WallaceAllow for the use of @ in remote host calls
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-05-01 Cristian RodríguezAnnotate some functions as _const_
2013-04-30 Colin Waltersutil: Add _sentinel_ to strextend()
2013-04-30 Lennart Poetteringid128: when taking user input for a 128bit ID, validate...
2013-04-26 Zbigniew Jędrzejew... Use attribute(unused) in PROTECT_ERRNO
2013-04-26 Cristian RodríguezAdd some extra __attribute__ ((format)) s
2013-04-26 Zbigniew Jędrzejew... Make up for attribute malloc with alloc_size
2013-04-26 Zbigniew Jędrzejew... Remove erroneous attribute((malloc)) annotations
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-16 Lennart Poetteringpath-util: unify code for detecting OS trees
2013-04-16 Lennart Poetteringmacro: rework how we define cleanup macros
2013-04-16 Lennart Poetteringutil: replace decimal_str_max() by a typesafe macro...
2013-04-14 Lennart Poetteringutil: introduce alloca0() and use it at a number of...
2013-04-14 Zbigniew Jędrzejew... fileio: in envfiles, do not skip lines following empty...
2013-04-12 Zbigniew Jędrzejew... util: add wrapper for realloc to avoid specyfing type
2013-04-10 Zbigniew Jędrzejew... systemctl: ellipsize job list only when necessary,...
2013-04-08 Lennart Poetteringmachine-id: fix missing initialization v201
2013-04-05 Zbigniew Jędrzejew... Add _cleanup_globfree_
2013-04-05 Martin PittPAM, uaccess: check for logind, not for systemd
2013-04-05 Cristian Rodríguezjournal: u64log2 can be expressed just as __builtin_clz...
2013-04-04 Lennart Poetteringutil: add a bit of syntactic sugar to run short code...
2013-04-02 Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-03-31 Lennart Poetteringbus: parse matches locally and allow registration of...
2013-03-30 Lennart Poetteringbus: implement server mode, and anonymous authentication
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-29 Zbigniew Jędrzejew... catalog: open up catalog internals
2013-03-27 Zbigniew Jędrzejew... Simplify the meaning of %s
2013-03-22 Lennart Poetteringjournalctl: give a nice hint about group membership...
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringutil: add hexmem() and strextend() calls
2013-03-20 Zbigniew Jędrzejew... Make PrivateTmp dirs also inaccessible from the outside
2013-03-18 Zbigniew Jędrzejew... journal,shared: add _cleanup_journal_close_
2013-03-16 Michal Sekletarcore: reuse the same /tmp, /var/tmp and inaccessible dir
2013-03-13 Michal Schmidtutil, manager: and mempset() and use it
2013-03-08 Michal Schmidtshared: inline trivial auto-cleanup functions
2013-03-02 Michal Schmidtjob: print the "OK" status messages in normal green
2013-03-01 Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-28 Michal Schmidtcore/manager: print status messages about running jobs
2013-02-28 Michal Schmidtutil: split resolving of /dev/console into a new function
2013-02-28 Michal Schmidtutil, core: add support for ephemeral status lines
2013-02-14 Thomas Hindoe Paab... bootchart: use conf-parser & CamelCase names in .conf
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13 Lennart Poetteringefi: efi_get_boot_options() should already sort the...
2013-02-12 Thomas Hindoe Paab... util: introduce strcaseeq/strncaseeq
2013-02-11 Lennart Poetteringbinfmt,tmpfiles,modules-load,sysctl: rework the various...
2013-02-11 Lennart Poetteringutil: introduce FOREACH_LINE for iterating through...
2013-02-11 Lennart Poetteringenv: considerably beef up environment cleaning logic
2013-01-25 Zbigniew Jędrzejew... Add _cleanup_pclose_ and fix mismatching pipe close...
next