summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Re-indent to a standard tw of 8.Roy Marples2008-01-11
* Loads of NetBSD tweaks here.Roy Marples2008-01-10
* Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples2008-01-10
* Fix installing libs.Roy Marples2008-01-10
* install correctly on NetBSD.Roy Marples2008-01-09
* Compile without warnings on NetBSDRoy Marples2008-01-09
* Style updates.Roy Marples2008-01-09
* Avoid valgrind errors with getline.Roy Marples2008-01-07
* Really fix off by one error.Roy Marples2008-01-07
* Fix an off by one error.Roy Marples2008-01-07
* Allow depend creation again. This doesn't work on GNU make, but does on all o...Roy Marples2008-01-07
* rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples2008-01-07
* Stop using CPPFLAGSRoy Marples2008-01-07
* Install the static archive in /usr/libRoy Marples2008-01-06
* Fix userland einfo when passed with no argumentsRoy Marples2008-01-06
* Fix brandingRoy Marples2008-01-06
* We should check we resolved a service before stating it's existance.Roy Marples2008-01-06
* Use a dynamically expanding buffer for reading config files.Roy Marples2008-01-06
* Set include paths in Makefile instead of .c filesRoy Marples2008-01-06
* Add our version maps backRoy Marples2008-01-06
* librc needs kvm on bsd.Roy Marples2008-01-06
* Fix installing pam filesRoy Marples2008-01-05
* Fix installing linksRoy Marples2008-01-05
* Add missing MakefileRoy Marples2008-01-05
* Add the missing changes from the recent Makefile updatesRoy Marples2008-01-05
* Move the env whitelists to an rc var and build in the system whitelist.Roy Marples2008-01-05
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05
* use implicit rules for many things rather than hardcoding our ownMike Frysinger2008-01-04
* We use -W in the loop vars, no don't duplicate in the test.Roy Marples2008-01-04
* do not hardcode ar or ranlibMike Frysinger2008-01-04
* Remove support for static and pam combined - too problematic.Roy Marples2008-01-04
* More static building fixes.Roy Marples2008-01-04
* Support static building against a non static PAM.Roy Marples2008-01-04
* Fix detection of Xen dom0 vs domU can use the right variable in init scripts.Roy Marples2008-01-04
* Add BIN_LDFLAGS so that we can build static bins without affecting our shared...Roy Marples2008-01-04
* Ensure that copyright is unique for rc, librc and libeinfo. Also, fix brandin...Roy Marples2008-01-03
* Put branding in version.hRoy Marples2008-01-03
* Allow a BRANDING define to be used.Roy Marples2008-01-03
* Allow building without std=c99 definedRoy Marples2008-01-03
* Make depend a global targetRoy Marples2008-01-02
* Really dd depend targetRoy Marples2008-01-02
* Add depend targetRoy Marples2008-01-02
* Move _shell_var shell function to shell_var C appletRoy Marples2008-01-02
* dont pollute namespace with our own local restrict keywordMike Frysinger2007-12-30
* Clean the failed dir when we start and end rc so that failed services can be ...Roy Marples2007-12-29
* Don't install relative symlinksRoy Marples2007-12-28
* Although OpenRC requires C99, linking to us should not.Roy Marples2007-12-28
* Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples2007-12-24
* rc-update show not default to showRoy Marples2007-12-24
* Don't mix code and decsRoy Marples2007-12-20