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
/
kern_descrip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If an incoming struct proc could have been NULL before, tehn don't
julian
2001-09-12
1
-4
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-138
/
+146
*
Giant Pushdown. Saved the worst P4 tree breakage for last.
dillon
2001-09-01
1
-64
/
+176
*
advlock: simplify overflow checks
ache
2001-08-29
1
-4
/
+3
*
Move <machine/*> after <sys/*>
ache
2001-08-23
1
-3
/
+9
*
Detect off_t EOVERFLOW of start/end offsets calculations for adv. lock,
ache
2001-08-23
1
-2
/
+15
*
Remove the fildesc_clone() function and its associated unnecessary code.
chris
2001-08-06
1
-23
/
+0
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-2
/
+0
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-0
/
+2
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-1
/
+4
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Make the pseudo-driver for "/dev/fd/*" handle fd's larger than 255.
phk
2001-03-20
1
-1
/
+8
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-0
/
+11
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-89
/
+238
*
Add missing call to knote_fdclose() in setugidsafety() and fdcloseexec().
alc
2000-10-28
1
-0
/
+4
*
Avoid the modules madness I inadvertently introduced by making the
phk
2000-09-02
1
-19
/
+8
*
new sysctl 'kern.openfiles' (exports nfiles to userland)
alfred
2000-08-26
1
-0
/
+3
*
Dang, a _clone routine escaped #ifdef DEVFS containment.
phk
2000-08-24
1
-0
/
+2
*
Fix panic when removing open device (found by bp@)
phk
2000-08-24
1
-6
/
+38
*
Clean up some low level bootstrap code:
peter
2000-08-11
1
-6
/
+12
*
Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.
phk
2000-07-04
1
-1
/
+1
*
Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:
phk
2000-07-03
1
-1
/
+1
*
don't panic the system when fpathconv is called on an unsupported filetype.
alfred
2000-06-27
1
-1
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Introduce kqueue() and kevent(), a kernel event notification facility.
jlemon
2000-04-16
1
-3
/
+23
*
Fix the style bugs in the style bugs fix. The style bug fix made the
imp
2000-01-21
1
-4
/
+6
*
Fix style bugs in the last commit.
green
2000-01-21
1
-10
/
+8
*
bdeize last commit:
imp
2000-01-20
1
-3
/
+0
*
When we are execing a setugid program, and we have a procfs filesystem
imp
2000-01-20
1
-0
/
+59
*
Removed unused includes.
bde
1999-12-26
1
-26
/
+12
*
Only bother converting the stat structure if we intend to return it,
dillon
1999-11-18
1
-2
/
+3
*
Remove cdevsw_add() - the necessary make_dev() calls appear to be there
peter
1999-11-18
1
-1
/
+0
*
This is a partial commit of the patch from PR 14914:
phk
1999-11-16
1
-2
/
+2
*
Use fo_stat() rather than duplicating knowledge of file type internals
peter
1999-11-08
1
-59
/
+16
*
Fix the advisory file locking by restoring previous ordering in closef()/
green
1999-11-07
1
-8
/
+10
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
Fix a hole in jail(2).
phk
1999-09-25
1
-0
/
+7
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
1
-19
/
+26
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-41
/
+10
*
Fix fd race conditions (during shared fd table usage.) Badfileops is
green
1999-08-04
1
-6
/
+64
*
From the submitter:
msmith
1999-06-07
1
-6
/
+6
*
Simplify cdevsw registration.
phk
1999-05-31
1
-4
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-5
/
+22
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-2
/
+2
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
1
-5
/
+6
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-2
/
+2
[next]