summaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
AgeCommit message (Expand)Author
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-05-27sleep() -> tsleep()thorpej
2000-03-30Delete redundant decl of fdesc_root, it's in fdesc.h.simonb
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
1999-08-25Change variable used for directory offset from "int" to "off_t".sommerfeld
1999-08-24Fix PR8270:sommerfeld
1999-08-14protect against large uio_offsetschristos
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-19From Bill Studenmund: unlock the fdescfs "/dev/tty" vnode before callingthorpej
1999-07-08Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c.wrstuden
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-03Recognize _PC_SYNC_IO.kleink
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-07add flags arg to hashinit(), to pass to malloc().chs
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-05-05Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} wheremycroft
1997-04-16fdesc_seek -> genfs_seek, not genfs_badopfvdl
1997-04-11Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriatekleink
1996-12-22Change the second and third args to struct vfsops' (*vfs_mount)() tocgd
1996-10-25define path name string variables that we should not (and, thankfully, docgd
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-07Implement poll(2).mycroft
1996-09-01Add a set of generic file system operations that most file systems use.mycroft
1996-06-14use VATTR_NULL macro.mrg
1996-04-11fix long-time bug in fdesc -- /dev/tty was a named pipe rather than amrg
1996-02-13GC *_nullop(). Minor nits.mycroft
1996-02-09miscfs prototype changeschristos
1996-02-09Fix vop_link, vop_symlink, and vop_remove semantics in several ways:mycroft
1996-02-01Rename struct timespec fields to conform to POSIX.1bjtc
1995-10-09/dev/std* are of type DT_LNK.mycroft
1995-10-09Use the index number as the cookie, rather than multiplying by UIO_MX.mycroft
1995-10-09Add support for cookies, mostly from Greg Hudson.mycroft
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft
1995-03-08use u_long for copyin*cgd
1995-01-18Clean up the code to frob mnt_stat a (tiny) bit.mycroft
1994-12-15Call foo_statfs() from a common place when mounting.mycroft
1994-12-14Remove a_fp.mycroft
1994-12-14Revert dup handling.mycroft
1994-12-13Sync with CSRG.mycroft
1994-12-04Use fddupopen(), just like fdopen() does.mycroft
1994-11-14fixed struct commentchristos
1994-10-30be more careful with types, also pull in headers where necessary.cgd