summaryrefslogtreecommitdiffstats
path: root/sys/ntfs
Commit message (Expand)AuthorAgeFilesLines
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-3/+3
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-046-11/+45
* PDIRUNLOCK now exists on FreeBSD. Remove the (now incorrect) redefinition.peter2000-10-021-4/+0
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-42/+4
* Back out the previous change to the queue(3) interface.jake2000-05-263-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-233-6/+6
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-053-0/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Remove unneeded <sys/buf.h> includes.phk2000-04-181-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-1/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* Forward declare some structs so that this header is more self-suifficent.bde2000-01-142-0/+9
* Use MALLOC_DECLARE when it is #defined, not when a (wrong) test ofbde2000-01-141-1/+1
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-3/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-1/+2
* Merged NetBSD version, as they have done improvements:semenu1999-12-0313-1047/+1111
* Next step in the device cleanup process.phk1999-11-091-0/+2
* useracc() the prequel:phk1999-10-292-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-3/+5
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-10/+23
* Fix the sense of the vn_isdisk() check.phk1999-09-011-1/+1
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-084-11/+4
* Simplify cdevsw registration.phk1999-05-311-2/+2
* Driver is now ported to NetBSD.semenu1999-05-1213-117/+254
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-113-7/+7
* One too many vfsops..peter1999-05-061-2/+1
* Removed annoying messaged during boot,added some checksemenu1999-04-207-177/+434
* Removed DIAGNOSTIC opion redefinition.semenu1999-04-131-2/+1
* Added limited write ability. Now we can use some kindsemenu1999-02-1912-552/+876
* First version.semenu1999-02-0311-0/+4205
OpenPOWER on IntegriCloud