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