| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 1 | -5/+5 |
* | Convert select -> poll. | peter | 1997-09-14 | 1 | -23/+19 |
* | This stuff is now done centrally. | phk | 1997-09-10 | 1 | -15/+1 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -8/+3 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 3 | -58/+7 |
* | Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug and | kato | 1997-08-25 | 1 | -16/+18 |
* | Fix all areas of the system (or at least all those in LINT) to avoid storing | wollman | 1997-08-16 | 1 | -3/+3 |
* | Removed unused #includes. | bde | 1997-08-02 | 5 | -20/+5 |
* | Hide the kernel-only stuff inside #ifdef KERNEL. | joerg | 1997-05-07 | 1 | -5/+14 |
* | Oops. The function cd9660_mountroot() is gone, but i've committed an | joerg | 1997-05-04 | 1 | -3/+1 |
* | This mega-commit brings the following: | joerg | 1997-05-04 | 2 | -19/+61 |
* | For multi-session CD-ROMs, we have to account for previous sessions as | joerg | 1997-04-29 | 1 | -1/+10 |
* | Add support for ISO9660 multi-session CD-ROMs. This is just nothing | joerg | 1997-04-29 | 2 | -2/+5 |
* | Removed more traces of ISODEVMAP. | bde | 1997-04-15 | 1 | -20/+1 |
* | Remove all traces of undocumented feature ISODEVMAP. | phk | 1997-04-14 | 4 | -128/+4 |
* | 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 |