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
*
Correct #includes to work with fixed sys/mount.h.
grog
2001-04-23
18
-0
/
+35
*
o Remove comment indicating policy permits loop-back debugging, but
rwatson
2001-04-21
1
-1
/
+0
*
Spelling nit: acquring -> acquiring.
jhb
2001-04-21
1
-1
/
+1
*
Assert that when using an interlock mutex it is not recursed when lockmgr()
alfred
2001-04-20
1
-1
/
+3
*
Make the ap_boot_mtx mutex static.
jhb
2001-04-20
1
-1
/
+1
*
- Whoops, forgot to enable the clock lock in the spin order list on the
jhb
2001-04-19
1
-4
/
+2
*
Fix inconsistency in setup of kernel_map: we need to make sure that
bmilekic
2001-04-18
2
-6
/
+7
*
Check validity of signal callback requested via aio routines.
alfred
2001-04-18
1
-2
/
+13
*
Reclaim directory vnodes held in namecache if few free vnodes are
tanimura
2001-04-18
3
-2
/
+118
*
bread() is a special case of breadn(), so don't replicate code.
phk
2001-04-18
1
-23
/
+2
*
Make this driver play ball with devfs(5).
dd
2001-04-17
1
-3
/
+19
*
Add a sanity check on ucred refcount.
alfred
2001-04-17
1
-0
/
+1
*
Implement client side NFS locks.
alfred
2001-04-17
1
-1
/
+1
*
Write a switch statement as less obscure if statements.
phk
2001-04-17
1
-18
/
+8
*
Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP
jhb
2001-04-17
1
-3
/
+3
*
This patch removes the VOP_BWRITE() vector.
phk
2001-04-17
6
-19
/
+12
*
Add debugging option to always read/write cylinder groups as full
mckusick
2001-04-17
1
-1
/
+5
*
In my first reading of POSIX.1e, I misinterpreted handling of the
rwatson
2001-04-17
3
-135
/
+297
*
Blow away the panic mutex in favor of using a single atomic_cmpset() on a
jhb
2001-04-17
2
-5
/
+9
*
Check to see if enroll() returns NULL in the witness initialization. This
jhb
2001-04-17
1
-0
/
+4
*
Exit and re-enter the critical section while spinning for a spinlock so
jhb
2001-04-17
2
-0
/
+6
*
Update to the 2001-04-02 version of the nanokernel code from Dave Mills.
jhay
2001-04-16
1
-22
/
+28
*
Call strlen() once instead of twice.
brian
2001-04-14
1
-2
/
+2
*
o Since uid checks in p_cansignal() are now identical between P_SUGID
rwatson
2001-04-13
1
-28
/
+14
*
convert if/panic -> KASSERT, explain what triggered the assertion
alfred
2001-04-13
1
-2
/
+4
*
Generate useful error messages.
murray
2001-04-13
1
-4
/
+4
*
Handle a rare but fatal race invoked sometimes when SIGSTOP is
markm
2001-04-13
2
-2
/
+2
*
- Add a comment at the start of the spin locks list.
jhb
2001-04-13
1
-1
/
+4
*
o Disallow two "allow this" exceptions in p_cansignal() restricting
rwatson
2001-04-13
1
-5
/
+3
*
o Disable two "allow this" exceptions in p_cansched()m retricting the
rwatson
2001-04-12
1
-1
/
+4
*
o Make kqueue's filt_procattach() function use the error value returned
rwatson
2001-04-12
1
-2
/
+3
*
o Limit process information leakage by introducing a p_can(...P_CAN_SEE...)
rwatson
2001-04-12
1
-0
/
+2
*
o Reduce information leakage into jails by adding invocations of
rwatson
2001-04-12
1
-0
/
+9
*
o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()
rwatson
2001-04-12
2
-42
/
+74
*
o Regenerated following introduction of __setugid() system call for
rwatson
2001-04-11
2
-2
/
+4
*
o Introduce a new system call, __setsugid(), which allows a process to
rwatson
2001-04-11
2
-0
/
+24
*
Stick proc0 in the PID hash table.
jhb
2001-04-11
1
-0
/
+1
*
Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just
jhb
2001-04-11
1
-14
/
+14
*
Correct the following defines to match the POSIX.1e spec:
jedgar
2001-04-11
3
-108
/
+108
*
Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to
peter
2001-04-11
1
-0
/
+80
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
1
-14
/
+4
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
1
-12
/
+55
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+285
*
Avoid endless recursion on panic.
bp
2001-04-10
1
-2
/
+6
*
Maintain a reference count on the witness struct. When the reference
jhb
2001-04-09
1
-0
/
+15
*
Remove a stale file.
n_hibma
2001-04-09
1
-455
/
+0
*
Fix a precedence bug. ! has higher precedence than &.
jake
2001-04-08
1
-1
/
+1
*
Use getopt instead of a home grown one
n_hibma
2001-04-07
2
-167
/
+139
*
- Split out the functionality of displaying the contents of a single lock
jhb
2001-04-06
1
-21
/
+52
*
- Change the msleep()s to condition variables.
bmilekic
2001-04-03
1
-21
/
+21
[next]