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
*
Fix (I hope) the NFS hole. This is only compile tested.
gpalmer
1997-03-07
1
-2
/
+7
*
Try a no-wait malloc first in clist_alloc_cblocks(). If this fails, then
bde
1997-03-05
2
-4
/
+14
*
Fixed splbio problems in vinvalbuf. Closes PR#2875, although fixed
dg
1997-03-05
2
-10
/
+10
*
Check that vp->v_mount is non-null in fsync() before dereferencing it to
msmith
1997-03-05
2
-4
/
+6
*
Attach vfs_sysctl() one level lower so that only the levels below
bde
1997-03-04
3
-23
/
+22
*
Oops, fix typo.
ache
1997-03-03
1
-2
/
+2
*
Don't copy more than MAXLOGNAME bytes in getlogin() syscall,
ache
1997-03-03
1
-3
/
+3
*
Merged Lite2's vfs_sysctl(). It doesn't fit very well into FreeBSD's
bde
1997-03-03
3
-46
/
+101
*
Use MAXLOGNAME for stricter size check in setlogin() syscall instead of
ache
1997-03-03
1
-3
/
+3
*
Restored some pre-Lite2-merge source-level compatibility to the mount()
bde
1997-03-02
2
-22
/
+8
*
Moved vfs sysctls to where Lite2 put them. No code changes yet.
bde
1997-03-02
3
-62
/
+117
*
Include copyright message from <sys/copyright.h>
wosch
1997-03-01
1
-19
/
+2
*
Added a copyright and restored order.
bde
1997-02-28
1
-4
/
+32
*
Wrapped mi_switch() with splstatclock()/splx(). This fixes excessive
bde
1997-02-27
1
-3
/
+23
*
Fixed loading of vfs's. The Lite2 merge added unnecessary compatibility
bde
1997-02-27
1
-41
/
+20
*
Fixed Lite2 merge of spechash simplelocking. It was misplaced in
bde
1997-02-27
2
-12
/
+22
*
Fix the previous simple_lock fix breakage in the combined
dyson
1997-02-27
2
-26
/
+42
*
Fix the simple_lock problem with the physical I/O buffer code, and
dyson
1997-02-27
2
-46
/
+90
*
Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updated
bde
1997-02-26
2
-98
/
+22
*
Merged some missing locking from Lite2:
bde
1997-02-25
2
-44
/
+86
*
Create a new branch of the kernel MIB, kern.ipc, to store
wollman
1997-02-24
6
-25
/
+81
*
Regenerate to include correct Id string
peter
1997-02-22
2
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
85
-86
/
+86
*
Support the installation of character devices via an lkm.
mpp
1997-02-22
1
-1
/
+10
*
Improved select():
bde
1997-02-20
1
-36
/
+51
*
Make the operation of sonewconn1() a bit clearer by calling
wollman
1997-02-19
2
-24
/
+14
*
Fix from PR #2757:
dg
1997-02-19
1
-1
/
+3
*
uipc_mbuf.c: do a better job of counting how often we have to wait
wollman
1997-02-18
3
-6
/
+86
*
Added some ufs #includes so that this compiles with option LOCKF_DEBUG.
bde
1997-02-18
1
-2
/
+7
*
Fixed namei caching for LOOKUPs. It was broken for lstat() and olstat().
bde
1997-02-18
1
-1
/
+2
*
Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that
bde
1997-02-18
1
-3
/
+3
*
Pass P_SUGID on to the child of a fork(). It was possible to get rlogin
dg
1997-02-17
1
-0
/
+4
*
Provide an alternative mbuf cluster allocator which permits use of
wollman
1997-02-13
1
-1
/
+46
*
For large values of sb_max or MCLBYTES, it was possible for the expression
wollman
1997-02-13
2
-4
/
+2
*
Don't depend on FIFO being defined to enable mkfifo.
mpp
1997-02-12
2
-8
/
+0
*
Restored some lost function return types.
bde
1997-02-12
1
-0
/
+2
*
Add function protypes for the new Lite2 unionfs functions.
mpp
1997-02-12
2
-16
/
+0
*
Comment out a call to the #ifdef DIAGNOSTIC routine
mpp
1997-02-12
2
-0
/
+12
*
Fix spelling of net.inet.ip.forwarding.
wollman
1997-02-10
1
-1
/
+5
*
Fix off by one error in setlogin() syscall.
davidn
1997-02-10
1
-3
/
+6
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
43
-1808
/
+3555
*
Fixed EXTRAVNODES ifdef.
bde
1997-01-27
1
-3
/
+3
*
Set the soft openfiles limit to maxfiles instead of to NOFILE.
bde
1997-01-27
1
-2
/
+5
*
Remove some dead code from trapwrite.
dyson
1997-01-23
1
-3
/
+1
*
Copy process resource settings before modifying.
davidn
1997-01-21
1
-0
/
+5
*
Updated generated files.
bde
1997-01-16
2
-4
/
+2
*
Reduced #include spam in <sys/sysproto.h> and fixed things that depended
bde
1997-01-16
4
-12
/
+17
*
Added file kern_opt.c for putting warnings about defunct options in.
bde
1997-01-16
1
-0
/
+17
*
Removed option EXTRAVNODES. All versions of FreeBSD-2.x have a sysctl
bde
1997-01-16
3
-7
/
+2
*
Fix bug related to map entry allocations where a sleep might be attempted
dg
1997-01-15
2
-4
/
+4
[next]