aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
Commit message (Expand)AuthorAgeFilesLines
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-061-0/+28
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-1/+1
* Preserve one character space for a trailing '\0'.Sergey Kandaurov2014-02-141-1/+1
* Style fixes.Aleksandr Rybalko2012-09-041-6/+9
* Add missing braces.Aleksandr Rybalko2012-09-031-1/+2
* Add kern.hintmode sysctl variable to show current state of hints:Aleksandr Rybalko2012-09-031-0/+77
* Use strchr() and strrchr().Ed Schouten2012-01-021-6/+5
* Use a sleep mutex instead of an sx lock for the kernel environment. ThisScott Long2006-07-091-6/+6
* The resource_xxx routines in subr_hints.c are called before and after theAlexander Leidinger2005-07-311-0/+2
* 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