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