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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't call printf without a format string.
kris
2000-07-10
2
-2
/
+2
*
Provide more splsofttq() protection for the reseed task (running out of
markm
2000-07-10
2
-2
/
+28
*
Don't call printf with no format string.
kris
2000-07-10
1
-1
/
+1
*
Don't call printf with no format string. This is technically a security
kris
2000-07-10
1
-2
/
+2
*
Don't call printf with no format string.
kris
2000-07-10
3
-3
/
+3
*
Do the same thing for TurboLaser that was done for Rawhide- make room
mjacob
2000-07-10
2
-47
/
+56
*
Coordinate with change to mcpcia_pci.c- major primary busses on each
mjacob
2000-07-10
1
-28
/
+30
*
Don't let the infrastructure assign the 'next' PCI bus for us.
mjacob
2000-07-10
1
-1
/
+1
*
Correct SYSINIT execution order in the case when KLD contains more
bp
2000-07-09
1
-2
/
+2
*
Make sure that tasks (running out of taskqueue_swi at splsofttq)
markm
2000-07-09
2
-0
/
+10
*
Add missing "a" in "Soft updates is technique".
alex
2000-07-09
2
-2
/
+2
*
be more cautious about tcp option length field. drop bogus ones earlier.
itojun
2000-07-09
2
-2
/
+6
*
Since this file is doc now, reorganize its structure.
alex
2000-07-09
2
-542
/
+480
*
Small style change; make function names less likely to clash with
markm
2000-07-09
2
-14
/
+14
*
Add entropy-harvesting calls.
markm
2000-07-09
2
-0
/
+10
*
Yarrow tweaks; separate the fast and slow reseed tasks so that they don't
markm
2000-07-09
5
-22
/
+29
*
Fix bug with a vraiable that needs to be per-process, not static;
markm
2000-07-09
2
-16
/
+24
*
repair IPV6_JOIN_GROUP to IPv6 all multi.
itojun
2000-07-09
1
-0
/
+10
*
Thanks for Andrew Gallatin pointing out that freeing contigmalloc'd
mjacob
2000-07-09
1
-2
/
+12
*
Use %p to print a pointer.
mjacob
2000-07-08
1
-1
/
+1
*
Update SCSI device section, per Peter Wemm. I still
mjacob
2000-07-08
2
-18
/
+20
*
Oops- remove the '0' appended to targbh.
mjacob
2000-07-08
2
-2
/
+2
*
Add in the commented out SCSI device entries of
mjacob
2000-07-08
2
-0
/
+10
*
Add in the commented out SCSI device entries of
mjacob
2000-07-08
2
-0
/
+10
*
Delete README as it is now obsolete. Relevant information is in
mckusick
2000-07-08
1
-322
/
+0
*
Update to reflect current status.
mckusick
2000-07-08
1
-4
/
+42
*
use contigfree() rather than free() to free memory allocated with
gallatin
2000-07-08
2
-8
/
+12
*
Remove two micro-pessimizations I made. Bruce is teaching me well :)
green
2000-07-07
1
-2
/
+2
*
Change that &@!$# UIO_READ to be UIO_WRITE. I tested the ktrace stuff,
green
2000-07-07
1
-1
/
+1
*
Remove commented out NOMAN variable.
jhb
2000-07-07
1
-1
/
+0
*
Move newbus detection code to alloc routines.
dmlb
2000-07-07
1
-50
/
+68
*
MFS: adjust University of California's copyright.
obrien
2000-07-07
1
-1
/
+1
*
Fix support for more than 256 simultaneous mounts. Theoretical limit
bp
2000-07-07
2
-4
/
+8
*
Honour appropriate no-crypto flags.
markm
2000-07-07
1
-1
/
+5
*
Darn; didn't commit this with the rest of the entropy gathering code.
markm
2000-07-07
1
-0
/
+6
*
Add entropy gathering code. This will work whether the module is
markm
2000-07-07
11
-246
/
+731
*
Bump __FreeBSD_version to note KAME upgrade
kris
2000-07-07
1
-1
/
+1
*
Add missing #include to unbreak IPSEC_DEBUG builds
kris
2000-07-07
1
-0
/
+1
*
Suppress a warning message about trigraphs.
grog
2000-07-07
1
-1
/
+1
*
Fix a minor bug in the MAC address unscrambling code.
wpaul
2000-07-06
1
-3
/
+3
*
Don't forget to set our MAC address into packets we wre sending out via
julian
2000-07-06
1
-0
/
+6
*
Properly fix world.
n_hibma
2000-07-06
2
-2
/
+2
*
Fix buildworld.
roberto
2000-07-06
1
-0
/
+2
*
Add support for the National Semiconductor DP83815 fast ethernet
wpaul
2000-07-06
2
-21
/
+229
*
- Inline all the functions that are only called once. This results in a
jhb
2000-07-06
2
-228
/
+214
*
Doh. The disklabel is not 0x200 bytes of zeros, but it is 0x200 bytes long.
jhb
2000-07-06
2
-2
/
+2
*
Clarify the comments in here a bit. The first sector of boot2 is not just
jhb
2000-07-06
2
-4
/
+4
*
Emulate the WBINVD instruction when it is called by the BIOS.
jhb
2000-07-06
2
-12
/
+30
*
Close PR# 19617: add support for VIA VT6102 NICs to VIA Rhine driver.
wpaul
2000-07-05
4
-0
/
+6
*
add list of KAME files - may not be 100% correct
itojun
2000-07-05
1
-0
/
+53
[prev]
[next]