summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Update stale comment.bp2000-10-221-3/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.bp2000-10-224-13/+27
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-043-6/+13
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Quick fix for msdsofs_write() on alphas and other machines with eitherbde2000-08-252-2/+8
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Certain error contitions cause msdosfs_rename() to decrement thedwmalone2000-07-141-2/+2
* Fix memory leakage on module unload.bp2000-06-293-1/+12
* Remove obsolete comment.bp2000-06-251-5/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-055-0/+5
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-302-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes adillon2000-03-271-1/+3
* Supported non-512 bytes/sector format.nyan2000-01-274-70/+61
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* Treat negative uio_offset value as eof (idea by: bde).bp2000-01-081-8/+11
* Fix the mess with signed/unsigned longs and ints (inspired by bde).bp2000-01-021-18/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-294-8/+8
* Avoid to write garbage if uiomove fails.bp1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesbp1999-12-281-3/+3
* It is possible that number of sectors specified in the BPBbp1999-12-282-6/+14
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-152-26/+2
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Next step in the device cleanup process.phk1999-11-091-0/+2
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-202-5/+8
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-10/+21
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnalfred1999-09-071-38/+3
* $Id$ -> $FreeBSD$peter1999-08-2812-12/+12
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-2/+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-082-4/+2
* Don't set DE_ACCESS for unsuccessful reads.bde1999-07-251-8/+12
* move <sys/systm.h> before <sys/buf.h>peter1999-07-011-2/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-3/+2
* Simplify cdevsw registration.phk1999-05-311-3/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-112-4/+4
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-062-5/+6
* This Implements the mumbled about "Jail" feature.phk1999-04-281-5/+5
* Suser() simplification:phk1999-04-271-5/+5
* Back out half of 1.32: don't print a message on every failed mount attempt.dt1999-03-281-3/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-272-4/+9
* Now empty DOS filesystems default to long file names. Non-empty filesystemsdt1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.dt1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.bde1999-01-021-1/+3
OpenPOWER on IntegriCloud