| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -1/+1 |
* | Include <sys/systm.h> for (at least) the definition of atomic functions | Bruce Evans | 2002-04-21 | 1 | -0/+1 |
* | Lock the target process for p_candebug(). | John Baldwin | 2002-04-13 | 1 | -3/+4 |
* | Pseudofsize procfs(5). | Dag-Erling Smørgrav | 2001-12-04 | 1 | -10/+6 |
* | Dissociate ptrace from procfs. | Dag-Erling Smørgrav | 2001-10-07 | 1 | -217/+1 |
* | Prior to support for almost all ps activity via sysctl, ps used procfs, | Robert Watson | 2001-08-03 | 1 | -34/+4 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -8/+3 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
* | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -1/+11 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -3/+5 |
* | o Centralize inter-process access control, introducing: | Robert Watson | 2000-08-30 | 1 | -1/+1 |
* | Include vm/vm_extern.h to get at prototypes | Eivind Eklund | 1999-12-20 | 1 | -0/+1 |
* | Don't simulate a pseudo address-space beyond VM_MAXUSER_ADDRESS that | Peter Wemm | 1999-12-11 | 1 | -40/+0 |
* | Remove unused #includes. | Poul-Henning Kamp | 1999-12-08 | 1 | -1/+0 |
* | Introduce the new function | Poul-Henning Kamp | 1999-11-21 | 1 | -1/+1 |
* | s/p_cred->pc_ucred/p_ucred/g | Poul-Henning Kamp | 1999-11-21 | 1 | -1/+1 |
* | Passing "0" or "FALSE" as the fourth argument to vm_fault is wrong. It | Alan Cox | 1999-11-09 | 1 | -1/+1 |
* | Explain why Warner is right, and I am wrong, in the removing of the | Sean Eric Fagan | 1999-11-08 | 1 | -0/+14 |
* | useracc() the prequel: | Poul-Henning Kamp | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Change suser_xxx() to suser() where it applies. | Poul-Henning Kamp | 1999-04-27 | 1 | -4/+5 |
* | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -2/+2 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | David Greenman | 1998-10-28 | 1 | -2/+2 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | Bruce Evans | 1998-07-15 | 1 | -2/+2 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Disallow reading the current kernel stack. Only the user structure and | Tor Egge | 1998-05-19 | 1 | -7/+32 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | Dag-Erling Smørgrav | 1998-04-17 | 1 | -2/+2 |
* | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
* | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -3/+3 |
* | Fix procfs security hole -- check permissions on meaningful I/Os (namely, | Sean Eric Fagan | 1997-08-12 | 1 | -1/+18 |
* | Removed unused #includes. | Bruce Evans | 1997-08-02 | 1 | -3/+1 |
* | Fix both a problem with accessing backing objects, and also release | John Dyson | 1997-04-20 | 1 | -1/+14 |
* | Fix the gdb executable modify problem. Thanks to the detective work | John Dyson | 1997-04-06 | 1 | -80/+47 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | John Dyson | 1997-02-10 | 1 | -6/+4 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | Fix setting breakpoints in shared regions. | John Dyson | 1996-10-24 | 1 | -7/+4 |
* | Fix a serious problem, with a window where an object lock is needed, | John Dyson | 1996-07-02 | 1 | -57/+97 |
* | Properly lock the vm space when accessing the memory in a process. This | John Dyson | 1996-06-11 | 1 | -2/+14 |
* | This time, really make the procfs work when reading stuff from the UPAGES. | Peter Wemm | 1996-01-25 | 1 | -15/+34 |
* | Major fixes for procfs.. | Peter Wemm | 1996-01-24 | 1 | -1/+10 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | John Dyson | 1996-01-19 | 1 | -2/+3 |
* | Fixed 1TB filesize changes. Some pindexes had bogus names and types | Bruce Evans | 1995-12-17 | 1 | -5/+5 |
* | Changes to support 1Tb filesizes. Pages are now named by an | John Dyson | 1995-12-11 | 1 | -3/+3 |
* | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+8 |
* | Added prototypes. | Bruce Evans | 1995-12-03 | 1 | -1/+3 |