summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
AgeCommit message (Expand)Author
2006-09-02add missing initializerschristos
2006-08-14When mounting an MSDOS fileysystem, do not require that bytes 252 andgdt
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Fix alignement problems for fhandle_t, exposed by gcc4.1.martin
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-04-15Coverity CID 839: Add KASSERT before deref.christos
2006-04-15Coverity CID 838: Add KASSERT before deref.christos
2006-04-15Coverity CID 2508: Initialize variablechristos
2006-04-14Coveriry CID 733: Remove dead code.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-02-21Use device_class() instead of accessing dv_class directly.thorpej
2006-01-14Protect against uio_lwp being NULL from Pavel Cahynachristos
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-12-03- protect userland exported files against multiple inclusion.christos
2005-11-29merge yamt-readahead branch.yamt
2005-11-04PR/32003: Brian Buhrow: msdosfs doesn't properly zero out high cluster datachristos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-25Follow compat naming tradition: rename compat_export_args to export_args30.jmmv
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-14mention what is the failure case, from FreeBSD revision 1.46 cvs logsoda
2005-09-14PR/31312: Juan RP: Don't use negative cacheing on msdosfs, because of thechristos
2005-09-12Use nanotime() to update the time fields in filesystems. Convert the codechristos
2005-09-10Make fileno calculations use ino_t variables.christos
2005-09-10PR/23773: Tero Kivinen: Cannot mount msdos filesystems if filesystem size >christos
2005-08-30Remove __P()xtraeme
2005-08-29Remove __P()xtraeme
2005-08-29The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, soxtraeme
2005-08-19fileid is now a quad.christos
2005-08-1964 bit inode changes.christos
2005-08-05Let this build when MSDOSFS_DEBUG is defined (v_id disappeared a long timejmmv
2005-07-23update file timestamps for nfsd loaned-read and mmap.yamt
2005-06-28- constify genfs_ops.yamt
2005-05-29- rename variables to avoid shadowing.christos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-09adjust the UBC mapping code to support non-vnode uvm_objects.chs
2005-01-09Rework the mountroot interface so that vfs_mountroot() opens the root devicemycroft
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-09-13set mp->mnt_stat.f_namemax on filesystem mount for use by statvfs, and usejdolecek
2004-06-30cleanup casts in get/set u short/long so that we don't have const castaways.christos
2004-06-27set gmtoff in the structure returned by MNT_GETARGS calljdolecek
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken
2004-05-25Sysctl descriptions under vfs subtreeatatat
2004-05-20Tweak sysctl setup functions (the macros, actually) for use in lkms,atatat
2004-05-20Explicitly call pool_init() (and pool_destroy()) when being built asatatat
2004-05-12caddr_t -> void * and removal of some more casts.jrf
2004-05-04Remove caddr_t inlines. Approved by christos@NetBSD.org.jrf
2004-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf