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
*
Style fixes:
eivind
2000-09-22
2
-104
/
+214
*
Remove addalias() prototype (staticized in kern/vfs_subr.c)
eivind
2000-09-22
1
-1
/
+0
*
Staticize addalias()
eivind
2000-09-22
2
-2
/
+4
*
Fix comment about the bsd-api-new-02a draft. This has been superceded
asmodai
2000-09-22
1
-1
/
+1
*
Removed files not present in v1_15 import.
ru
2000-09-22
4
-971
/
+2
*
Removed unneeded include files.
nyan
2000-09-22
4
-28
/
+0
*
- Wrap functions and variables that aren't used in the alpha console probe
jhb
2000-09-22
2
-14
/
+52
*
Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on
jhb
2000-09-22
2
-12
/
+12
*
Remove atomic_*_{32,64} since they are now inline. If you haven't rebuilt
dfr
2000-09-22
1
-81
/
+0
*
Remove the bogus check against "none" for release names (which
jkh
2000-09-22
6
-18
/
+22
*
Resurrect documentation of chflags(2)'s SF_ARCHIVED.
rse
2000-09-22
1
-2
/
+2
*
Remove a forgotten line
brian
2000-09-22
1
-1
/
+0
*
"zope language" --> "zope platform".
sobomax
2000-09-22
2
-2
/
+2
*
Add french and zope.
asami
2000-09-22
2
-0
/
+4
*
Add ports-french.
asami
2000-09-22
3
-0
/
+3
*
Fixing a sorting error in teh subsystem list. 7 < 8, not 8 < 7.
jhb
2000-09-22
1
-1
/
+1
*
Teach MTX_EXIT_RECURSE that the recursion count is a 32-bit integer,
jhb
2000-09-22
2
-6
/
+6
*
Typo in comment (decent performances -> decent performance).
wpaul
2000-09-22
1
-1
/
+1
*
Make pcn_miibus_readreg() latch onto the first PHY that it finds (as
wpaul
2000-09-22
2
-1
/
+5
*
Create an event (idle_event) which is invoked every time around the
msmith
2000-09-22
1
-0
/
+7
*
Implement halt-on-idle in the !SMP case, which should significantly
msmith
2000-09-22
5
-30
/
+74
*
Make the EVENTHANDLER mechanism MP-safe. Events can now be invoked
msmith
2000-09-22
2
-30
/
+67
*
o Merge in changes to the NetBSD sources:
imp
2000-09-22
2
-8
/
+93
*
Implement IPv6 support. Also restructure the way multi-homed hosts
wollman
2000-09-22
1
-57
/
+91
*
Delete a bogus reference to T/TCP -- the problem still exists on Standard
wollman
2000-09-22
1
-3
/
+1
*
Make some small line-break tweaks.
wpaul
2000-09-21
1
-4
/
+4
*
Fix a race in ASR_ccbAdd and ASR_ccbRemove, which were both manipulating
msmith
2000-09-21
1
-0
/
+11
*
some copyright cleanups
mjacob
2000-09-21
12
-58
/
+25
*
Add the PCI device ID for the on-board ethernet controllers on the
wpaul
2000-09-21
4
-0
/
+8
*
o Permit UFS Extended Attributes to be associated with special devices
rwatson
2000-09-21
1
-0
/
+8
*
o Add two constants mapping ACLs into extended attribute names
rwatson
2000-09-21
1
-8
/
+9
*
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in
rwatson
2000-09-21
2
-4
/
+2
*
o Change locking rules for VOP_GETACL() to indicate that vnode locks
rwatson
2000-09-21
4
-4
/
+13
*
Allocate all memory (including within node constructors) with M_NOWAIT
archie
2000-09-21
15
-22
/
+22
*
Allocate memory with M_NOWAIT instead of M_WAITOK because we could
archie
2000-09-21
1
-1
/
+1
*
Add a couple of debug register helper functions to assist in setting
bsd
2000-09-21
9
-4
/
+269
*
Inintialize the queue index stuff from what the f/w sends back- just
mjacob
2000-09-21
1
-3
/
+4
*
Remove unneeded include
mjacob
2000-09-21
1
-2
/
+0
*
Fixed the `mysterious blank lines' problem. This was due to unconditional
ru
2000-09-21
3
-5
/
+5
*
remove unneeded includes
mjacob
2000-09-21
1
-4
/
+0
*
comment vfs_export functions, requested by: eivind
alfred
2000-09-21
2
-2
/
+24
*
add ``check free resource rage code''
sanpei
2000-09-21
3
-10
/
+32
*
Fix LINT breakage by options ACPI_NO_OSDFUNC_INLINE.
iwasaki
2000-09-21
4
-8
/
+14
*
Remove unneeded #include that was a remnant of an earlier version of
truckman
2000-09-21
1
-1
/
+0
*
The final entry should be `required', not `sufficient'.
ru
2000-09-21
1
-1
/
+1
*
Add in and document two new debugging options used in the mutex code:
jhb
2000-09-21
2
-0
/
+16
*
Fixed the calculations with UDP header length field.
ru
2000-09-21
2
-4
/
+4
*
Add in documentation and examples of the KTR kernel config options.
jhb
2000-09-21
2
-0
/
+38
*
Remove unneeded includes.
markm
2000-09-21
8
-18
/
+0
*
Fix PR #21245: handle wep keys correctly and pretty print hex keys
wpaul
2000-09-21
2
-36
/
+42
[next]