aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/procfs/procfs_dbregs.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+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
* - Consistently use PROC_ASSERT_HELD() to verify that a process' hold countMark Johnston2015-11-081-1/+1
* Add macro to test the sv_flags of any process. Change some places to testDmitry Chagin2011-01-261-1/+1
* 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
* Remove kernel support for M:N threading.Jeff Roberson2008-03-121-1/+0
* Don't reset uio_offset to 0 before returning. Instead, refuse to serviceDag-Erling Smørgrav2007-04-151-1/+3
* 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-1/+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/+7
* FIxed the following style bugs:Bruce Evans2002-02-161-3/+9
* Fixed missing PHOLD()/PRELE().Bruce Evans2002-02-161-0/+2
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-2/+2
* Pseudofsize procfs(5).Dag-Erling Smørgrav2001-12-041-19/+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-1/+6
* 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
* Remove unused #includes.Poul-Henning Kamp1999-12-081-1/+0
* Introduce the new functionPoul-Henning Kamp1999-11-211-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Support for i386 hardware breakpoints.Jonathan Lemon1999-07-091-0/+101