aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Actually allow tabs in environment filesgentoo-206Zbigniew Jędrzejewski-Szmek2013-09-211-1/+1
* Allow tabs in environment filesZbigniew Jędrzejewski-Szmek2013-09-211-0/+4
* util: add split_pair() for splitting foo=bar stringsLennart Poettering2013-07-181-0/+31
* util: make gcc shut up by passing a 0 mode param to open()Lennart Poettering2013-07-171-2/+6
* util: make some gcc versions shut up regarding unintialized variable accessLennart Poettering2013-07-171-2/+2
* util.c:is_locale_utf8(): check, if "C" was set on purposeHarald Hoyer2013-07-161-6/+10
* journal: add logging of effective capabilities _CAP_EFFECTIVEShawn Landden2013-07-161-0/+34
* util: recognize 'ncp' as an alias to 'ncpfs'Frederic Crozat2013-07-161-0/+1
* journald: drop (deleted) from _EXE= fieldsZbigniew Jędrzejewski-Szmek2013-07-021-1/+11
* journalctl: allow the user to specify the file(s) to useZbigniew Jędrzejewski-Szmek2013-06-101-6/+28
* Properly check for overflow in offsetsZbigniew Jędrzejewski-Szmek2013-06-101-4/+14
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-091-0/+14
* systemctl: suggest 'systemctl daemon-reload' without --systemZbigniew Jędrzejewski-Szmek2013-05-301-4/+4
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-071-6/+11
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-061-53/+0
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-3/+3
* id128: when taking user input for a 128bit ID, validate syntaxLennart Poettering2013-04-301-0/+41
* util: rework safe_atod() to be locale-independentLennart Poettering2013-04-251-2/+4
* core/killall: use procfs_file_allocaZbigniew Jędrzejewski-Szmek2013-04-191-9/+0
* Reintroduce f_type comparison macroHarald Hoyer2013-04-191-2/+3
* Revert f_type fixupsHarald Hoyer2013-04-181-3/+2
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-181-2/+2
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-181-2/+3
* fixup for cddf148028f52Harald Hoyer2013-04-171-2/+2
* fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer2013-04-171-2/+2
* fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer2013-04-171-2/+2
* util: make generation of profcs PID paths nicerLennart Poettering2013-04-161-82/+87
* macro: rework how we define cleanup macrosLennart Poettering2013-04-161-20/+0
* util: make sure result of hostname_cleanup() passes hostname_is_valid()Lennart Poettering2013-04-161-8/+13
* do not change console to non-unicode for LANG=CHarald Hoyer2013-04-151-1/+17
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-111-1/+1
* machine-id: fix missing initializationv201Lennart Poettering2013-04-081-0/+11
* util: Avoid memory allocations for formatting pathsHolger Hans Peter Freyther2013-04-081-29/+25
* Add _cleanup_globfree_Zbigniew Jędrzejewski-Szmek2013-04-051-3/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-63/+46
* util: add a bit of syntactic sugar to run short code fragments with a differe...Lennart Poettering2013-04-041-6/+7
* macro: add macro for precisely determining length of decimal string formattin...Lennart Poettering2013-04-021-12/+8
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-021-3/+1
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-011-1/+1
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-311-11/+10
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-311-0/+17
* bus: implement server mode, and anonymous authenticationLennart Poettering2013-03-301-0/+26
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-3/+3
* catalog: open up catalog internalsZbigniew Jędrzejewski-Szmek2013-03-281-0/+19
* shared: free dt (temporary dir name) on failVáclav Pavlín2013-03-271-2/+4
* Simplify the meaning of %sZbigniew Jędrzejewski-Szmek2013-03-261-47/+0
* bus: implement support for FD passingLennart Poettering2013-03-251-0/+2
* util: workaround two gcc warningsZbigniew Jędrzejewski-Szmek2013-03-221-2/+2
* util: be more picky when validating hostnamesLennart Poettering2013-03-221-3/+17