aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-30Use killall5 again so we can cleanly remount / readonly, #168977Roy Marples
2007-05-30Don't use -f with mountRoy Marples
2007-05-30Call umount with LC_ALL=C so that we can umount /usrRoy Marples
2007-05-30Only call systohw in clock when we don't have adjfile or we aren't UTC.Roy Marples
2007-05-30Always update mtabRoy Marples
2007-05-27Improve spellingRoy Marples
2007-05-23Harden testing of /proc being validRoy Marples
2007-05-23RC_SYS should now set XEN0 correctlyRoy Marples
2007-05-22Create a function for running init.sh and init-early.sh which saves on code a...Roy Marples
2007-05-18Be more resilient when the nettree is invalidRoy Marples
2007-05-16Default eend to SUCCESS if no options givenRoy Marples
2007-05-16busybox sysctl does not support -qRoy Marples
2007-05-16Remove debug lineRoy Marples
2007-05-16Stop using getimeofday for timeouts incase the clock changes.Roy Marples
2007-05-16Allow more modes to work.Roy Marples
2007-05-15/etc/conf.d/rc.$runlevel now works, #177869.Roy Marples
2007-05-15Don't enable syn cookies by default as support for them isn't enabled in the ...Roy Marples
2007-05-14Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks t...Roy Marples
2007-05-14Use correct function casts. Use dlfunc where available to remove ISO warnings :)Roy Marples
2007-05-14Release alpha3Roy Marples
2007-05-14Should fix this bug tooRoy Marples
2007-05-14RC_INTERACTIVE now works, #178331.Roy Marples
2007-05-14Add --startas back to s-s-d, #175980, #175981.Roy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-05-12Fix forcing preferred APSRoy Marples
2007-05-12mount nfsd on /proc/fs/nfs automaticallyMike Frysinger
2007-05-11Store the defined random pool size, #177722 thanks to Yaroslav Isakov.Roy Marples
2007-05-11Use auto for /mnt/cdrom, #177990.Roy Marples
2007-05-11Use clock MONOTONIC to timeout, not localtime, #177514Roy Marples
2007-05-11Only mount ro on LinuxRoy Marples
2007-05-08When we don't have an address return 1, #176577.Roy Marples
2007-05-05Better fixRoy Marples
2007-05-05Fix KV_to_int working with funky kernel versions, #177197.Roy Marples
2007-05-05Remove reference to dm-cryptRoy Marples
2007-05-04Fix unicode keymaps, #173528.Roy Marples
2007-05-03Always pass ttyname to suloginRoy Marples
2007-05-03Only use any when >1 interfaceRoy Marples
2007-05-03Allow ip6to4 tunnels to use any derived address, #170290.Roy Marples
2007-05-03dns_sortlist and dns_options now work as documented, #175367.Roy Marples
2007-05-03Load the config file before the init script to stop badly coded init scripts ...Roy Marples
2007-05-03enable ecn cookies by default and disable ip forwardingMike Frysinger
2007-05-02Don't timeout waiting for checkfs and checkroot. Do a better fix later.Roy Marples
2007-05-02We don't have console, so default to no for fsckRoy Marples
2007-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
2007-05-02Correct tabsRoy Marples
2007-05-02Don't delete addresses for PPP interfaces, #176764.Roy Marples
2007-05-02Stop blindly assuming that a blank TERM is cons25. For cons25 terms we drop o...Roy Marples
2007-05-01s-s-d with dhcpcd still has some issues, revert until a fix for dhcpcd is madeRoy Marples
2007-04-30debugfs supportMike Frysinger
2007-04-30Stop using the [ -z "$@" ] test, use [ $# = 0 ] instead, #176554.Roy Marples