summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
* efi: fix Usec vs. USecKay Sievers2013-01-241-2/+2
* efi: read microseconds from boot loader info instead of "ticks" magicKay Sievers2013-01-231-58/+4
* efi: add efi boot generator that automatically mounts the ESP to /bootLennart Poettering2013-01-212-0/+34
* util: move is_efiboot() to efivars.cLennart Poettering2013-01-214-6/+7
* core: if the bootloader supports it, determine firmware and boot loader delayLennart Poettering2013-01-194-0/+302
* unit: optionally allow making cgroup attribute changes persistentLennart Poettering2013-01-192-0/+62
* cgroup: additional validity checks for cgroup attribute namesLennart Poettering2013-01-194-25/+79
* core/cgroup-util: simplify functions and add testsZbigniew Jędrzejewski-Szmek2013-01-182-37/+27
* core/group-util: merge two functionsZbigniew Jędrzejewski-Szmek2013-01-181-36/+8
* logs-show: add show_journal_by_user_unitMirco Tischler2013-01-182-58/+159
* journal: log _SYSTEMD_USER_UNIT for user session unitsMirco Tischler2013-01-182-27/+96
* util: modernization and test for load_env_fileZbigniew Jędrzejewski-Szmek2013-01-181-41/+22
* util: continuation support for load_env_fileMichal Vyskocil2013-01-181-5/+38
* share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek2013-01-181-6/+12
* share/log: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-181-43/+34
* systemctl: add new "get-cgroup-attr" to query current cgroup attribute valueLennart Poettering2013-01-181-0/+3
* strv: make strv_extend() smarterLennart Poettering2013-01-181-3/+14
* systemctl add command list-dependenciesLukas Nykryn2013-01-172-0/+3
* util: fix bad memory accessLennart Poettering2013-01-171-1/+0
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-171-10/+36
* systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is speci...Lukas Nykryn2013-01-165-81/+123
* logs-show: automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-161-12/+5
* systemctl: when inhibiting shutdown/suspend also check for other login sessionsLennart Poettering2013-01-152-0/+19
* systemctl: be smarter when mangling snapshot namesLennart Poettering2013-01-142-0/+31
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-143-63/+61
* unit: instead of directly loading drop-in configuration snippets use conf_fil...Lennart Poettering2013-01-112-0/+16
* dbus: properly serialize calendar timer dataLennart Poettering2013-01-101-0/+2
* udev: move string copy functions to shared/Kay Sievers2013-01-092-0/+135
* core: properly initialize kernel timestampLennart Poettering2013-01-082-0/+27
* localectl: use automatic cleanupZbigniew Jędrzejewski-Szmek2013-01-073-0/+10
* journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek2013-01-062-9/+95
* build-sys: use VALGRIND not __OPTIMIZE__ as condition for valgrind compatZbigniew Jędrzejewski-Szmek2013-01-061-1/+1
* Make gcc a bit quieterLennart Poettering2013-01-042-2/+2
* unit: add ConditionACPower=Lennart Poettering2012-12-312-0/+80
* macro: use C11 static_assert() macro for static assertionsLennart Poettering2012-12-311-7/+14
* util: if /sys mounted read-only we can't suspend/hibernateLennart Poettering2012-12-241-2/+11
* util: when determining controlling tty of a process properly handle processes...Lennart Poettering2012-12-241-0/+3
* logind: add support for automatic suspend/hibernate/shutdown on idleLennart Poettering2012-12-242-2/+5
* systemctl: don't show cgroup field for a unit if cgroup is emptyLennart Poettering2012-12-243-6/+17
* shared: move fdset.c from core/ to shared/ since it is used by more than the ...Lennart Poettering2012-12-232-0/+285
* journalctl: strip TABs and ANSI color sequences from log messages when displa...Lennart Poettering2012-12-233-0/+88
* socket: support socket activation of containersLennart Poettering2012-12-222-0/+51
* nspawn: allow passing socket activation fds through nspawnLennart Poettering2012-12-221-1/+0
* socket-util: added check of return valueMichal Sekletar2012-12-171-0/+2
* path-util: set pointer to null after calling free()Michal Sekletar2012-12-171-0/+1
* licence: remove references to old FSF addressSami Kerola2012-12-171-7/+6
* core: add catalog entry and MESSAGE_ID for overmountingZbigniew Jędrzejewski-Szmek2012-12-051-0/+1
* timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering2012-11-251-0/+4
* shared: FORMAT_TIMESTAMP_MAX -- include space for unicode weekdaysKay Sievers2012-11-241-1/+1
* time-util: teach parse_timestamp to parse weekdaysLennart Poettering2012-11-231-1/+40