summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_cmdline.c
AgeCommit message (Expand)Author
2019-09-27Instead of casting to size_t, cast to uintmax_t to prevent truncationchristos
2019-09-26fix sign-compare issues: uio->uio_offset (off_t) is compared with (size_t):christos
2017-12-31rename some "cmdline" stuff now that it is used to print environment toochristos
2017-12-31Add an environ nodechristos
2011-03-04Refactor ps_strings access. Based on PK_32, write either the normaljoerg
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge newlock2 to head.ad
2006-12-28PR/32877: Geoff C. Wing: mount_procfs(8) doesn't null-terminate cmdlineelad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-04-22sprintf -> snprintfitojun
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