| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 278320,278336,278830,285621: | jhb | 2016-02-01 | 1 | -0/+28 |
* | MFC r261901: | pluknet | 2014-06-26 | 1 | -1/+1 |
* | Style fixes. | ray | 2012-09-04 | 1 | -6/+9 |
* | Add missing braces. | ray | 2012-09-03 | 1 | -1/+2 |
* | Add kern.hintmode sysctl variable to show current state of hints: | ray | 2012-09-03 | 1 | -0/+77 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -6/+5 |
* | Use a sleep mutex instead of an sx lock for the kernel environment. This | scottl | 2006-07-09 | 1 | -6/+6 |
* | The resource_xxx routines in subr_hints.c are called before and after the | netchild | 2005-07-31 | 1 | -0/+2 |
* | Don't set ret_namelen and ret_resnamelen in res_find() unless both the | jhb | 2005-03-24 | 1 | -2/+2 |
* | fix spelling of match in comment... | jmg | 2005-03-10 | 1 | -1/+1 |
* | Add a resource_disabled() helper function that returns true (non-zero) if | jhb | 2003-07-02 | 1 | -0/+14 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Cosmetic tweaks. Try and keep the style more consistent, catch some stray | peter | 2002-05-01 | 1 | -3/+2 |
* | Finish fixing hints. Remember the use_kenv state for the next run. | peter | 2002-04-27 | 1 | -8/+10 |
* | Partial fix for hints | peter | 2002-04-27 | 1 | -2/+4 |
* | Rework the kernel environment subsystem. We now convert the static | mux | 2002-04-17 | 1 | -18/+54 |
* | Fix a fatal type mismatch (char *static_env; vs char static_env[]). | peter | 2001-09-17 | 1 | -2/+0 |
* | Go back to having either static OR dynamic hints, with fallback | peter | 2001-07-14 | 1 | -15/+40 |
* | Hints overhaul: | peter | 2001-06-12 | 1 | -0/+304 |