Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Actually remove the procfs files | 2014-09-08 | 1 | -172/+0 | |
| | |||||
* | add a size argument to free. will be used soon, but for now default to 0. | 2014-07-12 | 1 | -2/+2 | |
| | | | | after discussions with beck deraadt kettenis. | ||||
* | Format string fixes: Cast time_t to long long | 2013-10-01 | 1 | -3/+4 | |
| | | | | and mnt_stat.f_ctime is long long, too | ||||
* | cast time_t to long long, time_t is signed, tv_nsec is long | 2013-07-03 | 1 | -3/+3 | |
| | | | | ok deraadt@ | ||||
* | Convert some internal APIs to use timespecs instead of timevals | 2013-06-03 | 1 | -2/+2 | |
| | | | | ok matthew@ deraadt@ | ||||
* | Make rusage totals, itimers, and profile settings per-process instead | 2012-03-23 | 1 | -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, | 2010-07-26 | 1 | -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. | 2007-06-18 | 1 | -10/+3 | |
| | | | | no binary change | ||||
* | Kernel stack can be swapped. This means that stuff that's on the stack | 2006-11-29 | 1 | -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@ | 2004-05-05 | 1 | -7/+7 | |
| | | | | | ok deraadt@ millert@ problem noticed by deprotect.com | ||||
* | repair status by not repeating fields. fixes pr2101 from jim razmus | 2004-03-03 | 1 | -5/+6 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | 2001-05-16 | 1 | -3/+1 | |
| | |||||
* | calculate length and allocate buffer for status. work by deraadt@ and me | 2000-12-18 | 1 | -53/+92 | |
| | |||||
* | fix a nasty code typo; rotel@indigo.ie | 1997-12-30 | 1 | -2/+2 | |
| | |||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 1 | -3/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+145 | |