summaryrefslogtreecommitdiff
path: root/src/shared/util.c
AgeCommit message (Expand)Author
2012-07-15aquire_terminal(): fix uninitialized variableKay Sievers
2012-07-13util: temporarily ignore SIGHUP while we are issuing TIOCSTTYLennart 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-07-10util: add extra safety check to in_initrd()Lennart Poettering
2012-07-09paranoia: refuse rm_rf("/")Lennart Poettering
2012-06-26core: make systemd.confirm_spawn=1 actually workLennart Poettering
2012-05-31util: don't require libcap when building libsystemd-sharedKay Sievers
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-22util: make sure to fstatat() at most once in rm_rf_children()Lennart Poettering
2012-05-21util: rework in_initrd() logicLennart 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-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-15tmpfiles: if we are supposed to write a string to a file, it's OK if we can't...Lennart Poettering
2012-05-14unit: print the color status marks on the leftMichal Schmidt
2012-05-09util: a few updates for rm_rf()Lennart Poettering
2012-05-08logind: implement suspend/hibernate calls with inhibition logicLennart Poettering
2012-05-08sleep: implement suspend/hibernate as first class targetsLennart 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-05-07conf_files_list(): files-add() - do not canonicalize file namesKay Sievers
2012-05-03hwclock: add taint flag for non-local hwclockLennart Poettering
2012-04-22util: unify getenv() logic for other PIDLennart Poettering
2012-04-22default to v102 everywhere, instead of vt100, to synchronize with agettyLennart 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-16logind: add shutdown/suspend/idle inhibition frameworkLennart 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
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers