summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
...
* Print explanation diagnostics when mount is impossibleache1998-04-051-1/+5
* Time changes mark 2:phk1998-04-041-3/+5
* Fix dead hang writing to FATache1998-03-281-2/+2
* Add two new functions, get{micro|nano}time.phk1998-03-264-16/+11
* Deleted 1024bytes/sector floppy code for PC-98 arch. Thekato1998-03-203-64/+3
* If lowervp is NULLVP, vap was clobbered.kato1998-03-171-2/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-083-15/+25
* Initialize b_resid, and also print out better diagnostics on I/Odyson1998-03-081-7/+19
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-071-31/+55
* Trivial filesystem getpages/putpages implementations, set the second.msmith1998-03-062-2/+69
* Fix certain kinds of block device operations. For example, tunefs ondyson1998-03-041-9/+4
* Patch to the last commit; attempt to unspam stuff from NetBSD.msmith1998-03-031-13/+11
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-018-8/+87
* Fix mmap() on msdosfs. In the words of the submitter:msmith1998-03-011-4/+3
* Fix a problem with the conversion of Unix filenames into the VFATmsmith1998-02-271-11/+34
* Fixes for some bugs in the VFAT/FAT32 support:msmith1998-02-264-21/+31
* Deleted KLOCK-hack.kato1998-02-263-29/+7
* Back out "always view in lowercase" partache1998-02-244-29/+31
* Implement loadable DOS<->local conversion tables for DOS namesache1998-02-236-67/+137
* Fix signatures of NEC's DOS formats.kato1998-02-231-9/+9
* Oops, add missing bcopy of upper->lower tableache1998-02-231-1/+3
* Implement loadable upper->lower local conversion tableache1998-02-235-22/+55
* Reduce new arguments number added in my changesache1998-02-224-19/+19
* Add Unicode support to winChkName, now lookup works!ache1998-02-223-22/+51
* Implement loadable local<->unicode file names conversionache1998-02-226-295/+80
* Replace all unknown Unicode characters with '?' in win->unix mappingache1998-02-221-194/+194
* Add initial support to map 0x4XX Unicode Cyrillic range names:ache1998-02-221-13/+308
* Removed unused #includes.bde1998-02-201-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportjkh1998-02-1812-1913/+3348
* Deleted unused variable.kato1998-02-101-2/+1
* Undo UN_KLOCK hack except union_allocvp(). Now, vput() doesn't lockkato1998-02-103-54/+32
* Staticize.eivind1998-02-098-31/+31
* Fixed pagefault when cred == NOCRED.kato1998-02-072-14/+24
* Fixed number of entries in gid-mapfile.kato1998-02-071-2/+2
* Back out DIAGNOSTIC changes.eivind1998-02-0614-43/+14
* Workarround for DIAGNOSTIC kernel's panic in union_lookup().kato1998-02-061-1/+7
* 1) Start using a cleaner and more consistant page allocator insteaddyson1998-02-051-2/+5
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-0414-14/+43
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+3
* Forward declare some structs so that this file is more self-sufficient.bde1998-02-031-1/+11
* Declare the variable `i' when UMAP_DIAGNOSTIC is defined.kato1998-02-031-1/+4
* Make the debug options new-style.eivind1998-01-313-4/+10
* Fixed typo in comment.kato1998-01-251-2/+2
* VM level code cleanups.dyson1998-01-221-3/+3
* Delete unused code in union_fsync().kato1998-01-221-6/+1
* - Move SETKLOC and CLEARKLOCK macros into uion.h.kato1998-01-203-10/+33
* Workarround for locking violation while recycling vnode which union fskato1998-01-181-4/+14
* Improve and revise fixes for locking violation.kato1998-01-182-33/+52
* Make our v_usecount vnode reference count work identically to thedyson1998-01-063-15/+23
* Use CHECKIO in procfs_ioctl() to ensure that any changes in UID/GID resultsef1998-01-061-1/+4
OpenPOWER on IntegriCloud