summaryrefslogtreecommitdiffstats
path: root/sys/miscfs/procfs/procfs_status.c (follow)
Commit message (Collapse)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
| | | | after discussions with beck deraadt kettenis.
* Format string fixes: Cast time_t to long longsf2013-10-011-3/+4
| | | | and mnt_stat.f_ctime is long long, too
* cast time_t to long long, time_t is signed, tv_nsec is longsf2013-07-031-3/+3
| | | | ok deraadt@
* Convert some internal APIs to use timespecs instead of timevalsguenther2013-06-031-2/+2
| | | | ok matthew@ deraadt@
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-3/+3
| | | | | | | of per-rthread. Handling of per-thread tick and runtime counters inspired by how FreeBSD does it. ok kettenis@
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-8/+9
| | | | | | | | | so that the process-level stuff is to/from struct process and not struct proc. This fixes a bunch of problem cases in rthreads. Based on earlier work by blambert and myself, but mostly written at c2k10. Tested by many: deraadt, sthen, krw, ray, and in snapshots
* ansify/de-register.jasper2007-06-181-10/+3
| | | | no binary change
* Kernel stack can be swapped. This means that stuff that's on the stackmiod2006-11-291-6/+3
| | | | | | | | | | should never be referenced outside the context of the process to which this stack belongs unless we do the PHOLD/PRELE dance. Loads of code doesn't follow the rules here. Instead of trying to track down all offenders and fix this hairy situation, it makes much more sense to not swap kernel stacks. From art@, tested by many some time ago.
* make sure uio_offset is a safe value, with suggestions from millert@tedu2004-05-051-7/+7
| | | | | ok deraadt@ millert@ problem noticed by deprotect.com
* 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
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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