- bd40a2d clang: fix some issues found with clang-analyzer by Lennart Poettering · 14 years ago v17
- 0b17248 gcc: make gcc shut up by Lennart Poettering · 14 years ago
- 1b2700a build-sys: prep v17 by Lennart Poettering · 14 years ago
- 26ea64c update TODO by Lennart Poettering · 14 years ago
- db040a6 vala 0.10 seem to work fine by Kay Sievers · 14 years ago
- 63c862b cryptsetup: fix ordering loop when dealing with encrypted swap devices by Lennart Poettering · 14 years ago
- ed86ebc main: don't warn if /etc/mtab is a symlink to /proc/mounts by Lennart Poettering · 14 years ago
- cae18e2 socket: don't crash if the .service unit for a .socket unit is not found by Lennart Poettering · 14 years ago
- 0363153 update TODO: drop issues that cannot be reproduce or have been fixed otherwise by Lennart Poettering · 14 years ago
- ff2e0f0 mount: ignore if an fsck is requested for a bind mount, so that we don't wait for the bind 'device' to show up by Lennart Poettering · 14 years ago
- e0fa621 automount: fix segfault when shutting down by Lennart Poettering · 14 years ago
- 76e7bc8 man: give an example for vconsole.conf by Lennart Poettering · 14 years ago
- 3996fbe dbus: don't try to connect to the system bus before it is actually up by Lennart Poettering · 14 years ago
- 867b3b7 service: make chain of main commands and control commands independent of each other, so that both can be executed simultaneously and independently by Lennart Poettering · 14 years ago
- c06b7a1 service: don't allow reload operations for oneshot services by Lennart Poettering · 14 years ago
- 26742b3 vala: convert from dbus-glib to gdbus by Lennart Poettering · 14 years ago
- 9a57c62 systemctl: highlight failed processes in systemctl status by Lennart Poettering · 14 years ago
- 0129173 systemctl: show process type along process exit codes by Lennart Poettering · 14 years ago
- e2f3b44 service: when reloading a service fails don't fail the entire service but just the reload job by Lennart Poettering · 14 years ago
- f8d0ceb shutdown: use correct kexec options by Brett Witherspoon · 14 years ago
- c32e0c4 serial-getty: invoking /sbin/securetty is no longer necessary since pam_securetty can now look for console= in /proc/cmdline by Lennart Poettering · 14 years ago
- 4bc5f80 systemctl: before spawning pager cache number of columns by Lennart Poettering · 14 years ago
- 3add4d2 pam: optionally keep processes of root user around by Lennart Poettering · 14 years ago
- d8cfa08 service: if a reload operation fails, don't shut down the service by Lennart Poettering · 14 years ago
- ba035df execute: make sending of SIGKILL on shutdown optional by Lennart Poettering · 14 years ago
- 0058d7b mount: FAT uuids are uppercase by Lennart Poettering · 14 years ago
- 2292707 man: document missing KillSignal= and swap options by Lennart Poettering · 14 years ago
- b24a167 update TODO by Lennart Poettering · 14 years ago
- dda9be8 arch: remove rc-local.service by Tom Gundersen · 14 years ago
- 521e05c arch: remove support for legacy daemons by Tom Gundersen · 14 years ago
- c292c49 build-sys: prepare v16 by Lennart Poettering · 14 years ago v16
- 47ae6e6 device: don't warn if we cannot bump the socket buffer by Lennart Poettering · 14 years ago
- 487a15b update TODO by Lennart Poettering · 14 years ago
- 2d011a7 logger: when passing on PID info, fall back to our own if originating process is already gone by Lennart Poettering · 14 years ago
- e83c7c0 service: don't hit an assert if information in LSB headers is incorrectly formatted by Lennart Poettering · 14 years ago
- 86a3475 execute,util: fix two small memory leaks by Lennart Poettering · 14 years ago
- 2c4b304 specifier: at minimal test by Lennart Poettering · 14 years ago
- 1640944 getty: unset locale before execution by Lennart Poettering · 14 years ago
- a6ff950 execute: drop empty assignments from env blocks on execution but keep them around otherwise to make them visible by Lennart Poettering · 14 years ago
- 7fc942b umount: don't try to detach the dm device the root dir is on, to minimize warning messages by Lennart Poettering · 14 years ago
- 35f10fc update TODO by Lennart Poettering · 14 years ago
- e624abf locale: fix variable names by Lennart Poettering · 14 years ago
- afe4bfe fragment: allow prefixing of the EnvironmentFile= path with - to ignore errors by Lennart Poettering · 14 years ago
- 06ac173 update TODO by Lennart Poettering · 14 years ago
- c4731d1 util: don't pass invalid fd to fdopendir() on error to avoid corruption of errno by Lennart Poettering · 14 years ago
- 022707d tmpfiles: nicer message when two or more conflicting lines are configured for the same file by Lennart Poettering · 14 years ago
- 5f7c426 fragment: properly handle quotes in assignments in EnvironmentFile= files by Lennart Poettering · 14 years ago
- 3875282 update TODO by Lennart Poettering · 14 years ago
- fb8161a update TODO by Lennart Poettering · 14 years ago
- 5707631 sysctl: don't warn if sysctls are gone by Lennart Poettering · 14 years ago
- a78899f readahead: ignore if files are removed during collection or before replay by Lennart Poettering · 14 years ago
- 60b4f27 serial: use TERM=vt100 instead of TERM=vt100-nav by Lennart Poettering · 14 years ago
- 75d12d5 systemctl: Don't use Debian's 'sensible-pager', use 'pager' instead by Lennart Poettering · 14 years ago
- a05ea46 fix help message for --with-tty-gid configure option by Michael Biebl · 14 years ago
- 1d3399e cryptsetup: call mkswap on dm device, not on source device by Lennart Poettering · 14 years ago
- bef2733 mount-setup: mount /dev/pts with mode=620,gid=5 by default and make GID overridable via configure switch by Lennart Poettering · 14 years ago
- 4c00bf2 systemctl: drop redundant getenv('LESS') check by Lennart Poettering · 14 years ago
- ec14911 systemctl: spawn pager only for commands that generates long output by Lennart Poettering · 14 years ago
- 1888c90 systemctl: make the child the pager, leave systemctl as parent by Lennart Poettering · 14 years ago
- 611efaa systemctl: try harder to find a suitable pager by Lennart Poettering · 14 years ago
- 0736af9 systemctl: implement auto-pager a la git by Miklos Vajna · 14 years ago
- 7165679 arch: remove welcome message by Tom Gundersen · 14 years ago
- 5471472 man: remaining spelling fixes by Miklos Vajna · 14 years ago
- abd41c8 shutdown: drop redundant sync() invocation by Lennart Poettering · 14 years ago
- c29597a util: invoke sync() implicitly on freeze() by Lennart Poettering · 14 years ago
- fc84026 update TODO by Kay Sievers · 14 years ago
- bf5bb53 update TODO by Kay Sievers · 14 years ago
- a247755 tmpfiles: ensure we do no follow symlinks when cleaning up dirs by Lennart Poettering · 14 years ago
- 5b81919 service: ifdef (more) distro-specific compat logic by Michael Biebl · 14 years ago
- ccbbc0f update TODO by Lennart Poettering · 14 years ago
- 5e4ef5e pam: do not sort user sessions into their own cgroups in the 'cpu' hierarchy by default by Lennart Poettering · 14 years ago
- 501c875 mount-setup: drop noexec flag from default mount options for /dev/shm by Lennart Poettering · 14 years ago
- c8bffa4 util: properly handle OOM when allocating Debian version string by Lennart Poettering · 14 years ago
- 22927a3 debian: Prefix welcome string with "Debian " by Michael Biebl · 14 years ago
- 01c3a63 Fix misspellings in os-release manpage and hwclock-load.service by Miklos Vajna · 14 years ago
- 6279e1f Frugalware: start gettys after local.service by Miklos Vajna · 14 years ago
- e199285 service: ifdef distro-specific compat logic by Kay Sievers · 14 years ago
- 6553063 service: drop rc. prefix on frugalware linux by Miklos Vajna · 14 years ago
- 2dddca4 man: daemon - fix misspellings by Miklos Vajna · 14 years ago
- dd04863 update TODO by Kay Sievers · 14 years ago
- 8a9ef77 systemd.pc: change 'session' to 'user' by Jesse Zhang · 14 years ago
- 0b603b4 suse: add 'smtp' LSB facility by Kay Sievers · 14 years ago
- ae92f42 man: modules-load.d - fix misspellings by Miklos Vajna · 14 years ago
- fc00b89 update README by Kay Sievers · 14 years ago
- da2400b update TODO by Kay Sievers · 14 years ago
- 67575ee path: fix watching the root directory by Michal Schmidt · 14 years ago
- 550c4dc src/quotacheck.c: Fix typo by Ozan Çağlayan · 14 years ago
- 9bee76e man: systemctl - clarify condrestart, force-reload by Ran Benita · 14 years ago
- f5c88ec build-sys: frugalware linux support by Miklos Vajna · 14 years ago
- 3d42811 man: systemctl - spelling fixes by Ran Benita · 14 years ago
- ab85c22 Ensure LIBNOTIFY07 conditional is always set by Michael Biebl · 14 years ago
- c1c8ca8 update README by Kay Sievers · 14 years ago
- 2f6a1ab Create convenience library libsystemd_daemon.la for sd-daemon.c by Michael Biebl · 14 years ago
- d0ef220 gnome-ask-password-agent: also support libnotify < 0.7 for now by Kay Sievers · 14 years ago
- 0c8744c update TODO by Kay Sievers · 14 years ago
- 2e6081f udev: make sure we aleways read from netlink, if there is data by Kay Sievers · 14 years ago
- 99448c1 udev: increase event buffer size, handle -ENOBUFS, handle filtered-out devices by Kay Sievers · 14 years ago
- 3d84d05 update TODO by Lennart Poettering · 14 years ago
- 85f6a86 update TODO by Lennart Poettering · 14 years ago
- 351c7e7 update TODO by Kay Sievers · 14 years ago