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 log RXJ+ protocol rejects unless we are in debug mode. (RXJ-
joerg
2001-12-26
1
-6
/
+7
*
Fix some pseudo-enumeration constants in the IPv6 implementation so
joerg
2001-12-26
1
-2
/
+2
*
Ignore (and silently conf-ack) conf-reqs for an Async-Control-
joerg
2001-12-26
1
-11
/
+15
*
For SIOCSIFADDR, don't call if_up() since it would attempt to add the
joerg
2001-12-26
1
-1
/
+2
*
s/sonewconn3/sonewconn/ forgotten by the modifier.
green
2001-12-26
1
-1
/
+1
*
Add support for even more SiS chipsets.
sos
2001-12-25
2
-101
/
+74
*
Fix yet another fake slave problem for PCCARD devices.
sos
2001-12-25
1
-6
/
+11
*
Oops, wrong option name. It's should be ACPI_MAX_THREADS,
iwasaki
2001-12-25
1
-1
/
+1
*
Fix type-o in previous commit (tsleep was using wrong rendezvous point)
dillon
2001-12-25
1
-1
/
+1
*
Add -mcmodel=medlow to COPTS. This is needed to build working kernels.
tmm
2001-12-24
1
-0
/
+3
*
Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)
kuriyama
2001-12-24
1
-1
/
+1
*
Fix typo first, then controvert.
tanimura
2001-12-24
1
-1
/
+1
*
On the first day of Christmas bde gave to me:
bmilekic
2001-12-23
2
-220
/
+200
*
Fix CRITICAL_FORK so that it compiles.
dfr
2001-12-23
1
-1
/
+1
*
make mmapped vchans work
cg
2001-12-23
1
-0
/
+2
*
Newer versions of gcc have a bug where switch statements with only
jake
2001-12-23
1
-9
/
+1
*
- Add a file for machine dependant loader metdata types. Include this in
jake
2001-12-23
3
-6
/
+41
*
Define our own version of abs now that we compile with -ffreestanding by
jake
2001-12-23
1
-0
/
+2
*
Back out an inappropriate backout. If Anyone wants to set the FIFO
dillon
2001-12-23
1
-1
/
+6
*
Backed out previous unapproved commit.
bde
2001-12-23
1
-6
/
+1
*
This problem has been in the serial driver for years, and I occassionally
dillon
2001-12-23
1
-1
/
+6
*
Move prototype of _mext_free to mbuf.h, where it belongs, because it is
bmilekic
2001-12-22
2
-1
/
+1
*
Add OS layer ACPI mutex and threading support.
iwasaki
2001-12-22
12
-119
/
+378
*
Add the ifpi2 driver.
gj
2001-12-22
3
-1
/
+24
*
Add support for the AVM Fritz!Card PCI version 2 controller.
gj
2001-12-22
2
-4
/
+8
*
Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.
gj
2001-12-22
8
-0
/
+3452
*
MFi386: revision 1.178
nyan
2001-12-22
3
-21
/
+12
*
MFi386: revision 1.124
nyan
2001-12-22
1
-2
/
+96
*
Merged from sys/dev/syscons/syscons.c revision 1.377.
nyan
2001-12-22
1
-12
/
+4
*
cosmetic changes.
nyan
2001-12-22
2
-44
/
+40
*
Merged from files.i386 revision 1.384.
nyan
2001-12-22
1
-8
/
+3
*
MFi386: revision 1.159
nyan
2001-12-22
1
-0
/
+1
*
MFi386: revision 1.163
nyan
2001-12-22
1
-2
/
+0
*
MFi386: revision 1.179
nyan
2001-12-22
3
-0
/
+30
*
MFi386: revision 1.486
nyan
2001-12-22
2
-6
/
+4
*
Fixes apparent hang at probe time due to an extremely long timeout
pb
2001-12-21
1
-1
/
+1
*
fix mmapped playback
cg
2001-12-21
1
-7
/
+6
*
Use the new rman_reserve_resource_bound() function to get boundaries
tmm
2001-12-21
1
-40
/
+7
*
Use the new resource_list_print_type() function.
tmm
2001-12-21
6
-45
/
+10
*
Use the new resource_list_print_type() function to print resource list
tmm
2001-12-21
2
-48
/
+5
*
Move the PCI_ENABLE_IO_MODES option from conf/options.i386 to
tmm
2001-12-21
2
-2
/
+1
*
Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,
tmm
2001-12-21
2
-2
/
+58
*
Add a rman_reserve_resource_bound() function that takes an additional
tmm
2001-12-21
2
-11
/
+38
*
Add a workaround for quirky PCI devices that set the intpin register to
tmm
2001-12-21
1
-20
/
+66
*
Fix a bug that was indroduced while moving this code around (use the
tmm
2001-12-21
1
-1
/
+3
*
Make the apb driver independent of the standard PCI bridge driver.
tmm
2001-12-21
1
-30
/
+82
*
Add partial support for NFS_ROOT for sparc64 (only supported in in
tmm
2001-12-21
1
-1
/
+18
*
Save and restore state for suspend/resume.
orion
2001-12-21
1
-4
/
+35
*
Implement matching IP precedence in ipfw(4).
yar
2001-12-21
2
-2
/
+6
*
Remove a change that snuck in from my private tree.
jlemon
2001-12-21
1
-1
/
+0
[next]