summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ...Lennart Poettering
2011-08-02nspawn: add new --no-net switch to turn off networking in the containerLennart Poettering
2011-08-02service: parse insserv.conf and plugs its system facilities into systemd.Frederic Crozat
2011-08-02dbus: fix MaskUnitFiles bus callLennart Poettering
2011-08-01bash: Allow to restart already started service.Frederic Crozat
2011-08-01initctl: support 'telinit u/q'Tom Gundersen
2011-08-01gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not setLennart Poettering
2011-08-01main: fix reexecLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check cred...Lennart Poettering
2011-08-01execute: properly enforce groupLennart Poettering
2011-08-01umask: change default umask to 0022 just to be sure, and set it explicitly in...Lennart Poettering
2011-08-01manager: call generators with umask 0022Lennart Poettering
2011-08-01getty: fix messageLennart Poettering
2011-08-01getty: automatically spawn getty on xen console xvc0Lennart Poettering
2011-08-01hashmap: speed up hashmap allocations by introducing an allocation cacheLennart Poettering
2011-08-01missing: define gettid()Lennart Poettering
2011-08-01util: place a couple of _likely_ around cache TLS varsLennart Poettering
2011-08-01util: add is_main_thread() callLennart Poettering
2011-08-01util: more join() optimizationsLennart Poettering
2011-08-01util: use join() instead of asprintf() as an optimizationLennart Poettering
2011-08-01util: various optimizations, using join()Lennart Poettering
2011-08-01util: introduce join() to speed up simple string concatenationsLennart Poettering
2011-08-01util: optimize strstrip() a bitLennart Poettering
2011-08-01conf-parser: properly handle known but not parsed assignmentsLennart Poettering
2011-08-01load-fragment: speed up parsing by using a perfect hash table with configurat...Lennart Poettering
2011-07-31systemctl: fix parsing of LoadError property for systemctl showLennart Poettering
2011-07-31dbus: export unit file stateLennart Poettering
2011-07-31main: show load profiling in test mode, tooLennart Poettering
2011-07-31dbus: export load error on unit objectsLennart Poettering
2011-07-30shutdownd: add 'success message' if we retried detaching stuffKay Sievers
2011-07-30sd-login: build test code againLennart Poettering
2011-07-30systemctl: s/ignore/ignore_error/ in 'show' outputLennart Poettering
2011-07-29git: hide org.freedesktop.systemd1.policy.insystemd/v32Lennart Poettering
2011-07-29nspawn: properly bind mount /sys/fs/selinux into container, since /selinux mo...Lennart Poettering
2011-07-29sd-login: return size of arrays as return value in functions that generate an...Lennart Poettering
2011-07-29selinux: mount /sys, /proc, /dev before we load the SELinux policyLennart Poettering
2011-07-28selinux: use setcon() instead of reexec to apply selinux policyLennart Poettering
2011-07-28main: redirection to telinit is unnecessary if sysv compat is disabledLennart Poettering
2011-07-28main: profile unit file loadingLennart Poettering
2011-07-28label: generalize label_get_socket_label_from_exe() a bitLennart Poettering
2011-07-28dbus: the changes array might actually be NULL when ti is emptyLennart Poettering
2011-07-28Remove a stray empty lineMichael Biebl
2011-07-28Don't show a warning message in non-enforcing mode.Michael Biebl
2011-07-28logind: properly write user state filesLennart Poettering
2011-07-27selinux: also profile memory usageLennart Poettering
2011-07-26pam: set XDG_SEAT and XDG_VTNR when logging inLennart Poettering
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering
2011-07-26logind: rename can_activate_sessions to can_multi_sessionLennart Poettering
2011-07-26udev: fix copy/paste error when applying sysctl to network devicesLennart Poettering
2011-07-25selinux: check PID 1 label instead of /selinux mount point to figure out if s...Lennart Poettering