aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2008-02-21Add some udev stats output2008.02-1Aaron Griffin1
2008-02-14rc.shutdown: Fix hwclock double callsDan McGee1
2008-02-14Merge branch 'posix' into workingDan McGee5
2008-02-14functions:source_functions(): don't fail on empty dirDan McGee1
2008-02-14Remove echo -e usage from rc.sysinitDan McGee1
2008-02-14Remove some bashisms from network, even though we cannot convert itDan McGee2
2008-02-14Make install.sh sh compatibleDan McGee1
2008-02-14Make functions sh compatibleDan McGee1
2008-02-14Don't assume sh == bashDan McGee1
2008-02-14Add support for (un)mounting nfs4Roman Kyrylych2
2008-01-23Use --directisa configuration in rc.shutdown as wellRoman Kyrylych1
2008-01-08Enhance interface 'up' state checkingLoic Nageleisen1
2008-01-08network script logic cleanups/enhancementsAaron Griffin1
2008-01-08Remove the hotplug functionality from the network scriptAaron Griffin1
2008-01-08Create some basic device nodes on initializationAaron Griffin1
2008-01-08minilogd cleanup and warning fixesJonathan Frazier1
2008-01-08Allow --directisa configuration for hwclock callsAaron Griffin2
2007-12-20Deprecate MOD_BLACKLIST via some commentsAaron Griffin1
2007-12-20Mount our ram /dev as soon as possibleAaron Griffin1
2007-12-20Set hwclock *before* udev is loadedAaron Griffin1
2007-12-20Tidy up rc.confJames Rayner1
2007-12-20Make the background black on all status textSimo Leone1
2007-12-17Modify comment above MOD_AUTOLOAD to indicate that it autoloadsAaron Griffin1
2007-12-17Save dmesg output at the end of the boot processAaron Griffin1
2007-12-13Fix FS#8843 (no colors in rc.sysinit output with separate /usr)Roman Kyrylych1
2007-12-12Move start_udev actions to rc.sysinitDan McGee1
2007-12-11Removing netcfg from initscriptsJames Rayner5
2007-11-28Source /etc/rc.d/functions.d/ for additional initscript functionsAaron Griffin5
2007-11-09Improve error handling and allow multiple keymaps to be loadedRoman Kyrylych1
2007-10-22Add a few more comments and examples to inittab2007.11-2Dan McGee1
2007-10-21Fix broken terminal detection, disable colors when the terminal is unknown.Thomas Bächler1
2007-10-21make non-ASCII chars work before login too2007.11-1Roman Kyrylych1
2007-10-21yes, I fixed a trailing whitespaceThomas Bächler1
2007-10-21Fix locale handlingRoman Kyrylych1
2007-10-21change install.sh to exit on failure with return code 1Thomas Bächler1
2007-10-21Added install scriptThomas Bächler1
2007-10-21Make daemon shutdown fix more consistent with the other init scripts and simp...Thomas Bächler1
2007-10-21fixing second part of #6959Thomas Bächler1
2007-10-21replace all remaining backticks with $(...)Thomas Bächler1
2007-10-21fix the utf8 activating code: there are 63 virtual terminals, not 12Thomas Bächler1
2007-10-21Release name: "Don't Panic" -> "Core Dump"Thomas Bächler1
2007-10-21Remove hwdetect as it is maintained as a separate package and this version is...Thomas Bächler1
2007-10-21disable colors on stupid terminalsThomas Bächler1
2007-10-19added (barely tested) improvement of ASK keyword in crypttabThomas Bächler1
2007-10-19'upgpkg: removed double entry of ifconfig lo'Tobias Powalowski1
2007-10-19'upgpkg: added /sys/class/net/lo check'Tobias Powalowski1
2007-10-18'upgpkg: added loopbackhardcoded to rc.sysinit and remove it from rc.conf'Tobias Powalowski2
2007-10-18removing unnecessary isatty.c, replaced by shell test -t optionDan McGee1
2007-10-18'upgpkg: fixed utf typo'Tobias Powalowski1
2007-10-18'upgpkg: trying to fix #6237,7554,7165,7641,5740'Tobias Powalowski7