index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util, manager: and mempset() and use it
Michal Schmidt
2013-03-13
1
-0
/
+5
*
bootctl: print secure boot flags
Kay Sievers
2013-03-10
2
-0
/
+32
*
util: fix printing of welcome message
Michal Schmidt
2013-03-08
1
-1
/
+1
*
shared: inline trivial auto-cleanup functions
Michal Schmidt
2013-03-08
6
-25
/
+19
*
shared: remove pointless checks in auto-cleanup functions
Michal Schmidt
2013-03-08
2
-12
/
+0
*
pager: add -M to $LESS to make the bottom line nicer
Lennart Poettering
2013-03-07
1
-2
/
+2
*
pager: always override LESS
Lennart Poettering
2013-03-07
1
-2
/
+2
*
pager: introduce "jump to end" option
Harald Hoyer
2013-03-07
2
-3
/
+6
*
util: Fix grammar in comment
Jan Janssen
2013-03-07
1
-2
/
+2
*
virt: check for /sys/hypervisor/type for detecting xen PV
Lennart Poettering
2013-03-07
1
-5
/
+20
*
util: properly escape corner cases in bus_path_escape(), too
Lennart Poettering
2013-03-05
1
-4
/
+17
*
job: print the "OK" status messages in normal green
Michal Schmidt
2013-03-02
1
-0
/
+1
*
path-lookup: downgrade again the messages where we log for units
Lennart Poettering
2013-03-01
1
-5
/
+5
*
pager: add K to less environment
Lukas Nykryn
2013-03-01
1
-1
/
+1
*
systemd-activate: add a socket-activation test tool
Zbigniew Jędrzejewski-Szmek
2013-02-28
2
-0
/
+41
*
core/manager: print status messages about running jobs
Michal Schmidt
2013-02-28
1
-0
/
+1
*
util: split resolving of /dev/console into a new function
Michal Schmidt
2013-02-28
2
-13
/
+29
*
util, core: add support for ephemeral status lines
Michal Schmidt
2013-02-28
2
-7
/
+14
*
unit: rework resource management API
Lennart Poettering
2013-02-27
3
-2
/
+33
*
Revert "log: fix fallbacks to kmsg"
Lennart Poettering
2013-02-27
1
-10
/
+9
*
efi: compare by substraction
Kay Sievers
2013-02-17
1
-6
/
+1
*
log: fix fallbacks to kmsg
Michal Schmidt
2013-02-16
1
-9
/
+10
*
bootchart: use conf-parser & CamelCase names in .conf
Thomas Hindoe Paaboel Andersen
2013-02-14
4
-0
/
+47
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
14
-367
/
+515
*
dbus: introduce parse_unit_info
Marc-Antoine Perennou
2013-02-13
2
-0
/
+30
*
dbus: import struct unit_info from systemctl
Marc-Antoine Perennou
2013-02-13
1
-0
/
+13
*
build-sys: make EFI support build-time optional
Lennart Poettering
2013-02-13
1
-0
/
+4
*
build-sys: make PolicyKit support compile-time optional (was runtime-optional...
Lennart Poettering
2013-02-13
2
-1
/
+21
*
efi: efi_get_boot_options() should already sort the entries, the random order...
Lennart Poettering
2013-02-13
3
-8
/
+36
*
efi: use efi_get_variable_string() instead of efi_get_variable() where we can
Lennart Poettering
2013-02-13
1
-14
/
+2
*
efi: unify BootXXXX reading
Kay Sievers
2013-02-13
1
-11
/
+20
*
Revert "log_error() if inotify_add_watch() fails"
Lennart Poettering
2013-02-13
2
-2
/
+0
*
log_error() if inotify_add_watch() fails
Harald Hoyer
2013-02-13
2
-0
/
+2
*
man: rename systemd.conf to systemd-system.conf
Zbigniew Jędrzejewski-Szmek
2013-02-13
1
-1
/
+1
*
ratelimit: fix off-by-one
Michael Olbrich
2013-02-13
1
-1
/
+1
*
util: *DO NOT* loop for EINTR handling with close_nointr()
Colin Walters
2013-02-13
1
-10
/
+17
*
util: introduce strcaseeq/strncaseeq
Thomas Hindoe Paaboel Andersen
2013-02-13
3
-6
/
+8
*
use strneq instead of strncmp
Thomas Hindoe Paaboel Andersen
2013-02-13
4
-8
/
+8
*
efi: add missing #include
Lennart Poettering
2013-02-13
1
-0
/
+1
*
efi: various cleanups
Lennart Poettering
2013-02-13
2
-35
/
+99
*
missing: define MS_REC and MS_SHARED if not defined already
Aleksander Morgado
2013-02-13
1
-0
/
+8
*
binfmt,tmpfiles,modules-load,sysctl: rework the various early-boot services t...
Lennart Poettering
2013-02-11
10
-42
/
+210
*
core: properly validate environment data from Environment= lines in unit files
Lennart Poettering
2013-02-11
1
-79
/
+25
*
manager: validate environment parameters for SetEnvironment(), UnsetEnvironme...
Lennart Poettering
2013-02-11
2
-0
/
+17
*
bootctl: add boot loader and firmware interface tool
Kay Sievers
2013-02-11
3
-3
/
+191
*
efi: fix returned length of efi_get_variable()
Lennart Poettering
2013-02-11
1
-1
/
+1
*
util: rework load_env_file()
Lennart Poettering
2013-02-11
1
-30
/
+35
*
path-util: fix memory leak
Lennart Poettering
2013-02-11
1
-3
/
+4
*
util: introduce FOREACH_LINE for iterating through files
Lennart Poettering
2013-02-11
2
-23
/
+16
*
env: considerably beef up environment cleaning logic
Lennart Poettering
2013-02-11
6
-258
/
+454
[next]