aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-10Loads of NetBSD tweaks here.Roy 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-09install correctly on NetBSD.Roy Marples
2008-01-09Compile without warnings on NetBSDRoy Marples
2008-01-09Style updates.Roy 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-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-06Install the static archive in /usr/libRoy Marples
2008-01-06Fix userland einfo when passed with no argumentsRoy 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 our version maps backRoy Marples
2008-01-06librc needs kvm on bsd.Roy Marples
2008-01-05Fix installing pam filesRoy Marples
2008-01-05Fix installing linksRoy Marples
2008-01-05Add missing MakefileRoy Marples
2008-01-05Add the missing changes from the recent Makefile updatesRoy Marples
2008-01-05Move the env whitelists to an rc var and build in the system whitelist.Roy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our ↵Roy Marples
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.
2008-01-04use implicit rules for many things rather than hardcoding our ownMike Frysinger
2008-01-04We use -W in the loop vars, no don't duplicate in the test.Roy Marples
2008-01-04do not hardcode ar or ranlibMike Frysinger
2008-01-04Remove support for static and pam combined - too problematic.Roy Marples
2008-01-04More static building fixes.Roy Marples
2008-01-04Support static building against a non static PAM.Roy Marples
2008-01-04Fix detection of Xen dom0 vs domU can use the right variable in init scripts.Roy Marples
2008-01-04Add BIN_LDFLAGS so that we can build static bins without affecting our ↵Roy Marples
shared libraries.
2008-01-03Ensure that copyright is unique for rc, librc and libeinfo. Also, fix ↵Roy Marples
branding a little.
2008-01-03Put branding in version.hRoy Marples
2008-01-03Allow a BRANDING define to be used.Roy Marples
2008-01-03Allow building without std=c99 definedRoy Marples
2008-01-02Make depend a global targetRoy Marples
2008-01-02Really dd depend targetRoy Marples
2008-01-02Add depend targetRoy Marples
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2007-12-30dont pollute namespace with our own local restrict keywordMike Frysinger
2007-12-29Clean the failed dir when we start and end rc so that failed services can be ↵Roy Marples
re-attempted outside of rc
2007-12-28Don't install relative symlinksRoy Marples
2007-12-28Although OpenRC requires C99, linking to us should not.Roy Marples
2007-12-24Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples
2007-12-24rc-update show not default to showRoy Marples
2007-12-20Don't mix code and decsRoy Marples