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
*
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
*
Removed redundant spl0()'s from kernel processes. They were work-arounds
bde
1997-01-15
1
-1
/
+0
*
Fixed interrupt unmasking for child processes which I broke in
bde
1997-01-15
1
-0
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
89
-89
/
+89
*
Update our kernel ntp code to the latest from David Mills. The main change
jhay
1996-12-30
4
-382
/
+760
*
Delete bogus inconsistency check that could cause a gratuitous panic. I
dg
1996-12-29
1
-8
/
+1
*
This commit is the embodiment of some VFS read clustering improvements.
dyson
1996-12-29
5
-137
/
+220
*
Make DFLDSIZ and MAXDSIZ fully-supported options.
joerg
1996-12-22
5
-5
/
+14
*
Make this compile in the kernel too, major cosmetic cleanup.
phk
1996-12-22
1
-260
/
+277
*
Fixed nonexistent checking of lock types for F_GETLK.
bde
1996-12-19
1
-1
/
+4
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
3
-9
/
+12
[next]