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
*
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
*
This commit represents work mainly submitted by Tor and slightly modified
dillon
2001-02-04
1
-0
/
+1
*
Implement preemptive scheduling of hardware interrupt threads.
jake
2001-02-01
3
-2
/
+16
*
Remove count for NSIO. The only places it was used it were incorrect.
peter
2001-01-31
1
-8
/
+0
*
Remove some leftovers from the CMAP* stuff in globaldata and the
peter
2001-01-30
4
-28
/
+8
*
Remove unused GD_CPU_LOCKID, GD_OTHER_CPUS, PS_IDLESTACK and
peter
2001-01-30
1
-4
/
+0
*
Remove unnecessary locking to protect the p_upages_obj and p_addr
jhb
2001-01-30
1
-6
/
+0
*
Convert mca (microchannel bus support) from something that we count
peter
2001-01-29
4
-16
/
+16
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
6
-23
/
+18
*
Remove stray #include "isa.h"
peter
2001-01-29
1
-2
/
+0
*
Clear intr_nesting_level when an interrupt thread has no more
jake
2001-01-28
2
-0
/
+2
*
Move the setting of curproc to idleproc up earlier in ap_init(). The
bmilekic
2001-01-28
3
-18
/
+18
*
Defer assignment of low level interrupt handlers for PCI interrupts
tegge
2001-01-28
4
-111
/
+145
*
Turn DEVFS on by default.
phk
2001-01-27
1
-1
/
+1
*
Push Giant down into the trap handlers that need it, instead of
jake
2001-01-26
1
-15
/
+44
*
Whitespace fix: convert code indented 6 spaces to use tabs instead.
jhb
2001-01-25
1
-6
/
+6
*
- Change fork_exit() to take a pointer to a trapframe as its 3rd argument
jhb
2001-01-24
2
-2
/
+4
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
5
-92
/
+105
*
Remove the Xforward_irq IPI.
jhb
2001-01-24
1
-4
/
+0
*
- Remove all the #if 0'd code that used to implement IRQ forwarding.
jhb
2001-01-24
1
-85
/
+0
*
- Proc locking.
jhb
2001-01-24
1
-4
/
+7
*
Setup the return values for a child process in the trapframe when we setup
jhb
2001-01-24
1
-0
/
+4
*
- Kill the have_giant parameter to userret() along with all instances of
jhb
2001-01-24
1
-99
/
+74
*
- Proc locking.
jhb
2001-01-24
1
-0
/
+6
*
- Relocate portions of this file to get it into an order closer to that of
jhb
2001-01-24
3
-513
/
+459
*
- Proc locking.
jhb
2001-01-24
1
-8
/
+29
*
Call fork_exit() now instead of futzing around in assembly during a fork
jhb
2001-01-24
2
-48
/
+6
*
Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex
jasone
2001-01-21
1
-0
/
+6
*
First step towards an MP-safe zone allocator:
des
2001-01-21
1
-2
/
+2
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
15
-31
/
+45
*
Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.
peter
2001-01-21
4
-145
/
+0
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
3
-7
/
+7
*
Remove the per-cpu pages used for copy and zero-ing pages of memory
jake
2001-01-21
6
-121
/
+5
[next]