summaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
AgeCommit message (Expand)Author
2006-08-30fix missing initializerschristos
2006-05-14integrate kauth.elad
2006-04-04Coverity CID 1140: NULL dereference cannot happen, but protect against it.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-14When readdir() is called from vfs_getcwd, uio->uio_procp is NULL. Deal withchristos
2005-08-30Remove __P()xtraeme
2005-08-1964 bit inode changes.christos
2005-05-29- sprinkle constchristos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-11-30Cloning cleanup:christos
2004-09-13set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfsjdolecek
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-04-27First pass for some caddr_t removal and changes to get rid of it where wejrf
2004-04-21add sys/dirent.hchristos
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2003-12-04Dynamic sysctl.atatat
2003-09-13move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; wejdolecek
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Adjust for ktrace/lwp changes.thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-04-10use former genfs_eopnotsupp_rele() as genfs_eopnotsupp(), so that vnodesjdolecek
2003-02-23Make updating a file's reference and use count MP-safe.pk
2003-02-23Remove assigned-to but not used variable.simonb
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-21MNT_GETARGS supportchristos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-30Die, qaddr_t, die! - mnt_data in struct mount is already effectivelysoren
2002-04-16Cleanup how file system configuration information is declared, groupingthorpej
2002-04-02Changes to make it less likely to need to be revisited later again:jdolecek
2002-04-02Treat pipes like sockets and don't do setattr on themjmc
2001-12-06add a VOP_PUTPAGES method for all the filesystems that don't have pages,chs
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-10add RCSIDslukem
2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs
2001-06-16Add DTYPE_PIPE (to be used by new pipe implementation) and handlejdolecek
2001-06-14Fix a partial construction problem that can cause race conditionsthorpej
2001-05-30use _KERNEL_OPTmrg
2001-04-09Change the first arg to fileops fo_stat routine to struct file *, adjustjdolecek
2001-04-09Call file descriptor stat function via (*fp->f_ops->fo_stat) insteadjdolecek