- 66be5ed build-sys: bump version by Lennart Poettering · 13 years ago v34
- d2d4b03 acl: properly handle if devices are tagged as uaccess but do not have a device node by Lennart Poettering · 13 years ago
- 4cd1eaa build-sys: Add --disable-localed configure switch by Miklos Vajna · 13 years ago
- 6705c2d update README by Lennart Poettering · 13 years ago
- c821bd2 update TODO by Lennart Poettering · 13 years ago
- 7d441dd update TODO by Lennart Poettering · 13 years ago
- f08fce8 tmpfiles: Move /tmp and /var/tmp to a separate tmpfiles.d file to ease overrides via /etc by Josh Triplett · 13 years ago
- 1c5224b cryptsetup-generator: block boot when querying passphrase. by Frederic Crozat · 13 years ago
- 41e6f28 cryptsetup: accept "none" option by Frederic Crozat · 13 years ago
- f47cd18 build-sys: Add --disable-timedated configure switch by Miklos Vajna · 13 years ago
- a5afffa path-lookup: monitor /etc/systemd/user for user manager by Frederic Crozat · 13 years ago
- 07cc1c0 dbus: 'directrion' is not a valid attribute by Tero Roponen · 13 years ago
- db47cc2 man: Sort the entries in systemd.special(7) by Josh Triplett · 13 years ago
- 3b09f34 tmpfiles: Remove X11 lock files for displays :10 and higher too by Josh Triplett · 13 years ago
- 6545714 initctl: check for kexec_loaded when reboot is requested through initctl by Frederic Crozat · 13 years ago
- 240fc26 service: all rcS.d scripts have been converted on Frugalware by Miklos Vajna · 13 years ago
- 700de55 strv: fix counting in strv_env_delete() by Lennart Poettering · 13 years ago
- 944d6c0 udev: since bt devices cannot be renamed revert to %k by Lennart Poettering · 13 years ago
- e036959 udev: use $name instead of %k by Lennart Poettering · 13 years ago
- 0c85a4f cgroup: optionally mount a specific cgroup controllers together, and add cpu+cpuacct to the default by Lennart Poettering · 13 years ago
- c5f0532 timedate: make NTP controllable too by Lennart Poettering · 13 years ago
- e27796a cgroup: when trimming cgroup trees, honour sticky bit of tasks file by Lennart Poettering · 13 years ago
- b4454c5 readahead: make use of block_get_whole_disk() where applicable by Lennart Poettering · 13 years ago
- ad293f5 cgroup: honour sticky bit when trimming cgroup trees by Lennart Poettering · 13 years ago
- 94959f0 exec: allow passing arbitrary path names to blkio cgroup attributes by Lennart Poettering · 13 years ago
- 9e37286 exec: add high-level controls for blkio cgroup attributes by Lennart Poettering · 13 years ago
- d8bbda9 cgroup: expose cgroup attributes as unit properties on the bus by Lennart Poettering · 13 years ago
- 14e639a update TODO by Lennart Poettering · 13 years ago
- ab1f063 exec: optionally apply cgroup attributes to the cgroups we create by Lennart Poettering · 13 years ago
- 5ed27db PATCH: add missing header include by Frederic Crozat · 13 years ago
- e191553 convert int to boolean for dbus_bool_t by Kay Sievers · 13 years ago
- a63599e README: we need Linux 2.6.39 by Kay Sievers · 13 years ago
- 612e58b gperf: add missing.h that was present in the C version to the m4 by Koen Kooi · 13 years ago
- b62cfce build-sys: make gperf configure check fatal by Michael Biebl · 13 years ago
- b38bb49 update TODO by Kay Sievers · 13 years ago
- 4767504 bump release by Lennart Poettering · 13 years ago v33
- ff01d04 exec: introduce PrivateNetwork= process option to turn off network access to specific services by Lennart Poettering · 13 years ago
- 4f755fc man: nspawn fixes by Lennart Poettering · 13 years ago
- a41fe3a nspawn: add new --no-net switch to turn off networking in the container by Lennart Poettering · 13 years ago
- 72b9ed8 update TODO by Lennart Poettering · 13 years ago
- b2e9fb9 build-sys: Add --disable-hostnamed configure switch by Miklos Vajna · 13 years ago
- de3910a service: parse insserv.conf and plugs its system facilities into systemd. by Frederic Crozat · 13 years ago
- 8112e84 update TODO by Lennart Poettering · 13 years ago
- 835680f dbus: fix MaskUnitFiles bus call by Lennart Poettering · 13 years ago
- 54a4370 bash: Allow to restart already started service. by Frederic Crozat · 13 years ago
- 283ef08 man: loginctl has lock/unlock with a -session suffix by Miklos Vajna · 13 years ago
- 8b7d221 man: Fix command name in systemd-tmpfiles example. by Ville Skyttä · 13 years ago
- 46e964c initctl: support 'telinit u/q' by Tom Gundersen · 13 years ago
- cc9784c update TODO by Lennart Poettering · 13 years ago
- afbb67e gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set by Lennart Poettering · 13 years ago
- 7aaa27f main: fix reexec by Lennart Poettering · 13 years ago
- 1d6702e umask: set umask of a number of sockets by default, even though we check creds on connections by Lennart Poettering · 13 years ago
- 260d370 man: document that we default to 022 as umask by Lennart Poettering · 13 years ago
- fa8f36a execute: properly enforce group by Lennart Poettering · 13 years ago
- 4c12626 umask: change default umask to 0022 just to be sure, and set it explicitly in all binaries, in order to make sure it is set when started from the terminal by Lennart Poettering · 13 years ago
- 07f8a4a manager: call generators with umask 0022 by Lennart Poettering · 13 years ago
- c375a7f getty: fix message by Lennart Poettering · 13 years ago
- 980fc73 getty: automatically spawn getty on xen console xvc0 by Lennart Poettering · 13 years ago
- 6e5c044 build-sys: make distcheck work by Lennart Poettering · 13 years ago
- 39c2a6f hashmap: speed up hashmap allocations by introducing an allocation cache by Lennart Poettering · 13 years ago
- 4d14be0 missing: define gettid() by Lennart Poettering · 13 years ago
- 3bfc718 util: place a couple of _likely_ around cache TLS vars by Lennart Poettering · 13 years ago
- b636465 util: add is_main_thread() call by Lennart Poettering · 13 years ago
- cd0ed1d util: more join() optimizations by Lennart Poettering · 13 years ago
- 44d9105 util: use join() instead of asprintf() as an optimization by Lennart Poettering · 13 years ago
- 70132bd util: various optimizations, using join() by Lennart Poettering · 13 years ago
- 911a482 util: introduce join() to speed up simple string concatenations by Lennart Poettering · 13 years ago
- 57a8eca util: optimize strstrip() a bit by Lennart Poettering · 13 years ago
- d937fbb conf-parser: properly handle known but not parsed assignments by Lennart Poettering · 13 years ago
- f975e97 load-fragment: speed up parsing by using a perfect hash table with configuration settings built by gperf by Lennart Poettering · 13 years ago
- f786e80 systemctl: fix parsing of LoadError property for systemctl show by Lennart Poettering · 13 years ago
- a437574 dbus: export unit file state by Lennart Poettering · 13 years ago
- 07672f4 main: show load profiling in test mode, too by Lennart Poettering · 13 years ago
- 9f39404 dbus: export load error on unit objects by Lennart Poettering · 13 years ago
- 92f30b3 update TODO by Lennart Poettering · 13 years ago
- a27d218 shutdownd: add 'success message' if we retried detaching stuff by Kay Sievers · 13 years ago
- b9b2b04 sd-login: build test code again by Lennart Poettering · 13 years ago
- ecdcbc5 systemctl: s/ignore/ignore_error/ in 'show' output by Lennart Poettering · 13 years ago
- 71092d7 update TODO by Lennart Poettering · 13 years ago
- 2030694 git: hide org.freedesktop.systemd1.policy.in by Lennart Poettering · 13 years ago v32
- 6b2bf92 nspawn: properly bind mount /sys/fs/selinux into container, since /selinux moved there by Lennart Poettering · 13 years ago
- fd42f6e build-sys: prepare new release by Lennart Poettering · 13 years ago
- d60ef52 sd-login: return size of arrays as return value in functions that generate an array by Lennart Poettering · 13 years ago
- aa95e21 update TODO by Kay Sievers · 13 years ago
- 4ef3108 selinux: mount /sys, /proc, /dev before we load the SELinux policy by Lennart Poettering · 13 years ago
- 0b3325e selinux: use setcon() instead of reexec to apply selinux policy by Lennart Poettering · 13 years ago
- 058dc6f main: redirection to telinit is unnecessary if sysv compat is disabled by Lennart Poettering · 13 years ago
- 9d76d73 main: profile unit file loading by Lennart Poettering · 13 years ago
- 189583d label: generalize label_get_socket_label_from_exe() a bit by Lennart Poettering · 13 years ago
- d605b2f dbus: the changes array might actually be NULL when ti is empty by Lennart Poettering · 13 years ago
- 288088b Remove a stray empty line by Michael Biebl · 13 years ago
- 25bafad Don't show a warning message in non-enforcing mode. by Michael Biebl · 13 years ago
- 85f19d8 Link against -lcap only where required by Michael Biebl · 13 years ago
- 6c7506d logind: properly write user state files by Lennart Poettering · 13 years ago
- 9b71153 build-sys: move libsystemd-login to /lib, too by Lennart Poettering · 13 years ago v31
- 455a946 selinux: also profile memory usage by Lennart Poettering · 13 years ago
- 6a9bff4 build-sys: fix make distcheck by Lennart Poettering · 13 years ago
- 904a553 build-sys: prepare v31 by Lennart Poettering · 13 years ago
- 35c5c7a update TODO by Lennart Poettering · 13 years ago
- 5d0fcd7 update TODO by Lennart Poettering · 13 years ago