summaryrefslogtreecommitdiff
path: root/sys/miscfs/kernfs
AgeCommit message (Expand)Author
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-03let kernfs_mmap() use the default error method.chs
2001-05-30use _KERNEL_OPTmrg
2001-02-21make some more constant arrays 'const'jdolecek
2001-02-04clean up some KERNFS_DIAGNOSTIC calls.mrg
2001-01-27Back previous out, it was right the way it was. Seems like I shouldjdolecek
2001-01-27fix 'physmem' - the actual value we want is ctob(physmem)jdolecek
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-07-14Sprinkle some const.thorpej
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
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-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-08Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c.wrstuden
1999-03-24completely remove Mach VM support. all that is left is the all themrg
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-10create miscfs/genfs/genfs_vnops.c:genfs_enoioctl and make all the othermatthias
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-08standardise options header includes.mrg
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-12Don't include option headers if building an LKM.thorpej
1998-02-10- add defopt's for UVM, UVMHIST and PMAP_NEW.mrg
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo
1997-09-10PR/4098: Alan Barrett: Fix diagnostic printf formatting.christos
1997-05-10Move `struct kern_target' definition into kernfs.hpk
1997-05-08Pass the vnode type to vaccess(), and use it when checking VEXEC. Make suremycroft
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-04-22remove include of <sys/cpu.h>christos
1996-03-16Fix printf format follies.christos
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