| Commit message (Expand) | Author | Age | Files | Lines |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 1 | -1/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -32/+0 |
* | Uncut&paste som bogus use of VOP_BMAP in cd9660::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -10/+4 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -42/+3 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -2/+2 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -18/+0 |
* | Commit the kernel part of our DVD support. Nothing much to say really, | sos | 1999-12-07 | 1 | -0/+30 |
* | remove unused #includes | phk | 1999-10-11 | 1 | -1/+0 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 1 | -2/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+2 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -2/+2 |
* | Add support for Joliet extensions to the iso9660 fs. The related PR | dcs | 1999-04-18 | 1 | -9/+6 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -6/+11 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+3 |
* | Trivial filesystem getpages/putpages implementations, set the second. | msmith | 1998-03-06 | 1 | -1/+35 |
* | Unspammed nested include of <vm/vm_zone.h>. | bde | 1997-12-27 | 1 | -1/+3 |
* | Staticize a few things. | phk | 1997-11-18 | 1 | -5/+6 |
* | 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 | 1 | -60/+10 |
* | Another VFS cleanup "kilo commit" | phk | 1997-10-16 | 1 | -102/+1 |
* | VFS mega cleanup commit (x/N) | phk | 1997-10-16 | 1 | -65/+4 |
* | 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 |
* | Clustered read and write are switched at mount-option level. | kato | 1997-09-27 | 1 | -18/+2 |
* | 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 |
* | Uncut&paste cache_lookup(). | phk | 1997-08-26 | 1 | -2/+3 |
* | Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug and | kato | 1997-08-25 | 1 | -16/+18 |
* | Removed more traces of ISODEVMAP. | bde | 1997-04-15 | 1 | -20/+1 |
* | Remove all traces of undocumented feature ISODEVMAP. | phk | 1997-04-14 | 1 | -39/+1 |
* | Get the declaration of `struct dirent' from <sys/dirent.h>, not from | bde | 1997-04-10 | 1 | -8/+4 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Removed bogus B_AGE policy again (see rev 1.4). | bde | 1997-02-13 | 1 | -5/+0 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -310/+411 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | 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 | 1 | -4/+4 |
* | Whoops, I should've used the LINT config file. More ts -> tv changes | nate | 1996-09-20 | 1 | -3/+3 |
* | 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 |
* | Added prototypes. | bde | 1995-12-03 | 1 | -2/+11 |