| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove ps_argsopen from this check, because of two reasons: | pjd | 2004-04-01 | 1 | -1/+1 |
* | Remove VFS_STATFS() call which violated the lock order and wasn't | des | 2004-02-09 | 1 | -4/+0 |
* | Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0" | rwatson | 2004-01-12 | 1 | -1/+1 |
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. | alc | 2004-01-02 | 1 | -0/+2 |
* | Use mp_ncpus instead of the hw.ncpu sysctl. | des | 2003-12-07 | 1 | -22/+11 |
* | Various style and type fixes in my last commit. | cognet | 2003-10-20 | 1 | -16/+12 |
* | Implement partially /proc/<pid>/maps. | cognet | 2003-10-19 | 1 | -5/+96 |
* | make kernel_sysctl()'s args match its prototype in order to fix the | gallatin | 2003-10-08 | 1 | -1/+1 |
* | Fix a (fortunately harmless) signed / unsigned bug. | des | 2003-09-30 | 1 | -1/+2 |
* | Previous commit contained too-smart-for-its-own-good code that might | des | 2003-09-22 | 1 | -8/+9 |
* | Fake multi-cpu statistics for proc/stat by dividing the totals by the | des | 2003-09-22 | 1 | -5/+18 |
* | Fix some broken comments. | des | 2003-09-09 | 1 | -3/+3 |
* | Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscate | des | 2003-09-09 | 1 | -17/+96 |
* | Whitespace cleanup. | des | 2003-08-18 | 1 | -14/+14 |
* | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | marcel | 2003-08-17 | 1 | -0/+1 |
* | Add support for multiple CPUs to cpuinfo. | des | 2003-08-04 | 1 | -8/+18 |
* | Add a new function swap_pager_status() which reports the total size of the | phk | 2003-07-18 | 1 | -8/+5 |
* | Use __FBSDID(). | obrien | 2003-06-10 | 1 | -2/+33 |
* | - Merge struct procsig with struct sigacts. | jhb | 2003-05-13 | 1 | -2/+6 |
* | P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it | jhb | 2003-04-17 | 1 | -3/+3 |
* | Fix multiple printf warnings on Alpha: | jhb | 2003-04-16 | 1 | -19/+19 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | jhb | 2003-03-13 | 1 | -2/+2 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -0/+2 |
* | Remove the process state PRS_WAIT. | julian | 2002-10-21 | 1 | -3/+0 |
* | Back our kernel support for reliable signal queues. | jmallett | 2002-10-01 | 1 | -1/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | jmallett | 2002-09-30 | 1 | -1/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -1/+2 |
* | Completely redo thread states. | julian | 2002-09-11 | 1 | -6/+1 |
* | Part 1 of KSE-III | julian | 2002-06-29 | 1 | -19/+44 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -1/+1 |
* | - p_cansee() needs the target process locked. | jhb | 2002-04-13 | 1 | -17/+15 |
* | - Change fill_kinfo_proc() to require that the process is locked when it | jhb | 2002-04-09 | 1 | -2/+2 |
* | Protect proc struct (p_args and p_comm) when doing procfs IO that pulls | alfred | 2002-03-29 | 1 | -11/+17 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+0 |
* | remove "discards qualifier" erro by not potentially writing to | julian | 2002-02-26 | 1 | -2/+5 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -1/+1 |
* | Pull in more stuff from procfs now that it's been pseudofsized. | des | 2001-12-09 | 1 | -31/+3 |
* | o Introduce pr_mtx into struct prison, providing protection for the | rwatson | 2001-12-03 | 1 | -3/+8 |
* | promote tv_sec in printf to make it type agnostic | dillon | 2001-10-29 | 1 | -4/+4 |
* | Reporting device drivers by traversing cdevsw[] is at best a hack | phk | 2001-10-26 | 1 | -2/+6 |
* | Add proc/mtab which simulates a Linux system's /etc/mtab. | des | 2001-10-21 | 1 | -1/+72 |
* | #if 0 out some code that depends on other uncommitted patches. | des | 2001-10-19 | 1 | -0/+2 |
* | Adapt to pseudofs changes (dynamic initialization, not static). | des | 2001-10-19 | 1 | -67/+60 |
* | Catch up with the visibility callback stuff, and give up trying to keep the | des | 2001-10-01 | 1 | -19/+37 |
* | Specify readability and / or writeability for all nodes that need it. | des | 2001-09-30 | 1 | -18/+18 |
* | Adapt to pseudofs version 2. Sorry about the breakage - I had this ready | des | 2001-09-29 | 1 | -20/+18 |
* | Clean up my source tree to avoid getting hit too badly by the next KSE or | des | 2001-09-25 | 1 | -20/+37 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -7/+7 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -1/+1 |