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
Age
Commit message (
Expand
)
Author
2013-10-14
util: allow trailing semicolons on define_trivial_cleanup_func lines
Lennart Poettering
2013-10-13
manager: connect to private bus even if $DBUS_SESSION_BUS_ADDRESS is not set
Mantas Mikulėnas
2013-10-14
rfkill: add new rfkill tool to save/restore rfkill state across reboots
Lennart Poettering
2013-10-14
backlight: always prefer "firmware"/"platform" backlights over "raw" backligh...
Lennart Poettering
2013-10-13
event: avoid derefencing null pointer
Zbigniew Jędrzejewski-Szmek
2013-10-13
bus: make sure we don't try to malloc 0 bytes
Zbigniew Jędrzejewski-Szmek
2013-10-13
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-13
Make sure that we don't dereference NULL
Zbigniew Jędrzejewski-Szmek
2013-10-13
udev: use initialization instead of zeroing in one place
Zbigniew Jędrzejewski-Szmek
2013-10-13
Fix write-only use of a few variables
Zbigniew Jędrzejewski-Szmek
2013-10-13
Introduce _cleanup_fdset_free_
Zbigniew Jędrzejewski-Szmek
2013-10-13
bus: fix access to unitialized variable in error path
Zbigniew Jędrzejewski-Szmek
2013-10-13
drop-ins: check return value
Zbigniew Jędrzejewski-Szmek
2013-10-13
journald: use greedy_realloc in one place
Zbigniew Jędrzejewski-Szmek
2013-10-13
dbus-common: avoid leak in error path
Zbigniew Jędrzejewski-Szmek
2013-10-13
Modernization
Zbigniew Jędrzejewski-Szmek
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-13
unicode: treat cute symbol block as fullwidth
Zbigniew Jędrzejewski-Szmek
2013-10-13
test: test for ellipsize
Shawn Landden
2013-10-13
util, utf8: make ellipsize take multi-byte characters into account
Shawn Landden
2013-10-11
bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...
Lennart Poettering
2013-10-11
bus: in GetManagedObjects() only return each object once.
Lennart Poettering
2013-10-11
bus: unify code to find parents of an object path with
Lennart Poettering
2013-10-11
bus: properly generate GetAll reply
Lennart Poettering
2013-10-11
bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...
Lennart Poettering
2013-10-11
bus: make sure introspection can be generated correctly with NULL method sign...
Lennart Poettering
2013-10-11
bus: beef up parameter checking in vtable handling
Lennart Poettering
2013-10-11
bus: beef up parameter checking of convenience calls
Lennart Poettering
2013-10-11
bus: don't rely on gccisms/c11 in public header files.
Lennart Poettering
2013-10-11
bus: split up overly long sd-bus.c into three files
Lennart Poettering
2013-10-11
bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...
Lennart Poettering
2013-10-11
bus: automatically do a NOP reply when a NULL callback is specified for a met...
Lennart Poettering
2013-10-11
Add support for saving/restoring keyboard backlights
Bastien Nocera
2013-10-11
udev: usb_id - remove obsoleted bInterfaceSubClass == 5 match
Kay Sievers
2013-10-11
smack: minimize ifdef use, and move all labeling to smack-util.c
Kay Sievers
2013-10-11
bus: when NULL is specified as property callback, automatically handle serial...
Lennart Poettering
2013-10-11
bus: make PropertiesChanged emission work
Lennart Poettering
2013-10-11
bus: decorate API calls with gcc attributes where appropriate
Lennart Poettering
2013-10-11
bus: allow specifying NULL as type string when we want to construct messages ...
Lennart Poettering
2013-10-11
bus: make GetManagedObjects() work
Lennart Poettering
2013-10-11
event: add apis to query the timestamp of the event currently processed
Lennart Poettering
2013-10-11
event: move all library calls over to new assert_return() macro
Lennart Poettering
2013-10-11
event: add sd_event_source_get_child_pid() call to query the PID of a child e...
Lennart Poettering
2013-10-11
event: rename the "mute" field of event sources to "enabled"
Lennart Poettering
2013-10-11
event: implement quit handlers
Lennart Poettering
2013-10-11
macro: add new assert_return() macro for early parameter checking in functions
Lennart Poettering
2013-10-10
event: refuse operation if the caller tries to reuse an event loop after a fo...
Lennart Poettering
2013-10-10
event: add timer accuracy/coalescing logic
Lennart Poettering
2013-10-10
security: missing header inclusions
Lennart Poettering
2013-10-10
bus: fix duplicate comparisons
Tero Roponen
[next]