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