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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add acl_get_perm_np(3), a non-portable function to check if a
jedgar
2001-04-13
1
-0
/
+1
*
Add the remaining POSIX.1e ACL definitions:
jedgar
2001-04-13
1
-7
/
+20
*
People are still having problems with i586_* on UP machines and SMP
jhb
2001-04-13
3
-3
/
+3
*
o Since uid checks in p_cansignal() are now identical between P_SUGID
rwatson
2001-04-13
1
-28
/
+14
*
Add smbfs module. Currently it includes smbfs, netsmb and DES parts.
bp
2001-04-13
2
-1
/
+63
*
Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.
bp
2001-04-13
2
-8
/
+1
*
if/panic -> KASSERT
alfred
2001-04-13
1
-7
/
+8
*
All NETSMB* options should use opt_netsmb.h file (the joy of multiple repos).
bp
2001-04-13
1
-2
/
+2
*
This file also depends on sys/types.h and sys/ioccom.h.
bp
2001-04-13
1
-7
/
+6
*
protect pbufs and associated counts with a mutex
alfred
2001-04-13
3
-2
/
+14
*
use %p for pointer printf, include sys/systm.h for printf proto
alfred
2001-04-13
1
-6
/
+7
*
convert if/panic -> KASSERT, explain what triggered the assertion
alfred
2001-04-13
1
-2
/
+4
*
Make this more lint-friendly. This file seems to be invoked in just
markm
2001-04-13
1
-4
/
+10
*
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
*
Use a macro wrapper over printf along with KASSERT to reduce the amount
alfred
2001-04-13
1
-40
/
+15
*
Make SOMAXCONN a kernel option.
alfred
2001-04-13
2
-0
/
+3
*
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
*
remove truncated part from commment
alfred
2001-04-12
1
-1
/
+1
*
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
*
Merged from options.i386 revision 1.147.
kato
2001-04-12
1
-0
/
+7
*
Merged from files.i386 revisions 1.359 and 1.360.
kato
2001-04-12
1
-0
/
+18
*
Regen.
n_hibma
2001-04-12
2
-17
/
+84
*
TDK ids
n_hibma
2001-04-12
1
-1
/
+8
*
From NetBSD
n_hibma
2001-04-12
1
-5
/
+11
*
o Replace p_cankill() with p_cansignal(), remove wrappage of p_can()
rwatson
2001-04-12
3
-43
/
+75
*
Fix minor typo in comment. 112x -> 12xx
imp
2001-04-11
2
-2
/
+2
*
Don't reference a node after we dropped a reference to it
archie
2001-04-11
1
-1
/
+2
*
Pull constants from netsmb/smb.h.
bp
2001-04-11
1
-0
/
+2
*
Add IBM3765 to newcard's pcic pnp device list
imp
2001-04-11
1
-2
/
+3
*
o Regenerated following introduction of __setugid() system call for
rwatson
2001-04-11
6
-8
/
+17
*
o Introduce a new system call, __setsugid(), which allows a process to
rwatson
2001-04-11
2
-0
/
+24
*
Add #define for IBM3765.
imp
2001-04-11
2
-6
/
+5
*
o Introduce "options REGRESSION", a kernel option which enables
rwatson
2001-04-11
3
-0
/
+19
*
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
14
-145
/
+145
*
Parse the various argument registers in the printtrap() function so that
jhb
2001-04-11
1
-7
/
+109
*
Add forgotten files for NETSMBCRYPTO option (may be DES based encryption
bp
2001-04-11
1
-0
/
+2
*
Add O2Micro's OZ6872 Cardbus bridge.
imp
2001-04-11
2
-0
/
+5
*
Correct the following defines to match the POSIX.1e spec:
jedgar
2001-04-11
4
-114
/
+114
*
Create debug.hashstat.[raw]nchash and debug.hashstat.[raw]nfsnode to
peter
2001-04-11
3
-0
/
+238
*
Remove constants defining the bitmasks of the old giant kernel lock.
jhb
2001-04-10
3
-15
/
+0
*
Remove the old APIC I/O higher level IPI API in favor of the newer MI
jhb
2001-04-10
3
-48
/
+2
*
Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here
jhb
2001-04-10
16
-149
/
+29
*
Add an MI API for sending IPI's. I used the same API present on the alpha
jhb
2001-04-10
8
-84
/
+404
*
Add another card to the list of Neomagic 256AV's which don't have AC97
greid
2001-04-10
2
-1
/
+48
[next]