summaryrefslogtreecommitdiffstats
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* Add a pn_destroy field to pfs_node. This field points to a destructordes2007-03-121-36/+36
* MFP4: 113090, 113130, 113132jkim2007-03-021-3/+100
* Use a printf-modifier which doesn't need a cast.netchild2007-01-211-2/+2
* Fix tinderbox build on amd64.netchild2007-01-201-2/+2
* Ooops, fix the ratelimit.netchild2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.netchild2007-01-201-4/+12
* MFP4: Change 109654jkim2006-11-271-0/+60
* style(9)netchild2006-10-291-0/+1
* Spell proc/sys/kernel/pid_max correctly in a comment.keramida2006-10-111-1/+1
* Implement /proc/sys/kernel/pid_max.netchild2006-10-081-0/+19
* Lock the vnode around the call to VOP_GETATTR. Move the locked codekib2006-08-081-5/+16
* Improve linprovfs to provide/fix thenetchild2006-06-271-27/+51
* Add the model name, obtained from the hw.model sysctl variable.des2006-06-121-2/+12
* As far as I can tell, the correct CPU family for amd64 (which Linux callsdes2006-06-021-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-78/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.ambrisko2006-05-051-11/+37
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.mlaier2005-12-111-2/+2
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.rodrigc2005-11-291-1/+0
* Always produce cpuX entries, even in the case when there is only one CPUsobomax2005-03-061-7/+6
* Match the LINUX32's style with existing styleobrien2005-01-141-3/+3
* Start each of the license/copyright comments with /*-imp2005-01-051-1/+1
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.cperciva2004-12-011-1/+13
* Pick up the inode number using VOP_GETATTR() rather than caching itphk2004-11-101-4/+6
* Add support for 32-bit Linux binary emulation on amd64:tjr2004-08-161-5/+16
* Remove ps_argsopen from this check, because of two reasons:pjd2004-04-011-1/+1
* Remove VFS_STATFS() call which violated the lock order and wasn'tdes2004-02-091-4/+0
* Correct for proper vn_fullpath() failure mode: "== -1" -> "!= 0"rwatson2004-01-121-1/+1
* Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.alc2004-01-021-0/+2
* Use mp_ncpus instead of the hw.ncpu sysctl.des2003-12-071-22/+11
* Various style and type fixes in my last commit.cognet2003-10-201-16/+12
* Implement partially /proc/<pid>/maps.cognet2003-10-191-5/+96
* make kernel_sysctl()'s args match its prototype in order to fix thegallatin2003-10-081-1/+1
* Fix a (fortunately harmless) signed / unsigned bug.des2003-09-301-1/+2
* Previous commit contained too-smart-for-its-own-good code that mightdes2003-09-221-8/+9
* Fake multi-cpu statistics for proc/stat by dividing the totals by thedes2003-09-221-5/+18
* Fix some broken comments.des2003-09-091-3/+3
* Add cwd, root and statm (modeled on a 2.4.20 kernel). De-obfuscatedes2003-09-091-17/+96
* Whitespace cleanup.des2003-08-181-14/+14
* Cleanup <machine/cpu.h> by moving MD prototypes to <machine/md_var.h>marcel2003-08-171-0/+1
* Add support for multiple CPUs to cpuinfo.des2003-08-041-8/+18
* Add a new function swap_pager_status() which reports the total size of thephk2003-07-181-8/+5
* Use __FBSDID().obrien2003-06-101-2/+33
* - Merge struct procsig with struct sigacts.jhb2003-05-131-2/+6
* P_SHOULDSTOP used to be p_stat == SSTOP and needed the sched_lock, now itjhb2003-04-171-3/+3
* Fix multiple printf warnings on Alpha:jhb2003-04-161-19/+19
* - Change the linux_[gs]et_os{name, release, s_version}() functions tojhb2003-03-131-2/+2
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* SMP locking for ifnet list.hsu2002-12-221-0/+2
* Remove the process state PRS_WAIT.julian2002-10-211-3/+0
* Back our kernel support for reliable signal queues.jmallett2002-10-011-1/+1
OpenPOWER on IntegriCloud