| Age | Commit message (Expand) | Author |
| 2003-03-04 | Teach procfs_allocvp() about Puptime to avoid panics if "/proc/uptime" | tron |
| 2003-02-27 | Change "%llu" to "PRIu64" to make it compile on sparc64. | hannken |
| 2003-02-25 | This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt... | jrf |
| 2003-02-03 | don't bother special-casing DTYPE_KQUEUE/DTYPE_MISC nor panic for unknown | jdolecek |
| 2003-02-03 | procfs_allocvp(): | jdolecek |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-04 | Cast off_t expression to long long to match format even on 64 bit | martin |
| 2003-01-03 | add LK_CANRECURSE in the locking of /dev/<pid>/fd/<n> and remove the curproc | christos |
| 2003-01-03 | Implement /proc/<pid>/fd/<n>. This is work in progress. Questionable things: | christos |
| 2002-11-07 | Fix a signed/unsigned comparison warning. | thorpej |
| 2002-11-07 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-09-21 | MNT_GETARGS support | christos |
| 2002-08-03 | Just use the "time" variable in the *_getattr functions instead of a call | simonb |
| 2002-07-30 | Die, qaddr_t, die! - mnt_data in struct mount is already effectively | soren |
| 2002-07-25 | Make sure that the pointer to old parent process for ptraced children | jdolecek |
| 2002-05-09 | Move code shared by procfs and the kernel proper out of procfs and | thorpej |
| 2002-04-16 | Cleanup how file system configuration information is declared, grouping | thorpej |
| 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 |