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
*
Change the second argument of vflush() to an integer that specifies
iedowse
2001-05-16
1
-12
/
+4
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
2
-14
/
+16
*
Add a vop_stdbmap(), and make it part of the default vop vector.
phk
2001-04-29
1
-1
/
+0
*
fix it so it compiles again
mjacob
2001-04-23
2
-0
/
+4
*
Reviewed by: jlemon
adrian
2001-03-01
1
-3
/
+0
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
o Move from Alfred Perstein's "exclusion" technique of handling special
chris
2000-10-09
3
-78
/
+58
*
Add snapshots to the fast filesystem. Most of the changes support
mckusick
2000-07-11
1
-2
/
+7
*
fdesc_getattr:
chris
2000-06-28
1
-6
/
+2
*
by changing the logic here we can support dynamic additions of new
alfred
2000-06-27
1
-19
/
+12
*
if there are leading zeros fail the lookup
alfred
2000-06-27
1
-0
/
+5
*
Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' so
chris
2000-06-20
1
-3
/
+3
*
Remove unused include <sys/socketvar.h>.
chris
2000-06-15
1
-1
/
+0
*
Replace vattr_null() with VATTR_NULL() and do not explicity set vattr
chris
2000-06-15
1
-4
/
+2
*
Instead of completely disallowing VOP_SETATTR, just do it where there is
chris
2000-06-06
1
-2
/
+6
*
Update the comment for fdesc_setattr to reflect that we no longer
chris
2000-06-02
1
-1
/
+1
*
- Do not allow VOP_SETATTR to modify underlying vnodes at all. This caused
chris
2000-06-02
2
-6
/
+0
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
2
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
2
-2
/
+2
*
Adapt fdesc to be mounted on /dev/fd and remove fd, stdin, stdout and
chris
2000-05-11
2
-439
/
+155
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Second pass commit to introduce new ACL and Extended Attribute system
rwatson
1999-12-19
1
-0
/
+2
*
Remove unused #includes.
phk
1999-12-08
1
-1
/
+0
*
Fix a warning.
peter
1999-11-18
1
-0
/
+3
*
Update for fileops.fo_stat() addition. Note, this would panic if
peter
1999-11-08
1
-2
/
+3
*
Seperate the export check in VFS_FHTOVP, exports are now checked via
alfred
1999-09-11
1
-0
/
+1
*
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
alfred
1999-09-07
1
-39
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-2
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
2
-4
/
+4
*
Remove declarations for undefined functions and a couple of unused
eivind
1999-01-12
1
-9
/
+1
*
Cleanup uninitialized-possibly-used (but really not) warnings
dillon
1998-12-14
1
-2
/
+2
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+1
*
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
[next]