aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
Commit message (Expand)AuthorAgeFilesLines
* Don't set ret_namelen and ret_resnamelen in res_find() unless both theJohn Baldwin2005-03-241-2/+2
* fix spelling of match in comment...John-Mark Gurney2005-03-101-1/+1
* Add a resource_disabled() helper function that returns true (non-zero) ifJohn Baldwin2003-07-021-0/+14
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Cosmetic tweaks. Try and keep the style more consistent, catch some strayPeter Wemm2002-05-011-3/+2
* Finish fixing hints. Remember the use_kenv state for the next run.Peter Wemm2002-04-271-8/+10
* Partial fix for hintsPeter Wemm2002-04-271-2/+4
* Rework the kernel environment subsystem. We now convert the staticMaxime Henrion2002-04-171-18/+54
* Fix a fatal type mismatch (char *static_env; vs char static_env[]).Peter Wemm2001-09-171-2/+0
* Go back to having either static OR dynamic hints, with fallbackPeter Wemm2001-07-141-15/+40
* Hints overhaul:Peter Wemm2001-06-121-0/+304