summaryrefslogtreecommitdiff
path: root/src/util.c
Commit message (Expand)AuthorAgeFilesLines
* util: place a couple of _likely_ around cache TLS varsLennart Poettering2011-08-011-3/+3
* util: add is_main_thread() callLennart Poettering2011-08-011-0/+9
* util: use join() instead of asprintf() as an optimizationLennart Poettering2011-08-011-7/+2
* util: introduce join() to speed up simple string concatenationsLennart Poettering2011-08-011-0/+48
* util: optimize strstrip() a bitLennart Poettering2011-08-011-8/+5
* sd-login: return size of arrays as return value in functions that generate an...Lennart Poettering2011-07-291-21/+28
* util: make use of get_user_creds() and get_group_creds() wherever applicableLennart Poettering2011-07-231-9/+57
* util: user parse_uid() wherever applicableLennart Poettering2011-07-231-3/+3
* sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering2011-07-221-0/+84
* util: use readdir_r() instead of readdir()Lennart Poettering2011-07-221-5/+13
* install: add new installer implementationLennart Poettering2011-07-221-0/+81
* fix hwclock_apply_localtime_delta() to properly handle negative TZ offsetKay Sievers2011-07-211-3/+4
* cgls: add pager support to systemd-cglsLennart Poettering2011-07-071-1/+5
* path,unit: support globbing in conditions and path unitsLennart Poettering2011-07-071-0/+25
* util: explicitly turn of O_CLOEXEC for stdin/stdout/stderrLennart Poettering2011-07-051-0/+4
* add a few O_CLOEXEC where missingLennart Poettering2011-07-051-5/+5
* nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ...Michal Vyskocil2011-07-011-0/+46
* util: try harder to rename the processLennart Poettering2011-06-301-0/+17
* util: clear scrolling region when clearing screenLennart Poettering2011-06-291-3/+10
* logind: automatically deduce seat from displayLennart Poettering2011-06-271-8/+49
* logind: hook up PAM module with logindLennart Poettering2011-06-241-2/+57
* logind: implement idle hint logicLennart Poettering2011-06-211-0/+22
* timedated: sync clock down to RTC where necessaryLennart Poettering2011-06-211-17/+54
* util: make a couple of files we write atomicLennart Poettering2011-06-211-8/+239
* dbus: introduce UnsetAndSetEnvironment()Lennart Poettering2011-06-211-0/+1
* util: return errno in close_nointr()Lennart Poettering2011-06-211-2/+3
* util: add fopen_temporary()Lennart Poettering2011-06-211-0/+42
* util: move string enum mapping to the endLennart Poettering2011-06-211-135/+136
* util: add pipe_eof()Lennart Poettering2011-06-211-0/+18
* util: introduce dirent_is_file()Lennart Poettering2011-06-211-6/+15
* rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8)Kay Sievers2011-05-241-0/+80
* util: use new VT ESC sequence to clear scrollback bufferLennart Poettering2011-05-201-65/+30
* util: use open_terminal() in chvt() tooLennart Poettering2011-05-191-1/+1
* exec: hangup/reset/deallocate VTs in gettysLennart Poettering2011-05-181-4/+134
* binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr...Kay Sievers2011-04-301-8/+32
* util: don't AND cx with cxLennart Poettering2011-04-301-1/+1
* util: conf_files_list() return list as parameterKay Sievers2011-04-281-7/+7
* lookup: drop empty directories from search pathsLennart Poettering2011-04-281-0/+20
* sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e...Kay Sievers2011-04-251-0/+94
* MeeGo supportChris E Ferron2011-04-201-0/+11
* hostnamed: introduce systemd-hostnamedLennart Poettering2011-04-161-0/+81
* hostname: split out hostname validation into util.cLennart Poettering2011-04-161-0/+53
* util: truncate newline inside of read_one_line_file() alreadyLennart Poettering2011-04-161-12/+6
* util: modernize get_parent_of_pid() a bitLennart Poettering2011-04-161-2/+2
* pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROLLennart Poettering2011-04-121-0/+18
* don't make up buffer sizes, use standard LINE_MAX insteadLennart Poettering2011-04-071-5/+5
* binfmt: add binfmt tool to set up binfmt_misc at bootLennart Poettering2011-04-041-1/+10
* kmsg-syslogd: pass facility value into kmsgLennart Poettering2011-04-031-0/+36
* log: fix shifting of facilitiesLennart Poettering2011-03-311-2/+2
* src: our lord is coverityLennart Poettering2011-03-311-1/+0