Age | Commit message (Expand) | Author |
2018-05-22 | rc-misc: add the crashed state | William Hubbs |
2018-05-18 | Remove the _rc_can_find_pids function | William Hubbs |
2018-05-15 | Add RC_DEBUG and RC_NODEPS to environment whitelist | William Hubbs |
2018-05-14 | rc-misc.c: Add IN_DRYRUN to environment whitelist | William Hubbs |
2018-02-20 | rc-misc.c: remove references to PATH_MAX | William Hubbs |
2018-01-16 | _rc_deptree_load - return NULL if the stat() call is not successful | William Hubbs |
2017-10-24 | supervise-daemon: multiple fixes | William Hubbs |
2017-08-23 | move get_pid function to a shared file | William Hubbs |
2017-05-11 | fix to_time_t to honor dst | William Hubbs |
2017-05-11 | fix from_time_t function | William Hubbs |
2017-05-11 | Move time_t conversions to rc-misc.c so they can be shared | William Hubbs |
2016-10-24 | src/rc/rc-misc.c: report error if call to flock() fails | William Hubbs |
2016-09-16 | rc-misc: allow EINFO_VERBOSE through too | Doug Freed |
2016-09-14 | rc-misc: Allow EINFO_COLOR through env_filter() | Doug Freed |
2016-07-14 | Remove the DEBUG_MEMORY macro | William Hubbs |
2016-02-12 | Fix rc_env_allow wildcard usage | William Hubbs |
2016-01-19 | librc: move system detection code into rc_sys and use it | Doug Freed |
2016-01-18 | Revert "rc: make get_systype similar to the old rc_sys function" | William Hubbs |
2016-01-18 | rc: make get_systype similar to the old rc_sys function | William Hubbs |
2016-01-13 | Add LANG, LC_MESSAGES and TERM to the environment whitelist | William Hubbs |
2016-01-13 | fix seg fault | William Hubbs |
2016-01-12 | Remove multicall binary structure from OpenRC | William Hubbs |
2016-01-05 | rc: fix compiler warnings cleanup | William Hubbs |
2016-01-04 | Clean default env_whitelist | William Hubbs |
2016-01-01 | rc: clean up compiler warnings | William Hubbs |
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs |
2015-12-08 | Convert rc_sys() calls to detect_container() and detect_vm() | William Hubbs |
2015-12-08 | Create detect_container() and detect_vm() functions | William Hubbs |
2015-07-23 | Add EERROR_QUIET and EINFO_QUIET to environment whitelist | William Hubbs |
2014-10-23 | Bundle <sys/queue.h> from NetBSD | Anthony G. Basile |
2012-09-09 | add RC_PREFIX environment variable | William Hubbs |
2012-01-26 | Add is_writable() function to check whether a path is writable or not | Christian Ruppert |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-01-17 | Bug #351570: Hidden function fixes: rc_conf_value. | Robin H. Johnson |
2011-01-17 | Style fix: "char *foo" not "char* foo". | Robin H. Johnson |
2011-01-17 | Clean up all trailing whitespace in src/. | Robin H. Johnson |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples |
2009-05-01 | Add (c) to Copyright | Roy Marples |
2009-04-23 | Improve style for KNF | Roy Marples |
2009-04-18 | Don't leak the lock fd. | Roy Marples |
2009-04-17 | Using fifos for locking can be error prone. | Roy Marples |
2009-01-13 | Don't allow SYSVINIT parameters through anymore. | Roy Marples |
2008-10-10 | sysinit is now a real runlevel that handles things like udev, dmesg and | Roy Marples |
2008-10-06 | #ifdef atexit cleanups calling free as the OS should do this for us, but valg... | Roy Marples |
2008-10-03 | Fix a segfault when profile.env does not exist. | Roy Marples |
2008-09-18 | Add missing profile bits to env, #72. | Roy Marples |
2008-09-18 | Use the new rc_stringlist_find function. | Roy Marples |
2008-08-20 | Add -k,--umask option, Gentoo #232455. | Roy Marples |
2008-04-21 | Add RC_TMPDIR so that there's a writeable location during boot. | Roy Marples |
2008-04-17 | Cast to unsigned char for ctype calls. | Roy Marples |