| Commit message (Expand) | Author | Age | Files | Lines |
| * | Giant is no longer required by vm_waitproc() and vmspace_exitfree(). | Alan Cox | 2004-07-30 | 1 | -1/+0 |
| * | - Use atomic ops for updating the vmspace's refcnt and exitingcnt. | Alan Cox | 2004-07-27 | 1 | -2/+2 |
| * | - Don't use a variable to point to the user area that we only use once. | John Baldwin | 2004-07-02 | 1 | -15/+10 |
| * | Update a stale comment. The heuristic to swap processes out based on | David Schultz | 2004-06-27 | 1 | -2/+3 |
| * | Nice, is a property of a process as a whole.. | Julian Elischer | 2004-06-16 | 1 | -1/+1 |
| * | In r1.190, vslock() and vsunlock() were bogusly made to do a "user wire" | Brian Feldman | 2004-05-07 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-06 | 1 | -4/+0 |
| * | Make overflow/wraparound checking more robust and unbreak len=0 in | Don Lewis | 2004-03-15 | 1 | -6/+9 |
| * | Style(9) changes. | Don Lewis | 2004-03-15 | 1 | -23/+5 |
| * | Revert to the original vslock() and vsunlock() API with the following | Don Lewis | 2004-03-15 | 1 | -31/+23 |
| * | Retire pmap_pinit2(). Alpha was the last platform that used it. However, | Alan Cox | 2004-03-07 | 1 | -3/+0 |
| * | Undo the merger of mlock()/vslock and munlock()/vsunlock() and the | Don Lewis | 2004-03-05 | 1 | -0/+78 |
| * | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -29/+0 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -6/+8 |
| * | Fixed breakage of scheduling in rev.1.29 of subr_4bsd.c. The | Bruce Evans | 2004-01-29 | 1 | -1/+1 |
| * | - The Open Group Base Specifications Issue 6 specifies that an munmap(2) | Alan Cox | 2003-11-10 | 1 | -0/+4 |
| * | Revert previous commit. Come back vslock(), all is forgiven. | Bruce M Simpson | 2003-10-05 | 1 | -0/+29 |
| * | Retire vslock() and vsunlock() with extreme prejudice. | Bruce M Simpson | 2003-10-05 | 1 | -29/+0 |
| * | Three unrelated changes to vm_proc_new(): (1) add vm object locking on the | Alan Cox | 2003-08-18 | 1 | -10/+7 |
| * | In vm_thread_swap{in|out}(), remove the alpha specific conditional | Marcel Moolenaar | 2003-08-16 | 1 | -13/+2 |
| * | Add the mlockall() and munlockall() system calls. | Bruce M Simpson | 2003-08-11 | 1 | -2/+4 |
| * | Change the layout policy of the swap_pager from a hardcoded width | Poul-Henning Kamp | 2003-08-03 | 1 | -1/+1 |
| * | Add #include "opt_kstack_pages.h" and "opt_kstack_max_pages.h" to remain | Peter Wemm | 2003-07-31 | 1 | -0/+2 |
| * | Use #ifdef __alpha__, not __alpha. | Alan Cox | 2003-06-15 | 1 | -2/+2 |
| * | Migrate the thread stack management functions from the machine-dependent | Alan Cox | 2003-06-14 | 1 | -4/+172 |
| * | Move the *_new_altkstack() and *_dispose_altkstack() functions out of the | Alan Cox | 2003-06-14 | 1 | -0/+31 |
| * | Add vm object locking to various pagers' "get pages" methods, i386 stack | Alan Cox | 2003-06-13 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -2/+3 |
| * | GC unused cpu_wait() function | Peter Wemm | 2003-06-11 | 1 | -1/+0 |
| * | Remove unused variables | Poul-Henning Kamp | 2003-05-31 | 1 | -4/+0 |
| * | - Merge struct procsig with struct sigacts. | John Baldwin | 2003-05-13 | 1 | -11/+1 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
| * | - Lock the vm_object when performing swap_pager_isswapped(). | Alan Cox | 2003-04-28 | 1 | -14/+16 |
| * | - Don't bother using the proc lock to test just P_SYSTEM as that is set in | John Baldwin | 2003-04-25 | 1 | -8/+6 |
| * | - Lock the vm_object when iterating over its list of resident pages. | Alan Cox | 2003-04-25 | 1 | -0/+8 |
| * | Fix compiling in the NO_SWAPPING case. | John Baldwin | 2003-04-23 | 1 | -5/+7 |
| * | - Always call faultin() in _PHOLD() if PS_INMEM is clear. This closes a | John Baldwin | 2003-04-22 | 1 | -42/+36 |
| * | Add some tunable descriptions. | Tom Rhodes | 2003-04-17 | 1 | -2/+2 |
| * | Pre-content whitespace commit. | Tom Rhodes | 2003-04-17 | 1 | -4/+4 |
| * | use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock. | Alfred Perlstein | 2003-01-21 | 1 | -4/+4 |
| * | Close the remaining user address mapping races for physical | Matthew Dillon | 2003-01-20 | 1 | -0/+12 |
| * | - Hold the page queues lock around vm_page_wakeup(). | Alan Cox | 2002-12-24 | 1 | -0/+2 |
| * | This is David Schultz's swapoff code which I am finally able to commit. | Matthew Dillon | 2002-12-15 | 1 | -0/+40 |
| * | - Check that a process isn't a new process (p_state == PRS_NEW) before | John Baldwin | 2002-10-22 | 1 | -20/+23 |
| * | Remove old useless debugging code | Julian Elischer | 2002-10-14 | 1 | -5/+0 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -2/+2 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -14/+6 |
| * | Completely redo thread states. | Julian Elischer | 2002-09-11 | 1 | -10/+15 |
| * | - Do not swap out a process if it is in creation. The process may have no | Seigo Tanimura | 2002-09-09 | 1 | -0/+24 |
| * | Use UMA as a complex object allocator. | Julian Elischer | 2002-09-06 | 1 | -5/+0 |