Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4, | Jacques Vidrine | 2003-10-03 | 1 | -14/+2 |
| | | | | | | | | | | procfs_fpregs.c 1.11.2.4, procfs_regs.c 1.10.2.4, procfs_rlimit.c 1.5.2.1, procfs_status.c 1.20.2.5, uio.h 1.11.2.2, linprocfs_misc.c 1.3.2.9. Correct several integer underflows/overflows in procfs and linprocfs. Notes: svn path=/releng/4.4/; revision=120689 | ||||
* | Eliminate ptrace/exec race. | Jacques Vidrine | 2002-01-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | MFC 1.191 src/sys/sys/proc.h MFC 1.44 src/sys/kern/kern_exec.c (execve) Add P_INEXEC flag to indicate that a process is currently exec'ing. sys/kern/sys_process.c (ptrace) sys/miscfs/procfs/... Do not allow debugging of a process during exec. Notes: svn path=/releng/4.4/; revision=89719 | ||||
* | This commit was manufactured by cvs2svn to create branch 'RELENG_4_4'. | cvs2svn | 2001-08-12 | 1 | -0/+98 |
Notes: svn path=/releng/4.4/; revision=81549 |