summaryrefslogtreecommitdiffstats
path: root/sys/fs/procfs/procfs_regs.c
Commit message (Expand)AuthorAgeFilesLines
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-261-1/+1
* For non-stopped threads, td_frame pointer is undefined. As akib2010-12-021-0/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-4/+3
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processkib2009-03-021-3/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to servicedes2007-04-151-2/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-3/+46
* Don't PHOLD() the target process in procfs, since this is already donedas2004-10-011-2/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Introduce a uiomove_frombuf helper routine that handles computing andnectar2003-10-021-15/+3
* Clean up proc locking in procfs: make sure the proc lock is held beforerwatson2003-05-051-3/+4
* Part 1 of KSE-IIIjulian2002-06-291-1/+1
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadjhb2002-05-191-1/+1
* Lock the target process in procfs_doproc*regs() for p_candebug and whilejhb2002-04-131-3/+9
* FIxed the following style bugs:bde2002-02-161-5/+7
* Pre-KSE/M3 commit.julian2002-02-071-2/+2
* Pseudofsize procfs(5).des2001-12-041-17/+4
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them todes2001-10-211-2/+2
* Dissociate ptrace from procfs.des2001-10-071-0/+1
* KSE Milestone 2julian2001-09-121-5/+4
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().rwatson2001-07-051-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileru2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+7
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-5/+1
* Catch up to header include changes:jhb2001-03-281-0/+1
* Protect p_flag with the proc lock.jhb2001-03-071-1/+6
* o Centralize inter-process access control, introducing:rwatson2000-08-301-1/+1
* Introduce the new functionphk1999-11-211-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,sef1997-08-121-1/+3
* Removed unused #includes.bde1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Major fixes for procfs..peter1996-01-241-1/+13
* Added $Id$dg1994-08-021-2/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+87
OpenPOWER on IntegriCloud