| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 2 | -23/+2 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 5 | -0/+10 |
* | Grab the process lock while calling psignal and before calling psignal. | jhb | 2001-03-07 | 1 | -0/+2 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -3/+0 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 3 | -17/+17 |
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 2 | -21/+18 |
* | Use macro API to <sys/queue.h> | phk | 2000-12-31 | 1 | -2/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+2 |
* | Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ing | phk | 2000-10-29 | 1 | -1/+0 |
* | Update stale comment. | bp | 2000-10-22 | 1 | -3/+1 |
* | Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware. | bp | 2000-10-22 | 4 | -13/+27 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -2/+2 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 3 | -6/+13 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Quick fix for msdsofs_write() on alphas and other machines with either | bde | 2000-08-25 | 2 | -2/+8 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -41/+3 |
* | Certain error contitions cause msdosfs_rename() to decrement the | dwmalone | 2000-07-14 | 1 | -2/+2 |
* | Fix memory leakage on module unload. | bp | 2000-06-29 | 3 | -1/+12 |
* | Remove obsolete comment. | bp | 2000-06-25 | 1 | -5/+0 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 5 | -0/+5 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 2 | -2/+0 |
* | 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 |
* | Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes a | dillon | 2000-03-27 | 1 | -1/+3 |
* | Supported non-512 bytes/sector format. | nyan | 2000-01-27 | 4 | -70/+61 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+2 |
* | Treat negative uio_offset value as eof (idea by: bde). | bp | 2000-01-08 | 1 | -8/+11 |
* | Fix the mess with signed/unsigned longs and ints (inspired by bde). | bp | 2000-01-02 | 1 | -18/+26 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 4 | -8/+8 |
* | Avoid to write garbage if uiomove fails. | bp | 1999-12-28 | 1 | -0/+4 |
* | Fix an overflow in the msdosfs_read() function which exposed on the files | bp | 1999-12-28 | 1 | -3/+3 |
* | It is possible that number of sectors specified in the BPB | bp | 1999-12-28 | 2 | -6/+14 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -1/+3 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 2 | -26/+2 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -1/+1 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -0/+2 |
* | More removals of vnode->v_lastr, replaced by preexisting seqcount | dillon | 1999-09-20 | 2 | -5/+8 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -10/+21 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -38/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 12 | -12/+12 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+2 |
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 1 | -2/+2 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -2/+2 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 2 | -4/+2 |
* | Don't set DE_ACCESS for unsuccessful reads. | bde | 1999-07-25 | 1 | -8/+12 |
* | move <sys/systm.h> before <sys/buf.h> | peter | 1999-07-01 | 1 | -2/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -3/+2 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -3/+2 |