Age | Commit message (Expand) | Author |
2008-03-03 | rc single and rc sysinit don't check sysvinit env vars in prefix. | Roy Marples |
2008-03-02 | Don't check for root in prefix. | Roy Marples |
2008-03-01 | We should use shutdown to goto single user mode. | Roy Marples |
2008-02-04 | exiting to shell should block signals first, to avoid the child getting them.... | Roy Marples |
2008-02-02 | Block signals to avoid fork /signal races. | Roy Marples |
2008-02-01 | Constantise as much as possible so that it reduces COW usage. | Roy Marples |
2008-02-01 | Use sigaction over signal. | Roy Marples |
2008-02-01 | Fix compile on BSD | Roy Marples |
2008-01-30 | Use the variable instead of type for sizeof. | Roy Marples |
2008-01-29 | Fix branding. | Roy Marples |
2008-01-29 | Do our coldplug at the end of sysinit as there's no guarantee that the boot r... | Roy Marples |
2008-01-29 | If we don't have any branding, then add some uname info at startup. | Roy Marples |
2008-01-22 | Quiet some more lint warnings. | Roy Marples |
2008-01-21 | Checking first char for null is more efficient than strlen. | Roy Marples |
2008-01-18 | rc_coldplug=no really stops all coldplug events | Roy Marples |
2008-01-14 | Fix rc changing runlevels after splitting out the applets. | Roy Marples |
2008-01-14 | Put the applets into rc-applet.c so that rc.c is easier to manage. | Roy Marples |
2008-01-14 | Add support for is_newer_than and is_older_than. is_older_than currently does... | Roy Marples |
2008-01-14 | strip trailing newlines | Mike Frysinger |
2008-01-13 | Remove rc_service_plugable function and make it private as it needs to read f... | Roy Marples |
2008-01-11 | Re-indent to a standard tw of 8. | Roy Marples |
2008-01-09 | Compile without warnings on NetBSD | Roy Marples |
2008-01-07 | rc_getline keeps expanding it's malloced buffer until it has read a whole lin... | Roy Marples |
2008-01-06 | Fix userland einfo when passed with no arguments | Roy Marples |
2008-01-06 | Fix branding | Roy Marples |
2008-01-06 | Set include paths in Makefile instead of .c files | Roy Marples |
2008-01-05 | Add the missing changes from the recent Makefile updates | Roy Marples |
2008-01-05 | Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles... | Roy Marples |