| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: rev 1.33, clean SI_MOUNTEDON flag iff the mount attempt fails early. | Joerg Wunsch | 1998-01-02 | 1 | -1/+2 |
| * | This is a sorta merge from -current, basically merging the cd9660 | Joerg Wunsch | 1997-08-17 | 9 | -11/+85 |
| * | Fix panics caused by GNU grep on cd9660 and msdos filesystems. | Doug Rabson | 1997-07-07 | 3 | -6/+23 |
| * | YAMFC: rev 1.16, hide kernel parts inside KERNEL. | Joerg Wunsch | 1997-05-07 | 1 | -5/+14 |
| * | Fix signed/unsigned comparison warnings. | Alexander Langer | 1996-10-20 | 2 | -6/+6 |
| * | Whoops, I should've used the LINT config file. More ts -> tv changes | Nate Williams | 1996-09-20 | 2 | -8/+8 |
| * | Moved the fsnode MALLOC to before the call to getnewvnode() so that the | David Greenman | 1996-06-12 | 1 | -4/+11 |
| * | First pass at cleaning up macros relating to pages, clusters and all that. | Poul-Henning Kamp | 1996-05-02 | 1 | -2/+2 |
| * | Provide a better handling of partially corrupted directory entries. | Joerg Wunsch | 1996-03-14 | 1 | -10/+12 |
| * | This commit was generated by cvs2svn to compensate for changes in r14553, | Peter Wemm | 1996-03-11 | 2 | -11/+54 |
| |\ |
|
| | * | Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all | Peter Wemm | 1996-03-11 | 13 | -0/+4587 |
| * | Added prototypes. | Bruce Evans | 1995-12-03 | 3 | -32/+79 |
| * | Completed function declarations and/or added prototypes. | Bruce Evans | 1995-11-21 | 1 | -2/+11 |
| * | Since FreeBSD clustering code now supports filesystems < PAGE_SIZE, | John Dyson | 1995-11-20 | 1 | -2/+6 |
| * | Get rid of hostnamelen variable. | Poul-Henning Kamp | 1995-11-14 | 1 | -3/+3 |
| * | Brought in the setattr call support from Lite-2 so that more correct error | David Greenman | 1995-11-12 | 1 | -3/+38 |
| * | Fix isoilk hang caused by not checking for read-onlyness in several places. | David Greenman | 1995-11-12 | 2 | -3/+19 |
| * | Introduced a type `vop_t' for vnode operation functions and used | Bruce Evans | 1995-11-09 | 3 | -136/+136 |
| * | Make a lot of stuff static. | Poul-Henning Kamp | 1995-10-31 | 4 | -66/+69 |
| * | Finalize GETPAGES layering scheme. Move the device GETPAGES | John Dyson | 1995-10-23 | 1 | -1/+2 |
| * | Moved the filesystem read-only check out of the syscalls and into the | David Greenman | 1995-10-22 | 1 | -1/+4 |
| * | Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count | John Dyson | 1995-09-04 | 2 | -3/+8 |
| * | Converted mountlist to a CIRCLEQ. | David Greenman | 1995-08-11 | 1 | -2/+2 |
| * | Add support for the va_filerev attribute required by NFSv3. | Doug Rabson | 1995-08-02 | 1 | -1/+2 |
| * | Change `extern inline' to `static inline' so that several functions | Bruce Evans | 1995-07-25 | 1 | -9/+9 |
| * | There is a small bug in the cd9660 code that prevents stating of | Joerg Wunsch | 1995-07-16 | 1 | -1/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 7 | -214/+214 |
| * | NFS diskless operation was broken because swapdev_vp wasn't initialized. | David Greenman | 1995-05-19 | 1 | -4/+4 |
| * | Readdir on a CDrom would return bogus "d_type" values, potentially confusing | Poul-Henning Kamp | 1995-03-28 | 1 | -1/+4 |
| * | Add four more filesystem flags: | Garrett Wollman | 1995-03-16 | 1 | -2/+2 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 2 | -7/+5 |
| * | Obtained from: memories of 1.1.5 | Bruce Evans | 1995-02-21 | 1 | -2/+2 |
| * | strategy for block and char devices are rightfully spec_strategy. | Poul-Henning Kamp | 1995-02-13 | 1 | -3/+2 |
| * | Roll in my changes to make the cd9660 code understand the older | Joerg Wunsch | 1995-01-16 | 9 | -105/+191 |
| * | Remove the bogus include of <sys/dkbad.h>. | Bruce Evans | 1994-11-14 | 1 | -2/+1 |
| * | Use tsleep() rather than sleep so that 'ps' is more informative about | David Greenman | 1994-10-06 | 1 | -3/+3 |
| * | Make NFS ask the filesystems for directory cookies instead of making them | Doug Rabson | 1994-09-28 | 1 | -11/+28 |
| * | Alterations to silence gcc -Wall. Some unused variables deleted. | Gary Palmer | 1994-09-26 | 5 | -58/+49 |
| * | More loadable VFS changes: | Garrett Wollman | 1994-09-22 | 2 | -10/+2 |
| * | Implemented loadable VFS modules, and made most existing filesystems | Garrett Wollman | 1994-09-21 | 2 | -2/+8 |
| * | Obtained from: | Bruce Evans | 1994-09-15 | 6 | -17/+24 |
| * | Fixed some confusion between the size of a logical block and the size of a | Doug Rabson | 1994-09-09 | 3 | -6/+11 |
| * | Implemented filesystem clean bit via: | David Greenman | 1994-08-20 | 1 | -2/+2 |
| * | 1) cleaned up after Garrett - fixed more redundant declarations, changed | David Greenman | 1994-08-20 | 1 | -5/+1 |
| * | Changed B_AGE policy to work correctly in a world with relatively large | David Greenman | 1994-08-08 | 1 | -4/+1 |
| * | Added $Id$ | David Greenman | 1994-08-02 | 11 | -0/+11 |
| * | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | Rodney W. Grimes | 1994-05-25 | 5 | -5/+27 |
| * | BSD 4.4 Lite Kernel Sources | Rodney W. Grimes | 1994-05-24 | 13 | -0/+4582 |