summaryrefslogtreecommitdiff
path: root/sys/miscfs
AgeCommit message (Expand)Author
1998-09-08- Use proclists[], rather than checking allproc and zombproc explicitly.thorpej
1998-08-18Add some braces to make egcs happy (ambiguous else warning).thorpej
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
1998-08-13Add genfs_einval(), which does the obvious thing.kleink
1998-08-13Merge paddr_t changes into the main branch.eeh
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-18use AF_LOCAL instead of AF_UNIXlukem
1998-07-05* defopt COMPAT_{09,10,11,12,13} and COMPAT_NOMID.jonathan
1998-06-25- Rename nqnfs_vop_lease_check() to genfs_lease_check(). If NFSSERVER isthorpej
1998-06-24Always include fifos; "not an option any more".sommerfe
1998-06-22defopt for options FIFOsommerfe
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-05Convert fsync vnode operator implementations and usage from the old `waitfor'kleink
1998-06-05* Convert fsync vnode operator implementations and usage from the oldkleink
1998-05-18Since the interlock has been unlocked, also clear LK_INTERLOCK fromfvdl
1998-05-18dead_lock() must unlock `v_interlock'.pk
1998-04-21procfs_readdir: in case of error, check if cookies actually havefvdl
1998-04-11Fix an error introduced in rev 1.39 where jason fixed kern/5271:veego
1998-04-10Fix two problems in union_link():thorpej
1998-04-10Fix possible stray pointer deref in union_access, per PR #5271,thorpej
1998-03-17mounting a union causes VOP_WHITEOUT to be called on the upper rootmarc
1998-03-11Fix flags mess-up in vget. LK_EXCLUSIVE -> 0 (even indicated in thefvdl
1998-03-08standardise options header includes.mrg
1998-03-01Remove extraneous files from Lite2 merge.fvdl
1998-03-01Merge with Lite2 + local changesfvdl
1998-03-01Import 4.4BSD-Lite2fvdl
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-18Place a pointer to an array of our vnodeopv_desc *'s in our vfsopsthorpej
1998-02-14Prevent the session ID from disappearing if the session leader exitsthorpej
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-07add flags arg to hashinit(), to pass to malloc().chs
1998-02-05initial import of the new virtual memory system, UVM, into -current.mrg
1998-01-05RCSID Police.perry
1997-11-27Too many vnode ops were marked as bad op, but could happen in practice.fvdl
1997-10-30Make the curproc link executable.mycroft
1997-10-16Add missing cast to dev_tchristos
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
1997-10-09Make openstr[] const.mycroft
1997-10-09Make various standard wmesg strings const.mycroft
1997-10-06Make the vfs ops and vnodeop_opv symbols match the name of thethorpej
1997-09-19Implement the kernel part of pr-1891. This allows for a more flexible sizedleo
1997-09-13Use the same indentation as other two place, sys_ptrace() andenami
1997-09-10PR/4098: Alan Barrett: Fix diagnostic printf formatting.christos
1997-08-27Fix a reversed argument which caused procfs_checkioperm() to always returnthorpej
1997-08-13Move procfs_checkioperm() from procvs_subr.c to procfs_mem.c, since _subr isexplorer