summaryrefslogtreecommitdiff
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* journalctl: warn if the user is not in the adm groupLennart Poettering2012-03-141-0/+2
* main: don't force text mode in console_setup()Michal Schmidt2012-01-291-1/+1
* log: increase socket buffers for logging by defaultLennart Poettering2012-01-271-0/+3
* cgtop: add new cgtop toolLennart Poettering2012-01-221-2/+5
* cgls: don't show kernel threads by defaultLennart Poettering2012-01-221-0/+2
* util: open the first RTC that has hctosys=1 setLennart Poettering2012-01-211-0/+2
* exec: introduce ControlGroupPersistant= to make cgroups persistantLennart Poettering2012-01-181-1/+1
* util: fix ANSI sequence for red colorMichal Schmidt2012-01-171-1/+1
* util: introduce FORMAT_BYTES_MAXLennart Poettering2012-01-141-0/+1
* util: split out tty_is_vc_resolve() from default_term_for_tty()Lennart Poettering2012-01-141-0/+1
* util: rework ANSI escape code macrosLennart Poettering2012-01-141-1/+2
* shutdown: exclude processes with argv[0][0] from killingLennart Poettering2012-01-101-0/+1
* journalctl: rework short output mode to rebuild full syslog messageLennart Poettering2012-01-051-0/+2
* util: never ellipsize welcome messageLennart Poettering2012-01-051-2/+2
* util: when printing status updates during boot, take terminal width into accountLennart Poettering2012-01-051-2/+3
* journal: beef up journal output of systemctl and journalctlLennart Poettering2012-01-041-0/+2
* journal: automatically deduce journal metrics from file system sizesLennart Poettering2011-12-311-0/+2
* journalctl: add json, export, short and verbose output modesLennart Poettering2011-12-211-2/+3
* Merge branch 'master' into journalLennart Poettering2011-10-121-0/+2
|\
| * util: properly detect what the last capability isLennart Poettering2011-10-111-0/+2
* | journal: split user logs into their own journal filesLennart Poettering2011-10-071-0/+1
* | journal: add preliminary incomplete implementationLennart Poettering2011-10-071-3/+11
|/
* localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus callsLennart Poettering2011-09-281-0/+2
* util: move virtualization detection into its own files, and extend return codesLennart Poettering2011-09-231-4/+0
* util: improve signal_to_string, signal_from_stringMichal Schmidt2011-09-231-3/+5
* initctl: check for kexec_loaded when reboot is requested through initctlFrederic Crozat2011-08-241-0/+2
* cgroup: optionally mount a specific cgroup controllers together, and add cpu+...Lennart Poettering2011-08-231-1/+1
* cgroup: honour sticky bit when trimming cgroup treesLennart Poettering2011-08-211-1/+3
* exec: allow passing arbitrary path names to blkio cgroup attributesLennart Poettering2011-08-211-0/+2
* exec: optionally apply cgroup attributes to the cgroups we createLennart Poettering2011-08-201-0/+3
* util: add is_main_thread() callLennart Poettering2011-08-011-0/+2
* util: introduce join() to speed up simple string concatenationsLennart Poettering2011-08-011-0/+2
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-231-0/+1
* sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering2011-07-221-0/+3
* install: add new installer implementationLennart Poettering2011-07-221-0/+6
* fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers2011-07-211-2/+1
* path,unit: support globbing in conditions and path unitsLennart Poettering2011-07-071-0/+2
* nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ...Michal Vyskocil2011-07-011-0/+2
* util: try harder to rename the processLennart Poettering2011-06-301-0/+3
* logind: automatically deduce seat from displayLennart Poettering2011-06-271-2/+5
* logind: hook up PAM module with logindLennart Poettering2011-06-241-0/+3
* logind: implement idle hint logicLennart Poettering2011-06-211-0/+1
* timedated: sync clock down to RTC where necessaryLennart Poettering2011-06-211-3/+2
* util: make a couple of files we write atomicLennart Poettering2011-06-211-11/+18
* util: add fopen_temporary()Lennart Poettering2011-06-211-0/+1
* util: add pipe_eof()Lennart Poettering2011-06-211-0/+2
* util: introduce dirent_is_file()Lennart Poettering2011-06-211-0/+1
* rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers2011-05-241-0/+9
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-1/+8
* util: include `stdarg.h`Paul Menzel2011-05-101-0/+1