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
*
Show the bzero() bandwidth in kBps instead of Bps; use u_int32_t instead
des
2001-03-19
2
-6
/
+6
*
Remove the now defunct ATA_ENABLE* options
sos
2001-03-16
1
-1
/
+0
*
Kill the 4MB kernel limit dead. [I hope :-)].
peter
2001-03-15
6
-13
/
+32
*
Move the fxp driver so it is under the miibus section.
jlemon
2001-03-12
1
-1
/
+1
*
Fix mtx_legal2block. The only time that it is bad to block on a mutex is
jhb
2001-03-09
1
-1
/
+0
*
Unrevert the pmap_map() changes. They weren't broken on x86.
jhb
2001-03-07
1
-6
/
+14
*
Spelling and capitalization fixes.
gsutter
2001-03-07
1
-7
/
+7
*
- Release Giant a bit earlier on syscall exit.
jhb
2001-03-07
1
-20
/
+14
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
3
-2
/
+10
*
Use the proc lock to protect p_pptr when waking up our parent in cpu_exit()
jhb
2001-03-07
1
-1
/
+2
*
Back out the pmap_map() change for now, it isn't completely stable on the
jhb
2001-03-07
1
-14
/
+6
*
- Rework pmap_map() to take advantage of direct-mapped segments on
jhb
2001-03-06
1
-6
/
+14
*
Don't enable interrupts before calling sched_ithd for threaded interrupts.
jhb
2001-03-05
4
-4
/
+0
*
Add support for Dlink DL10022 to the ed driver. This is a mii part
imp
2001-03-03
1
-0
/
+1
*
version 1.7 made some changes to correct problems identifed by compiling
mdodd
2001-03-02
3
-3
/
+0
*
Make the kernel actually compile and link under a.out, using
peter
2001-02-25
2
-0
/
+12
*
Always use the ELF naming after the demise of asnames.h.
peter
2001-02-25
1
-5
/
+0
*
Remove the leading underscore from all symbols defined in x86 asm
jake
2001-02-25
19
-522
/
+521
*
Drop the 'count' from the aha device specs
peter
2001-02-25
1
-1
/
+1
*
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
jake
2001-02-25
5
-53
/
+25
*
Activate USER_LDT by default. The new thread libraries are going to
peter
2001-02-23
13
-55
/
+6
*
The p_md.md_regs member of proc is used in signal handling to reference
jhb
2001-02-22
1
-0
/
+1
*
- Change ast() to take a pointer to a trapframe like other architectures.
jhb
2001-02-22
1
-7
/
+7
*
- Use TRAPF_PC() on the alpha to acess the PC in the trap frame.
jhb
2001-02-22
1
-3
/
+2
*
GC unused and now obsolete assertion macros.
jhb
2001-02-22
1
-8
/
+0
*
- Add a new ithread_schedule() function to do the bulk of the work of
jhb
2001-02-20
1
-52
/
+7
*
- Don't call clear_resched() in userret(), instead, clear the resched flag
jhb
2001-02-20
7
-54
/
+0
*
Removed all traces of T_ASTFLT (except for gaps where it was). It became
bde
2001-02-19
2
-2
/
+1
*
Changed the aston() family to operate on a specified process instead of
bde
2001-02-19
2
-3
/
+3
*
Fixed style bugs in clock.c rev.1.164 and cpu.h rev.1.52-1.53 -- declare
bde
2001-02-19
3
-16
/
+3
*
Allow the superuser to prefent all interrupt harvesting on
markm
2001-02-18
1
-1
/
+1
*
Implement a unified run queue and adjust priority levels accordingly.
jake
2001-02-12
4
-39
/
+8
*
RIP <machine/lock.h>.
markm
2001-02-11
9
-17
/
+35
*
Clear the reschedule flag after finding it set in userret(). This
jake
2001-02-10
1
-0
/
+1
*
Re-enable preemption on interrupts. My last commit accidentally reverted
jhb
2001-02-10
1
-1
/
+8
*
- Make astpending and need_resched process attributes rather than CPU
jhb
2001-02-10
9
-77
/
+40
*
Add a macro mtx_intr_enable() to alter a spin lock such that interrupts
jhb
2001-02-10
1
-0
/
+1
*
Catch up to changes to inthand_add().
jhb
2001-02-09
2
-16
/
+16
*
Use the MI ithread helper functions in the x86 interrupt code.
jhb
2001-02-09
6
-443
/
+201
*
- Catch up to the new swi API changes:
jhb
2001-02-09
1
-1
/
+1
*
Move the initailization of the proc lock for proc0 very early into the MD
jhb
2001-02-09
1
-0
/
+1
*
Woops, remove an obsolete reference to gd_cpu_lockid.
jhb
2001-02-09
3
-3
/
+0
*
Remove unused forward_irq counters.
jhb
2001-02-09
1
-9
/
+0
*
Axe gd_cpu_lockid as it is no longer used.
jhb
2001-02-09
1
-1
/
+0
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
16
-163
/
+206
*
Free the memory we get from devclass_get_devices and device_get_children.
msmith
2001-02-08
1
-3
/
+8
*
Don't enable interrupts for a kernel breakpoint or trace trap. Otherwise,
jhb
2001-02-08
1
-6
/
+7
*
When SMPng was first committed, we removed 'cpl' from the interrupt
jhb
2001-02-07
1
-1
/
+1
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-2
/
+2
*
Clean up some leftovers from the root mount cleanup that was done some
peter
2001-02-04
2
-5
/
+0
[next]