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
/
miscfs
/
fdesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed statically configured mount type numbers (MOUNT_*) and all
bde
1998-09-07
1
-2
/
+2
*
Avoid a 64-bit division in fdesc_readdir(). Fixed related overflows
bde
1998-06-14
1
-27
/
+14
*
Make these files compile.
dfr
1998-06-10
1
-1
/
+2
*
ENOPNOTSUPP --> EOPNOTSUPP
alex
1998-06-10
1
-2
/
+2
*
Don't silently accept attempts to change flags where they are not
peter
1998-06-10
1
-2
/
+8
*
As described by the submitter:
msmith
1998-05-06
1
-5
/
+1
*
The intent is to get rid of WILLRELE in vnode_if.src by making
msmith
1998-03-01
1
-1
/
+5
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Removed unused #includes. The need for most of them went away with
bde
1997-10-27
1
-2
/
+1
*
VFS interior redecoration.
phk
1997-10-26
1
-3
/
+3
*
VFS clean up "hekto commit"
phk
1997-10-16
1
-4
/
+1
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-43
/
+2
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-76
/
+9
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-8
/
+8
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-49
/
+43
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-3
/
+5
*
Convert select -> poll.
peter
1997-09-14
1
-11
/
+16
*
Some staticized variables were still declared to be extern.
bde
1997-09-07
2
-5
/
+4
*
Removed unused #includes.
bde
1997-09-02
1
-4
/
+1
*
Fix all areas of the system (or at least all those in LINT) to avoid storing
wollman
1997-08-16
1
-2
/
+2
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
3
-3
/
+3
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
3
-148
/
+90
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Fixed lseek() on named pipes. It always succeeded but should always fail.
bde
1996-12-19
1
-1
/
+3
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
1
-3
/
+3
*
Eliminated nested include of <sys/unistd.h> in <sys/file.h> in the kernel.
bde
1996-09-03
1
-1
/
+2
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-12
/
+1
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-3
/
+11
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-7
/
+10
*
Restored #include of <sys/tty.h>. fdesc_vnops.c needs to know too much
bde
1995-12-05
1
-2
/
+2
*
Added prototypes.
bde
1995-12-03
1
-4
/
+25
*
Fixed the type of fdesc_sync(). Trailing args were missing.
bde
1995-11-16
1
-6
/
+27
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
2
-46
/
+46
*
Make a lot of private stuff static.
phk
1995-11-07
2
-34
/
+34
*
Do not allow delete/rename lookup request to prevent
mpp
1995-09-02
1
-1
/
+7
*
Correctly initialize the mount stat structure so that
mpp
1995-09-02
1
-1
/
+4
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-10
/
+10
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-1
/
+2
*
Add four more filesystem flags:
wollman
1995-03-16
1
-2
/
+2
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-16
1
-2
/
+1
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
GCC cleanup.
phk
1994-10-02
1
-1
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
2
-2
/
+7
*
Relaxed panic in fdesc_setattr() to just return error.
dg
1994-09-09
1
-2
/
+2
*
Fixed off by one error in referencing an array.
dg
1994-09-09
1
-3
/
+3
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-1
/
+4
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
3
-0
/
+1344