| Commit message (Expand) | Author | Age | Files | Lines |
* | MFP4: Change 109654 | Jung-uk Kim | 2006-11-27 | 1 | -0/+60 |
* | style(9) | Alexander Leidinger | 2006-10-29 | 1 | -0/+1 |
* | Spell proc/sys/kernel/pid_max correctly in a comment. | Giorgos Keramidas | 2006-10-11 | 1 | -1/+1 |
* | Implement /proc/sys/kernel/pid_max. | Alexander Leidinger | 2006-10-08 | 1 | -0/+19 |
* | Lock the vnode around the call to VOP_GETATTR. Move the locked code | Konstantin Belousov | 2006-08-08 | 1 | -5/+16 |
* | Improve linprovfs to provide/fix the | Alexander Leidinger | 2006-06-27 | 1 | -27/+51 |
* | Add the model name, obtained from the hw.model sysctl variable. | Dag-Erling Smørgrav | 2006-06-12 | 1 | -2/+12 |
* | As far as I can tell, the correct CPU family for amd64 (which Linux calls | Dag-Erling Smørgrav | 2006-06-02 | 1 | -2/+2 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -78/+0 |
* | Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy. | Doug Ambrisko | 2006-05-05 | 1 | -11/+37 |
* | Fix calculation of meminfo's swaptotal and swapfree on at least amd64. | Max Laier | 2005-12-11 | 1 | -2/+2 |
* | Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. | Craig Rodrigues | 2005-11-29 | 1 | -1/+0 |
* | Always produce cpuX entries, even in the case when there is only one CPU | Maxim Sobolev | 2005-03-06 | 1 | -7/+6 |
* | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 1 | -3/+3 |
* | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
* | Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs. | Colin Percival | 2004-12-01 | 1 | -1/+13 |
* | Pick up the inode number using VOP_GETATTR() rather than caching it | Poul-Henning Kamp | 2004-11-10 | 1 | -4/+6 |
* | Add support for 32-bit Linux binary emulation on amd64: | Tim J. Robbins | 2004-08-16 | 1 | -5/+16 |
* | Remove ps_argsopen from this check, because of two reasons: | Pawel Jakub Dawidek | 2004-04-01 | 1 | -1/+1 |
* | Remove VFS_STATFS() call which violated the lock order and wasn't | Dag-Erling Smørgrav | 2004-02-09 | 1 | -4/+0 |
* | Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0" | Robert Watson | 2004-01-12 | 1 | -1/+1 |
* | Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently. | Alan Cox | 2004-01-02 | 1 | -0/+2 |
* | Use mp_ncpus instead of the hw.ncpu sysctl. | Dag-Erling Smørgrav | 2003-12-07 | 1 | -22/+11 |
* | Various style and type fixes in my last commit. | Olivier Houchard | 2003-10-20 | 1 | -16/+12 |
* | Implement partially /proc/<pid>/maps. | Olivier Houchard | 2003-10-19 | 1 | -5/+96 |
* | make kernel_sysctl()'s args match its prototype in order to fix the | Andrew Gallatin | 2003-10-08 | 1 | -1/+1 |
* | Fix a (fortunately harmless) signed / unsigned bug. | Dag-Erling Smørgrav | 2003-09-30 | 1 | -1/+2 |
* | Previous commit contained too-smart-for-its-own-good code that might | Dag-Erling Smørgrav | 2003-09-22 | 1 | -8/+9 |
* | Fake multi-cpu statistics for proc/stat by dividing the totals by the | Dag-Erling Smørgrav | 2003-09-22 | 1 | -5/+18 |
* | Fix some broken comments. | Dag-Erling Smørgrav | 2003-09-09 | 1 | -3/+3 |
* | Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscate | Dag-Erling Smørgrav | 2003-09-09 | 1 | -17/+96 |
* | Whitespace cleanup. | Dag-Erling Smørgrav | 2003-08-18 | 1 | -14/+14 |
* | Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h> | Marcel Moolenaar | 2003-08-17 | 1 | -0/+1 |
* | Add support for multiple CPUs to cpuinfo. | Dag-Erling Smørgrav | 2003-08-04 | 1 | -8/+18 |
* | Add a new function swap_pager_status() which reports the total size of the | Poul-Henning Kamp | 2003-07-18 | 1 | -8/+5 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+33 |
* | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -2/+6 |
* | P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now it | John Baldwin | 2003-04-17 | 1 | -3/+3 |
* | Fix multiple printf warnings on Alpha: | John Baldwin | 2003-04-16 | 1 | -19/+19 |
* | - Change the linux_[gs]et_os{name, release, s_version}() functions to | John Baldwin | 2003-03-13 | 1 | -2/+2 |
* | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
* | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 1 | -0/+2 |
* | Remove the process state PRS_WAIT. | Julian Elischer | 2002-10-21 | 1 | -3/+0 |
* | Back our kernel support for reliable signal queues. | Juli Mallett | 2002-10-01 | 1 | -1/+1 |
* | First half of implementation of ksiginfo, signal queues, and such. This | Juli Mallett | 2002-09-30 | 1 | -1/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -1/+2 |
* | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -6/+1 |
* | Part 1 of KSE-III | Julian Elischer | 2002-06-29 | 1 | -19/+44 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -1/+1 |
* | - p_cansee() needs the target process locked. | John Baldwin | 2002-04-13 | 1 | -17/+15 |