summaryrefslogtreecommitdiff
path: root/sys/dev/clockctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/clockctl.c')
0 files changed, 0 insertions, 0 deletions
-03-25use DTYPE_VND (the one intended) rather than bogus DTYPE_VNODEjdolecek 2002-03-24msdosfs_mountfs(): drop some excessive braces in the GEMDOS-related sectionjdolecek 2002-03-17don't do any flush-behind for async mounts.chs 2002-03-08msdosfs_rename(): also write the higher 16bits of start cluster if FAT32jdolecek 2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej 2002-01-08Use 'X' constants in the conversion arrays instead of hexadecimal numbers,jdolecek 2002-01-08make compilable with MSDOSFS_DEBUG (again), supply missing \n injdolecek 2001-12-22Add some minimal validation of the fsinfo.augustss 2001-11-30VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.chs 2001-11-10add RCSIDslukem 2001-11-06Remove some variables that are set but never used.simonb 2001-11-03Don't generate an error if setting the gid/uid doesn't actually changeaugustss 2001-11-03Ignore windows-style FAT directory entries if we don't expect any morejdolecek 2001-09-22typo in previous.chs 2001-09-22check early for reads past EOF.chs 2001-09-15a whole bunch of changes to improve performance and robustness under load:chs 2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs 2001-08-24heirarchy -> hierarchywiz 2001-07-22seperate -> separatewiz 2001-07-19remove support for creating files and directories from msdosfs_mknodassar 2001-06-12retrieve, not retreivewiz 2001-05-30use _KERNEL_OPTmrg 2001-05-28add a genfs_mmap() and change all of the disk-based filesystemschs 2001-02-27min() -> MIN(), max() -> MAX().chs 2001-02-18skip truncating a file to 0 before freeing it if it's already zero-length.chs 2001-02-07Fix nested extern declaration of prtactive.tsutsui 2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek 2001-01-18constifyjdolecek 2001-01-01zero the pages for newly allocated clusters in deextend() after wechs 2000-12-10in *_sync(), don't skip vnodes which have (potentially dirty) pages.chs