index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
man
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
TODO: update
Kay Sievers
1
-2
/
+0
2013-03-15
nspawn: don't make assumptions about the size of pid_t
Lennart Poettering
1
-1
/
+1
2013-03-15
logind: explicitly create state directories during early initialization
Lennart Poettering
1
-0
/
+10
2013-03-15
sd-booted: update sd_booted() check a bit
Lennart Poettering
3
-15
/
+15
2013-03-15
strv: fix STRV_FOREACH_PAIR macro definition
Lennart Poettering
1
-1
/
+1
2013-03-15
sysctl: add 50-default.conf
Kay Sievers
3
-1
/
+25
2013-03-15
sysctl: coredump.conf -> 50-coredump.conf
Kay Sievers
2
-3
/
+3
2013-03-15
man: bootup - "Systemd in the Initrd" -> "Initrd System Manager Bootup"
Kay Sievers
1
-14
/
+13
2013-03-15
Make initrd.target the default target in the initrd
Harald Hoyer
11
-12
/
+115
2013-03-14
main: don't mount /sys, /dev and friends when we run with PID != 1
Lennart Poettering
1
-1
/
+1
2013-03-14
fileio: use _cleanup_
Zbigniew Jędrzejewski-Szmek
1
-6
/
+5
2013-03-14
build-sys: link libsystemd-login also against libsystemd-daemon-internal
Zbigniew Jędrzejewski-Szmek
1
-1
/
+2
2013-03-14
systemctl: remove unused variable
Michal Sekletar
1
-1
/
+1
2013-03-14
tmpfiles: add missing missing.h include
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2013-03-14
initctl: catch write error, use _cleanup_
Zbigniew Jędrzejewski-Szmek
1
-9
/
+8
2013-03-14
journalctl: show systemd messages about unit for -u
Zbigniew Jędrzejewski-Szmek
2
-25
/
+28
2013-03-14
logs-show: export logic to add matches for units
Zbigniew Jędrzejewski-Szmek
3
-120
/
+75
2013-03-13
man: fix some typos
Thomas Hindoe Paaboel Andersen
6
-8
/
+8
2013-03-13
build-sys: add two new files to EXTRA_DIST
Zbigniew Jędrzejewski-Szmek
1
-3
/
+7
2013-03-13
libudev: implement udev_device_set_attribute_value()
Hannes Reinecke
5
-3
/
+111
2013-03-13
core: single unit_kill implementation for all unit types
Michal Schmidt
6
-200
/
+64
2013-03-13
util, manager: and mempset() and use it
Michal Schmidt
2
-8
/
+9
2013-03-13
manager: use more stpcpy()
Michal Schmidt
1
-11
/
+5
2013-03-13
tmpfiles: --clean -- check for bind mounts of the same filesystem and skip them
Kay Sievers
2
-2
/
+42
2013-03-13
cryptsetup-generator: use _cleanup_ where possible
Harald Hoyer
1
-144
/
+65
2013-03-13
add initrd-fs.target and root-fs.target
Harald Hoyer
9
-41
/
+110
2013-03-13
build-sys: use -f with ln -s
Zbigniew Jędrzejewski-Szmek
1
-2
/
+2
2013-03-13
man: Document the actual behaviour of ExecStopPost
Mathieu Bridon
1
-3
/
+6
2013-03-13
man,html: say 'systemd 198' in the header
Zbigniew Jędrzejewski-Szmek
4
-3
/
+32
2013-03-13
man: strip the comments in man page headers
Zbigniew Jędrzejewski-Szmek
2
-6
/
+37
2013-03-13
build-sys: break dependency loop between libsystemd-id128.la and -shared.la
Zbigniew Jędrzejewski-Szmek
1
-3
/
+4
2013-03-13
shutdown: move attribute packed to the end of the declaration, so it is not i...
Michal Sekletar
1
-2
/
+2
2013-03-13
manager: push back animation timer whenever a job finishes
Michal Schmidt
1
-1
/
+6
2013-03-12
remote-fs.target: want remote-fs-pre.target
Harald Hoyer
1
-0
/
+2
2013-03-12
core: fix getting information about mount unit
Michal Sekletar
1
-1
/
+2
2013-03-12
udevd: sort into sysinit instead of basic target
Kay Sievers
2
-10
/
+4
2013-03-11
core/smack: downgrade info to debug
Zbigniew Jędrzejewski-Szmek
1
-9
/
+15
2013-03-11
Remove or indent #define GNU_SOURCE
Zbigniew Jędrzejewski-Szmek
3
-21
/
+17
2013-03-11
bootchart: bump RLIMIT_NOFILE only after we forked us off, so that the init s...
Lennart Poettering
1
-6
/
+5
2013-03-11
bootchart: various superficial cleanups
Lennart Poettering
7
-215
/
+243
2013-03-11
bootchart: rename log.c to store.c to aovid confusion with src/shared/log.c
Lennart Poettering
2
-1
/
+1
2013-03-11
update TODO
Lennart Poettering
1
-0
/
+11
2013-03-11
Update .gitignore
Michael Biebl
1
-0
/
+4
2013-03-11
journald: allow priority of 999, too
Lennart Poettering
1
-1
/
+1
2013-03-11
Move udevadm to rootbindir
Michael Biebl
6
-8
/
+8
2013-03-10
bootctl: print Options only when found
Kay Sievers
1
-2
/
+3
2013-03-10
bootctl: print secure boot flags
Kay Sievers
5
-12
/
+60
2013-03-10
Fix typos of /etc/systemd/systemd
Zbigniew Jędrzejewski-Szmek
2
-3
/
+3
2013-03-09
TODO: update
Kay Sievers
1
-2
/
+0
2013-03-09
python/docs: use the same links on top as in man pages
Zbigniew Jędrzejewski-Szmek
3
-1
/
+19
[next]