summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
1998-09-08- Use proclists[], rather than checking allproc and zombproc explicitly.thorpej
1998-08-13Per POSIX, fail with EINVAL if advisory locking is attempted on a file typekleink
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-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-04-21procfs_readdir: in case of error, check if cookies actually havefvdl
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-14Prevent the session ID from disappearing if the session leader exitsthorpej
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-30Make the curproc link executable.mycroft
1997-10-10Bump last argument to VOP_READDIR to off_t (from u_long).fvdl
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
1997-08-12Fix the procfs hole described on current-users, similar to a fix forthorpej
1997-06-25Don't allow writes to init's memory or registers while in secure mode.mycroft
1997-05-08Pass the vnode type to vaccess(), and use it when checking VEXEC. Make suremycroft
1997-05-05Need stat.h.mycroft
1997-05-05Eliminate bogus uses of V{READ,WRITE,EXEC}. Use S_I[RWX]{USR,GRP,OTH} wheremycroft
1997-04-28Reinstate P_FSTRACE, with different semantics:mycroft
1997-04-28Minor code cleanup.mycroft
1997-04-28Fix several deficiencies, as compared to ptrace(2):mycroft
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-25remove bogus cast of second arg to bcmp(). (nm_name is a const char*,cgd
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-11Add a missing PHOLD()/PRELE() pair.mycroft
1996-03-16Fix printf format follies.christos
1996-02-13GC *_nullop(). Minor nits.mycroft
1996-02-12close PR/2063: procfs_rw prototyped twice with different prototypeschristos
1996-02-09miscfs prototype changeschristos
1996-02-09Fix vop_link, vop_symlink, and vop_remove semantics in several ways:mycroft
1996-02-09Fix vop_link, vop_symlink, and vop_remove semantics in several ways: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-08-13Lock the process in core before operating on it.mycroft
1995-06-18don't assume the f_fsnamelen is nul-truncated or longer than MFSNAMELENcgd
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1995-04-15fix timeval vs. timespec warningscgd
1995-03-29KERNEL -> _KERNELbriggs
1995-03-09copy*str() should use size_t.mycroft