GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
systemd
Commit message (
Expand
)
Author
Age
Files
Lines
*
bus: introduce concept of a "default" event loop per-thread and make use of i...
Lennart Poettering
2013-11-12
1
-1
/
+5
*
bus: rename sd_bus_send_with_reply_and_block() to sd_bus_call()
Lennart Poettering
2013-11-12
1
-3
/
+3
*
bus: add APIs for adding iovecs to messages as string or arrays
Lennart Poettering
2013-11-11
1
-0
/
+3
*
bus: add APIs to easily query string and strv properties
Lennart Poettering
2013-11-07
1
-2
/
+4
*
shutdown: as sd-shutdown.h is a drop-in header it should not include any othe...
Lennart Poettering
2013-11-07
1
-1
/
+11
*
api: replace manual C++ guards by macros
Lennart Poettering
2013-11-07
12
-75
/
+70
*
api: add C++ guards
Lennart Poettering
2013-11-07
6
-6
/
+38
*
rtnl: headers in src/systemd/ may not use #pragma once
Lennart Poettering
2013-11-07
1
-2
/
+5
*
rtnl: headers in src/systemd/ may not include internal headers
Lennart Poettering
2013-11-07
1
-10
/
+1
*
utf8: export utf8 validation functions as part of sd-bus
Lennart Poettering
2013-11-07
1
-0
/
+28
*
bus: add sd_bus_get_current() bus call to determine message that is currently...
Lennart Poettering
2013-11-05
1
-0
/
+2
*
bus: add new bus API call sd_bus_message_at_end()
Lennart Poettering
2013-11-05
1
-0
/
+1
*
bus: add sd_bus_message_read_strv()
Marc-Antoine Perennou
2013-11-05
1
-0
/
+1
*
bus: add sd_bus_message_skip() to skip over multiple fields
Lennart Poettering
2013-11-05
1
-0
/
+1
*
event: add some well-defined priority values of event sources
Lennart Poettering
2013-11-05
1
-0
/
+7
*
rtnl: add support for routes
Tom Gundersen
2013-11-04
1
-2
/
+10
*
sd-login: Fix typo
Bastien Nocera
2013-11-02
1
-1
/
+1
*
timedatectl: assorted simplifications
Lennart Poettering
2013-10-31
1
-0
/
+1
*
bus: add API call to create bus connection to the system bus of local containers
Lennart Poettering
2013-10-30
1
-0
/
+1
*
bus: move ssh support into public API of libsystem-bus
Lennart Poettering
2013-10-30
1
-1
/
+2
*
rtnl: move set_link_properties to rtnl-utils
Tom Gundersen
2013-10-29
1
-0
/
+2
*
bus: add a macro to simplify reading of UUIDs
Lennart Poettering
2013-10-29
1
-0
/
+6
*
bus: add new sd_bus_message_verify_type() and sd_bus_message_copy() API calls
Lennart Poettering
2013-10-29
1
-0
/
+2
*
sd-rtnl: minor fixes
Tom Gundersen
2013-10-29
1
-4
/
+4
*
libsystemd-rtnl: add a rtnetlink library
Tom Gundersen
2013-10-27
1
-0
/
+52
*
api: unify some common bits used by public systemd APIs
Lennart Poettering
2013-10-16
5
-50
/
+75
*
timedated: use libsystemd-bus instead of libdbus for bus communication
Lennart Poettering
2013-10-16
3
-13
/
+24
*
bus: extend bus protocol definitions a bit
Lennart Poettering
2013-10-16
1
-0
/
+52
*
bus: properly implement logic for generating InterfacesAdded/InterfacesRemove...
Lennart Poettering
2013-10-11
1
-4
/
+4
*
bus: add sd_bus_message_append_strv() to easily add a NULL terminated string ...
Lennart Poettering
2013-10-11
1
-0
/
+1
*
bus: don't rely on gccisms/c11 in public header files.
Lennart Poettering
2013-10-11
2
-21
/
+20
*
bus: if a a Set() vtable callback of a writable is left NULL, try to do the r...
Lennart Poettering
2013-10-11
1
-3
/
+0
*
bus: when NULL is specified as property callback, automatically handle serial...
Lennart Poettering
2013-10-11
1
-1
/
+1
*
bus: decorate API calls with gcc attributes where appropriate
Lennart Poettering
2013-10-11
1
-5
/
+9
*
event: add apis to query the timestamp of the event currently processed
Lennart Poettering
2013-10-11
1
-0
/
+2
*
event: move all library calls over to new assert_return() macro
Lennart Poettering
2013-10-11
1
-7
/
+7
*
event: add sd_event_source_get_child_pid() call to query the PID of a child e...
Lennart Poettering
2013-10-11
1
-2
/
+1
*
event: rename the "mute" field of event sources to "enabled"
Lennart Poettering
2013-10-11
1
-4
/
+4
*
event: implement quit handlers
Lennart Poettering
2013-10-11
1
-8
/
+16
*
event: refuse operation if the caller tries to reuse an event loop after a fo...
Lennart Poettering
2013-10-10
1
-1
/
+1
*
event: add timer accuracy/coalescing logic
Lennart Poettering
2013-10-10
1
-3
/
+5
*
bus: add minimal event loop API
Lennart Poettering
2013-10-10
2
-1
/
+99
*
libsystemd-bus: add lightweight object vtable implementation for exposing obj...
Lennart Poettering
2013-10-09
3
-19
/
+201
*
sd-login: add a public accessor for the VT number
Giovanni Campagna
2013-09-11
1
-0
/
+3
*
journald: fix space limits reporting
Zbigniew Jędrzejewski-Szmek
2013-06-24
1
-0
/
+1
*
login: add an api to determine the slice a PID is located in to libsystemd-login
Lennart Poettering
2013-06-21
1
-1
/
+4
*
logind: add infrastructure to keep track of machines, and move to slices
Lennart Poettering
2013-06-20
2
-0
/
+12
*
journal: add sd_journal_open_files
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-0
/
+1
*
journal: add ability to filter by current user
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-1
/
+3
*
bus: add APIs for negotiating what is attached to messages
Lennart Poettering
2013-05-17
1
-1
/
+8
[next]