aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* Add support for 32-bit Linux binary emulation on amd64:Tim J. Robbins2004-08-161-5/+16
* Remove ps_argsopen from this check, because of two reasons:Pawel Jakub Dawidek2004-04-011-1/+1
* Remove VFS_STATFS() call which violated the lock order and wasn'tDag-Erling Smørgrav2004-02-091-4/+0
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"Robert Watson2004-01-121-1/+1
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.Alan Cox2004-01-021-0/+2
* Use mp_ncpus instead of the hw.ncpu sysctl.Dag-Erling Smørgrav2003-12-071-22/+11
* Various style and type fixes in my last commit.Olivier Houchard2003-10-201-16/+12
* Implement partially /proc/<pid>/maps.Olivier Houchard2003-10-191-5/+96
* make kernel_sysctl()'s args match its prototype in order to fix theAndrew Gallatin2003-10-081-1/+1
* Fix a (fortunately harmless) signed / unsigned bug.Dag-Erling Smørgrav2003-09-301-1/+2
* Previous commit contained too-smart-for-its-own-good code that mightDag-Erling Smørgrav2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by theDag-Erling Smørgrav2003-09-221-5/+18
* Fix some broken comments.Dag-Erling Smørgrav2003-09-091-3/+3
* Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscateDag-Erling Smørgrav2003-09-091-17/+96
* Whitespace cleanup.Dag-Erling Smørgrav2003-08-181-14/+14
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>Marcel Moolenaar2003-08-171-0/+1
* Add support for multiple CPUs to cpuinfo.Dag-Erling Smørgrav2003-08-041-8/+18
* Add a new function swap_pager_status() which reports the total size of thePoul-Henning Kamp2003-07-181-8/+5
* Use __FBSDID().David E. O'Brien2003-06-101-2/+33
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-2/+6
* P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now itJohn Baldwin2003-04-171-3/+3
* Fix multiple printf warnings on Alpha:John Baldwin2003-04-161-19/+19
* - Change the linux_[gs]et_os{name, release, s_version}() functions toJohn Baldwin2003-03-131-2/+2
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-0/+2
* Remove the process state PRS_WAIT.Julian Elischer2002-10-211-3/+0
* Back our kernel support for reliable signal queues.Juli Mallett2002-10-011-1/+1
* First half of implementation of ksiginfo, signal queues, and such. ThisJuli Mallett2002-09-301-1/+1
* Use the fields in the sysentvec and in the vm map header in place of theJake Burkholder2002-09-211-1/+2
* Completely redo thread states.Julian Elischer2002-09-111-6/+1
* Part 1 of KSE-IIIJulian Elischer2002-06-291-19/+44
* Change p_can{debug,see,sched,signal}()'s first argument to be a threadJohn Baldwin2002-05-191-1/+1
* - p_cansee() needs the target process locked.John Baldwin2002-04-131-17/+15
* - Change fill_kinfo_proc() to require that the process is locked when itJohn Baldwin2002-04-091-2/+2
* Protect proc struct (p_args and p_comm) when doing procfs IO that pullsAlfred Perlstein2002-03-291-11/+17
* Remove references to vm_zone.h and switch over to the new uma API.Jeff Roberson2002-03-201-1/+0
* remove "discards qualifier" erro by not potentially writing toJulian Elischer2002-02-261-2/+5
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-1/+1
* Pull in more stuff from procfs now that it's been pseudofsized.Dag-Erling Smørgrav2001-12-091-31/+3
* o Introduce pr_mtx into struct prison, providing protection for theRobert Watson2001-12-031-3/+8
* promote tv_sec in printf to make it type agnosticMatthew Dillon2001-10-291-4/+4
* Reporting device drivers by traversing cdevsw[] is at best a hackPoul-Henning Kamp2001-10-261-2/+6
* Add proc/mtab which simulates a Linux system's /etc/mtab.Dag-Erling Smørgrav2001-10-211-1/+72
* #if 0 out some code that depends on other uncommitted patches.Dag-Erling Smørgrav2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).Dag-Erling Smørgrav2001-10-191-67/+60
* Catch up with the visibility callback stuff, and give up trying to keep theDag-Erling Smørgrav2001-10-011-19/+37
* Specify readability and / or writeability for all nodes that need it.Dag-Erling Smørgrav2001-09-301-18/+18
* Adapt to pseudofs version 2. Sorry about the breakage - I had this readyDag-Erling Smørgrav2001-09-291-20/+18
* Clean up my source tree to avoid getting hit too badly by the next KSE orDag-Erling Smørgrav2001-09-251-20/+37
* KSE Milestone 2Julian Elischer2001-09-121-7/+7