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_cmdline.c
Age
Commit message (
Expand
)
Author
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
2002-11-07
Fix signed/unsigned comparison warnings.
thorpej
2002-05-09
Move code shared by procfs and the kernel proper out of procfs and
thorpej
2001-11-15
don't need <sys/types.h> when including <sys/param.h>
lukem
2001-11-10
add RCSIDs
lukem
2000-09-28
Add support for variable end of user stacks needed to support COMPAT_NETBSD32:
eeh
2000-09-26
PHOLD/PRELE around uvm_io() to user address space is unnecessary. There
thorpej
2000-06-28
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-01
Fix a possible kernel memory leak - if the cmdline of a process was
simonb
2000-05-16
Apply patch from Robert Elz in PR kern/10113. This fixes two problems
simonb
1999-07-22
Rework the process exit path, in preparation for making process exit
thorpej
1999-04-27
Fix excessive memory usage, and fix handling of SZOMB processes. PR #7164,
thorpej
1999-03-24
completely remove Mach VM support. all that is left is the all the
mrg
1999-03-13
malloc the arg temporary buffer, rather than declaring it as an automatic
thorpej
1999-03-13
Some changes to `cmdline' to make it work properly:
thorpej
1999-03-12
PR/7143: Jaromir Docelek: Add procfs/cmdline from Linux emulation
christos