aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linprocfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: Replace remaining cpu_vendor with cpu_vendor_id andJung-uk Kim2009-07-131-3/+9
* MFC ZFS version 13. This includes the changes by pjd (see original messageKip Macy2009-05-201-0/+1
* MFC r184691: convert to UTF-8.Dag-Erling Smørgrav2009-05-141-1/+1
* MFC: Fix a bug in the previous change to the mtab handler: use the pathJohn Baldwin2009-02-171-1/+1
* MFC r186563:Konstantin Belousov2009-01-291-1/+1
* MFC: Don't leak a reference on the /compat/linux vnode everytimeJohn Baldwin2009-01-211-5/+7
* MFC r185984:Konstantin Belousov2008-12-191-1/+8
* MFC r185765, r185766:Konstantin Belousov2008-12-191-9/+24
* MFC r183600:Konstantin Belousov2008-10-131-29/+5
* MFC r172568Andrew Thompson2008-07-281-1/+1
* MFC: collect per-cpu stats for %user, %system, %idle etc. Counters arePeter Wemm2008-04-091-5/+16
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-9/+9
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-9/+9
* Synchronize vm map and object accesses.Alan Cox2007-05-011-8/+26
* Now that we're MPSAFE, tell namei() to acquire Giant if necessary.Dag-Erling Smørgrav2007-04-221-2/+4
* Whitespace cleanup.Dag-Erling Smørgrav2007-04-151-16/+18
* Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem.Jung-uk Kim2007-04-061-0/+2
* Use underlying structures instead of kernel_sysctlbyname() for msginfo andJung-uk Kim2007-03-301-34/+5
* Add a pn_destroy field to pfs_node. This field points to a destructorDag-Erling Smørgrav2007-03-121-36/+36
* MFP4: 113090, 113130, 113132Jung-uk Kim2007-03-021-3/+100
* Use a printf-modifier which doesn't need a cast.Alexander Leidinger2007-01-211-2/+2
* Fix tinderbox build on amd64.Alexander Leidinger2007-01-201-2/+2
* Ooops, fix the ratelimit.Alexander Leidinger2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.Alexander Leidinger2007-01-201-4/+12
* MFP4: Change 109654Jung-uk Kim2006-11-271-0/+60
* style(9)Alexander Leidinger2006-10-291-0/+1
* Spell proc/sys/kernel/pid_max correctly in a comment.Giorgos Keramidas2006-10-111-1/+1
* Implement /proc/sys/kernel/pid_max.Alexander Leidinger2006-10-081-0/+19
* Lock the vnode around the call to VOP_GETATTR. Move the locked codeKonstantin Belousov2006-08-081-5/+16
* Improve linprovfs to provide/fix theAlexander Leidinger2006-06-271-27/+51
* Add the model name, obtained from the hw.model sysctl variable.Dag-Erling Smørgrav2006-06-121-2/+12
* As far as I can tell, the correct CPU family for amd64 (which Linux callsDag-Erling Smørgrav2006-06-021-2/+2
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-78/+0
* Enhance the Linux emulation layer to make MegaRAID SAS managements tool happy.Doug Ambrisko2006-05-051-11/+37
* Fix calculation of meminfo's swaptotal and swapfree on at least amd64.Max Laier2005-12-111-2/+2
* Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op.Craig Rodrigues2005-11-291-1/+0
* Always produce cpuX entries, even in the case when there is only one CPUMaxim Sobolev2005-03-061-7/+6
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-3/+3
* Start each of the license/copyright comments with /*-Warner Losh2005-01-051-1/+1
* Fix unvalidated pointer dereference. This is FreeBSD-SA-04:17.procfs.Colin Percival2004-12-011-1/+13
* Pick up the inode number using VOP_GETATTR() rather than caching itPoul-Henning Kamp2004-11-101-4/+6
* 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