summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_linux.c
AgeCommit message (Expand)Author
2007-05-26In /proc/<pid>/statm, avoid leaking buffer space if the attempt to getagc
2007-05-25Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSORagc
2007-05-25Various changes for better Linux emulation:agc
2007-05-24use PRIu64, not llu, to unbork on 64-bit platforms.dogcow
2007-05-24Extend the Linux emulation of /proc to includeagc
2007-04-01return a page less than the actual top of stack so that linux-java works.christos
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-02-09Merge newlock2 to head.ad
2006-12-24Add two comments. No functional change.elad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-27don't allocate large buffers on the stack.christos
2006-10-23PR/34888: Nicolas Joly: kernel panic while trying to accesselad
2006-10-12- sprinkle __unused on function decls.christos
2006-09-20Emulate Linux's /proc/devicesmanu
2006-06-24PR/33815: Nicolas Joly: /emul/linux/proc/#/stat always report currentchristos
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle constchristos
2005-03-01Remove bogus len setting noted by J. Chapman Flack.christos
2005-02-27Give more space for cpu info and allocate it dynamically.christos
2005-02-26nuke trailing whitespaceperry
2004-09-20add 'mounts' file for -o linux, which lists all currently mountedjdolecek
2004-08-27Do previous slightly differently - just pass a struct lwp * and derive theskrll
2004-08-21fix process used for /proc/<pid>/stat contents - it should be processjdolecek
2004-04-22sprintf -> snprintfitojun
2003-10-30t_pgrp can be null.christos
2003-08-21Add casts of LINUX_USRSTACK and USRSTACK to handle the caseshe
2003-08-09LINUX_USRSTACK is only defined on i386. Thanks Izumi!christos
2003-08-09Only choose the linux usrstack if the netbsd usrstack was higher.christos
2003-08-09Change the way we compute the top of the stack. This makes java-1.4.2 work.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-29Change "%qu" to "PRIu64" to make it compile on sparc64.hannken
2003-05-28Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it.christos
2003-02-27Change "%llu" to "PRIu64" to make it compile on sparc64.hannken
2003-02-25This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt...jrf
2001-12-09replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.chs
2001-11-10add RCSIDslukem
2001-01-18No-op revision to force update of this file to a non-"-kk" version.tv
2001-01-17Add a few linux-style files, only enabled when -o linux is specifiedfvdl