aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_hints.c
Commit message (Expand)AuthorAgeFilesLines
* res_find: Fix fallback logicKyle Evans2018-08-181-23/+30
* subr_hints: Skip static_env and static_hints if they don't contain hintsKyle Evans2018-07-101-4/+10
* subr_hints: Convert some bool-like ints to boolsKyle Evans2018-07-101-5/+6
* subr_hints: Use goto/label instead of series of conditionalsKyle Evans2018-07-101-26/+22
* kern_environment: Fix SYSINIT orderingKyle Evans2018-07-061-1/+1
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-126/+155
* Revert r335995 due to accidental changes snuck inKyle Evans2018-07-051-155/+126
* kern_environment: use any provided environments, evict hintmode/envmodeKyle Evans2018-07-051-126/+155
* subr_hints: Fix acpi unit hinting (at the very least)Kyle Evans2018-06-211-1/+1
* subr_hints: simplify a little bitKyle Evans2018-06-211-38/+24
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* 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