summaryrefslogtreecommitdiff
path: root/src/util.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-16util: never follow symlinks in rm_rf_children()Michal Schmidt1-1/+2
2012-03-14journalctl: warn if the user is not in the adm groupLennart Poettering1-0/+30
2012-03-13util: add brute-force fallback for close_all_fds()Lennart Poettering1-16/+38
2012-03-12conf: enforce UTF8 validty everywhereLennart Poettering1-6/+11
2012-03-05fix sparse warningsFrederic Crozat1-2/+2
2012-02-13always use /etc/os-release and ignore all distro-specific filesKay Sievers1-133/+0
2012-02-11util: fix handling of empty files in read_one_line_file()Lennart Poettering1-5/+12
2012-02-02util: prevent daemon-reload from reaping service processes.Chris Paulson-Ellis1-1/+2
2012-02-01exec: include path name of binary we are about to execute when renaming forke...Lennart Poettering1-4/+8
2012-01-29main: don't force text mode in console_setup()Michal Schmidt1-4/+6
2012-01-27log: increase socket buffers for logging by defaultLennart Poettering1-0/+36
2012-01-23util: use /dev/rtc symlink if possible before we go searching for a suitable ...Lennart Poettering1-2/+8
2012-01-22cgtop: add new cgtop toolLennart Poettering1-5/+50
2012-01-22cgls: don't show kernel threads by defaultLennart Poettering1-0/+31
2012-01-21util: open the first RTC that has hctosys=1 setLennart Poettering1-2/+67
2012-01-18tmpfiles: support writing short strings to files, in order to support /sys ma...Lennart Poettering1-1/+2
2012-01-18exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering1-9/+15
2012-01-14util: support formatting eta and peta bytes with format_bytes()Lennart Poettering1-0/+4
2012-01-14util: split out tty_is_vc_resolve() from default_term_for_tty()Lennart Poettering1-7/+13
2012-01-14util: rework ANSI escape code macrosLennart Poettering1-2/+2
2012-01-10shutdown: exclude processes with argv[0][0] from killingLennart Poettering1-0/+51
2012-01-06util: switch the console to text mode on resetMichal Schmidt1-0/+3
2012-01-06util: fix switching to console unicode modeMichal Schmidt1-3/+1
2012-01-05journalctl: rework short output mode to rebuild full syslog messageLennart Poettering1-0/+13
2012-01-05util: never ellipsize welcome messageLennart Poettering1-25/+30
2012-01-05util: when printing status updates during boot, take terminal width into accountLennart Poettering1-16/+69
2012-01-04journal: beef up journal output of systemctl and journalctlLennart Poettering1-0/+18
2011-12-31util: fix warningLennart Poettering1-1/+1
2011-12-31journal: automatically deduce journal metrics from file system sizesLennart Poettering1-0/+34
2011-12-31Merge branch 'journal'Lennart Poettering1-62/+266
2011-12-23journal: implement stdout transportLennart Poettering1-1/+2
2011-12-21journalctl: add json, export, short and verbose output modesLennart Poettering1-14/+17
2011-12-19journal: implement inotify-based live logging logicLennart Poettering1-1/+1
2011-12-03util: fix error checking after fgets()Michal Schmidt1-4/+4
2011-10-12util: fix buildLennart Poettering1-0/+1
2011-10-12Merge branch 'master' into journalLennart Poettering1-3/+38
2011-10-11util: properly detect what the last capability isLennart Poettering1-0/+33
2011-10-10util: fix close() call on wrong variableThomas Jarosch1-3/+6
2011-10-07journal: split user logs into their own journal filesLennart Poettering1-0/+16
2011-10-07journal: add preliminary incomplete implementationLennart Poettering1-46/+230
2011-09-28localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus callsLennart Poettering1-0/+18
2011-09-23util: move virtualization detection into its own files, and extend return codesLennart Poettering1-269/+0
2011-09-23util: don't fail if no id was passed to detect_container()Lennart Poettering1-3/+9
2011-09-23util: detect systemd-nspawn without relying on ns cgroup treeLennart Poettering1-3/+48
2011-09-23util: improve signal_to_string, signal_from_stringMichal Schmidt1-2/+39
2011-09-23coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering1-7/+1
2011-09-23coverity: fix a couple of bugs found by coverityLennart Poettering1-0/+5
2011-08-24initctl: check for kexec_loaded when reboot is requested through initctlFrederic Crozat1-0/+12
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering1-3/+9
2011-08-21cgroup: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering1-1/+1