summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-074-14/+5
* Honor MNT_NOATIME.dt1998-11-291-3/+3
* Support NT VFAT lower case flags.dt1998-11-215-11/+20
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-312-9/+8
* Use vtruncbuf() rather than vinvalbuf() when shortening files.peter1998-10-291-6/+9
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+4
* Remove unused variable.dt1998-09-131-3/+1
* Fix a bug related to renaming in root directory. This bug reported bydt1998-09-131-2/+4
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-2/+2
* Removed unused includes.bde1998-08-171-2/+1
* Fixed printf format errors.bde1998-07-111-2/+2
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+3
* Back out previous change. This behavior is at least completelydt1998-06-101-1/+1
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-101-2/+2
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.peter1998-06-101-2/+2
* Fix typo in a comment.dt1998-06-091-2/+2
* Fix priority bug in previous commit.dt1998-05-181-2/+2
* Fix support for pre-Win95 filesystems: Make it possible to lookup justdt1998-05-172-3/+14
* Remove bogus LK_RETRY.dt1998-05-171-2/+2
* Don't forget to clean up after an error reading the directory entrybde1998-05-171-3/+13
* Removed vestiges of pre-Lite2 locking.bde1998-05-172-4/+2
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Fix off by ane error in previous commit.dt1998-05-091-2/+2
* In the words of the submitter:msmith1998-05-071-27/+13
OpenPOWER on IntegriCloud