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
/
isofs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get the declaration of `struct dirent' from <sys/dirent.h>, not from
bde
1997-04-10
1
-8
/
+4
*
Removed unused or apparently-unused #includes, especially of the
bde
1997-04-10
1
-14
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Use the common nchstats struct instead of a private one for ncs_2passes
bde
1997-03-08
1
-5
/
+3
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
11
-11
/
+11
*
Killed more FIFO ifdefs. All gone now.
bde
1997-02-13
2
-7
/
+0
*
Removed bogus B_AGE policy again (see rev 1.4).
bde
1997-02-13
1
-5
/
+0
*
Declare function args in order in recently K&Rised function headers.
bde
1997-02-12
1
-3
/
+6
*
Restored one line of "High Sierra" changes from rev.1.8.
bde
1997-02-11
1
-1
/
+2
*
Restored one line of "High Sierra" changes from rev.1.6 which was
bde
1997-02-11
1
-1
/
+1
*
Removed High Sierra task from TODO list. Joerg did it years ago and
bde
1997-02-11
1
-6
/
+0
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
11
-1153
/
+1095
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
12
-12
/
+12
*
This commit is the embodiment of some VFS read clustering improvements.
dyson
1996-12-29
1
-2
/
+3
*
Fix signed/unsigned comparison warnings.
alex
1996-10-20
2
-6
/
+6
*
Whoops, I should've used the LINT config file. More ts -> tv changes
nate
1996-09-20
2
-8
/
+8
*
Moved the fsnode MALLOC to before the call to getnewvnode() so that the
dg
1996-06-12
1
-4
/
+11
*
First pass at cleaning up macros relating to pages, clusters and all that.
phk
1996-05-02
1
-2
/
+2
*
Provide a better handling of partially corrupted directory entries.
joerg
1996-03-14
1
-10
/
+12
*
This commit was generated by cvs2svn to compensate for changes in r14553,
peter
1996-03-11
2
-11
/
+54
|
\
|
*
Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all
peter
1996-03-11
13
-1019
/
+1107
*
|
Added prototypes.
bde
1995-12-03
3
-32
/
+79
*
|
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-2
/
+11
*
|
Since FreeBSD clustering code now supports filesystems < PAGE_SIZE,
dyson
1995-11-20
1
-2
/
+6
*
|
Get rid of hostnamelen variable.
phk
1995-11-14
1
-3
/
+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
*
|
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
3
-136
/
+136
*
|
Make a lot of stuff static.
phk
1995-10-31
4
-66
/
+69
*
|
Finalize GETPAGES layering scheme. Move the device GETPAGES
dyson
1995-10-23
1
-1
/
+2
*
|
Moved the filesystem read-only check out of the syscalls and into the
dg
1995-10-22
1
-1
/
+4
*
|
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
2
-3
/
+8
*
|
Converted mountlist to a CIRCLEQ.
dg
1995-08-11
1
-2
/
+2
*
|
Add support for the va_filerev attribute required by NFSv3.
dfr
1995-08-02
1
-1
/
+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
*
|
Remove trailing whitespace.
rgrimes
1995-05-30
7
-214
/
+214
*
|
NFS diskless operation was broken because swapdev_vp wasn't initialized.
dg
1995-05-19
1
-4
/
+4
*
|
Readdir on a CDrom would return bogus "d_type" values, potentially confusing
phk
1995-03-28
1
-1
/
+4
*
|
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
2
-7
/
+5
*
|
Obtained from: memories of 1.1.5
bde
1995-02-21
1
-2
/
+2
*
|
strategy for block and char devices are rightfully spec_strategy.
phk
1995-02-13
1
-3
/
+2
*
|
Roll in my changes to make the cd9660 code understand the older
joerg
1995-01-16
9
-105
/
+191
*
|
Remove the bogus include of <sys/dkbad.h>.
bde
1994-11-14
1
-2
/
+1
*
|
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-3
/
+3
*
|
Make NFS ask the filesystems for directory cookies instead of making them
dfr
1994-09-28
1
-11
/
+28
*
|
Alterations to silence gcc -Wall. Some unused variables deleted.
gpalmer
1994-09-26
5
-58
/
+49
*
|
More loadable VFS changes:
wollman
1994-09-22
2
-10
/
+2
[next]