Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-04-20 | MeeGo support | Chris E Ferron | |
This commit consists of the initial work to include MeeGo as a ported distribution for systemd. The majority of the changes are small configuration additions to auto tools, so that MeeGo is identified as a valid distribution option. Some small deviations will be noticed between the configuration of MeeGo and other distributions. As MeeGo is a distribution striving for compliancy to support its near embedded attributes and target users, there is less user configuration options available by default. Most services will be enabled by systemd as part of the distribution requirements, and as such most links and service files will be pre-setup for the MeeGo distribution. As much of this is going to be done within the MeeGo distribution packaging this is still noteworthy to mention, as it explains why in systemd you will observe configuration differences where the MeeGo distribution removes all links in the pkgsysconfdir for instance. MeeGo will be user configurable if there is desire, but most services will be enabled by the distribution as designated by the MeeGo compliancy standards. Other changes are in source to add such areas as meego-release defined in utils, and hostname in hostname-setup, defining vconsole-setup, localizations and rescue additions as needed. As this is all ground work, MeeGo will continue to strive for complete compatibility. | |||
2011-04-16 | hostnamed: introduce systemd-hostnamed | Lennart Poettering | |
http://www.freedesktop.org/wiki/Software/systemd/hostnamed | |||
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 | |