summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAge
* util: fix close() call on wrong variableThomas Jarosch2011-10-10
* 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: don't fail if no id was passed to detect_container()Lennart Poettering2011-09-23
* util: detect systemd-nspawn without relying on ns cgroup treeLennart Poettering2011-09-23
* util: improve signal_to_string, signal_from_stringMichal Schmidt2011-09-23
* coverity: change a few things so that coverity doesn't show so many false pos...Lennart Poettering2011-09-23
* coverity: fix a couple of bugs found by coverityLennart Poettering2011-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: when trimming cgroup trees, honour sticky bit of tasks fileLennart Poettering2011-08-21
* 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: place a couple of _likely_ around cache TLS varsLennart Poettering2011-08-01
* util: add is_main_thread() callLennart Poettering2011-08-01
* util: use join() instead of asprintf() as an optimizationLennart Poettering2011-08-01
* util: introduce join() to speed up simple string concatenationsLennart Poettering2011-08-01
* util: optimize strstrip() a bitLennart Poettering2011-08-01
* sd-login: return size of arrays as return value in functions that generate an...Lennart Poettering2011-07-29
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-23
* util: user parse_uid() wherever applicableLennart Poettering2011-07-23
* sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering2011-07-22
* util: use readdir_r() instead of readdir()Lennart 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
* cgls: add pager support to systemd-cglsLennart Poettering2011-07-07
* path,unit: support globbing in conditions and path unitsLennart Poettering2011-07-07
* util: explicitly turn of O_CLOEXEC for stdin/stdout/stderrLennart Poettering2011-07-05
* add a few O_CLOEXEC where missingLennart Poettering2011-07-05
* 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
* util: clear scrolling region when clearing screenLennart Poettering2011-06-29
* 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
* dbus: introduce UnsetAndSetEnvironment()Lennart Poettering2011-06-21
* util: return errno in close_nointr()Lennart Poettering2011-06-21
* util: add fopen_temporary()Lennart Poettering2011-06-21
* util: move string enum mapping to the endLennart 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
* util: use new VT ESC sequence to clear scrollback bufferLennart Poettering2011-05-20
* util: use open_terminal() in chvt() tooLennart Poettering2011-05-19
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-18
* binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr...Kay Sievers2011-04-30
* util: don't AND cx with cxLennart Poettering2011-04-30