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
/
kern
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't hard-code alignment and data declarations valid for 64-bit
marcel
2001-01-29
1
-3
/
+5
*
Improve kernel bootstrapping:
marcel
2001-01-28
2
-1
/
+106
*
Move the setting of curproc to idleproc up earlier in ap_init(). The
bmilekic
2001-01-28
1
-6
/
+6
*
Defer assignment of low level interrupt handlers for PCI interrupts
tegge
2001-01-28
1
-37
/
+48
*
Remove an assertion I forgot to remove in the previous commit: sbuf_len()
des
2001-01-28
1
-1
/
+2
*
Add sbuf_clear() and sbuf_overflowed().
des
2001-01-28
1
-13
/
+49
*
Add a new ddb command 'witness_list' that lists the mutexes held by
jhb
2001-01-27
3
-0
/
+30
*
p->p_intr_nesting_level is MI now and initialized to 0 in kern_fork.c,
peter
2001-01-27
1
-1
/
+1
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
6
-133
/
+33
*
Fix fork_exit() to take a pointer to a function that returns void as its
jhb
2001-01-26
1
-2
/
+2
*
Push Giant down into the trap handlers that need it, instead of
jake
2001-01-26
1
-15
/
+44
*
- Change fork_exit() to take a pointer to a trapframe as its 3rd argument
jhb
2001-01-24
1
-2
/
+2
*
Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.
jhb
2001-01-24
1
-0
/
+1
*
Convert all simplelocks to mutexes and remove the simplelock implementations.
jasone
2001-01-24
10
-295
/
+197
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+3
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-4
/
+18
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-14
/
+35
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-2
/
+6
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-25
/
+29
*
- Proc locking.
jhb
2001-01-24
1
-13
/
+20
*
- Add a mtx_assert() for sched_lock in calcru().
jhb
2001-01-24
1
-0
/
+3
*
- Proc locking.
jhb
2001-01-24
1
-31
/
+36
*
- Don't use a union and fun tricks to shave one extra pointer off of struct
jhb
2001-01-24
3
-252
/
+228
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-3
/
+6
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-4
/
+79
*
Catch up to P_FOO -> PS_FOO changes in proc flags.
jhb
2001-01-24
1
-16
/
+15
*
- Proc locking.
jhb
2001-01-24
1
-7
/
+20
*
- Catch up to p_sflag changes.
jhb
2001-01-24
1
-20
/
+11
*
- Kill the have_giant parameter to userret() along with all instances of
jhb
2001-01-24
1
-99
/
+74
*
- Relocate portions of this file to get it into an order closer to that of
jhb
2001-01-24
1
-171
/
+153
*
Fix a typo.
jhb
2001-01-24
1
-1
/
+1
*
Never reuse AUTO_OID values.
mckusick
2001-01-24
1
-7
/
+5
*
Don't grab Giant when calling kmem_alloc/kmem_free as this is just
jhb
2001-01-24
1
-4
/
+0
*
Proc locking.
jhb
2001-01-24
4
-26
/
+100
*
- Proc locking.
jhb
2001-01-24
1
-10
/
+45
*
- Proc locking.
jhb
2001-01-24
1
-7
/
+27
*
Proc locking.
jhb
2001-01-24
3
-2
/
+14
*
Do not do the commenting out the way that saves bytes and looks cleaner
mjacob
2001-01-23
1
-1
/
+4
*
Add mibs to hold the number of forks since boot. New mibs are:
ume
2001-01-23
1
-0
/
+15
*
o The move to using VADMIN under vaccess() resulted in some system
rwatson
2001-01-23
2
-2
/
+2
*
Move (now) unused variable declaration inside the block (now commented out).
mjacob
2001-01-22
1
-2
/
+1
*
Print correct file name and line number in mtx_assert().
jasone
2001-01-22
3
-18
/
+18
*
Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutex
jasone
2001-01-21
3
-225
/
+1164
*
First step towards an MP-safe zone allocator:
des
2001-01-21
1
-2
/
+2
*
Convert a Debugger(3) to a panic(9) and a EINVAL.
phk
2001-01-21
1
-1
/
+3
*
Make intr_nesting_level per-process, rather than per-cpu. Setup
jake
2001-01-21
4
-6
/
+10
*
Make the order of the static initializer for all_mtx match the order of
jasone
2001-01-21
3
-6
/
+6
*
Remove APIC_INTR_DIAGNOSTIC - this has been disabled for some time now.
peter
2001-01-21
1
-25
/
+0
*
Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutex
jasone
2001-01-21
5
-92
/
+248
*
Remove the per-cpu pages used for copy and zero-ing pages of memory
jake
2001-01-21
1
-8
/
+0
[next]