summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tmpfiles: eat up empty columnsLennart Poettering2015-04-101-4/+4
* tmpfiles: substitute % specifiers in arguments for writing files and xattrsLennart Poettering2015-04-101-24/+32
* tmpfiles: warn if we get an argument on lines that don't take anyLennart Poettering2015-04-101-2/+7
* tmpfiles: mostly revert 71044f609b829d802e0eb81270e13b4f55d76476Lennart Poettering2015-04-101-4/+5
* device-nodes: minor simplificationsLennart Poettering2015-04-101-6/+15
* util: unify how we parse mode_t stringsLennart Poettering2015-04-105-25/+52
* util: remove normalize_env_assignment(), it's unusedLennart Poettering2015-04-103-58/+0
* shared: fix memleakRonny Chevalier2015-04-101-5/+5
* util: mark unquote() static, so that new code doesn't use this anymoreLennart Poettering2015-04-102-5/+5
* util: fix unicode decoding in unquote_first_word()Lennart Poettering2015-04-102-6/+17
* util: when unescaping C escape sequences support C++11 \u and \U unicode lite...Lennart Poettering2015-04-104-26/+144
* util: fix a typo in commentThomas Hindoe Paaboel Andersen2015-04-091-1/+1
* terminal/page: drop unneeded DISABLE_WARNING_*David Herrmann2015-04-091-4/+0
* bus: simplify bus_message_read_strv_extend()David Herrmann2015-04-091-9/+4
* bus: use free_and_strdup()David Herrmann2015-04-091-9/+1
* terminal/idev: fix NULL terminator for bus-property mappingDavid Herrmann2015-04-091-0/+1
* test-journal-flush: fix memleakRonny Chevalier2015-04-091-2/+2
* util: cunescape - fix memleak in error pathRonny Chevalier2015-04-091-0/+2
* util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering2015-04-095-15/+74
* vconsole: some modernizations, indentation fixesLennart Poettering2015-04-091-9/+10
* tmpfiles: properly return error code from path_set_acl()Lennart Poettering2015-04-091-4/+4
* tmpfiles: add file attribute calls to list of glob needing commandsLennart Poettering2015-04-091-1/+3
* vconsole: stick to kernel-style function error handlingLennart Poettering2015-04-091-18/+24
* networkd: do not assign the variable twiceThomas Hindoe Paaboel Andersen2015-04-091-1/+0
* tmpfiles: rework file attribute codeLennart Poettering2015-04-081-95/+116
* util: merge change_attr_fd() and chattr_fd()Lennart Poettering2015-04-088-45/+17
* fstab-generator: don't continue on OOMLennart Poettering2015-04-081-1/+1
* timesyncd: print an INFO log message when we successfully reached a time serverLennart Poettering2015-04-082-2/+14
* man: avoid confusion regarding "time synchronization state"Lennart Poettering2015-04-081-1/+1
* systemctl: Use logind for --firmware-setup if possibleJan Janssen2015-04-081-5/+43
* IndentationZbigniew Jędrzejewski-Szmek2015-04-081-1/+1
* core/automount: beef up error messageZbigniew Jędrzejewski-Szmek2015-04-081-1/+2
* resolved: maintain order when writing resolv.conf entriesLennart Poettering2015-04-081-18/+21
* util: add minimal OrderedSet typeLennart Poettering2015-04-081-0/+59
* missing.h: Define IFA_F_NOPREFIXROUTEAlexander Sverdlin2015-04-081-0/+4
* sd-rtnl: properly size attribute array if IFA_FLAGS was missingLennart Poettering2015-04-081-1/+3
* remove duplicated includesRonny Chevalier2015-04-083-3/+0
* timedatectl: trim --help output to 80 charsRonny Chevalier2015-04-081-1/+1
* test-socket-util: add test for in_addr_to_stringRonny Chevalier2015-04-081-0/+19
* device: remove unused null checkThomas Hindoe Paaboel Andersen2015-04-071-1/+1
* logind: drop "interactive" parameter from SetRebootToFirmwareSetup() bus callLennart Poettering2015-04-071-4/+3
* missing.h: define IFA_FLAGS if it is missingLennart Poettering2015-04-071-0/+4
* test-util: don't mix declarations and codeThomas Hindoe Paaboel Andersen2015-04-071-1/+1
* socket: minor modernizationsLennart Poettering2015-04-071-3/+3
* logind,systemctl: add reboot to EFI firmware supportJan Janssen2015-04-076-0/+210
* timedatectl: avoid specifically referring to NTPLennart Poettering2015-04-071-2/+2
* path-util: fix more path_is_mount e792e890f falloutLennart Poettering2015-04-074-10/+16
* polkit: rename bus_verify_polkit() to bus_test_polkit() and make it strictly ...Lennart Poettering2015-04-073-14/+9
* util: rework cunescape(), improve error handlingLennart Poettering2015-04-0714-108/+138
* core: fix mount setup to work with non-existing mount pointsDavid Herrmann2015-04-071-5/+1