aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_regs.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* sysent: Get rid of bogus sys/sysent.h include.Dmitry Chagin2022-05-281-1/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-2/+0
* Plug memory disclosures via ptrace(2).Mark Johnston2018-12-031-2/+3
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-1/+1
* For non-stopped threads, td_frame pointer is undefined. As aKonstantin Belousov2010-12-021-0/+4
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,Nathan Whitehorn2010-03-111-4/+3
* Use the p_sysent->sv_flags flag SV_ILP32 to detect 32bit processKonstantin Belousov2009-03-021-3/+3
* Don't reset uio_offset to 0 before returning. Instead, refuse to serviceDag-Erling Smørgrav2007-04-151-2/+4
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.Peter Wemm2005-06-301-3/+46
* Don't PHOLD() the target process in procfs, since this is already doneDavid Schultz2004-10-011-2/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Introduce a uiomove_frombuf helper routine that handles computing andJacques Vidrine2003-10-021-15/+3
* Clean up proc locking in procfs: make sure the proc lock is held beforeRobert Watson2003-05-051-3/+4
* Part 1 of KSE-IIIJulian Elischer2002-06-291-1/+1
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* Lock the target process in procfs_doproc*regs() for p_candebug and whileJohn Baldwin2002-04-131-3/+9
* FIxed the following style bugs:Bruce Evans2002-02-161-5/+7
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-17/+4
* Move procfs_* from procfs_machdep.c into sys_process.c, and rename them toDag-Erling Smørgrav2001-10-211-2/+2
* Dissociate ptrace from procfs.Dag-Erling Smørgrav2001-10-071-0/+1
* KSE Milestone 2Julian Elischer2001-09-121-5/+4
* o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx().Robert Watson2001-07-051-1/+1
* - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION fileRuslan Ermilov2001-05-231-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-2/+7
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-5/+1
* Catch up to header include changes:John Baldwin2001-03-281-0/+1
* Protect p_flag with the proc lock.John Baldwin2001-03-071-1/+6
* o Centralize inter-process access control, introducing:Robert Watson2000-08-301-1/+1
* Introduce the new functionPoul-Henning Kamp1999-11-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix procfs security hole -- check permissions on meaningful I/Os (namely,Sean Eric Fagan1997-08-121-1/+3
* Removed unused #includes.Bruce Evans1997-08-021-4/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-1/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Major fixes for procfs..Peter Wemm1996-01-241-1/+13
* Added $Id$David Greenman1994-08-021-2/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+87