summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek
2014-12-18test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek
2014-12-17load-fragment: properly unescape \;tomsod-m ya ru
2014-12-17path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek
2014-12-17path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog
2014-12-18machinectl: add new commands for copying files from/to containersLennart Poettering
2014-12-18util: in make_stdio() use dup2() rather than dup3()Lennart Poettering
2014-12-18machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner
2014-12-16path: follow symbolic link for parent pathUmut Tezduyar Lindskog
2014-12-17shared: strv - add strv_clear()Tom Gundersen
2014-12-16shared: path-util - memory leakTom Gundersen
2014-12-16udev: net_setup - fix warningTom Gundersen
2014-12-16test-json: use fabsThomas Hindoe Paaboel Andersen
2014-12-16fix compiler warningSusant Sahani
2014-12-16systemctl: fix argument handling when invoked as "shutdown"Jan Synacek
2014-12-16nss-myhostname: also recognize "gateway."Harald Hoyer
2014-12-16systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek
2014-12-16systemctl: share path lookup between 'cat' and 'edit'Zbigniew Jędrzejewski-Szmek
2014-12-16systemctl: split out LookupPaths initializationZbigniew Jędrzejewski-Szmek
2014-12-16systemctl: move two functions upZbigniew Jędrzejewski-Szmek
2014-12-16systemctl: unify warning about unit files changed on diskZbigniew Jędrzejewski-Szmek
2014-12-16systemctl: do not use -1 for return codeZbigniew Jędrzejewski-Szmek
2014-12-16Move dropin listing to sharedZbigniew Jędrzejewski-Szmek
2014-12-15shared: add minimal JSON tokenizerLennart Poettering
2014-12-15udev: builtin-hwdb - port to sd-hwdbTom Gundersen
2014-12-15udevadm: port to sd-hwdbTom Gundersen
2014-12-15networkctl: port from libudev to sd-hwdbTom Gundersen
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-15networkd: failing to track links is a serious problem so log at warning level...Tom Gundersen
2014-12-15shared: time-dst: Avoid buffer overflowMartin Pitt
2014-12-14blkid: Warn when rejecting a superblock with a bad csumGabriel de Perthuis
2014-12-14delta: fix output alignment of [REDIRECTED] entriesIvan Shapovalov
2014-12-13systemctl: handle correctly template units for edit verbRonny Chevalier
2014-12-13test-unit-name: add more testsRonny Chevalier
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt
2014-12-13journal: delete unused function mmap_cache_close_contextMichal Schmidt
2014-12-13journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: consistently allow type==0 to mean "any type"Michal Schmidt
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt
2014-12-13journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt
2014-12-13configure.ac: add a generic --enable-debug, replace --enable-hashmap-debugMichal Schmidt
2014-12-13shared/hashmap.h: fix commentMichal Schmidt
2014-12-12networkctl: remove unused variableThomas Hindoe Paaboel Andersen