aboutsummaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Expand)AuthorFiles
2012-02-24Revert "deal with both valid return codes of mount -a"Tom Gundersen1
2012-02-24deal with both valid return codes of mount -a2012.02.2Tom Gundersen1
2012-02-03Small style cleanupLukas Fleischer1
2012-01-22functions: skip check for /proc/modulesDave Reisner1
2012-01-22functions: allow verbose output from status()Dave Reisner1
2012-01-18udev: don't override settle timeoutTom Gundersen1
2012-01-14mount: no longer pass '-n' to mountTom Gundersen1
2012-01-12functions: avoid usage of tacDave Reisner1
2012-01-01timezone: correct check for when there is nothing to doTom Gundersen1
2011-12-13status: break line after BKGD message2011.12.1Tom Gundersen1
2011-12-13locale: export LANG to daemonsTom Gundersen1
2011-12-08/run: move /var/{run,lock} to /run/{,lock}Tom Gundersen1
2011-11-26functions: read from /etc/mtab in umount_allDave Reisner1
2011-11-26hooks: add shutdown_preumount hookDevin J. Pohly1
2011-11-26fsck: skip remounting / fsck'ing the root fsTom Gundersen1
2011-11-13locale.sh: remove leftoversTom Gundersen1
2011-11-10functions: move all logic to the end of the file2011.11.2Dave Reisner1
2011-11-08functions: fix a number of shortcomings in parse_envfileDave Reisner1
2011-11-06functions: implement a environment file parserDave Reisner1
2011-11-06functions: declare locale vars in an array for reuseDave Reisner1
2011-11-06functions: properly quote ${mounts[@]}Dave Reisner1
2011-11-06functions: remove redundant 'return $?'Dave Reisner1
2011-11-06fix non-uniform indentationDave Reisner1
2011-11-05bootlog: filter out some more escapecodesTom Gundersen1
2011-11-04swapoff: umount swap-backed fs before switching off swapTom Gundersen1
2011-10-29udev: binary moved, require 174Tom Gundersen1
2011-10-18DAEMON_LOCALE: support in the same way as locale.shTom Gundersen1
2011-10-18locale.sh: support /etc/locale.confTom Gundersen1
2011-09-24respect the user's choice for /etc/localtimeDave Reisner1
2011-09-25bootlog: clean some more ANSI codes2011.09.1Tom Gundersen1
2011-09-25kill: give proper error messages and increase timeoutTom Gundersen1
2011-09-25timezone: create /etc/localtime as a symlinkDave Reisner1
2011-09-25functions: clarify source of module loadingDave Reisner1
2011-08-27Let background daemons show errors on stderrSebastien Luttringer1
2011-08-20Clean up more ANSI codes from /var/log/boot (close FS#25682)Tom Gundersen1
2011-08-20boot.log: clean ANSI codesTom Gundersen1
2011-08-18functions: fix typo in warning messageTom Gundersen1
2011-07-28NEED_ROOT: default to off2011.07.3Tom Gundersen1
2011-07-24arch-tmpfiles: add cmdline parametersDave Reisner1
2011-07-24arch-tmpfiles: add new script to handle volatile file controlDave Reisner1
2011-07-17functions: Cosmetics: Refactor usage of local daemon variablesKurt J. Bosch1
2011-07-17Fix/unify quotingKurt J. Bosch1
2011-07-17functions: Unify whitespace inside '(( ))'Kurt J. Bosch1
2011-07-17functions: Remove useless '$' within '(( ))'Kurt J. Bosch1
2011-07-12functions/rc.sysinit: Refactor 'Removing Leftover Files' codeKurt J. Bosch1
2011-07-12functions: Make in_array() non DAEMONS specificKurt J. Bosch1
2011-07-12functions: Use ck_autostart in stop_all_daemons()Kurt J. Bosch1
2011-07-10functions/netfs: Refactor filesystem type lists and $NETFSKurt J. Bosch1
2011-07-10functions: Speed up reboot/shutdown by recognizing killall5 exit code 2Kurt J. Bosch1
2011-07-10functions: Make status() return the actual exit codeKurt J. Bosch1