aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-11-04initialize sNed Ludd
2007-10-31Fix starting state and clean some whitespaceRoy Marples
2007-10-31You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples
setting. The log is temp stored in /lib/rc/init.d/rc.log and appended to /var/log/rc.log if it's writeable. sysinit cannot be logged in Linux as we rely on sysinit to bring the system up to a point where we can log. single user cannot be logged on FreeBSD due to waitpid(0,0,0) incorrectly waiting for the log daemon in another process group.
2007-10-29rc --override foo will override the runlevel to load after boot or single ↵Roy Marples
user runlevels to avoid rc recursion, #196338
2007-10-26Fix the restarting of services depending on the script you're restartingRoy Marples
2007-10-23Use -D_BSD_SOURCE -D_XOPEN_SOURCE=500 in place of -D_GNU_SOURCERoy Marples
2007-10-23Stop using asprintfRoy Marples
2007-10-23interupt -> interruptRoy Marples
2007-10-23We can still update deptree if needed services are missingRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a ↵Roy Marples
second for a daemon to bail.
2007-10-22Wait for plugins to finish before moving on.Roy Marples
2007-10-22When getting an ecolor, we should check that stdout is a ttyRoy Marples
2007-10-22whitespaceRoy Marples
2007-10-16We now build and optionally work with static libraries.Roy Marples
2007-10-15Update dependencies if we're allowed tooRoy Marples
2007-10-15This is probably betterRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-15Add trace to depoptsRoy Marples
2007-10-15rc-status now orders services in start order, #195630Roy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-11malloc data size, not pointer sizeRoy Marples
2007-10-11Bump librc and libeinfo to .so.1Roy Marples
2007-10-11Yoiks, that comma shouldn't be there.Roy Marples
2007-10-11No need for that includeRoy Marples
2007-10-11Fix deleting items from string lists.Roy Marples
2007-10-11If / block device as in /etc/fstab does not exist, use /dev/root if it's ↵Roy Marples
available in checkroot, #171593.
2007-10-10Fix rc.mapRoy Marples
2007-10-10rc_deptree_order_services -> rc_deptree_orderRoy Marples
2007-10-10Give more time to daemonsRoy Marples
2007-10-10Don't run the done hook twiceRoy Marples
2007-10-09We should only have one block of code that restores stateRoy Marples
2007-10-09Fix failed services a little, and make timeout more saneRoy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ↵Roy Marples
explictly with --netdev/--nonetdev
2007-10-09Foo, should be a maskRoy Marples
2007-10-09Ensure that runscript returns 0 when service is startedRoy Marples
2007-10-09netmount, localmount, halt.sh and net scripts now check OS specific flags to ↵Roy Marples
see if a mount is network mounted (linux = fstab, *bsd = "local" in mount options) or not, #192772.
2007-10-09Quiet some compile time warnings on uclibcRoy Marples
2007-10-09Fix helpRoy Marples
2007-10-09Tidy upRoy Marples
2007-10-08Don't stop reading dir contents on errorsRoy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc ↵Roy Marples
anymore
2007-10-08Move rc_env_filter and rc_env_config out of librc and into rcRoy Marples
2007-10-05rc doesn't and shouldn't use libkvmRoy Marples
2007-10-05Don't bother holding the old errnoRoy Marples
2007-10-05Fix a few errors with the last few commitsRoy Marples
2007-10-05Punt rc_waitpidRoy Marples
2007-10-05Punt rc_rm_dirRoy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-10-04rc_service_daemon_set now returns boolRoy Marples