summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump releasev33Lennart Poettering2011-08-032-2/+2
* exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering2011-08-0210-20/+59
* man: nspawn fixesLennart Poettering2011-08-021-6/+7
* nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering2011-08-023-7/+33
* update TODOLennart Poettering2011-08-021-0/+4
* build-sys: Add --disable-hostnamed configure switchMiklos Vajna2011-08-022-9/+49
* service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat2011-08-021-0/+70
* update TODOLennart Poettering2011-08-021-0/+2
* dbus: fix MaskUnitFiles bus callLennart Poettering2011-08-021-1/+1
* bash: Allow to restart already started service.Frederic Crozat2011-08-011-1/+6
* man: loginctl has lock/unlock with a -session suffixMiklos Vajna2011-08-011-2/+2
* man: Fix command name in systemd-tmpfiles example.Ville Skyttä2011-08-011-1/+1
* initctl: support 'telinit u/q'Tom Gundersen2011-08-011-1/+18
* update TODOLennart Poettering2011-08-011-17/+10
* gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering2011-08-011-2/+1
* main: fix reexecLennart Poettering2011-08-011-1/+1
* umask: set umask of a number of sockets by default, even though we check cred...Lennart Poettering2011-08-014-4/+23
* man: document that we default to 022 as umaskLennart Poettering2011-08-011-1/+1
* execute: properly enforce groupLennart Poettering2011-08-011-1/+1
* umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering2011-08-0130-11/+59
* manager: call generators with umask 0022Lennart Poettering2011-08-011-0/+3
* getty: fix messageLennart Poettering2011-08-011-2/+2
* getty: automatically spawn getty on xen console xvc0Lennart Poettering2011-08-012-1/+9
* build-sys: make distcheck workLennart Poettering2011-08-011-1/+11
* hashmap: speed up hashmap allocations by introducing an allocation cacheLennart Poettering2011-08-011-5/+111
* missing: define gettid()Lennart Poettering2011-08-011-0/+4
* util: place a couple of _likely_ around cache TLS varsLennart Poettering2011-08-012-4/+4
* util: add is_main_thread() callLennart Poettering2011-08-012-0/+11
* util: more join() optimizationsLennart Poettering2011-08-012-7/+7
* util: use join() instead of asprintf() as an optimizationLennart Poettering2011-08-015-18/+18
* util: various optimizations, using join()Lennart Poettering2011-08-013-33/+30
* util: introduce join() to speed up simple string concatenationsLennart Poettering2011-08-014-2/+52
* util: optimize strstrip() a bitLennart Poettering2011-08-011-8/+5
* conf-parser: properly handle known but not parsed assignmentsLennart Poettering2011-08-011-2/+6
* load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering2011-08-0124-574/+853
* systemctl: fix parsing of LoadError property for systemctl showLennart Poettering2011-07-311-1/+3
* dbus: export unit file stateLennart Poettering2011-07-315-0/+42
* main: show load profiling in test mode, tooLennart Poettering2011-07-311-4/+5
* dbus: export load error on unit objectsLennart Poettering2011-07-313-2/+65
* update TODOLennart Poettering2011-07-311-0/+6
* shutdownd: add 'success message' if we retried detaching stuffKay Sievers2011-07-301-1/+4
* sd-login: build test code againLennart Poettering2011-07-301-12/+12
* systemctl: s/ignore/ignore_error/ in 'show' outputLennart Poettering2011-07-301-2/+2
* update TODOLennart Poettering2011-07-291-119/+37
* git: hide org.freedesktop.systemd1.policy.inv32Lennart Poettering2011-07-291-0/+1
* nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering2011-07-291-2/+2
* build-sys: prepare new releaseLennart Poettering2011-07-292-2/+2
* sd-login: return size of arrays as return value in functions that generate an...Lennart Poettering2011-07-294-83/+121
* update TODOKay Sievers2011-07-291-1/+1
* selinux: mount /sys, /proc, /dev before we load the SELinux policyLennart Poettering2011-07-294-11/+45