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
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
#ifdef out nearly the entire file of conf.c when JREMOD is defined
julian
1995-11-29
1
-1
/
+9
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
2
-6
/
+14
*
Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,
dyson
1995-11-20
1
-2
/
+6
*
KNFized spec_getpages_idone() and spec_getpages().
bde
1995-11-18
1
-43
/
+43
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
2
-17
/
+23
*
Moved declarations for static functions to the correct place (not in a
bde
1995-11-16
2
-52
/
+43
*
Fixed the type of procfs_sync(). Trailing args were missing.
bde
1995-11-16
1
-4
/
+26
*
Fixed the type of portal_sync(). Trailing args were missing.
bde
1995-11-16
1
-3
/
+28
*
Fixed the type of fdesc_sync(). Trailing args were missing.
bde
1995-11-16
1
-6
/
+27
*
Get rid of hostnamelen variable.
phk
1995-11-14
1
-3
/
+3
*
Fixed getdirentries() on nfs mounted msdosfs's. No cookies were returned
bde
1995-11-13
1
-14
/
+3
*
Brought in the setattr call support from Lite-2 so that more correct error
dg
1995-11-12
1
-3
/
+38
*
Fix isoilk hang caused by not checking for read-onlyness in several places.
dg
1995-11-12
2
-3
/
+19
*
Removed unsed function dead_nullop().
bde
1995-11-11
1
-13
/
+3
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
21
-521
/
+523
*
missed one static thingie.
phk
1995-11-07
1
-2
/
+2
*
staticize private parts.
phk
1995-11-07
6
-35
/
+35
*
Make a lot of private stuff static.
phk
1995-11-07
5
-78
/
+78
*
Pad out MSDOS boot block to 512 bytes (bugfix only)
pst
1995-10-31
1
-2
/
+2
*
Make a lot of stuff static.
phk
1995-10-31
4
-66
/
+69
*
Second batch of cleanup changes.
phk
1995-10-29
4
-79
/
+80
*
Removal of unnecessary usage of PG_COPYONWRITE.
dyson
1995-10-23
1
-2
/
+2
*
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
2
-2
/
+127
*
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
2
-102
/
+112
*
Add #include <sys/sysproto.h> to get struct close_args and close
swallace
1995-10-08
1
-1
/
+2
*
Return EINVAL instead of panicing for rename("dir1", "dir2/..").
bde
1995-10-07
1
-2
/
+3
*
Avoid some 64bit divides.
phk
1995-10-06
1
-5
/
+5
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
7
-10
/
+29
*
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
*
Change procfs_lookup to not allow delete/rename operations
mpp
1995-09-02
1
-3
/
+6
*
Fix bogus arg (&p instead of p) in the call to VOP_ACCESS() from
bde
1995-08-25
1
-2
/
+2
*
The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE()
bde
1995-08-17
2
-5
/
+5
*
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
Be careful not to dereference NULL credentials pointers when doing the
dg
1995-08-11
1
-3
/
+7
*
Allow a pipe to be opened read/write at one end, as is allowed in
jkh
1995-08-06
1
-15
/
+28
*
Make sure that a non-null cookie vector is returned even if there were no
dfr
1995-08-03
1
-1
/
+9
*
Add support for the va_filerev attribute required by NFSv3.
dfr
1995-08-02
4
-4
/
+26
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
2
-5
/
+5
*
Eliminate sloppy common-style declarations. There should be none left for
bde
1995-07-29
1
-10
/
+2
*
Change `extern inline' to `static inline' so that several functions
bde
1995-07-25
1
-9
/
+9
*
There is a small bug in the cd9660 code that prevents stating of
joerg
1995-07-16
1
-1
/
+2
*
Don't include <sys/tty.h> in drivers that aren't tty drivers or in general
bde
1995-07-16
1
-2
/
+1
*
NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct
dg
1995-07-13
1
-2
/
+2
*
Added missing splx() in DIAGNOSTIC code.
dg
1995-07-08
1
-1
/
+2
*
Fixed VOP_LINK argument order botch.
dg
1995-06-28
2
-5
/
+5
*
Killed the "probably_never" ifdef'd code.
dg
1995-06-28
1
-68
/
+1
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-16
/
+7
*
Remove trailing whitespace.
rgrimes
1995-05-30
35
-442
/
+442
*
Fixed panic that resulted from mmaping files in kernfs and procfs. A
dg
1995-05-25
3
-33
/
+7
[next]