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