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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nfsnode.h was moved to ../nfsclient ages ago. I forgot to remove it here.
peter
2002-09-06
1
-210
/
+0
*
o Fix namespace scope issues in <ctype.h> by using the relatively new
mike
2002-09-06
4
-44
/
+72
*
rev 1.6 claimed to add 'bootparams', but in fact added 'bootparamd' which
peter
2002-09-06
1
-1
/
+1
*
Remove extra ';'
davidxu
2002-09-06
1
-1
/
+1
*
Updated release notes: ACPIA CA 20020815, Binutils 2.12.1
bmah
2002-09-05
2
-12
/
+12
*
Only try to initialize syscons if /dev/ttyv0 exists and it's not a pcvt.
fenner
2002-09-05
1
-140
/
+156
*
Only try to run /usr/sbin/ispcvt if it exists and is executable.
fenner
2002-09-05
1
-1
/
+9
*
Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.
phk
2002-09-05
2
-31
/
+192
*
Introduce the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.
phk
2002-09-05
1
-0
/
+19
*
Fix an inherited style bug: compare with NOCRED instead of NULL.
phk
2002-09-05
1
-1
/
+1
*
Use canonical extattr_check_cred() instead of private implementation of the
phk
2002-09-05
1
-39
/
+3
*
Introduce new extattr_check_cred() function which implements the canonical
phk
2002-09-05
2
-0
/
+39
*
Add an archdep script and hook it up to the build.
gordon
2002-09-05
2
-11
/
+93
*
Fix credentials check: do not leak ENOATTR until we know if they're
phk
2002-09-05
1
-12
/
+15
*
Update rc.conf.5 man page to reflect bootparamd_enable and _flags
gordon
2002-09-05
1
-0
/
+16
*
Hook bootparams up to the world
gordon
2002-09-05
1
-11
/
+11
*
Introduce bootparamd into the boot scripts. Add a bootparamd_enable and
gordon
2002-09-05
2
-2
/
+13
*
Fixed namespace pollution in uma changes:
bde
2002-09-05
1
-2
/
+3
*
Re-insert TUNABLE() export of MAC Biba and MAC MLS module 'enabled'
rwatson
2002-09-05
2
-0
/
+2
*
Make the printf messages when routing interrupts more consistent in the
jhb
2002-09-05
2
-7
/
+8
*
Test PCIbios.ventry against 0 to see if we found a PCIbios entry point,
jhb
2002-09-05
3
-6
/
+6
*
Warns cleanups for netstat:
dwmalone
2002-09-05
15
-195
/
+194
*
Move some variables to the BSS instead of explicitly zero'ing them. This
jhb
2002-09-05
2
-6
/
+6
*
Statically compile pcn(4) into the install kernel vs. using as module.
obrien
2002-09-05
6
-6
/
+2
*
Add the PCN module.
obrien
2002-09-05
1
-1
/
+1
*
Make recursion prevention variable per-instance and remove XXX comment
sobomax
2002-09-05
2
-7
/
+5
*
Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of depending
bde
2002-09-05
1
-8
/
+6
*
Use `struct uma_zone *' instead of uma_zone_t, so that <sys/uma.h> isn't
bde
2002-09-05
2
-2
/
+2
*
Include <sys/systm.h> for the definition of offsetof() instead of depending
bde
2002-09-05
1
-0
/
+1
*
Include <sys/systm.h> for the definition of offsetof() instead of depending
bde
2002-09-05
1
-0
/
+1
*
Do not cast from a pointer to an integer of a possibly different size.
bde
2002-09-05
1
-1
/
+1
*
Add debug.rman_debug sysctl MIB and loader tunable instead of broken
iwasaki
2002-09-05
1
-5
/
+7
*
Fix a format buglet.
phk
2002-09-05
1
-1
/
+1
*
Parse hint.acpi.0.disabled correctly.
iwasaki
2002-09-05
1
-2
/
+10
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-05
1
-9
/
+11
*
Forward declare struct uio so that <sys/uio.h> isn't a prerequisite.
bde
2002-09-05
1
-3
/
+2
*
The changes mentioned below were accidently committed as part of
dwmalone
2002-09-05
0
-0
/
+0
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-05
4
-14
/
+10
*
Pad after "char *n_name;" in the !_AOUT_INCLUDE_ case so that struct nlist
bde
2002-09-05
1
-0
/
+2
*
Forward declare struct vnode so that <sys/vnode.h> or some other header
bde
2002-09-05
1
-0
/
+1
*
Include stdint.h to make this compile.
iedowse
2002-09-05
1
-0
/
+1
*
s/SGNL/SIG/
davidxu
2002-09-05
11
-42
/
+45
*
Include <sys/malloc.h> instead of depending on namespace pollution 2
bde
2002-09-05
9
-54
/
+45
*
Uncommented MAC options so that they get linted. This exposes brokenness
bde
2002-09-05
1
-4
/
+4
*
Implement LINUX_TIOCSCTTY.
marcel
2002-09-05
1
-1
/
+4
*
Split up ptrace() into a wrapper that does the copying to and from
iedowse
2002-09-05
3
-163
/
+142
*
remove #pragma ident
alfred
2002-09-04
1
-2
/
+0
*
ANSIify function definitions.
dwmalone
2002-09-04
75
-751
/
+423
*
Add a tip about using sed(1)'s FreeBSD-specific -i option.
jmallett
2002-09-04
1
-0
/
+10
*
Avoid a signedness warning by casting chain_index to a size_t.
dwmalone
2002-09-04
1
-1
/
+1
[next]