summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_status.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Actually remove the procfs filesguenther2014-09-081-172/+0
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Format string fixes: Cast time_t to long longsf2013-10-011-3/+4
* cast time_t to long long, time_t is signed, tv_nsec is longsf2013-07-031-3/+3
* Convert some internal APIs to use timespecs instead of timevalsguenther2013-06-031-2/+2
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-3/+3
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-8/+9
* ansify/de-register.jasper2007-06-181-10/+3
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-6/+3
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-7/+7
* repair status by not repeating fields. fixes pr2101 from jim razmustedu2004-03-031-5/+6
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)ho2001-05-161-3/+1
* calculate length and allocate buffer for status. work by deraadt@ and meprovos2000-12-181-53/+92
* fix a nasty code typo; rotel@indigo.iederaadt1997-12-301-2/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+4
* initial import of NetBSD treederaadt1995-10-181-0/+145