aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-10-30You can now spoof the source address for arping as the third parameter in gat...Roy Marples
2007-10-29rc --override foo will override the runlevel to load after boot or single use...Roy Marples
2007-10-29/etc/mtab is now a true reflection on /proc/mounts. The only exception is tha...Roy Marples
2007-10-29Network config arrays are now split by embedded new lines instead of being ev...Roy Marples
2007-10-23clock init script now works with busybox.Roy Marples
2007-10-23clock init script now handles /etc/adjtime correctly. CLOCK_ADJTIME hinted th...Roy Marples
2007-10-19Mount /dev/shm for Linux systems, even not when in /etc/fstab, #196345.Roy Marples
2007-10-16We now build and optionally work with static libraries.Roy Marples
2007-10-15rc-status now orders services in start order, #195630Roy Marples
2007-10-11Release rc5Roy Marples
2007-10-11Bump librc and libeinfo to .so.1Roy Marples
2007-10-11If / block device as in /etc/fstab does not exist, use /dev/root if it's avai...Roy Marples
2007-10-09netmount, localmount, halt.sh and net scripts now check OS specific flags to ...Roy Marples
2007-10-09txqueuelen_eth0= now works, #190538.Roy Marples
2007-10-03librc.so and libeinfo.so now have symbol versions.Roy Marples
2007-10-03Default to tunctl so we can create the device as a specific user, #194588 tha...Roy Marples
2007-09-28rc_service_state now returns the state as a mask, which means that we can do ...Roy Marples
2007-09-28keymaps now sets unicode keyboard on all defined ttys, #192442Roy Marples
2007-09-28net.sh now checks to see if root is net mounted if no predown functionRoy Marples
2007-09-28enums are now fixed to specific values and are in UPPER CASE.Roy Marples
2007-09-26rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Retain behavior where `rc-update del` warns if nothing changed.Mike Frysinger
2007-09-25Retain behavior where `rc-update del foo` deletes foo from all runlevels.Mike Frysinger
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-25Skip consolefont setup when RC_TTY_NUMBER is set to 0.Mike Frysinger
2007-09-25Do not require portmap in netmount when nolock option is used with nfs mounts...Mike Frysinger
2007-09-24Fix pppd metric, #193574 thanks to Martin Väth.Roy Marples
2007-09-21Use a pty for prefixed output instead of pipes for stdout/stderr. ThisRoy Marples
2007-09-20libeinfo now works out the number of columns from stdout rather than stdin, #...Roy Marples
2007-09-19Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples
2007-09-19/lib/rcscripts -> /lib/rcRoy Marples
2007-09-19plugin hook function is now rc_plugin_hook instead of a name basedRoy Marples
2007-09-18Only mount /sys if it's not mounted, #192436.Roy Marples
2007-09-18Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples
2007-09-18WhitespaceRoy Marples
2007-09-18Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples
2007-09-18API change! rc_config_env is renamed to rc_make_env and takes no argument.Roy Marples
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-09-17Document the preferance of wpa_supplicant, #192828.Roy Marples
2007-09-09revert EARLY_MOUNTS since everything in the boot runlevel depends on localmou...Mike Frysinger
2007-09-09only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a g...Mike Frysinger
2007-09-09Allow people to specify a list of early mount points which will be mounted at...Mike Frysinger
2007-09-09Allow people to specify a list of temp dirs to clean in bootmisc #191807.Mike Frysinger
2007-09-04start-stop-daemon now works with userids correctly when a pidfileRoy Marples
2007-09-03Always attempt to mount /dev/pts when devpts is available as it may appear in...Mike Frysinger
2007-09-02Release rc4Roy Marples
2007-09-02RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos.Roy Marples