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
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
1
-1
/
+1
*
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
2
-4
/
+4
*
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
22
-44
/
+387
*
Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and
bsd
2001-07-11
2
-70
/
+292
*
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
*
Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges
imp
2001-06-30
1
-1
/
+1
*
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
*
Add a new MI pointer to the process' trapframe p_frame instead of using
jhb
2001-06-29
6
-29
/
+28
*
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
4
-28
/
+120
*
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
*
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
*
Don't assume that resource type is ioport and rid equal 0.
nyan
2001-06-17
1
-5
/
+6
*
Fix "alignemnt" typo.
alex
2001-06-16
3
-3
/
+3
*
Fix warnings:
peter
2001-06-15
2
-6
/
+6
*
Hints overhaul:
peter
2001-06-12
2
-3
/
+3
*
Fix style of defines.
obrien
2001-06-09
1
-38
/
+38
*
Don't hold sched_lock across addupc_task().
jhb
2001-06-06
1
-1
/
+1
*
Properly wrap mtx_intr_enable() macro in "do $bla while (0)"
phk
2001-06-02
1
-1
/
+1
*
Clean up the code exporting interrupt statistics via sysctl a bit:
tmm
2001-06-01
6
-7
/
+2
*
Quiet warnings by adding a prototype for set_user_ldt_rv() and making it
jhb
2001-05-30
1
-1
/
+6
*
We can't grab the sched_lock in set_user_ldt() because when it is called
jhb
2001-05-30
2
-6
/
+25
*
move wx to be part of miibus requiring chipsets
mjacob
2001-05-30
1
-1
/
+1
*
Remove MFS options from all example kernel configs.
phk
2001-05-29
1
-1
/
+0
*
Remove pcm hints here now that it's gone from GENERIC.
jkh
2001-05-26
1
-4
/
+0
*
Take pcm (audio) back out of GENERIC; there appears to be some
jkh
2001-05-25
1
-3
/
+0
*
Don't acquire Giant just to call trap_fatal(), we are about to panic
jhb
2001-05-23
1
-4
/
+0
*
pmap_mapdev needs the vm_mtx, aquire it if not already locked
alfred
2001-05-23
1
-0
/
+8
*
lock vm while playing with pmap
alfred
2001-05-23
1
-0
/
+9
*
Convert npx interrupts into traps instead of vice versa. This is much
bde
2001-05-22
8
-214
/
+187
[next]