summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs
AgeCommit message (Expand)Author
2002-01-12Don't hide the real return code with EPERM.christos
2002-01-12When checking for permissions, include the P_INEXEC test and returnchristos
2002-01-11Apply the same P_INEXEC test to avoid the execve/trace problem usingchristos
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-12-06add a VOP_PUTPAGES method for all the filesystems that don't have pages,chs
2001-12-05* Allow machine-dependent code to specify hooks for ptrace(2)thorpej
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-10add RCSIDslukem
2001-11-06Remove some variables that are set but never used.simonb
2001-11-06In procfs_domem() the addr variable is only needed if PMAP_NEED_PROCWR issimonb
2001-09-15add a new VFS op, vfs_reinit, which is called when desiredvnodes ischs
2001-08-31map files are zero-length.chs
2001-06-03procfs_bmap() should never be called, make it a "bad op".chs
2001-06-02replace vm_map{,_entry}_t with struct vm_map{,_entry} *.chs
2001-05-30use _KERNEL_OPTmrg
2001-04-14In procfs_readdir(), give /proc/# directories DT_DIR (rather than DT_REG).kleink
2001-04-02Cast `field-width' arguments to type `int'.pk
2001-03-30Bump va_blocksize for the map files some more, so that programs withfvdl
2001-03-29For -o linux mounts, add some code to emulate /proc/#/maps.fvdl
2001-02-21make some more constant arrays 'const'jdolecek
2001-01-25g/c pmnt_mp in struct procfs_argsjdolecek
2001-01-22make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays constjdolecek
2001-01-18constifyjdolecek
2001-01-18No-op revision to force update of this file to a non-"-kk" version.tv
2001-01-17Add a few linux-style files, only enabled when -o linux is specifiedfvdl
2000-12-30Increase psbuf size as in FreeBSD patch. We don't have jail(8), so thedavid
2000-11-27Initial integration of the Unified Buffer Cache project.chs
2000-11-24remove dead code and other misc cleanup.chs
2000-11-08Update for hashinit() change.ad
2000-09-28Add support for variable end of user stacks needed to support COMPAT_NETBSD32:eeh
2000-09-26PHOLD/PRELE around uvm_io() to user address space is unnecessary. Therethorpej
2000-08-20Add a lock around the scheduler, and use it as necessary, includingthorpej
2000-08-09Only show the "exe" entry to Linux processes, suggested by christos.tv
2000-08-09Some versions of Linux libc look for /proc/.../exe instead of /proc/../file.tv
2000-08-03MALLOC()/FREE() are not to be used for variable sized allocations.thorpej
2000-06-28<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27remove redudant <vm/pmap.h> includes. <vm/pmap.h> -> <uvm/uvm_pmap.h>mrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-25remove some redundant <vm/vm_xxx.h> includesmrg
2000-06-10make vfs_getnewfsid only take one argument and fetch the name of theassar
2000-06-01Fix a possible kernel memory leak - if the cmdline of a process wassimonb
2000-05-16Apply patch from Robert Elz in PR kern/10113. This fixes two problemssimonb
2000-03-30Delete duplicate declaration of atopid().simonb
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-02-25Fix pasto: some lines of the procfs hash code were copied from thefvdl
2000-01-25At mount/unmount time, add an exec hook to revoke all vnodes iff thefvdl
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