32
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 26, 2024 — Jun 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
API change! rc_config_env is renamed to rc_make_env and takes no argument. More... almost 18 years ago
Don't space separate the options More... almost 18 years ago
API change! rc_ls_dir, rc_get_config and rc_get_list no longer take a starting list as a first argument. Instead, use rc_strlist_join to append or prepend the new list to an existing list. More... almost 18 years ago
API change! rc_strlist_add and friends now take char *** instead of char ** and return a pointer to the item added instead of the new list head. This is so we can easily tell if the item was successfully added or not instead of iterating through the list looking for it. More... almost 18 years ago
Re-work mountinfo so that we have a lot less OS specific code More... almost 18 years ago
Fix fallback configurations More... almost 18 years ago
Portability More... almost 18 years ago
Document the preferance of wpa_supplicant, #192828. More... almost 18 years ago
BSD will need a fixed gcc for --as-needed More... almost 18 years ago
More --as-needed foo More... almost 18 years ago
Work better with --as-needed More... almost 18 years ago
librc should link against libeinfo too More... almost 18 years ago
revert EARLY_MOUNTS since everything in the boot runlevel depends on localmount already and anything that runs before it does not rely on things like /tmp or /var/run (and because i confused localmount with checkroot) More... almost 18 years ago
add BSD SPECIFIC OPTIONS marking More... almost 18 years ago
only do the X lock stuff in /tmp so people can overload WIPE_TMP_DIRS for a general "wipe this directory" option. also force +t on /tmp and /var/tmp. More... almost 18 years ago
Allow people to specify a list of early mount points which will be mounted at the end of localmount so they can do tmpfs on things like /tmp #181527. More... almost 18 years ago
Allow people to specify a list of temp dirs to clean in bootmisc #191807. More... almost 18 years ago
Makefile in src now supports pmake as used on the BSDs. More... almost 18 years ago
strdup -> rc_xstrdup More... almost 18 years ago
start-stop-daemon now works with userids correctly when a pidfile is not specified, #191206. More... almost 18 years ago
Add --quiet to mountinfo More... almost 18 years ago
Always attempt to mount /dev/pts when devpts is available as it may appear in some 2.4 setups. More... almost 18 years ago
Release rc4 More... almost 18 years ago
RC_TTY_NUMBER now defaults to 12, #190996 thanks to Pacho Ramos. More... almost 18 years ago
Don't use local here More... almost 18 years ago
We may not always add to the array, so re-count it afterwards More... almost 18 years ago
Only generate dependencies for Gentoo scripts, #190547. More... almost 18 years ago
Don't add multiple entries to ld.so.conf More... almost 18 years ago
More path fixes thanks to Thomas Pani More... almost 18 years ago
Use correct defines More... almost 18 years ago