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
/
i386
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed syntax errors and style bugs in previous commit. The syntax
bde
2000-06-14
3
-6
/
+6
*
Further fixes for multiple-IO-APIC systems from Tor Egge:
msmith
2000-05-31
2
-7
/
+3
*
Bump the default NBUS value to 8, in lieu of actually sizing it
msmith
2000-05-31
1
-1
/
+1
*
Pack the SWI bits to save some time and space.
bde
2000-05-31
1
-2
/
+2
*
Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a
bde
2000-05-31
1
-12
/
+12
*
Sync with sys/i386/include/bus_at386.h revision 1.9.
nyan
2000-05-31
1
-4
/
+15
*
Add taskqueue system for easy-to-use SWIs among other things.
dfr
2000-05-28
1
-0
/
+3
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-4
/
+4
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-4
/
+4
*
Implement an optimization of the VM<->pmap API. Pass vm_page_t's directly
peter
2000-05-21
1
-3
/
+3
*
We use a MI version of this now, which is mostly this file repo copied to
obrien
2000-05-19
1
-24
/
+0
*
Implement real read/write barriers for the i386. Despite the comment in
msmith
2000-05-18
2
-8
/
+30
*
When using _asm{} in GCC, one must specify the operand's size if one
obrien
2000-05-10
1
-9
/
+9
*
Fixed bus_space_{read,write}_region_* functions.
nyan
2000-05-07
1
-60
/
+18
*
Make in_cksum() a macro call to in_cksum_skip(), since it provides the
jlemon
2000-05-06
1
-3
/
+2
*
Add $FreeBSD$
peter
2000-05-01
5
-0
/
+8
*
* Use sys/sys/random.h rather than a i386 specific one.
obrien
2000-04-24
1
-90
/
+0
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
1
-0
/
+11
*
Add multiple #include protection
roger
2000-04-04
1
-0
/
+6
*
Add support for "green" saver mode.
hm
2000-03-31
1
-1
/
+2
*
Make sysv-style shared memory tuneable params fully runtime adjustable
peter
2000-03-30
1
-7
/
+0
*
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
5
-1415
/
+544
*
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
dillon
2000-03-28
1
-1
/
+18
*
pcvt cleanup.
hm
2000-03-28
1
-70
/
+20
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
9
-162
/
+52
*
Add support for offloading IP/TCP/UDP checksums to NIC hardware which
jlemon
2000-03-27
1
-0
/
+25
*
Update sysinstall to use struct uc_device instead of struct isa_device
jhb
2000-03-24
1
-0
/
+73
*
Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they
cracauer
2000-03-20
1
-2
/
+2
*
- Add Support for the following PS/2 mice:
yokota
2000-03-18
1
-4
/
+44
*
Change the default FPU control word so that exceptions for new
cracauer
2000-03-10
1
-34
/
+4
*
Patches that eliminate extra context switches in FIFO case.
dufault
2000-03-02
1
-2
/
+3
*
Fix an __asm operand constraint which broke the -O3 and -O0 builds.
bsd
2000-02-21
1
-6
/
+6
*
Don't forget to reset the hardware debug registers when a process that
bsd
2000-02-20
2
-0
/
+51
*
Document the support in the kernel for hardware debug registers on the
obrien
2000-02-12
1
-0
/
+3
*
Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.
wpaul
2000-02-02
1
-0
/
+15
*
Fixed the profiling version ALTENTRY(). Again. The previous version
bde
2000-01-25
1
-5
/
+9
*
Update to driver 2.07
roger
2000-01-24
1
-1
/
+2
*
Remove old specialix pre-newbus specialix driver. It lives on in
peter
2000-01-24
1
-495
/
+0
*
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
jasone
2000-01-20
1
-1
/
+4
*
Protect the i386 machine-dependant type definitions of __int64_t
sheldonh
2000-01-14
1
-0
/
+2
*
Allow SMP systems with an MCA bus to work properly.
mdodd
2000-01-13
2
-4
/
+7
*
Fixed style bugs related to the access functions for the bsfl and bsrl
bde
2000-01-09
1
-31
/
+24
*
Allow SMP && NCPU == 1 to work. From now on, there's no restriction on the
luoqi
2000-01-07
2
-2
/
+6
*
ISA device drivers use the ISA source interrupt number in locations where
tegge
2000-01-04
2
-6
/
+66
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
30
-59
/
+64
*
update to isdn4bsd beta release 0.90
hm
1999-12-14
6
-14
/
+60
*
Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.
peter
1999-12-11
2
-3
/
+1
*
User ldt sharing.
luoqi
1999-12-06
2
-3
/
+24
*
Switch over to using the generic joy driver
peter
1999-12-05
1
-20
/
+0
[next]