aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-22calc the files to install dynamicallyMike Frysinger
2007-06-22Allow urandom location to be customized #134489.Mike Frysinger
2007-06-22add missing ChangeLog entryMike Frysinger
2007-06-02Use -q option with modprobe rather than sending to /dev/null.Mike Frysinger
2007-06-02Fix from comio for /proc/filesystems typo in localmount #180621.Mike Frysinger
2007-05-31Don't warn about Factory clock when booting off of livecd.Mike Frysinger
2007-05-30Use killall5 again so we can cleanly remount / readonly, #168977Roy Marples
and #177689.
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 ↵Roy Marples
and removes a gcc-4.2 warning
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
default kernel.
2007-05-14Implement FreeBSD's dlfunc function to avoid ISO warnings on dlsym - thanks ↵Roy Marples
to drizztbsd for find public domain code :)
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
Use int instead of char for getopt, #178084 thanks to drizztbsd.
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
Some fonts show the currency symbol instead of the Euro when doing AltGr-E, so we provide an easy setting to fix this. Release alpha2
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
from erroring, #176548
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
by start-stop-daemon, #175397.