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
/
amd64
/
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
*
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
*
Implement real read/write barriers for the i386. Despite the comment in
msmith
2000-05-18
3
-12
/
+45
*
When using _asm{} in GCC, one must specify the operand's size if one
obrien
2000-05-10
1
-9
/
+9
*
Some more i386-only BIOS-friendliness:
msmith
2000-04-16
1
-0
/
+11
*
Make sysv-style shared memory tuneable params fully runtime adjustable
peter
2000-03-30
1
-7
/
+0
*
Added indirect pio into the bus space stuff for the NEC PC-98. bus.h
kato
2000-03-29
4
-1272
/
+26
*
The SMP cleanup commit broke UP compiles. Make UP compiles work again.
dillon
2000-03-28
1
-1
/
+18
*
Commit major SMP cleanups and move the BGL (big giant lock) in the
dillon
2000-03-28
3
-6
/
+15
*
Exchange numerical values for FPE_INTDIV and FPE_INTOVF, so that they
cracauer
2000-03-20
1
-2
/
+2
*
Change the default FPU control word so that exceptions for new
cracauer
2000-03-10
2
-68
/
+8
*
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
*
Fixed the profiling version ALTENTRY(). Again. The previous version
bde
2000-01-25
1
-5
/
+9
*
Move ENTRY and ALTENTRY definitions to asm.h where they belong.
jasone
2000-01-20
1
-1
/
+4
*
Allow SMP systems with an MCA bus to work properly.
mdodd
2000-01-13
1
-4
/
+6
*
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
1
-2
/
+4
*
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
16
-33
/
+33
*
Reclaim UPAGES_HOLE (8k) that was chopped out of process address space.
peter
1999-12-11
1
-1
/
+1
*
User ldt sharing.
luoqi
1999-12-06
2
-3
/
+24
*
oszsigcode -> szosigcode
marcel
1999-12-04
1
-1
/
+1
*
Fix type of sf_addr.
marcel
1999-12-04
1
-2
/
+2
*
Moved scheduling-related code to kern_synch.c so that it is easier to fix
bde
1999-11-27
1
-8
/
+1
*
Optimize two cases in the MP locking code. First, it is not necessary
dillon
1999-11-19
1
-0
/
+1
*
Segment registers can be read(write) to(from) memory locations as well as
luoqi
1999-11-15
1
-4
/
+4
*
Fix clobbers so that GENERIC may compile with GCC 2.95.2.
obrien
1999-11-14
4
-332
/
+336
*
Reserve space for FPU state in struct sigcontext. Fix some style bugs
marcel
1999-11-12
1
-11
/
+18
*
Change the type of sf_addr in struct {o}sigframe from char* to
marcel
1999-11-12
1
-8
/
+9
*
i8254_restore is called from apm_default_resume() to reload
iwasaki
1999-10-30
1
-0
/
+1
*
Eliminate remaining part of incorrect PCI bus numbering sanity check on syste...
tegge
1999-10-15
1
-7
/
+0
*
* Implement bus_set/get/delete_resource for pci.
dfr
1999-10-14
1
-2
/
+1
*
Add a per-signal flag to mark handlers registered with osigaction, so we
luoqi
1999-10-11
2
-4
/
+1
*
Zap unneeded #includes
peter
1999-10-11
1
-2
/
+0
*
Simplification of the signal trampoline and other cleanups.
marcel
1999-10-07
3
-4
/
+21
*
Re-introduction of sigcontext.
marcel
1999-10-04
2
-29
/
+65
*
Use the rev 1.1.2.1 code from RELENG_3 for atomic operations rather
peter
1999-10-04
1
-19
/
+38
*
Typo: s/__GNUC_MINOR_/__GNUC_MINOR__/
peter
1999-10-04
1
-1
/
+1
*
Fix style bug: order includes
marcel
1999-10-04
1
-1
/
+1
*
Allow compilation with older versions of GCC, in order to make it possible
eivind
1999-10-03
1
-0
/
+23
*
Fix style bugs caused by using the wrong file to copy from. That one
marcel
1999-10-03
1
-4
/
+12
*
sigset_t change (part 3 of 5)
marcel
1999-09-29
6
-66
/
+160
*
Fix from Tor so that if we enter the debugger in the tristate going to
mjacob
1999-09-25
1
-0
/
+1
*
Make pmap_mapdev() deal with non-page-aligned requests.
peter
1999-09-11
1
-0
/
+1
[next]