| Commit message (Expand) | Author | Age | Files | Lines |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 7 | -8/+10 |
* | Include <sys/systm.h> for (at least) the definition of atomic functions | bde | 2002-04-21 | 1 | -0/+1 |
* | Spelling fix for comment. | rwatson | 2002-04-20 | 1 | -1/+1 |
* | - Change procfs_control()'s first argument to be a thread pointer instead | jhb | 2002-04-13 | 1 | -47/+32 |
* | Lock the target process for p_candebug(). | jhb | 2002-04-13 | 1 | -3/+4 |
* | Lock the target process in procfs_doproc*regs() for p_candebug and while | jhb | 2002-04-13 | 3 | -9/+23 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -18/+17 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 2 | -2/+8 |
* | Paranoia: if the process is setugid, set all sensitive files mode 0. | des | 2002-02-18 | 1 | -1/+3 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 2 | -10/+16 |
* | FIxed the following style bugs: | bde | 2002-02-16 | 3 | -11/+21 |
* | Fixed missing PHOLD()/PRELE(). | bde | 2002-02-16 | 1 | -0/+2 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 6 | -14/+19 |
* | Remove an obsolete prototype for procfs_kmemaccess(). | des | 2001-12-11 | 1 | -3/+0 |
* | Fix various bugs in the debugging code and reenable it. | des | 2001-12-09 | 2 | -9/+9 |
* | Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ... | des | 2001-12-08 | 2 | -3/+5 |
* | Pseudofsize procfs(5). | des | 2001-12-04 | 16 | -2035/+477 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -4/+7 |
* | Fix printf format bugs introduced in rev 1.34 for printing times. | peter | 2001-11-07 | 1 | -4/+4 |
* | Correctly unlock the target process if /proc/$foo/mem is open()ed by | green | 2001-11-06 | 1 | -1/+1 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -4/+4 |
* | No, you may not /* FALLTHROUGH */. Not only will you return an incorrect | des | 2001-10-22 | 1 | -1/+1 |
* | Move procfs_* from procfs_machdep.c into sys_process.c, and rename them to | des | 2001-10-21 | 4 | -7/+7 |
* | Dissociate ptrace from procfs. | des | 2001-10-07 | 5 | -226/+4 |
* | Remove some useless preprocesor paranoia. | des | 2001-10-07 | 1 | -4/+0 |
* | In procfs_readdir(), when the directory being read was a process directory, | des | 2001-10-07 | 1 | -1/+3 |
* | A process name may contain whitespace and unprintable characters, | mike | 2001-09-25 | 1 | -5/+11 |
* | o Remove redundant securelevel/pid1 check in procfs_rw() -- this | rwatson | 2001-09-18 | 1 | -2/+0 |
* | KSE Milestone 2 | julian | 2001-09-12 | 11 | -76/+81 |
* | Remove dangling prototype for the now defunct procfs_kmemaccess() | rwatson | 2001-08-03 | 1 | -3/+0 |
* | Collapse a Pmem case in with the other debugging files case for procfs, | rwatson | 2001-08-03 | 1 | -5/+2 |
* | Remove read permission for group on the /proc/*/mem file, since kmem | rwatson | 2001-08-03 | 1 | -2/+1 |
* | Prior to support for almost all ps activity via sysctl, ps used procfs, | rwatson | 2001-08-03 | 3 | -42/+9 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 7 | -15/+15 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 2 | -14/+5 |
* | Lock VM Giant prior to locking a vm map. | tanimura | 2001-06-06 | 1 | -0/+7 |
* | o Merge contents of struct pcred into struct ucred. Specifically, add the | rwatson | 2001-05-25 | 2 | -6/+5 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | ru | 2001-05-23 | 13 | -13/+13 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | alfred | 2001-05-19 | 2 | -1/+12 |
* | GC prototype for procfs_bmap() missed during a previous commit. | jhb | 2001-05-11 | 1 | -1/+0 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 9 | -26/+56 |
* | Add a vop_stdbmap(), and make it part of the default vop vector. | phk | 2001-04-29 | 1 | -31/+0 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 2 | -4/+0 |
* | Change the pfind() and zpfind() functions to lock the process that they | jhb | 2001-04-24 | 6 | -55/+50 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 3 | -0/+6 |
* | - Various style fixes. | jhb | 2001-03-29 | 1 | -7/+3 |
* | Convert the allproc and proctree locks from lockmgr locks to sx locks. | jhb | 2001-03-28 | 2 | -13/+14 |