| Commit message (Expand) | Author | Age | Files | Lines |
* | util: place a couple of _likely_ around cache TLS vars | Lennart Poettering | 2011-08-01 | 1 | -3/+3 |
* | util: add is_main_thread() call | Lennart Poettering | 2011-08-01 | 1 | -0/+9 |
* | util: use join() instead of asprintf() as an optimization | Lennart Poettering | 2011-08-01 | 1 | -7/+2 |
* | util: introduce join() to speed up simple string concatenations | Lennart Poettering | 2011-08-01 | 1 | -0/+48 |
* | util: optimize strstrip() a bit | Lennart Poettering | 2011-08-01 | 1 | -8/+5 |
* | sd-login: return size of arrays as return value in functions that generate an... | Lennart Poettering | 2011-07-29 | 1 | -21/+28 |
* | util: make use of get_user_creds() and get_group_creds() wherever applicable | Lennart Poettering | 2011-07-23 | 1 | -9/+57 |
* | util: user parse_uid() wherever applicable | Lennart Poettering | 2011-07-23 | 1 | -3/+3 |
* | sd-login: beef up login api, to add monitoring and enumerating | Lennart Poettering | 2011-07-22 | 1 | -0/+84 |
* | util: use readdir_r() instead of readdir() | Lennart Poettering | 2011-07-22 | 1 | -5/+13 |
* | install: add new installer implementation | Lennart Poettering | 2011-07-22 | 1 | -0/+81 |
* | fix hwclock_apply_localtime_delta() to properly handle negative TZ offset | Kay Sievers | 2011-07-21 | 1 | -3/+4 |
* | cgls: add pager support to systemd-cgls | Lennart Poettering | 2011-07-07 | 1 | -1/+5 |
* | path,unit: support globbing in conditions and path units | Lennart Poettering | 2011-07-07 | 1 | -0/+25 |
* | util: explicitly turn of O_CLOEXEC for stdin/stdout/stderr | Lennart Poettering | 2011-07-05 | 1 | -0/+4 |
* | add a few O_CLOEXEC where missing | Lennart Poettering | 2011-07-05 | 1 | -5/+5 |
* | nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ... | Michal Vyskocil | 2011-07-01 | 1 | -0/+46 |
* | util: try harder to rename the process | Lennart Poettering | 2011-06-30 | 1 | -0/+17 |
* | util: clear scrolling region when clearing screen | Lennart Poettering | 2011-06-29 | 1 | -3/+10 |
* | logind: automatically deduce seat from display | Lennart Poettering | 2011-06-27 | 1 | -8/+49 |
* | logind: hook up PAM module with logind | Lennart Poettering | 2011-06-24 | 1 | -2/+57 |
* | logind: implement idle hint logic | Lennart Poettering | 2011-06-21 | 1 | -0/+22 |
* | timedated: sync clock down to RTC where necessary | Lennart Poettering | 2011-06-21 | 1 | -17/+54 |
* | util: make a couple of files we write atomic | Lennart Poettering | 2011-06-21 | 1 | -8/+239 |
* | dbus: introduce UnsetAndSetEnvironment() | Lennart Poettering | 2011-06-21 | 1 | -0/+1 |
* | util: return errno in close_nointr() | Lennart Poettering | 2011-06-21 | 1 | -2/+3 |
* | util: add fopen_temporary() | Lennart Poettering | 2011-06-21 | 1 | -0/+42 |
* | util: move string enum mapping to the end | Lennart Poettering | 2011-06-21 | 1 | -135/+136 |
* | util: add pipe_eof() | Lennart Poettering | 2011-06-21 | 1 | -0/+18 |
* | util: introduce dirent_is_file() | Lennart Poettering | 2011-06-21 | 1 | -6/+15 |
* | rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8) | Kay Sievers | 2011-05-24 | 1 | -0/+80 |
* | util: use new VT ESC sequence to clear scrollback buffer | Lennart Poettering | 2011-05-20 | 1 | -65/+30 |
* | util: use open_terminal() in chvt() too | Lennart Poettering | 2011-05-19 | 1 | -1/+1 |
* | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering | 2011-05-18 | 1 | -4/+134 |
* | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr... | Kay Sievers | 2011-04-30 | 1 | -8/+32 |
* | util: don't AND cx with cx | Lennart Poettering | 2011-04-30 | 1 | -1/+1 |
* | util: conf_files_list() return list as parameter | Kay Sievers | 2011-04-28 | 1 | -7/+7 |
* | lookup: drop empty directories from search paths | Lennart Poettering | 2011-04-28 | 1 | -0/+20 |
* | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e... | Kay Sievers | 2011-04-25 | 1 | -0/+94 |
* | MeeGo support | Chris E Ferron | 2011-04-20 | 1 | -0/+11 |
* | hostnamed: introduce systemd-hostnamed | Lennart Poettering | 2011-04-16 | 1 | -0/+81 |
* | hostname: split out hostname validation into util.c | Lennart Poettering | 2011-04-16 | 1 | -0/+53 |
* | util: truncate newline inside of read_one_line_file() already | Lennart Poettering | 2011-04-16 | 1 | -12/+6 |
* | util: modernize get_parent_of_pid() a bit | Lennart Poettering | 2011-04-16 | 1 | -2/+2 |
* | pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL | Lennart Poettering | 2011-04-12 | 1 | -0/+18 |
* | don't make up buffer sizes, use standard LINE_MAX instead | Lennart Poettering | 2011-04-07 | 1 | -5/+5 |
* | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering | 2011-04-04 | 1 | -1/+10 |
* | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering | 2011-04-03 | 1 | -0/+36 |
* | log: fix shifting of facilities | Lennart Poettering | 2011-03-31 | 1 | -2/+2 |
* | src: our lord is coverity | Lennart Poettering | 2011-03-31 | 1 | -1/+0 |