summaryrefslogtreecommitdiff
path: root/src/shared/util.h
AgeCommit message (Expand)Author
2012-09-24journalctl: reset cached column count on SIGWINCHDave Reisner
2012-09-20util: fix overflow checksLennart Poettering
2012-09-20util: overflow hardeningLennart Poettering
2012-09-20util: make sure heap allocators fail when array allocations are out of boundsLennart Poettering
2012-09-19util: define union dirent_storage and make use of it everywhereLennart Poettering
2012-09-18util: introduce get_process_gid()Lennart Poettering
2012-09-17util: various cleanups for printing boot statusLennart Poettering
2012-09-16nspawn: use automatic cleanup for umaskZbigniew Jędrzejewski-Szmek
2012-09-14timedate: assorted improvementsLennart Poettering
2012-09-14util: various additional modernizationsLennart Poettering
2012-09-14util: modernize a few functions with automatic cleanup variablesLennart Poettering
2012-09-13macro: introduce _cleanup_free_ macro for automatic freeing of scoped vars an...Lennart Poettering
2012-08-22journal: move syslog specific calls out of util.cLennart Poettering
2012-08-22journald: split /dev/kmsg related stuff into its own .c fileLennart Poettering
2012-08-09journald: properly unescape messages from /dev/kmsgLennart Poettering
2012-07-26cgtop: use full terminal widthZbigniew Jędrzejewski-Szmek
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-07-16unit: introduce %s specifier for the user shellLennart Poettering
2012-07-16util: add getusername_malloc(), get_shell(), get_home_dir()Lennart Poettering
2012-07-13util: rename join() to strjoin()Lennart Poettering
2012-07-10switch-root: reopen /dev/console before we switch rootLennart Poettering
2012-07-10util: rm_rf() refuse cleaning non-memory file systems, as extra paranoiaLennart Poettering
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-05-31main: Silence gcc warningMarc-Antoine Perennou
2012-05-31util: introduce a proper nsec_t and make use of it where appropriateLennart Poettering
2012-05-30logind: optionally handle power, sleep and lid switch eventsLennart Poettering
2012-05-21util: rm_rf_children() add root_dev parameterHarald Hoyer
2012-05-21util.c: add in_initrd()Harald Hoyer
2012-05-21main: corrected do_switch_root()Harald Hoyer
2012-05-21util: fix typo in newdupFrederic Crozat
2012-05-21hostname-setup: also consider (ńone) an unset hostnameLennart Poettering
2012-05-21units: introduce new Documentation= field and make use of it everywhereLennart Poettering
2012-05-14job: change red [ABORT] status to yellow [DEPEND]Michal Schmidt
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-05-08util: split-out hwclock.[ch]Kay Sievers
2012-05-07util: split-out conf-file.[ch]Kay Sievers
2012-05-07conf_files_list(): split out conf_files_list_strv()Kay Sievers
2012-04-29util: introduce container_of() macroLucas De Marchi
2012-04-22util: unify getenv() logic for other PIDLennart Poettering
2012-04-22nspawn: add -b switch to automatically look for an init binaryLennart Poettering
2012-04-22login: assing /dev/console logins to seat0Lennart Poettering
2012-04-22util: fix tty_is_vc_resolve() in a container where /sys/class/tty/console/act...Lennart Poettering
2012-04-16util: introduce memdup()Lennart Poettering
2012-04-12execute: when we can't get the requested rlimit, get the next closestLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11polkit: when spawning off agent, wait until the agent is fully initializedLennart Poettering
2012-04-11polkit: temporarily spawn of a polkit agent in terminals for possibly authent...Lennart Poettering
2012-04-11main: drop container/initrd env vars from inherited setLennart Poettering
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers