| Commit message (Expand) | Author | Age | Files | Lines |
* | Use vop_defaultop() instead of ntfs_bypass(). | bp | 2000-11-18 | 1 | -2/+6 |
* | Missed conversion of CIRCLEQ => TAILQ for mount list. | mckusick | 2000-11-14 | 1 | -1/+1 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -1/+0 |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -1/+0 |
* | Remove unneeded #include <sys/proc.h> lines. | phk | 2000-10-29 | 2 | -2/+0 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -3/+3 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 6 | -11/+45 |
* | PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition. | peter | 2000-10-02 | 1 | -4/+0 |
* | 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/+4 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 3 | -6/+6 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 3 | -6/+6 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 3 | -0/+3 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -1/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | Forward declare some structs so that this header is more self-suifficent. | bde | 2000-01-14 | 2 | -0/+9 |
* | Use MALLOC_DECLARE when it is #defined, not when a (wrong) test of | bde | 2000-01-14 | 1 | -1/+1 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -3/+1 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -1/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -1/+2 |
* | Merged NetBSD version, as they have done improvements: | semenu | 1999-12-03 | 13 | -1047/+1111 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -0/+2 |
* | useracc() the prequel: | phk | 1999-10-29 | 2 | -2/+0 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -3/+5 |
* | All unimplemented VFS ops now have entries in kern/vfs_default.c that return | alfred | 1999-09-07 | 1 | -10/+23 |
* | Fix the sense of the vn_isdisk() check. | phk | 1999-09-01 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 13 | -13/+13 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -6/+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 | 4 | -11/+4 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -2/+2 |
* | Driver is now ported to NetBSD. | semenu | 1999-05-12 | 13 | -117/+254 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 3 | -7/+7 |
* | One too many vfsops.. | peter | 1999-05-06 | 1 | -2/+1 |
* | Removed annoying messaged during boot,added some check | semenu | 1999-04-20 | 7 | -177/+434 |
* | Removed DIAGNOSTIC opion redefinition. | semenu | 1999-04-13 | 1 | -2/+1 |
* | Added limited write ability. Now we can use some kind | semenu | 1999-02-19 | 12 | -552/+876 |
* | First version. | semenu | 1999-02-03 | 11 | -0/+4205 |