aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-12/var/empty isn't a fixed requirement for sshdRoy Marples
2008-01-11Don't use bins in global if we can help it.Roy Marples
2008-01-11Ensure we link against libraries in /lib instead of anywhere else and always ↵Roy Marples
use the linker in /libexec instead of anywhere else.
2008-01-11These are FreeBSD specificRoy Marples
2008-01-11Fix some syslogd pidfile and installing support scripts.Roy Marples
2008-01-11Add wscons script. We still need to convert this to a conf.d format.Roy Marples
2008-01-11Fix rpathness on NetBSD again.Roy Marples
2008-01-11Remove non standard -R option.Roy Marples
2008-01-11Add sys.mkRoy Marples
2008-01-11Don't print an extra eend on failure.Roy Marples
2008-01-11NetBSD-4 doesn't support scanning via ifconfig, so mark it FreeBSD only for now.Roy Marples
2008-01-11NetBSD doesn't include /lib in its link path, so we need to add it as an RPATH.Roy Marples
2008-01-11Add sys.mk to define system locations.Roy Marples
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove vim settings.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2008-01-11Ditto for rc.shutdownRoy Marples
2008-01-11Use a specific default terminal for rcRoy Marples
2008-01-11Allow OS to define default package locations.Roy Marples
2008-01-11No point in having runlevel rules in a seperate .mk nowRoy Marples
2008-01-11Just have the one runlevels folder with OS includes.Roy Marples
2008-01-10Add /usr/pkg to the PATH for NetBSD packages.Roy Marples
2008-01-10More NetBSD tweaks.Roy Marples
2008-01-10dhcpcd could be anywhere, so allow this.Roy Marples
2008-01-10Loads of NetBSD tweaks here.Roy Marples
2008-01-10Move FreeBSD specific files to the new FreeBSD folders.Roy Marples
2008-01-10Fix SUBOS_SHRoy Marples
2008-01-10massage netmask to cidr for buggy shells.Roy Marples
2008-01-10More make fixesRoy Marples
2008-01-10Need INSTALL hereRoy Marples
2008-01-10Don't go into SUBOS if same as OS.Roy Marples
2008-01-10Fix SUBOSRoy Marples
2008-01-10Fix SUBOSRoy Marples
2008-01-10Add missing mk'sRoy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵Roy Marples
keeping BSD for all BSD's.
2008-01-10Fix installing libs.Roy Marples
2008-01-09Fix a little breakage with last commit.Roy Marples
2008-01-09install correctly on NetBSD.Roy Marples
2008-01-09Compile without warnings on NetBSDRoy Marples
2008-01-09Style updates.Roy Marples
2008-01-08Add _hwclock which ensures that hwclock returns 1 on error, simplifying our codeRoy Marples
2008-01-07Avoid valgrind errors with getline.Roy Marples
2008-01-07Really fix off by one error.Roy Marples
2008-01-07Fix an off by one error.Roy Marples
2008-01-07Allow depend creation again. This doesn't work on GNU make, but does on all ↵Roy Marples
others.
2008-01-07add rc_getline to the man pageRoy Marples
2008-01-07rc_getline keeps expanding it's malloced buffer until it has read a whole ↵Roy Marples
line or EOF. All functions which read into static buffers have been changed to use fhis function to avoid any potential overflows and to ensure we really do read a long long config line.