summaryrefslogtreecommitdiff
path: root/sys/miscfs/procfs/procfs_status.c
AgeCommit message (Expand)Author
2020-05-23Move proc_lock into the data segment. It was dynamically allocated becausead
2017-09-29Use %ju and (intmax_t) to unbreak i386 build.kre
2017-09-29Split the status printing routines (one for NetBSD and one for Linux) forchristos
2016-11-14Return the "true" parent's pid as the parent pid (ppid) via thekre
2009-10-21Remove uarea swap-out functionality:rmind
2009-01-11merge christos-time_tchristos
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2007-03-09- Make the proclist_lock a mutex. The write:read ratio is unfavourable,ad
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-05-14integrate kauth.elad
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle constchristos
2005-02-26nuke trailing whitespaceperry
2004-04-22sprintf -> snprintfitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-07Fix signed/unsigned comparison warnings.thorpej
2001-11-10add RCSIDslukem
2000-12-30Increase psbuf size as in FreeBSD patch. We don't have jail(8), so thedavid
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-02-14Prevent the session ID from disappearing if the session leader exitsthorpej
1996-10-13backout previous kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-03-16Fix printf format follies.christos
1995-06-01Moved egid credential from cr_groups[0] to new field cr_gid. POSIX.1jtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-15Minor update from JSP after merging my changes.mycroft
1994-06-15Fix a bug pointed out by JSP.mycroft
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-04Rename a lot of process flags.cgd
1994-01-10Fix sign extension bugws
1994-01-09Bug fixes and enhancements:ws
1994-01-05add new procfs code, from Jan-Simon Pendry, jsp@sequent.com.cgd