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
2019-09-27
Instead of casting to size_t, cast to uintmax_t to prevent truncation
christos
2019-09-26
fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):
christos
2017-12-31
rename some "cmdline" stuff now that it is used to print environment too
christos
2017-12-31
Add an environ node
christos
2011-03-04
Refactor ps_strings access. Based on PK_32, write either the normal
joerg
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-02-17
Change the process/lwp flags seen by userland via sysctl back to the
pavel
2007-02-09
Merge newlock2 to head.
ad
2006-12-28
PR/32877: Geoff C. Wing: mount_procfs(8) doesn't null-terminate cmdline
elad
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-03-01
merge yamt-uio_vmspace branch.
yamt
2005-12-11
merge ktrace-lwp.
christos
2005-02-26
nuke trailing whitespace
perry
2004-04-22
sprintf -> snprintf
itojun
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