summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-25journal: Add sync timer to journal serverOleksii Shevchuk6-16/+169
2013-03-25core: ensure LSB Provides are handled correctlyFrederic Crozat1-1/+1
2013-03-25udevd.c: set udev children_max according to CPU countHarald Hoyer1-29/+6
2013-03-25timer: downgrade time change message to debugMichal Schmidt1-2/+2
2013-03-25bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...Lennart Poettering5-640/+754
2013-03-25bus: implement 'unixexec:' protocolLennart Poettering5-141/+417
2013-03-25bus: make optional whether unix socket passing is negotiated and whether hell...Lennart Poettering4-127/+226
2013-03-25bus: properly handle termination of connectionsLennart Poettering1-0/+4
2013-03-25bus: implement support for FD passingLennart Poettering8-44/+291
2013-03-24service: no need to drop rc. prefix anymoreMiklos Vajna1-20/+2
2013-03-23journald: remove unconditional log_*() use in the main loopKay Sievers1-1/+0
2013-03-23uaccess: remove needless usb_id call from udev rulesKay Sievers1-1/+0
2013-03-23conf-parser: when we parse a string list, always fill in somethingLennart Poettering1-2/+11
2013-03-23journal: don't access j->files after useLennart Poettering1-2/+2
2013-03-22udevadm: place const in the right placeZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-22bus: don't free an unallocated varZbigniew Jędrzejewski-Szmek1-5/+3
2013-03-22bus: move attribute to end of structure, so it is not ignoredZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-23unit: never retroactively start requisitesLennart Poettering1-5/+0
2013-03-23add --with-telinit=PATH configure optionCristian Rodríguez1-1/+1
2013-03-23journalctl: various fixes to the access check logicLennart Poettering2-31/+41
2013-03-22dbus: Do send out "replies" to signalsColin Walters1-2/+7
2013-03-22exec: Assigning the empty string to CapabilityBoundSet= should drop all capsLennart Poettering2-7/+8
2013-03-22timedated: extra overflow safety check when doing relative time changesLennart Poettering1-5/+14
2013-03-22timedatectl: show CanNTP fieldLennart Poettering1-1/+4
2013-03-22udev: no need to output OOM, if we call log_oom() anywayLennart Poettering1-5/+3
2013-03-22main: minor simplificationLennart Poettering1-2/+1
2013-03-22udev/collect: avoid initalizing memory twiceZbigniew Jędrzejewski-Szmek1-1/+3
2013-03-22util: workaround two gcc warningsZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-22journalctl: be smarter about journal error checksZbigniew Jędrzejewski-Szmek3-57/+136
2013-03-22build-sys: move acl searching code into libsystemd-aclZbigniew Jędrzejewski-Szmek3-49/+67
2013-03-22hostnamed: pretty_string_is_safe() already exists in string_has_cc(), so use ...Lennart Poettering1-14/+1
2013-03-22util: be more picky when validating hostnamesLennart Poettering2-3/+31
2013-03-22journalctl: give a nice hint about group membership based on ACLs of /var/log...Lennart Poettering5-18/+143
2013-03-22cgroup: minor optimizationLennart Poettering1-4/+2
2013-03-22bus: implement object handler registryLennart Poettering4-21/+285
2013-03-22mount: mount all cgroup controllers in containers, tooLennart Poettering1-0/+1
2013-03-22main: use strv_find() where we canLennart Poettering1-10/+4
2013-03-22main: don't mount cgroup controller unless PID == 1Lennart Poettering1-1/+1
2013-03-21Fix vacuum logic errorJan Alexander Steffens (heftig)1-2/+2
2013-03-21systemd-python: allow retrieval of single fieldsZbigniew Jędrzejewski-Szmek3-19/+103
2013-03-21systemd-python: split out realtime and monotonic into separate functionsZbigniew Jędrzejewski-Szmek1-65/+99
2013-03-21systemd-python: implement _Reader.test_cursorZbigniew Jędrzejewski-Szmek1-20/+46
2013-03-21systemd-python: cleanup up usec_t handlingZbigniew Jędrzejewski-Szmek2-31/+28
2013-03-21systemd-python: export sd_journal_get_usageZbigniew Jędrzejewski-Szmek1-6/+29
2013-03-21efivars: fix return codeZbigniew Jędrzejewski-Szmek1-1/+1
2013-03-21shutdownd: shut up bogus gcc warningZbigniew Jędrzejewski-Szmek1-13/+10
2013-03-21bootchart: fix two unitialized memory freesZbigniew Jędrzejewski-Szmek1-2/+2
2013-03-21initctl: fix return from unitialized memory in error pathZbigniew Jędrzejewski-Szmek1-7/+15
2013-03-22bus: implicitly collect ucred/label informationLennart Poettering7-19/+131
2013-03-22bus: also finish connection before returning from sd_bus_get_unique_name()Lennart Poettering5-11/+28