aboutsummaryrefslogtreecommitdiff
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-055-0/+5
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+2
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+1
* Commit the buffer cache cleanup patch to 4.x and 5.x. This patch fixes aMatthew Dillon2000-03-271-1/+3
* Supported non-512 bytes/sector format.Yoshihiro Takahashi2000-01-274-70/+61
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* Treat negative uio_offset value as eof (idea by: bde).Boris Popov2000-01-081-8/+11
* Fix the mess with signed/unsigned longs and ints (inspired by bde).Boris Popov2000-01-021-18/+26
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-294-8/+8
* Avoid to write garbage if uiomove fails.Boris Popov1999-12-281-0/+4
* Fix an overflow in the msdosfs_read() function which exposed on the filesBoris Popov1999-12-281-3/+3
* It is possible that number of sectors specified in the BPBBoris Popov1999-12-282-6/+14
* Second pass commit to introduce new ACL and Extended Attribute systemRobert Watson1999-12-191-1/+3
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-152-26/+2
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-0/+2
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-202-5/+8
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-10/+21
* All unimplemented VFS ops now have entries in kern/vfs_default.c that returnAlfred Perlstein1999-09-071-38/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2812-12/+12
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-6/+2
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-2/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-4/+2
* Don't set DE_ACCESS for unsuccessful reads.Bruce Evans1999-07-251-8/+12
* move <sys/systm.h> before <sys/buf.h>Peter Wemm1999-07-011-2/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-3/+2
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-3/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-112-4/+4
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-2/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-062-5/+6
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-5/+5
* Suser() simplification:Poul-Henning Kamp1999-04-271-5/+5
* Back out half of 1.32: don't print a message on every failed mount attempt.Dmitrij Tejblum1999-03-281-3/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-4/+9
* Now empty DOS filesystems default to long file names. Non-empty filesystemsDmitrij Tejblum1999-01-021-5/+7
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-021-19/+29
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-074-14/+5
* Honor MNT_NOATIME.Dmitrij Tejblum1998-11-291-3/+3
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-215-11/+20
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-312-9/+8
* Use vtruncbuf() rather than vinvalbuf() when shortening files.Peter Wemm1998-10-291-6/+9
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-2/+4
* Remove unused variable.Dmitrij Tejblum1998-09-131-3/+1
* Fix a bug related to renaming in root directory. This bug reported byDmitrij Tejblum1998-09-131-2/+4
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-071-2/+2