summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-19sysusers: add another column to sysusers files for the home directoryLennart Poettering5-67/+468
2014-08-19networkd: fix use-after-freeTom Gundersen1-1/+3
2014-08-19update TODOLennart Poettering1-1/+0
2014-08-19sysusers: add a new RPM macro for creating users directly from data passed in...Lennart Poettering1-0/+4
2014-08-19sysusers: optionally, read sysuers configuration from standard inputLennart Poettering2-8/+18
2014-08-19update TODOLennart Poettering1-9/+1
2014-08-19sysusers: also update /etc/shadow and /etc/gshadow when creating new system u...Lennart Poettering1-17/+238
2014-08-19hashmap: try to use the existing 64bit hash functions for dev_t if it is 64bitLennart Poettering4-15/+30
2014-08-18bus: map sealed memfds as MAP_PRIVATEDavid Herrmann1-1/+1
2014-08-18Update TODOLennart Poettering1-0/+5
2014-08-18util: try to be a bit more NFS compatible when checking whether an FS is writ...Lennart Poettering1-1/+10
2014-08-18core: minor modernizationsLennart Poettering1-18/+26
2014-08-18units: fix BindsTo= logic when applied relative to services with Type=oneshotLennart Poettering1-4/+44
2014-08-18man: fix typoRonny Chevalier1-1/+1
2014-08-18bootchart: use NSEC_PER_SECRonny Chevalier1-2/+3
2014-08-18bus-control: Fix cgroup handlingDenis Kenzior4-10/+26
2014-08-18man: mention that "units" are commonly system servicesLennart Poettering1-2/+7
2014-08-18networkd: fix how we generate lists in link_save()Lennart Poettering1-20/+29
2014-08-18tests: add missing entry to test-tablesRonny Chevalier1-0/+1
2014-08-18tests: add tests for time-util.cRonny Chevalier1-0/+23
2014-08-18tests: add test-condition-utilRonny Chevalier3-1/+118
2014-08-18tests: add tests for util.cRonny Chevalier1-0/+165
2014-08-18tests: add test for fdset_iterateRonny Chevalier1-0/+29
2014-08-18tests: add tests for fileio.cRonny Chevalier1-0/+69
2014-08-18tests: add missing unlinkRonny Chevalier1-0/+2
2014-08-18tests: add tests for socket-util.cRonny Chevalier1-0/+50
2014-08-18man: fix typoRonny Chevalier1-1/+1
2014-08-18tmpfiles: only execute chmod()/chown() when neededMichael Olbrich1-17/+21
2014-08-18networkd: warn when ignoring unsupported tuntap optionsTom Gundersen2-1/+31
2014-08-18core: Verify systemd1 DBus method callers via polkitStef Walter9-26/+340
2014-08-18bus-util: simplify bus_verify_polkit_async() a bitLennart Poettering6-80/+73
2014-08-18sd-bus: add API to query which handler/callback is currently being dispatchedLennart Poettering6-3/+79
2014-08-18memfd: internalize functions, drop sd_memfd typeDaniel Mack7-153/+62
2014-08-18memfd: use _cleanup_ if applicableDavid Herrmann1-7/+4
2014-08-18memfd: map unsealed files as MAP_SHAREDDavid Herrmann1-1/+5
2014-08-18memfd: disallow importing memfds without sealingDavid Herrmann1-2/+7
2014-08-18memfd: don't open kdbus for memfdDavid Herrmann1-5/+0
2014-08-18memfd: internalize headerDavid Herrmann1-10/+5
2014-08-18memfd: fix memfd_create() syscall wrapperDaniel Mack3-4/+4
2014-08-18memfd: move code from public library to src/sharedDaniel Mack6-33/+18
2014-08-18Makefile.am: test-bus-memfd went away. Kill its residues in Makefile.amDaniel Mack1-4/+0
2014-08-17kdbus: switch over to generic memfd implementation (ABI+API break)Daniel Mack9-333/+73
2014-08-16networkctl: use safe_qsort in case no links are presentThomas Hindoe Paaboel Andersen1-1/+1
2014-08-16sd-bus,log: remove unused variablesThomas Hindoe Paaboel Andersen2-2/+0
2014-08-15sd-event: return 'r' rather than '-errno'Tom Gundersen1-2/+2
2014-08-15sd-event: fix missing needs_rearmTom Gundersen1-2/+3
2014-08-15sd-bus: add API to check if a client has privilegesLennart Poettering9-60/+91
2014-08-15update TODOLennart Poettering1-0/+3
2014-08-15cgroup: only generate warnings if actually writing to cgroup attributes failedLennart Poettering1-10/+20
2014-08-15main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering2-69/+41