aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-09Fix iproute handling of -host and improve iwconfig scanningRoy Marples
2007-07-08Fix netmount - thanks to HollowRoy Marples
2007-07-06Add and delete IPv6 addresses and routes correctly on FreeBSD, #184430Roy Marples
thanks to Friedrich Oslage.
2007-07-06Of course, glibc does not have strlcpyRoy Marples
2007-07-06Make the prefix length dynamicRoy Marples
2007-07-05Add the audio group for the BSD'sRoy Marples
2007-07-05Don't trust the pluginRoy Marples
2007-07-04Allow syncing of hwlock for BSD and make our config files look fairly similar.Roy Marples
2007-07-04Flush the ebuffer before and after running a plugin.Roy Marples
2007-07-04As we're running each plugin in a fork, we need to call our cleanup code so ↵Roy Marples
we don't leak memory. To this extent, we now have the global boolean rc_in_plugin and the cleanup code can act accordingly.
2007-07-04We need the full path to the service before chdir /Roy Marples
2007-07-04Up the interface after preup incase preup brings it downRoy Marples
2007-07-03We still need to wait for services we need/useRoy Marples
2007-07-02Don't wait for services that were inactive, #183667 thanks to Daniel DrakeRoy Marples
2007-07-02Make the provided code a little more readable and fix a bug when calculating ↵Roy Marples
provided services changing from single to default runlevel
2007-07-02Fix error and only let root run init commands except for status and helpRoy Marples
2007-07-01Don't set an early font if consolefont isn't in a runlevel, #183773.Roy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-06-27Add --no-ldconfig option to env-update to match portage.Roy Marples
2007-06-26Change pwd to / for all init scripts, #181224.Roy Marples
2007-06-26Change pwd to / for all init scripts, #181224.Roy Marples
2007-06-26--nocolor works again, #181011 thanks to Daniel Drake.Roy Marples
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