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
*
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
*
Add the CR4 values for P3 SIMD enabling support. FXSR tells the cpu that
peter
1999-09-10
1
-0
/
+2
*
Set up FPU state on the AP.
peter
1999-09-05
1
-0
/
+4
*
Some reorganization of sysarch() interface:
luoqi
1999-09-02
1
-0
/
+17
*
$Id$ -> $FreeBSD$
peter
1999-08-28
48
-48
/
+48
*
Reference the correct gdt[] entry on SMP. Remove the `generation' flag,
jlemon
1999-08-27
1
-2
/
+1
*
Undo my previous commit and do it differently. Break the ffs() etc macros
peter
1999-08-19
1
-14
/
+27
*
Try using the builtin ffs() for egcs, it (by random inspection)
peter
1999-08-19
1
-1
/
+5
*
Create callable (non-inline) versions of the atomic_OP_TYPE functions
alc
1999-08-18
1
-3
/
+14
*
Remove the SMBIOS detection and definitions; this should be handled in a
msmith
1999-08-18
1
-29
/
+1
*
Search for and interrogate the PnP BIOS if found. This code just prints
msmith
1999-08-17
1
-4
/
+68
*
Mindbogglingly, many BIOS vendors expect to be able to load %ds with
msmith
1999-08-17
1
-8
/
+9
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-3
/
+2
*
Major update to the kernel's BIOS-calling ability.
msmith
1999-07-29
2
-18
/
+82
*
Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These are
dfr
1999-07-28
1
-4
/
+6
*
Various formatting fixes on my FPE trapcode commit.
cracauer
1999-07-26
1
-15
/
+9
*
On FPU exceptions, pass a useful error code (one of the FPE_...
cracauer
1999-07-25
2
-4
/
+21
*
Increased max kmem to 200MB. This should fix some out-of-kmem panics on
dg
1999-07-24
1
-2
/
+2
*
atomic.h:
alc
1999-07-23
2
-16
/
+5
*
Implement an all-CPU shootdown-style rendezvous facility. This allows
msmith
1999-07-20
2
-2
/
+91
*
Commit the correct patch, i.e., the one that actually corresponds
alc
1999-07-13
1
-35
/
+55
*
Changed the implementation of the primitives to guarantee atomicity
alc
1999-07-13
1
-22
/
+42
*
Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending
bde
1999-07-10
1
-4
/
+5
*
Implement support for hardware debug registers on the i386.
jlemon
1999-07-09
4
-4
/
+30
*
Implement SA_SIGINFO for i386. Thanks to Bruce Evans for much more
cracauer
1999-07-06
1
-8
/
+32
*
Improve compatibility with other systems by changing the default
imp
1999-07-03
4
-4
/
+40
*
Changes in the way that the APs are started appears to have removed the
msmith
1999-06-23
1
-11
/
+3
*
Do not setup 4M pdir until all APs are up.
luoqi
1999-06-23
2
-16
/
+13
*
Remove an unnecessary panic when sparse PCI bus numbering is encountered.
msmith
1999-06-22
1
-3
/
+1
*
Changed the global `idt' from an array to a pointer so that npx.c
bde
1999-06-18
1
-2
/
+2
[next]