index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
build-sys: fix libsystemd --enable-kdbus symbol export
Kay Sievers
2014-02-22
1
-2
/
+2
*
build-sys: build compat libs from sources, avoiding the not generally availab...
Kay Sievers
2014-02-22
1
-1
/
+0
*
networkd: handle SIGINT and SIGTERM
Tom Gundersen
2014-02-22
4
-5
/
+44
*
test: always use assert_se in tests
Tom Gundersen
2014-02-22
4
-259
/
+259
*
sd-dhcp: add very basic debug logging
Tom Gundersen
2014-02-22
2
-3
/
+27
*
gudev: add device::get_sysfs_attr_keys and device::has_sysfs_attr
Andreas Fuchs
2014-02-22
2
-0
/
+56
*
udev: net - allow MTU and Speed to be specified with units
Tom Gundersen
2014-02-22
2
-5
/
+6
*
cgroup: Extend DeviceAllow= syntax to whitelist groups of devices, not just p...
Lennart Poettering
2014-02-22
3
-8
/
+95
*
net-util: match on the driver as exposed by ethtool if DRIVER not set
Tom Gundersen
2014-02-21
5
-4
/
+12
*
net: initialize structs when declaring
Tom Gundersen
2014-02-21
1
-14
/
+12
*
net: initialize structs when declaring them/do not clobber caller variables
Lennart Poettering
2014-02-21
1
-9
/
+10
*
logind: when we wake up from suspend and the lid is still closed, go to sleep...
Lennart Poettering
2014-02-21
4
-67
/
+69
*
event: add new kind of event source called "post"
Lennart Poettering
2014-02-21
2
-0
/
+73
*
udev - link-setup - expose ID_NET_DRIVER
Tom Gundersen
2014-02-21
5
-9
/
+62
*
logind-session: Fix invalid free in the error case
Jasper St. Pierre
2014-02-21
1
-1
/
+1
*
man: don't document ".include" in configuration files anymore as first step t...
Lennart Poettering
2014-02-21
1
-0
/
+9
*
journald: ignore failure to watch hostname_fd on older kernels
Dave Reisner
2014-02-21
1
-0
/
+10
*
ptyfwd: reset nonblocking mode
Lennart Poettering
2014-02-21
1
-3
/
+8
*
.network/.netdev/.link: allow to match on architecture
Tom Gundersen
2014-02-21
10
-12
/
+24
*
sd-event: Fix systemd crash when using timer units.
Thomas Bächler
2014-02-21
1
-1
/
+1
*
systemctl: fix compiler warning in list_timers()
Daniel Mack
2014-02-21
1
-1
/
+1
*
shared/architecture.h: fix preprocessor directives
Daniel Mack
2014-02-21
1
-2
/
+2
*
manager: be more precise in message about restart
Zbigniew Jędrzejewski-Szmek
2014-02-21
1
-1
/
+4
*
nspawn: when adding a veth interface to a bridge, use the "vb-" rather than "...
Lennart Poettering
2014-02-21
1
-2
/
+9
*
replace tabs with spaces in some files
Jason St. John
2014-02-21
1
-2
/
+2
*
core: Add AppArmor profile switching
Michael Scherer
2014-02-21
9
-5
/
+113
*
selinux: Don't attempt to load policy in initramfs if it doesn't exist
Colin Walters
2014-02-21
1
-0
/
+7
*
missing: simplifications
Lennart Poettering
2014-02-21
1
-16
/
+8
*
build-sys: Add setns() functions if not in the C library.
Holger Schurig
2014-02-21
1
-0
/
+17
*
hostnamectl: should the sanitized arch, not the native uname() one
Lennart Poettering
2014-02-21
2
-1
/
+7
*
core: add new ConditionArchitecture() that checks the architecture returned b...
Lennart Poettering
2014-02-21
7
-1
/
+347
*
net-util: match - allow globbing
Tom Gundersen
2014-02-20
1
-2
/
+3
*
sd-dhcp-client: prevent timer related memory leaks
Umut Tezduyar Lindskog
2014-02-20
1
-0
/
+4
*
networkd: netdev - allow filtering on kernel cmdline, host and virt
Tom Gundersen
2014-02-20
7
-53
/
+86
*
network/link: Match - filter on kernel cmdline, host and virt
Tom Gundersen
2014-02-20
8
-42
/
+121
*
condition: split out most of condition handling into libsystemd-shard
Tom Gundersen
2014-02-20
4
-255
/
+321
*
condition: refactor a bit
Tom Gundersen
2014-02-20
1
-50
/
+70
*
python: reindent _reader.c
Lennart Poettering
2014-02-20
1
-582
/
+577
*
macro: add nice macro for disabling -Wnonnull temporarily
Lennart Poettering
2014-02-20
2
-4
/
+12
*
macro: introduce nice macro for disabling -Wmissing-prototypes warnigs
Lennart Poettering
2014-02-20
6
-24
/
+27
*
macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily
Lennart Poettering
2014-02-20
8
-34
/
+32
*
util: get rid of warnings around assert_cc() macro
Lennart Poettering
2014-02-20
1
-2
/
+21
*
journal: fix compiler warning in journal_file_append_data()
Daniel Mack
2014-02-20
1
-1
/
+1
*
journal: fix compiler warning in real_journal_next()
Daniel Mack
2014-02-20
1
-2
/
+2
*
libsystemd: fix compiler warning in property_get_set_callbacks_run()
Daniel Mack
2014-02-20
1
-1
/
+1
*
core/unit: fix unit_add_target_dependencies() for units with no dependencies
Daniel Mack
2014-02-20
1
-1
/
+1
*
api: in constructor function calls, always put the returned object pointer fi...
Lennart Poettering
2014-02-20
81
-318
/
+326
*
sd-bus: the bus returned should be the first arg
Jason A. Donenfeld
2014-02-20
4
-9
/
+9
*
udev: net-config - allow interface names to be set from the hwdb
Tom Gundersen
2014-02-19
2
-0
/
+5
*
build-sys: export experimental symbols only with --enable-kdbus
Kay Sievers
2014-02-19
2
-1
/
+3
[next]