index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
Age
Commit message (
Expand
)
Author
2014-02-18
util: generalize code that checks whether PIDs are alive or unwaited for
Lennart Poettering
2014-02-17
doc: update punctuation
Jan Engelhardt
2014-02-17
core: fixate show_status earlier, so that we actually print the welcome message
Lennart Poettering
2014-02-17
core: find the closest parent slice that has a specfic cgroup controller enab...
Lennart Poettering
2014-02-17
Pass log config from systemd to systemd-shutdown
Zbigniew Jędrzejewski-Szmek
2014-02-17
Extract looping over /proc/cmdline into a shared function
Zbigniew Jędrzejewski-Szmek
2014-02-14
Fix prototype of get_process_state
Zbigniew Jędrzejewski-Szmek
2014-02-15
util: fix mismatching function signature
Kay Sievers
2014-02-14
core: fix detection of dead processes
Yuxuan Shui
2014-02-14
shared: include root when canonicalizing conf paths
Michael Marineau
2014-02-13
everywhere: always use O_CLOEXEC where it makes sense
Lennart Poettering
2014-02-13
everywhere: make use of new0() and macro() macros, and stop using perror()
Lennart Poettering
2014-02-13
core: add SystemCallArchitectures= unit setting to allow disabling of non-native
Lennart Poettering
2014-02-12
syscallfilter: port to libseccomp
Ronny Chevalier
2014-02-12
pager: support SYSTEMD_LESS environment variable
Jason A. Donenfeld
2014-02-12
nspawn: newer kernels (>= 3.14) allow resetting the audit loginuid, make use ...
Lennart Poettering
2014-02-11
journald: log provenience of signals
Zbigniew Jędrzejewski-Szmek
2014-02-11
efi: fix Undefined reference efi_loader_get_boot_usec when EFI support is dis...
Cristian Rodríguez
2014-02-11
machined: optionally, allow registration of pre-existing units (scopes
Lennart Poettering
2014-02-11
util: modernize readlink_malloc() a bit
Lennart Poettering
2014-02-11
util: drop parse_user_at_host() since its unused now
Lennart Poettering
2014-02-10
exec: Add SELinuxContext configuration item
Michael Scherer
2014-02-08
core: do not print invalid utf-8 in error messages
Zbigniew Jędrzejewski-Szmek
2014-02-08
core: fix crashes if locale.conf contains invalid utf-8 string
Goffredo Baroncelli
2014-02-07
core: when an already abandoned unit gets abandoned again generate a clean error
Lennart Poettering
2014-02-07
cgroup: make sure to properly send SIGCONT to all processes of a cgroup if th...
Lennart Poettering
2014-02-03
conf-parser: warn when we open configuration files with weird access bits
Lennart Poettering
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-30
shared: net - use u32ctz to compute prefixlen
Tom Gundersen
2014-01-30
util: add u32ctz() call for determining ctz of uint32_t
Lennart Poettering
2014-01-30
sd-dhcp-client/net-util: make netmask_to_prefixlen generic
Tom Gundersen
2014-01-30
net-util: verify the address family
Tom Gundersen
2014-01-30
utmp: make sure we don't write the utmp reboot record twice on each boot
Lennart Poettering
2014-01-28
Base mkostemp_safe on mkostemp
Zbigniew Jędrzejewski-Szmek
2014-01-28
Get rid of write_safe
Zbigniew Jędrzejewski-Szmek
2014-01-28
always use the same code for creating temporary files
Lennart Poettering
2014-01-28
util: pick slightly safer open() flags when creating temporary files
Lennart Poettering
2014-01-28
util: define O_TMPFILE on x86/x86-64, where the generic value is used
Lennart Poettering
2014-01-28
util: pass original flags value to mkostemp(), in open_tmpfile()
Lennart Poettering
2014-01-28
util: simplify mkostemp_safe()
Lennart Poettering
2014-01-28
util: introduce new dev_urandom() call that is like random_bytes() but doesn'...
Lennart Poettering
2014-01-28
util: modernize loop_read() and loop_write() a bit
Lennart Poettering
2014-01-27
manager: add systemd.show_status=auto mode
Zbigniew Jędrzejewski-Szmek
2014-01-27
journal: guarantee async-signal-safety in sd_journald_sendv
Zbigniew Jędrzejewski-Szmek
2014-01-27
Replace mkostemp+unlink with open(O_TMPFILE)
Zbigniew Jędrzejewski-Szmek
2014-01-27
bus: add API calls for connecting to starter bus
Lennart Poettering
2014-01-27
resolve: update sd-resolve to match the other APIs in style and functionality
Lennart Poettering
2014-01-22
DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL string
Tom Gundersen
2014-01-20
exec: introduce PrivateDevices= switch to provide services with a private /dev
Lennart Poettering
2014-01-12
core: clean up environment block for --user instances a bit
Lennart Poettering
[next]