summaryrefslogtreecommitdiff
path: root/sys/fs
AgeCommit message (Expand)Author
2003-12-05Include <sys/sysctl.h> for sysctl stuff.bjh21
2003-12-04Dynamic sysctl.atatat
2003-11-11KASSERT was not the right thing here. Instead only set the type if f_typechristos
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25Fix typo.christos
2003-10-25FIx uninitialized variable warningschristos
2003-10-25Fix uninitialized variable warningchristos
2003-10-25fix uninitialized variablechristos
2003-10-22Fix a panic that occurred when trying to traverse a corrupt msdosfsbriggs
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-10-14add mnt_iflag field to struct mount for internal flagsdbj
2003-10-08add bpbReserved fieldslukem
2003-10-06change accidentaly left debug printf to dprintf()jdolecek
2003-10-06Consistently use "bsBPB" as the struct member for the BIOS parameter block.lukem
2003-10-03terminate snprintb 'new' format strings correctly.yamt
2003-09-07add -t option for gmt time offset (normally MS-DOS filesystem has timestampitojun
2003-09-06sprinkle __attribute__((__packed__)) to structures representing on-disk datajdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-02remove all traces of non-working quota supportjdolecek
2003-08-02Allow separate masks for files and directories. Useful e.g. to turnjdolecek
2003-07-06Fix a build failure when NFSSERVER. Unconditionally definerearnsha
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Fix problems with the ktrace/lwp changes.thorpej
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Fix problems with Darren's ktrace/lwp changes.thorpej
2003-06-29Fix a few small glitches (struct proc -> struct lwp)martin
2003-06-29More changes for providing lwpid for ktrace (sparc GENERIC built)darrenr
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-26strlcpyitojun
2003-06-23#ifdef _KERNEL_OPT policemartin
2003-06-23Disable QUOTA for ntfs - it's broken.martin
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-06-07Fix a botch in a boolean expression. Thanks to Martim Husemann for the fixreinoud
2003-05-16use strlcpy. check size if we are to use namei buffer.itojun
2003-04-24fix a few missing malloc attach/detach. Now this works.christos
2003-04-22forgot one malloc attach/detachchristos
2003-04-22explicitly attach and detach malloc types like smbfs does; thanks jaromir.christos
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-04-10back to genfs_eopnotsupp() for vop_remove, vop_link, vop_rename,jdolecek
2003-04-10change some printf()s on easily-triggerable codepaths to dprintf()jdolecek
2003-04-09fix couple more simple lock issues on smbfs_close() code path:jdolecek
2003-04-09move ntfs_remove() to be together with the other dummies - easier to c&pjdolecek
2003-04-09add dummy link, rename, mkdir, rmdir vnode ops, which release thejdolecek
2003-04-09#if 0 some no longer used macros; keep around for refencejdolecek
2003-04-09replace VOP__UNLOCK(), VN_LOCK(), VGET() macros with the real thing, tojdolecek
2003-04-09print some potentially useful stuff in ntfs_print()jdolecek
2003-04-09add real ntfs remove vnode op, which releases vnode locks on parent directoryjdolecek
2003-04-08back to passing magic '1' as lock id in smbfs_advlock() - the numberjdolecek
2003-04-08smbfs_remove(): undo broken condition change from rev. 1.3 - apparentlyjdolecek
2003-04-08fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so thatjdolecek