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