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
*
missing.h: add some IFLA_* constants
Tom Gundersen
2014-02-19
1
-0
/
+14
*
core: add Personality= option for units to set the personality for spawned pr...
Lennart Poettering
2014-02-19
4
-3
/
+27
*
nspawn: add new --personality= switch to make it easier to run 32bit containe...
Lennart Poettering
2014-02-18
2
-0
/
+32
*
seccomp: add helper call to add all secondary archs to a seccomp filter
Lennart Poettering
2014-02-18
2
-0
/
+28
*
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-18
2
-2
/
+20
*
doc: update punctuation
Jan Engelhardt
2014-02-18
1
-2
/
+2
*
core: fixate show_status earlier, so that we actually print the welcome message
Lennart Poettering
2014-02-17
3
-20
/
+1
*
core: find the closest parent slice that has a specfic cgroup controller enab...
Lennart Poettering
2014-02-17
2
-4
/
+15
*
Pass log config from systemd to systemd-shutdown
Zbigniew Jędrzejewski-Szmek
2014-02-17
2
-0
/
+10
*
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-17
2
-0
/
+30
*
Fix prototype of get_process_state
Zbigniew Jędrzejewski-Szmek
2014-02-15
2
-2
/
+2
*
util: fix mismatching function signature
Kay Sievers
2014-02-15
1
-1
/
+1
*
core: fix detection of dead processes
Yuxuan Shui
2014-02-15
2
-0
/
+26
*
shared: include root when canonicalizing conf paths
Michael Marineau
2014-02-14
5
-23
/
+28
*
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-13
2
-2
/
+2
*
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
1
-1
/
+1
*
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
Lennart Poettering
2014-02-13
2
-0
/
+89
*
syscallfilter: port to libseccomp
Ronny Chevalier
2014-02-12
5
-224
/
+0
*
pager: support SYSTEMD_LESS environment variable
Jason A. Donenfeld
2014-02-12
1
-3
/
+6
*
nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ...
Lennart Poettering
2014-02-12
1
-8
/
+0
*
journald: log provenience of signals
Zbigniew Jędrzejewski-Szmek
2014-02-12
2
-1
/
+21
*
efi: fix Undefined reference efi_loader_get_boot_usec when EFI support is dis...
Cristian Rodríguez
2014-02-11
1
-0
/
+2
*
machined: optionally, allow registration of pre-existing units (scopes
Lennart Poettering
2014-02-11
1
-29
/
+8
*
util: modernize readlink_malloc() a bit
Lennart Poettering
2014-02-11
1
-7
/
+10
*
util: drop parse_user_at_host() since its unused now
Lennart Poettering
2014-02-11
2
-15
/
+0
*
exec: Add SELinuxContext configuration item
Michael Scherer
2014-02-10
2
-1
/
+5
*
core: do not print invalid utf-8 in error messages
Zbigniew Jędrzejewski-Szmek
2014-02-08
3
-4
/
+36
*
core: fix crashes if locale.conf contains invalid utf-8 string
Goffredo Baroncelli
2014-02-08
1
-34
/
+43
*
core: when an already abandoned unit gets abandoned again generate a clean error
Lennart Poettering
2014-02-07
1
-0
/
+1
*
cgroup: make sure to properly send SIGCONT to all processes of a cgroup if th...
Lennart Poettering
2014-02-07
1
-3
/
+3
*
conf-parser: warn when we open configuration files with weird access bits
Lennart Poettering
2014-02-03
3
-0
/
+22
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
2
-3
/
+3
*
shared: net - use u32ctz to compute prefixlen
Tom Gundersen
2014-01-30
1
-10
/
+1
*
util: add u32ctz() call for determining ctz of uint32_t
Lennart Poettering
2014-01-30
1
-0
/
+12
*
sd-dhcp-client/net-util: make netmask_to_prefixlen generic
Tom Gundersen
2014-01-30
2
-0
/
+18
*
net-util: verify the address family
Tom Gundersen
2014-01-30
1
-6
/
+14
*
utmp: make sure we don't write the utmp reboot record twice on each boot
Lennart Poettering
2014-01-30
1
-33
/
+26
*
Base mkostemp_safe on mkostemp
Zbigniew Jędrzejewski-Szmek
2014-01-29
2
-33
/
+6
*
Get rid of write_safe
Zbigniew Jędrzejewski-Szmek
2014-01-29
1
-18
/
+0
*
always use the same code for creating temporary files
Lennart Poettering
2014-01-28
2
-6
/
+7
*
util: pick slightly safer open() flags when creating temporary files
Lennart Poettering
2014-01-28
1
-2
/
+5
*
util: define O_TMPFILE on x86/x86-64, where the generic value is used
Lennart Poettering
2014-01-28
1
-0
/
+16
*
util: pass original flags value to mkostemp(), in open_tmpfile()
Lennart Poettering
2014-01-28
1
-3
/
+5
*
util: simplify mkostemp_safe()
Lennart Poettering
2014-01-28
1
-12
/
+19
*
util: introduce new dev_urandom() call that is like random_bytes() but doesn'...
Lennart Poettering
2014-01-28
2
-13
/
+26
*
util: modernize loop_read() and loop_write() a bit
Lennart Poettering
2014-01-28
1
-52
/
+23
*
manager: add systemd.show_status=auto mode
Zbigniew Jędrzejewski-Szmek
2014-01-28
4
-0
/
+59
*
journal: guarantee async-signal-safety in sd_journald_sendv
Zbigniew Jędrzejewski-Szmek
2014-01-28
4
-11
/
+63
*
Replace mkostemp+unlink with open(O_TMPFILE)
Zbigniew Jędrzejewski-Szmek
2014-01-28
2
-0
/
+24
*
bus: add API calls for connecting to starter bus
Lennart Poettering
2014-01-27
1
-8
/
+10
[next]