summaryrefslogtreecommitdiffstats
path: root/src/shared (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-312-3/+3
* shared: net - use u32ctz to compute prefixlenTom Gundersen2014-01-301-10/+1
* util: add u32ctz() call for determining ctz of uint32_tLennart Poettering2014-01-301-0/+12
* sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2014-01-302-0/+18
* net-util: verify the address familyTom Gundersen2014-01-301-6/+14
* utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering2014-01-301-33/+26
* Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek2014-01-292-33/+6
* Get rid of write_safeZbigniew Jędrzejewski-Szmek2014-01-291-18/+0
* always use the same code for creating temporary filesLennart Poettering2014-01-282-6/+7
* util: pick slightly safer open() flags when creating temporary filesLennart Poettering2014-01-281-2/+5
* util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering2014-01-281-0/+16
* util: pass original flags value to mkostemp(), in open_tmpfile()Lennart Poettering2014-01-281-3/+5
* util: simplify mkostemp_safe()Lennart Poettering2014-01-281-12/+19
* util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering2014-01-282-13/+26
* util: modernize loop_read() and loop_write() a bitLennart Poettering2014-01-281-52/+23
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-284-0/+59
* journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2014-01-284-11/+63
* Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2014-01-282-0/+24
* bus: add API calls for connecting to starter busLennart Poettering2014-01-271-8/+10
* resolve: update sd-resolve to match the other APIs in style and functionalityLennart Poettering2014-01-271-2/+5
* DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL stringTom Gundersen2014-01-221-1/+2
* exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering2014-01-203-9/+13
* core: clean up environment block for --user instances a bitLennart Poettering2014-01-122-1/+39
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-111-0/+7
* No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek2014-01-092-3/+3
* shared/install: use char** convention for strvsZbigniew Jędrzejewski-Szmek2014-01-052-14/+14
* strv: multiple cleanupsSimon Peeters2014-01-053-195/+52
* shared: util.c: unify split and split_quotedSimon Peeters2014-01-052-67/+36
* util.c: use read_one_line_file where possibleSimon Peeters2014-01-051-33/+15
* shared: procfs_file_alloca: handle pid==0Simon Peeters2014-01-054-43/+17
* Revert "net-util: add support for Type=ethernet"Tom Gundersen2014-01-041-1/+1
* net-util: add support for Type=ethernetTom Gundersen2014-01-031-1/+1
* Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2014-01-032-18/+18
* Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2014-01-032-1/+20
* Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek2014-01-031-0/+12
* networkd: improve loggingTom Gundersen2014-01-021-35/+10
* sleep-config: fix double freeZbigniew Jędrzejewski-Szmek2013-12-311-18/+20
* sleep-config: Dereference pointer before check for NULLStefan Beller2013-12-301-1/+1
* shared: add simplistic XML parser for usage in the D-Bus policy language comp...Lennart Poettering2013-12-282-0/+250
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-264-21/+33
* systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek2013-12-263-14/+27
* bus: rename message "serial" to "cookie"Lennart Poettering2013-12-253-8/+8
* shared: fix getpeername_pretty() for AF_UNIX socketsLennart Poettering2013-12-251-1/+1
* unit: include peer identity in description of per-connection socket-activated...Lennart Poettering2013-12-251-6/+2
* sleep-config: fix useless check for swapfile typeDave Reisner2013-12-241-7/+3
* bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2013-12-242-16/+37
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-1/+1
* util: don't accept an empty peer label as validLennart Poettering2013-12-241-0/+5
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-243-3/+66
* bus: when getting a kdbus connection into a container wait first for child, t...Lennart Poettering2013-12-231-4/+4