Age | Commit message (Expand) | Author |
2011-07-07 | cgls: add pager support to systemd-cgls | Lennart Poettering |
2011-07-07 | path,unit: support globbing in conditions and path units | Lennart Poettering |
2011-07-05 | util: explicitly turn of O_CLOEXEC for stdin/stdout/stderr | Lennart Poettering |
2011-07-05 | add a few O_CLOEXEC where missing | Lennart Poettering |
2011-07-01 | nspawn: Move the get_user_creds from execute.c to utils.c for later usage in ... | Michal Vyskocil |
2011-06-30 | util: try harder to rename the process | Lennart Poettering |
2011-06-29 | util: clear scrolling region when clearing screen | Lennart Poettering |
2011-06-27 | logind: automatically deduce seat from display | Lennart Poettering |
2011-06-24 | logind: hook up PAM module with logind | Lennart Poettering |
2011-06-21 | logind: implement idle hint logic | Lennart Poettering |
2011-06-21 | timedated: sync clock down to RTC where necessary | Lennart Poettering |
2011-06-21 | util: make a couple of files we write atomic | Lennart Poettering |
2011-06-21 | dbus: introduce UnsetAndSetEnvironment() | Lennart Poettering |
2011-06-21 | util: return errno in close_nointr() | Lennart Poettering |
2011-06-21 | util: add fopen_temporary() | Lennart Poettering |
2011-06-21 | util: move string enum mapping to the end | Lennart Poettering |
2011-06-21 | util: add pipe_eof() | Lennart Poettering |
2011-06-21 | util: introduce dirent_is_file() | Lennart Poettering |
2011-05-24 | rtc in localtime: use settimeofday(NULL, tz) instead of hwclock(8) | Kay Sievers |
2011-05-20 | util: use new VT ESC sequence to clear scrollback buffer | Lennart Poettering |
2011-05-19 | util: use open_terminal() in chvt() too | Lennart Poettering |
2011-05-18 | exec: hangup/reset/deallocate VTs in gettys | Lennart Poettering |
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where appropr... | Kay Sievers |
2011-04-30 | util: don't AND cx with cx | Lennart Poettering |
2011-04-28 | util: conf_files_list() return list as parameter | Kay Sievers |
2011-04-28 | lookup: drop empty directories from search paths | Lennart Poettering |
2011-04-25 | sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /e... | Kay Sievers |
2011-04-20 | MeeGo support | Chris E Ferron |
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering |
2011-04-16 | hostname: split out hostname validation into util.c | Lennart Poettering |
2011-04-16 | util: truncate newline inside of read_one_line_file() already | Lennart Poettering |
2011-04-16 | util: modernize get_parent_of_pid() a bit | Lennart Poettering |
2011-04-12 | pam: use /proc/self/loginuid only if we have CAP_AUDIT_CONTROL | Lennart Poettering |
2011-04-07 | don't make up buffer sizes, use standard LINE_MAX instead | Lennart Poettering |
2011-04-04 | binfmt: add binfmt tool to set up binfmt_misc at boot | Lennart Poettering |
2011-04-03 | kmsg-syslogd: pass facility value into kmsg | Lennart Poettering |
2011-03-31 | log: fix shifting of facilities | Lennart Poettering |
2011-03-31 | src: our lord is coverity | Lennart Poettering |
2011-03-31 | plymouth: use PID file to detect whether ply is running | Lennart Poettering |
2011-03-30 | status: show status messages unconditionally if plymouth is around | Lennart Poettering |
2011-03-28 | util: detect page size runtime. | cee1 |
2011-03-18 | man: document pidns containers | Lennart Poettering |
2011-03-16 | util: make touched files non-writable by default | Lennart Poettering |
2011-03-14 | util: add detect_container() | Lennart Poettering |
2011-03-14 | util: detect CLONE_NEWPID namespaces, and cache results | Lennart Poettering |
2011-03-14 | util: return exit status in wait_for_terminate_and_warn() | Lennart Poettering |
2011-03-14 | util: properly identify pty devices by their major | Lennart Poettering |
2011-03-11 | util: close all fds before freezing execution | Lennart Poettering |
2011-03-09 | dbus: properly generate UnknownInterface, UnknownProperty and PropertyReadOnl... | Lennart Poettering |
2011-03-09 | drop unnecessary suffix NULs as gcc adds them anyway | Lennart Poettering |