Age | Commit message (Expand) | Author |
2010-07-26 | Correct the links between threads, processes, pgrps, and sessions, | Philip Guenthe |
2010-06-29 | Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIX | Philip Guenthe |
2010-01-04 | Don't decrement the refcnt on a plimits until after we're done | Philip Guenthe |
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson |
2007-04-12 | move p_limit and p_cred into struct process | Ted Unangst |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2003-12-11 | Add id_t type as per POSIX and use it for [gs]etpriority(2). | Todd C. Miller |
2003-12-11 | POSIX says rlim_t should be unsigned so make it u_quad_t. Also add | Todd C. Miller |
2003-09-01 | match syscallargs comments with reality | Henning Brauer |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-10-15 | Match reality by changing (u_int) -> (int) in comments. | Thomas Nordin |
2002-10-02 | Check for negative values. Inspiration from tedu <grendel@zeitbombe.org>. | Thomas Nordin |
2002-07-21 | Map stack pages without VM_PROT_EXECUTE. Notice that right now this | Artur Grabowski |
2002-01-25 | Convert plimit allocations to pool. | Artur Grabowski |
2001-12-20 | Make user/system times increase monotonically. ok deraadt@ and millert@ | Thomas Nordin |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-27 | remove old vm | Artur Grabowski |
2001-05-26 | Make it a bit more obvious what dosetrlimit does. (shrink). | Artur Grabowski |
2000-05-05 | Add limfree prototype to sys/recosurcevar.h. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
1999-11-05 | more stack direction fixes; art@ ok | Michael Shalayeff |
1999-07-15 | vm_offset_t -> {v,p}addr_t ; vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-02-26 | uvm allocation and name changes | Artur Grabowski |
1996-11-24 | Sync with NetBSD. Figure NZERO into priorities and that rlim_cur | Todd C. Miller |
1996-07-27 | sec can be a long | Theo de Raadt |
1996-07-02 | unsigned usec can go negative, should be added in as is; netbsd pr#2585; Juer... | Theo de Raadt |
1996-06-20 | calcru() must calculate using u_quad_t to avoid overflows; netbsd pr#2496, br... | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-12-14 | from netbsd; limfree() | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |