| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop using USRSTACK as the edge of the stack, but rather use the vmspace |  miod | 2015-02-09 | 1 | -6/+11 |
* | start retiring the nointr allocator. specify PR_WAITOK as a flag as a |  tedu | 2014-12-19 | 1 | -3/+3 |
* | convert bcopy to memcpy. ok millert |  tedu | 2014-12-10 | 1 | -2/+2 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -3/+3 |
* | Eliminates struct pcred by moving the real and saved ugids into |  guenther | 2014-03-30 | 1 | -7/+7 |
* | exit1() needs to do a final aggregation of the thread's [us]ticks |  guenther | 2014-01-24 | 1 | -3/+7 |
* | bzero -> memset |  tedu | 2014-01-21 | 1 | -2/+2 |
* | Threads can't be zombies, only processes, so change zombproc to zombprocess, |  guenther | 2014-01-20 | 1 | -14/+9 |
* | Move the declarations for dogetrusage(), itimerround(), and dowait4() |  guenther | 2013-10-25 | 1 | -3/+1 |
* | Eliminate the unused retval argument from dogetrusage() |  guenther | 2013-09-14 | 1 | -4/+4 |
* | Snapshots for all archs have been built, so remove the T32 code |  guenther | 2013-09-14 | 1 | -23/+1 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data |  guenther | 2013-08-13 | 1 | -11/+42 |
* | Convert some internal APIs to use timespecs instead of timevals |  guenther | 2013-06-03 | 1 | -17/+31 |
* | Make setrlimit() return EINVAL if rlim_cur > rlim_max, per POSIX. |  guenther | 2013-04-01 | 1 | -5/+4 |
* | Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit |  guenther | 2012-04-10 | 1 | -2/+2 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -32/+59 |
* | Add tracing and dumping of "pointer to struct" syscall arguments for |  guenther | 2012-03-19 | 1 | -3/+15 |
* | The scheduling 'nice' value is per-process, not per-thread, so move it |  guenther | 2011-03-07 | 1 | -15/+11 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -27/+65 |
* | Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX |  guenther | 2010-06-29 | 1 | -4/+2 |
* | Don't decrement the refcnt on a plimits until after we're done |  guenther | 2010-01-04 | 1 | -3/+6 |
* | Use LIST_FOREACH() instead of handrolling. |  thib | 2008-05-22 | 1 | -3/+3 |
* | move p_limit and p_cred into struct process |  tedu | 2007-04-12 | 1 | -5/+5 |
* | ansi/deregister. |  jsg | 2005-11-28 | 1 | -49/+25 |
* | sched work by niklas and art backed out; causes panics |  deraadt | 2005-05-29 | 1 | -2/+2 |
* | This patch is mortly art's work and was done *a year* ago. Art wants to thank |  niklas | 2005-05-25 | 1 | -2/+2 |
* | Use list and queue macros where applicable to make the code easier to read; |  miod | 2004-12-26 | 1 | -4/+3 |
* | debranch SMP, have fun |  niklas | 2004-06-13 | 1 | -1/+5 |
* | Add id_t type as per POSIX and use it for [gs]etpriority(2). |  millert | 2003-12-11 | 1 | -3/+3 |
* | POSIX says rlim_t should be unsigned so make it u_quad_t. Also add |  millert | 2003-12-11 | 1 | -4/+1 |
* | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -2/+2 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Match reality by changing (u_int) -> (int) in comments. |  nordin | 2002-10-15 | 1 | -2/+2 |
* | Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>. |  nordin | 2002-10-02 | 1 | -3/+3 |
* | Map stack pages without VM_PROT_EXECUTE. Notice that right now this |  art | 2002-07-21 | 1 | -2/+2 |
* | Convert plimit allocations to pool. |  art | 2002-01-25 | 1 | -11/+16 |
* | Make user/system times increase monotonically. ok deraadt@ and millert@ |  nordin | 2001-12-20 | 1 | -30/+17 |
* | Move maxdmap and maxsmap to kern_resource.c |  art | 2001-11-10 | 1 | -2/+7 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -3/+1 |
* | remove old vm |  art | 2001-06-27 | 1 | -8/+1 |
* | Make it a bit more obvious what dosetrlimit does. (shrink). |  art | 2001-05-26 | 1 | -30/+25 |
* | Add limfree prototype to sys/recosurcevar.h. |  art | 2000-05-05 | 1 | -2/+1 |
* | Use LIST_ macros instead of internal field names to walk the allproc list. |  art | 2000-03-03 | 1 | -3/+3 |
* | more stack direction fixes; art@ ok |  mickey | 1999-11-05 | 1 | -1/+9 |
* | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t |  art | 1999-07-15 | 1 | -3/+3 |
* | uvm allocation and name changes |  art | 1999-02-26 | 1 | -1/+10 |
* | Sync with NetBSD. Figure NZERO into priorities and that rlim_cur |  millert | 1996-11-24 | 1 | -5/+10 |
* | sec can be a long |  deraadt | 1996-07-27 | 1 | -3/+2 |
* | unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juergen.Fluk@lrz.tu-muenchen.de |  deraadt | 1996-07-02 | 1 | -2/+3 |