summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-09-27update ChangeLog0.22William Hubbs
2016-05-24Update ChangeLog0.21William Hubbs
2016-01-13update ChangeLog0.20William Hubbs
2015-12-04update ChangeLog0.19William Hubbs
2015-10-08Update ChangeLog0.18William Hubbs
2015-06-19Update ChangeLog0.17William Hubbs
2015-05-11Update changelog0.16William Hubbs
2015-05-01update ChangeLog0.15William Hubbs
2015-04-25Add ChangeLog0.14William Hubbs
2007-11-14These files belong with baselayoutRoy Marples
2007-11-14Move mail user/group and postmaster user to the mailbase package.Mike Frysinger
2007-11-02Fix ppp config, #197775.Roy Marples
2007-11-02Fix an ifconfig calculation for shells that don't support the newer POSIX she...Roy Marples
2007-11-01Work cleanly with bridges on kernels without TCP, #197791.Roy Marples
2007-11-01Fix fallback, #197788.Roy Marples
2007-10-31Release rc6Roy Marples
2007-10-31You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples
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