summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs
Commit message (Expand)AuthorAgeFilesLines
...
* Axe more unused GEMDOS code that was #ifdef atari.jhb2001-11-284-44/+1
* Remove GEMDOS support from msdosfs. I don't think anyone is going tojhb2001-11-272-130/+0
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-3/+3
* KSE Milestone 2julian2001-09-125-112/+112
* remove support for creating files and directories from msdosfs_mknodassar2001-07-191-14/+1
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-2/+3
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
* - sys/msdosfs moved to sys/fs/msdosfsru2001-05-256-27/+27
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-31/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-295-10/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-23/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-235-0/+10
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Reviewed by: jlemonadrian2001-03-011-3/+0
* Change and clean the mutex lock interface.bmilekic2001-02-093-17/+17
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-242-21/+18
* Use macro API to <sys/queue.h>phk2000-12-311-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* 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
OpenPOWER on IntegriCloud