summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
1999-09-02Make /proc/self a symlink to /proc/curproc. I've observed Linux programsthorpej
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_offsetchristos
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-25Add calls to lock the proclist as appropriate.thorpej
1999-07-22Rework the process exit path, in preparation for making process exitthorpej
1999-07-14Fix a paste-o in procfs_lookup() introduced with the vnode locking changes.thorpej
1999-07-08Bump osrelease to 1.4E. Add layerfs files, remove null_subr.c.wrstuden
1999-04-27Fix excessive memory usage, and fix handling of SZOMB processes. PR #7164,thorpej
1999-04-10remove unneeded <vm/vm_object.h>drochner
1999-03-25Disallow tracing of processes unless tracer's root directory is at orsommerfe
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-13malloc the arg temporary buffer, rather than declaring it as an automaticthorpej
1999-03-13Some changes to `cmdline' to make it work properly:thorpej
1999-03-13Expose procfs_rwmem(). (This function will go away entirely when wethorpej
1999-03-12PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulationchristos
1999-02-26Modify vfsops to seperate vfs_fhtovp() into two routines. vfs_fhtovp() nowwrstuden
1999-02-25Machine independent part of fix for PR 6152 (gdb doesn't work on machinesis
1999-02-03sprintf->snprintfmsaitoh
1999-01-28make it compile with !UVMdrochner
1999-01-25Add /proc/#/map. From FreeBSD.msaitoh
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