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
*
This commit represents work mainly submitted by Tor and slightly modified
dillon
2001-02-04
1
-6
/
+13
*
KASSERT that the minor number passed to make_dev() is valid.
brian
2001-02-02
1
-0
/
+3
*
Properly lock new vnode.
bp
2001-01-31
2
-8
/
+18
*
Let M_PANIC go back to the private tree as its intention isn't understood well
bp
2001-01-31
1
-6
/
+2
*
Zap last remaining references to (and a use use of) of simple_locks.
peter
2001-01-31
1
-4
/
+0
*
Remove some leftovers from the CMAP* stuff in globaldata and the
peter
2001-01-30
1
-7
/
+2
*
Remove unused variable 'int n;'
peter
2001-01-29
1
-1
/
+0
*
Add M_PANIC flag to the list of available flags passed to malloc().
bp
2001-01-29
1
-2
/
+6
*
Remove unused #include "snp.h"
peter
2001-01-29
1
-1
/
+0
*
Turn '#if NSNP > 0' into an option.
peter
2001-01-29
1
-6
/
+6
*
Send "#if NISA > 0" to the bit-bucket and replace it with an option.
peter
2001-01-29
1
-6
/
+5
*
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
[next]