summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_hints.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 278320,278336,278830,285621:jhb2016-02-011-0/+28
* MFC r261901:pluknet2014-06-261-1/+1
* Style fixes.ray2012-09-041-6/+9
* Add missing braces.ray2012-09-031-1/+2
* Add kern.hintmode sysctl variable to show current state of hints:ray2012-09-031-0/+77
* Use strchr() and strrchr().ed2012-01-021-6/+5
* Use a sleep mutex instead of an sx lock for the kernel environment. Thisscottl2006-07-091-6/+6
* The resource_xxx routines in subr_hints.c are called before and after thenetchild2005-07-311-0/+2
* Don't set ret_namelen and ret_resnamelen in res_find() unless both thejhb2005-03-241-2/+2
* fix spelling of match in comment...jmg2005-03-101-1/+1
* Add a resource_disabled() helper function that returns true (non-zero) ifjhb2003-07-021-0/+14
* Use __FBSDID().obrien2003-06-111-2/+3
* Cosmetic tweaks. Try and keep the style more consistent, catch some straypeter2002-05-011-3/+2
* Finish fixing hints. Remember the use_kenv state for the next run.peter2002-04-271-8/+10
* Partial fix for hintspeter2002-04-271-2/+4
* Rework the kernel environment subsystem. We now convert the staticmux2002-04-171-18/+54
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).peter2001-09-171-2/+0
* Go back to having either static OR dynamic hints, with fallbackpeter2001-07-141-15/+40
* Hints overhaul:peter2001-06-121-0/+304
OpenPOWER on IntegriCloud