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
*
Use the right value for IFQ_MAXLEN and fix brokeness with gatewaying http fro...
dmlb
2000-03-31
1
-438
/
+527
*
Don't use too-large stack buffers.
dfr
2000-03-31
1
-3
/
+16
*
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
yokota
2000-03-31
7
-138
/
+230
*
Synced with following files:
kato
2000-03-31
9
-183
/
+332
*
When an incoming packet is received that is not specifically
brian
2000-03-31
1
-1
/
+1
*
Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.
hm
2000-03-31
3
-3
/
+3
*
Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.
hm
2000-03-31
1
-2
/
+1
*
remove useless PCVT_EMU_MOUSE option.
hm
2000-03-31
3
-3
/
+0
*
Add support for "green" saver mode.
hm
2000-03-31
1
-1
/
+2
*
PR: kern/2327
hm
2000-03-31
2
-2
/
+52
*
Fixes to parse more complex ISA PnP configurations.
dfr
2000-03-31
1
-44
/
+74
*
Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.
peter
2000-03-31
2
-0
/
+2
*
Fix PnP memory range calculations.
dfr
2000-03-31
1
-5
/
+6
*
Avoid dividing by zero when beeping with a zero pitch. This was bad.
billf
2000-03-30
1
-2
/
+4
*
Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.
iwasaki
2000-03-30
2
-2
/
+2
*
Remove #ifdef for sem_wakeup() - we just use wakeup().
peter
2000-03-30
1
-10
/
+2
*
Separated serial boot block interface routine into NS16550 stuff and
kato
2000-03-30
3
-146
/
+381
*
Move linprocfs to the i386-only section so the Alpha buildworld has a
peter
2000-03-30
1
-2
/
+2
*
Make sysv-style shared memory tuneable params fully runtime adjustable
peter
2000-03-30
12
-152
/
+87
*
Try and make the Alpha kernel compile. There are still some loose ends
peter
2000-03-30
3
-1
/
+11
*
Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.
imp
2000-03-30
2
-1930
/
+0
*
NewBus the cs driver.
imp
2000-03-30
7
-288
/
+300
*
If `ipfw fwd' loops an mbuf back to ip_input from ip_output and the
jlemon
2000-03-30
1
-6
/
+7
*
Include param.o in the list of files that we scan for linker sets.
peter
2000-03-29
4
-8
/
+8
*
Two fixes for the RealTek:
wpaul
2000-03-29
1
-2
/
+8
*
Regenerate.
wpaul
2000-03-29
2
-2
/
+18
*
Add vendor/product ID for two more KLSI-based devices, including a
wpaul
2000-03-29
2
-0
/
+6
*
Slight cleanup of aarp code
julian
2000-03-29
1
-11
/
+13
*
Regen.
gehenna
2000-03-29
2
-2
/
+18
*
Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)
gehenna
2000-03-29
1
-0
/
+4
*
- Added PC-98 Cbus frontend.
nyan
2000-03-29
7
-1
/
+290
*
Newbusify mse driver.
nyan
2000-03-29
2
-197
/
+358
*
PC-98 BIOS copies the DX register into its work area. The value of it
kato
2000-03-29
3
-0
/
+9
*
Commented out apm0. It could cause hang-up.
kato
2000-03-29
2
-2
/
+2
*
Ratoc REX-9880/83 support (PC-98 only). This commit added functions
kato
2000-03-29
2
-0
/
+258
*
- Supported display suspended mode.
nyan
2000-03-29
2
-12
/
+20
*
Merge from the following changes.
nyan
2000-03-29
14
-70
/
+10
*
This should fix the lockups people have been experiencing. I muffed up
dillon
2000-03-29
1
-1
/
+1
*
Peter Johnson found another log() call without a trailing newline.
joerg
2000-03-29
1
-1
/
+1
*
Add NVidia GeForce 2 and Quadro 2
cpiazza
2000-03-29
1
-0
/
+6
*
The SMP cleanup commit broke need_resched, this fixes that and also
dillon
2000-03-29
11
-22
/
+16
*
Change the mbuf size from 128 -> 256. Increasing the mbuf header size
jlemon
2000-03-29
1
-1
/
+1
*
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
kato
2000-03-29
16
-2690
/
+857
*
Added two missing newlines in calls to log(9).
joerg
2000-03-28
1
-2
/
+2
*
Remove some cruft
n_hibma
2000-03-28
1
-3
/
+0
*
split up ess and sb code
cg
2000-03-28
5
-951
/
+972
*
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
dillon
2000-03-28
11
-17
/
+64
*
Revert to a static value for the timeout. The timeout was supposedly
n_hibma
2000-03-28
1
-14
/
+5
*
Merged from sys/isa/fd.c revision 1.180.
kato
2000-03-28
2
-14
/
+24
*
Merged from sys/i386/i386/userconfig.c revision 1.179.
kato
2000-03-28
1
-18
/
+1
[next]