aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2008-01-07Stop using CPPFLAGSRoy Marples
2008-01-06We may as well use echo here as we recreate mtab fully if successfull.Roy Marples
2008-01-06Install the static archive in /usr/libRoy Marples
2008-01-06Fix userland einfo when passed with no argumentsRoy Marples
2008-01-06No need for basename.Roy Marples
2008-01-06No need for basename hereRoy Marples
2008-01-06Fix brandingRoy Marples
2008-01-06We should check we resolved a service before stating it's existance.Roy Marples
2008-01-06Use a dynamically expanding buffer for reading config files.Roy Marples
2008-01-06Set include paths in Makefile instead of .c filesRoy Marples
2008-01-06Add net config's to have their own depend function per interface.Roy Marples
2008-01-06Fix sysctl init script, OpenRC bug #1Roy Marples
2008-01-06Add our version maps backRoy Marples