summaryrefslogtreecommitdiff
path: root/src/shared/util.h
Commit message (Expand)AuthorAge
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-17
* Fix prototype of get_process_stateZbigniew Jędrzejewski-Szmek2014-02-14
* core: fix detection of dead processesYuxuan Shui2014-02-14
* util: drop parse_user_at_host() since its unused nowLennart Poettering2014-02-11
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-03
* util: add u32ctz() call for determining ctz of uint32_tLennart Poettering2014-01-30
* util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering2014-01-28
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-27
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-27
* DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL stringTom Gundersen2014-01-22
* shared: util.c: unify split and split_quotedSimon Peeters2014-01-05
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-05
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-02
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-26
* bus: rename message "serial" to "cookie"Lennart Poettering2013-12-25
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-24
* shared: switch our hash table implementation over to SipHashLennart Poettering2013-12-22
* util: remove union dirent_storageFlorian Weimer2013-12-21
* service: watch main pid even in final statesLennart Poettering2013-12-18
* _noreturn_ --> noreturn for C11 compatShawn Landden2013-12-17
* libsystemd-bus: true/false instead of yes/no in msg dumpLukasz Skalski2013-12-17
* systemctl: highlight filenames in catZbigniew Jędrzejewski-Szmek2013-12-16
* bus: when entering an existing namespace to connect to a container's system b...Lennart Poettering2013-12-17
* core: refuse doing %h, %s, %U specifier resolving in PID 1Lennart Poettering2013-12-16
* bus: when connecting to a container's kdbus instance, enter namespace firstLennart Poettering2013-12-14
* util: add greedy_realloc0()David Herrmann2013-12-01
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* systemctl: indicate in list-dependencies whether a unit is already runningLennart Poettering2013-11-22
* bus: add API calls to escape string components of objects pathsLennart Poettering2013-11-21
* util: add circle to special chars we can drawLennart Poettering2013-11-07
* util: unify reading of /proc/cmdlineLennart Poettering2013-11-06
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-31
* kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen2013-10-19
* macro: clean up usage of gcc attributesLennart Poettering2013-10-16
* util: allow trailing semicolons on define_trivial_cleanup_func linesLennart Poettering2013-10-14
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* util, utf8: make ellipsize take multi-byte characters into accountShawn Landden2013-10-13
* Introduce _cleanup_endmntent_Zbigniew Jędrzejewski-Szmek2013-10-03
* nspawn: always copy /etc/resolv.conf rather than bind mountLennart Poettering2013-10-02
* hashmap: randomize hash functions a bitLennart Poettering2013-10-01
* Optimize startswith() to macroKay Sievers2013-08-22
* systemd-delta: Only print colors when on a ttyDaniel Schaal2013-08-04
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-18
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-16
* journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek2013-06-10
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-09
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-07
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-06
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-02