index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
miscfs
/
procfs
/
procfs_linux.c
Age
Commit message (
Expand
)
Author
2007-05-26
In /proc/<pid>/statm, avoid leaking buffer space if the attempt to get
agc
2007-05-25
Use a bit more common code for the MULTIPROCESSOR and !MULTIPROCESSOR
agc
2007-05-25
Various changes for better Linux emulation:
agc
2007-05-24
use PRIu64, not llu, to unbork on 64-bit platforms.
dogcow
2007-05-24
Extend the Linux emulation of /proc to include
agc
2007-04-01
return 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-09
Merge newlock2 to head.
ad
2006-12-24
Add two comments. No functional change.
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-27
don't allocate large buffers on the stack.
christos
2006-10-23
PR/34888: Nicolas Joly: kernel panic while trying to access
elad
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-20
Emulate Linux's /proc/devices
manu
2006-06-24
PR/33815: Nicolas Joly: /emul/linux/proc/#/stat always report current
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-29
- sprinkle const
christos
2005-03-01
Remove bogus len setting noted by J. Chapman Flack.
christos
2005-02-27
Give more space for cpu info and allocate it dynamically.
christos
2005-02-26
nuke trailing whitespace
perry
2004-09-20
add 'mounts' file for -o linux, which lists all currently mounted
jdolecek
2004-08-27
Do previous slightly differently - just pass a struct lwp * and derive the
skrll
2004-08-21
fix process used for /proc/<pid>/stat contents - it should be process
jdolecek
2004-04-22
sprintf -> snprintf
itojun
2003-10-30
t_pgrp can be null.
christos
2003-08-21
Add casts of LINUX_USRSTACK and USRSTACK to handle the cases
he
2003-08-09
LINUX_USRSTACK is only defined on i386. Thanks Izumi!
christos
2003-08-09
Only choose the linux usrstack if the netbsd usrstack was higher.
christos
2003-08-09
Change the way we compute the top of the stack. This makes java-1.4.2 work.
christos
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-05-29
Change "%qu" to "PRIu64" to make it compile on sparc64.
hannken
2003-05-28
Add /proc/<pid>/stat for linux compat. j2sdk1.4.2 depends on it.
christos
2003-02-27
Change "%llu" to "PRIu64" to make it compile on sparc64.
hannken
2003-02-25
This addresses PR kerm/19989. Thanks to hamajima@nagoya.ydc.co.jp for submitt...
jrf
2001-12-09
replace "vnode" and "vtext" with "file" and "exec" in uvmexp field names.
chs
2001-11-10
add RCSIDs
lukem
2001-01-18
No-op revision to force update of this file to a non-"-kk" version.
tv
2001-01-17
Add a few linux-style files, only enabled when -o linux is specified
fvdl