Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-23 | util: don't fail if no id was passed to detect_container() | Lennart Poettering | |
2011-09-23 | util: detect systemd-nspawn without relying on ns cgroup tree | Lennart Poettering | |
2011-09-23 | util: improve signal_to_string, signal_from_string | Michal Schmidt | |
signal_to_string: Produce names for SIGRTMIN+n. Never give an "n/a" result. In the worst case give the number itself as a string. signal_from_string: Parse "RTMIN+n". Parse any valid signal number. | |||
2011-09-23 | coverity: change a few things so that coverity doesn't show so many false ↵ | Lennart Poettering | |
positives | |||
2011-09-23 | coverity: fix a couple of bugs found by coverity | Lennart Poettering | |
2011-08-24 | initctl: check for kexec_loaded when reboot is requested through initctl | Frederic Crozat | |
2011-08-23 | cgroup: optionally mount a specific cgroup controllers together, and add ↵ | Lennart Poettering | |
cpu+cpuacct to the default | |||
2011-08-21 | cgroup: when trimming cgroup trees, honour sticky bit of tasks file | Lennart Poettering | |
2011-08-21 | cgroup: honour sticky bit when trimming cgroup trees | Lennart Poettering | |
2011-08-21 | exec: allow passing arbitrary path names to blkio cgroup attributes | Lennart Poettering | |
If a device node is specified, then adjust the bandwidth/weight of it, otherwise find the backing block device of the file system the path refers to and adjust its bandwidth/weight. | |||
2011-08-20 | exec: optionally apply cgroup attributes to the cgroups we create | Lennart Poettering | |
2011-08-01 | util: place a couple of _likely_ around cache TLS vars | Lennart Poettering | |
2011-08-01 | util: add is_main_thread() call | Lennart Poettering | |
2011-08-01 | util: use join() instead of asprintf() as an optimization | Lennart Poettering | |
2011-08-01 | util: introduce join() to speed up simple string concatenations | Lennart Poettering | |
2011-08-01 | util: optimize strstrip() a bit | Lennart Poettering | |
2011-07-29 | sd-login: return size of arrays as return value in functions that generate ↵ | Lennart Poettering | |
an array | |||
2011-07-23 | util: make use of get_user_creds() and get_group_creds() wherever applicable | Lennart Poettering | |
2011-07-23 | util: user parse_uid() wherever applicable | Lennart Poettering | |
2011-07-22 | sd-login: beef up login api, to add monitoring and enumerating | Lennart Poettering | |
2011-07-22 | util: use readdir_r() instead of readdir() | Lennart Poettering | |
2011-07-22 | install: add new installer implementation | Lennart Poettering | |
This new installer will replace the current code of "systemctl enable" but also be available via D-Bus. It adds a couple of new features: - Mask/Unmask calls - Reenable call - Preset call - Support for enabling units temporarily (i.e. in /run/systemd instead of /etc/systemd) - Enumeration of installed units - Support for out-of-search-path units systemctl and D-Bus are not hooked up with this yet | |||
2011-07-21 | fix hwclock_apply_localtime_delta() to properly handle negative TZ offset | Kay Sievers | |
Localtime may be a negative number, i.e. GMT-7. Fix based on a patch from Kelly Anderson <kelly@silka.with-linux.com>. | |||
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 | |
nspawn.c. | |||
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 | |
We check for LOCAL in /etc/adjtime and if needed, ask the kernel to apply the timezone delta to the system clock. The very first call of settimeofday() without a time, but a timezone warps the system clock, so that it properly runs in UTC. | |||
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 | |
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty. | |||
2011-04-30 | binfmt, modules-load, sysctl, tmpfiles: read /usr/local/lib and where ↵ | Kay Sievers | |
appropriate /lib directories | |||
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, ↵ | Kay Sievers | |
/etc, /run |