index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
subr_hints.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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