Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-14 | util: support formatting eta and peta bytes with format_bytes() | Lennart Poettering | |
2012-01-14 | util: split out tty_is_vc_resolve() from default_term_for_tty() | Lennart Poettering | |
2012-01-14 | util: rework ANSI escape code macros | Lennart Poettering | |
2012-01-10 | shutdown: exclude processes with argv[0][0] from killing | Lennart Poettering | |
2012-01-06 | util: switch the console to text mode on reset | Michal Schmidt | |
In case we're taking over the console after a killed X server. https://bugzilla.redhat.com/show_bug.cgi?id=771563 | |||
2012-01-06 | util: fix switching to console unicode mode | Michal Schmidt | |
The KDSKBMODE ioctl wants a value directly, not its address. | |||
2012-01-05 | journalctl: rework short output mode to rebuild full syslog message | Lennart Poettering | |
2012-01-05 | util: never ellipsize welcome message | Lennart Poettering | |
2012-01-05 | util: when printing status updates during boot, take terminal width into account | Lennart Poettering | |
2012-01-04 | journal: beef up journal output of systemctl and journalctl | Lennart Poettering | |
2011-12-31 | util: fix warning | Lennart Poettering | |
2011-12-31 | journal: automatically deduce journal metrics from file system sizes | Lennart Poettering | |
2011-12-31 | Merge branch 'journal' | Lennart Poettering | |
2011-12-23 | journal: implement stdout transport | Lennart Poettering | |
2011-12-21 | journalctl: add json, export, short and verbose output modes | Lennart Poettering | |
2011-12-19 | journal: implement inotify-based live logging logic | Lennart Poettering | |
2011-12-03 | util: fix error checking after fgets() | Michal Schmidt | |
fgets() does not set errno on EOF. | |||
2011-10-12 | util: fix build | Lennart Poettering | |
2011-10-12 | Merge branch 'master' into journal | Lennart Poettering | |
2011-10-11 | util: properly detect what the last capability is | Lennart Poettering | |
2011-10-10 | util: fix close() call on wrong variable | Thomas Jarosch | |
Detected by "cppcheck" (actually it detected a file descriptor leak) | |||
2011-10-07 | journal: split user logs into their own journal files | Lennart Poettering | |
2011-10-07 | journal: add preliminary incomplete implementation | Lennart Poettering | |
2011-09-28 | localed: add SetX11Keyboard() and SetVConsoleKeyboard() bus calls | Lennart Poettering | |
2011-09-23 | util: move virtualization detection into its own files, and extend return codes | Lennart Poettering | |
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 | |