| Commit message (Expand) | Author | Age | Files | Lines |
* | Staticize a few things. | phk | 1997-11-18 | 3 | -11/+10 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 2 | -4/+3 |
* | Use bread() instead of cluster_read() for reading the last block | bde | 1997-10-27 | 1 | -2/+2 |
* | 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 | -2/+2 |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | phk | 1997-10-17 | 2 | -62/+12 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -102/+1 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 5 | -92/+28 |
* | vnops megacommit | phk | 1997-10-15 | 1 | -65/+3 |
* | Hmm, realign the vnops into two columns. | phk | 1997-10-15 | 1 | -22/+22 |
* | Stylistic overhaul of vnops tables. | phk | 1997-10-15 | 1 | -146/+131 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 2 | -2/+9 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 2 | -23/+15 |
* | 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 |