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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MCOUNT_ENTER() so it actually compiles in the profiling case.
jhb
2001-07-14
1
-1
/
+1
*
`pcn' supports AMD Am79C97x cards, not Am79C79x cards.
dd
2001-07-13
3
-3
/
+3
*
Unbroke kernel if I686_CPU is not defined.
sobomax
2001-07-13
1
-0
/
+2
*
The #define for pcb_savefpu seems to do more harm than good.
peter
2001-07-12
1
-1
/
+0
*
Fix another missed pcb_savefpu reference (inside NPX_DEBUG)
peter
2001-07-12
1
-2
/
+2
*
Do not depend on pcb_savefpu backwards compat #define.
peter
2001-07-12
1
-1
/
+1
*
Forgot this fix from another tree. make enable_sse() a real prototype.
peter
2001-07-12
1
-1
/
+1
*
Move init_sse() out of the "GenuineIntel" section, my AthlonMP system
peter
2001-07-12
1
-1
/
+1
*
Activate SSE/SIMD. This is the extra context switching support that
peter
2001-07-12
18
-27
/
+262
*
Another NatSemi gigE card; the Netgear GA622T
wpaul
2001-07-11
1
-1
/
+1
*
Document additional cards supported by the nge driver: LinkSys EG1032
wpaul
2001-07-11
1
-1
/
+2
*
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
bsd
2001-07-11
2
-70
/
+292
*
Bring in dirhash, a simple hash-based lookup optimisation for large
iedowse
2001-07-10
1
-0
/
+4
*
A set of changes to reduce the number of include files the kernel
julian
2001-07-08
2
-2
/
+2
*
Move vm_page_zero_idle() from machine-dependant sections to a
dillon
2001-07-05
1
-61
/
+0
*
Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc).
dillon
2001-07-04
1
-1
/
+1
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
6
-41
/
+22
*
Make the code to read the kernel message buffer via sysctl machine-
tmm
2001-07-03
1
-42
/
+0
*
Add Transmeta Crusoe LongRun support.
iwasaki
2001-07-03
1
-0
/
+198
*
Quiet warning by removing ast() prototype.
jhb
2001-07-03
1
-1
/
+0
*
Allow Giant to be recursed when a process terminates.
jhb
2001-07-03
1
-2
/
+2
*
gif(4) and stf(4) modernization:
brooks
2001-07-02
1
-1
/
+1
*
A slightly more complete change to timeouts:
mjacob
2001-07-02
1
-0
/
+4
*
Move wl driver to dev/wl. Repo copied to dev/wl, the old copies
imp
2001-07-02
2
-2781
/
+0
*
Repo copy i82586.h to dev/ic/i82586.h.
imp
2001-07-02
1
-332
/
+0
*
Don't need the .keep_me files. Obrien and I committed past each other.
imp
2001-07-01
2
-1
/
+1
*
Ensure sys/${MACHINE}/compile/FOO exists
obrien
2001-06-30
1
-0
/
+0
*
Really do proper keepme files in the compile directories. Use
imp
2001-06-30
2
-0
/
+1
*
Ensure sys/${MACHINE}/compile/FOO exists
obrien
2001-06-30
1
-0
/
+0
*
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
imp
2001-06-30
3
-14
/
+2
*
Move ast() and userret() to sys/kern/subr_trap.c now that they are MI.
jhb
2001-06-29
1
-120
/
+0
*
Remove cruft from old bus.
imp
2001-06-29
1
-3
/
+0
*
Remove file that hasn't been used since ze/zp.
imp
2001-06-29
1
-191
/
+0
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
15
-46
/
+45
*
Grab Giant around trap_pfault() for now.
jhb
2001-06-29
1
-0
/
+4
*
Get kernel profiling on SMP systems closer to working by replacing the
jhb
2001-06-28
4
-25
/
+8
*
Provide access to the IA32 hardware debug registers from the ddb
bsd
2001-06-28
3
-22
/
+120
*
Remove dgm
brian
2001-06-27
1
-8
/
+3
*
Spell digi right
brian
2001-06-27
1
-3
/
+3
*
Merged from sys/i386/include/bus_at386.h revision 1.14.
nyan
2001-06-26
1
-1
/
+1
*
Recognize FC-PGA2 Pentium III (Tualatin).
kato
2001-06-26
1
-0
/
+1
*
Add code to detect Transmeta Crusoe cpus.
dfr
2001-06-25
1
-2
/
+55
*
- Grab the proc lock around CURSIG and postsig(). Don't release the proc
jhb
2001-06-22
1
-3
/
+4
*
Make the hw.physmem and hw.usermem variables unsigned so that they dont
peter
2001-06-22
1
-2
/
+2
*
Don't set CONSPEED to the default and deobfuscate the comment.
dd
2001-06-21
1
-1
/
+2
*
Actually document TCPDEBUG.
wollman
2001-06-19
1
-1
/
+3
*
Fix punctuation in comment.
wollman
2001-06-19
1
-2
/
+2
*
Initialize mutexes needed early on all in the same place so that the
jhb
2001-06-18
1
-15
/
+6
*
- Add support for decoding syscall names. (Brought over from the new alpha
jhb
2001-06-18
1
-37
/
+61
*
Include sys/pcpu.h to get the prototype for globaldata_register() to quiet
jhb
2001-06-18
3
-0
/
+3
[next]