summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* udev.pc: install udev files to /lib/udev rather than /lib/systemdTom Gundersen2012-05-271-1/+1
* journald: refer to the correct man pageMatthias Clasen2012-05-271-1/+1
* scsi_id: fix truncated model in by-id device linksJean Delvare2012-05-271-0/+1
* udev: silent gcc warningsKay Sievers2012-05-252-2/+2
* swap: avoid bad memory accessv183Lennart Poettering2012-05-241-6/+11
* build-sys: prepare release 183Lennart Poettering2012-05-241-1/+1
* main: add configuration option to alter capability bounding set for PID 1Lennart Poettering2012-05-249-115/+158
* service: for Type=idle units consider START_PRE, START, START_POST all as ACTIVELennart Poettering2012-05-242-3/+30
* journal: don't complain if SELinux userspace is available but the kernel lack...Lennart Poettering2012-05-231-2/+2
* man: properly document FsckPassNo= for mount unitsLennart Poettering2012-05-231-1/+1
* readahead: use Conflicts= instead of masking to get rid of readahead unitsLennart Poettering2012-05-231-13/+0
* readahead: disable collect/replay during system updatesLennart Poettering2012-05-231-0/+13
* readahead: avoid running of readahead services if readahead is already doneLennart Poettering2012-05-231-1/+2
* readahead: avoid activating the journal by accident, log directly to kmsgLennart Poettering2012-05-232-2/+2
* manager: rework generator logicLennart Poettering2012-05-2313-183/+330
* units: remove service sysv_path variable and replace it by generic unit_pathLennart Poettering2012-05-2213-92/+72
* log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering2012-05-228-7/+11
* mount: drop unused functionLennart Poettering2012-05-222-21/+5
* system-update: add system update generatorLennart Poettering2012-05-222-0/+82
* journal: log journal internal messages to kmsgLennart Poettering2012-05-221-1/+1
* execute: use a much lower idle timeout that default timeLennart Poettering2012-05-221-1/+3
* mount: replace PID1 internal fstab parser with generatorLennart Poettering2012-05-2210-318/+643
* main: only fall back to /bin/sh in case /sbin/init does not existKay Sievers2012-05-221-5/+8
* logind: fix write out of user state fileLennart Poettering2012-05-221-23/+42
* switch-root: do not use close old_root_fd after rm_rf_children()Harald Hoyer2012-05-221-1/+3
* util: make sure to fstatat() at most once in rm_rf_children()Lennart Poettering2012-05-221-49/+27
* journal: crash when filesystem is low on spaceSjoerd Simons2012-05-221-3/+13
* main: properly queue default.target after switched rootLennart Poettering2012-05-221-9/+25
* keymap: support for Lenovo IdeaPad Z570 keyboardMaxim A. Mikityanskiy2012-05-221-0/+1
* mount: use the same fstab extension option syntax everywhereLennart Poettering2012-05-221-2/+2
* service: fix auto-restart handling in service_start()David Ward2012-05-221-1/+10
* service: fix auto-restart handling in service_stop()David Ward2012-05-221-4/+3
* service: actually delay auto-restart if another job is pendingDavid Ward2012-05-221-0/+2
* cgtop: change default depth to 3Lennart Poettering2012-05-221-1/+1
* Fixed handling of posix_fallocate() returned valueGuillermo Vidal2012-05-221-2/+4
* systemd-analyze: switch to python getopt for argument parsingShawn Landden2012-05-221-19/+46
* main: allow system wide limits for servicesFrederic Crozat2012-05-214-0/+51
* journald: one more SYSLOG_IDENTIFIER length fixMichal Schmidt2012-05-211-1/+1
* journald: fix length of "SYSLOG_IDENTIFIER="Michal Schmidt2012-05-211-2/+2
* util: rework in_initrd() logicLennart Poettering2012-05-211-11/+5
* main: rename a few fix to follow general naming styleLennart Poettering2012-05-211-16/+16
* switch-root: move switch_root() call into its own .c fileLennart Poettering2012-05-213-89/+161
* main: do_switch_root() do not recursively remove across device boundariesHarald Hoyer2012-05-211-1/+8
* util: rm_rf_children() add root_dev parameterHarald Hoyer2012-05-212-14/+27
* delta/delta.c: initialize bottom for fail stateHarald Hoyer2012-05-211-1/+1
* core/main.c: handle the initrd timestamp differently, if in the initrdHarald Hoyer2012-05-211-1/+15
* core/main.c: do_switch_root(): do not remove the old root if not in initrdHarald Hoyer2012-05-211-1/+5
* core/main.c: add "--switchedroot" parameterHarald Hoyer2012-05-211-1/+16
* manager: only serialize the timestamps for the initramfs if in_initrd()Harald Hoyer2012-05-211-2/+5
* util.c: add in_initrd()Harald Hoyer2012-05-212-0/+16