| Commit message (Expand) | Author | Age | Files | Lines |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -4/+5 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | o Lock accesses to the page queues. | alc | 2002-07-12 | 1 | -2/+3 |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 1 | -1/+1 |
* | o Replace mtx_assert(&Giant, MA_OWNED) in dev_pager_alloc() | alc | 2002-06-22 | 1 | -11/+17 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -12/+6 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -11/+11 |
* | This is the first part of the new kernel memory allocator. This replaces | jeff | 2002-03-19 | 1 | -0/+5 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -0/+1 |
* | Assert Giant is held for the device pager alloc and getpages methods since | jhb | 2001-05-23 | 1 | -3/+3 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -0/+2 |
* | Protect pager object creation with sx locks. | alfred | 2001-04-18 | 1 | -11/+14 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -2/+2 |
* | Remove unused #include's. | alc | 1999-11-07 | 1 | -1/+0 |
* | useracc() the prequel: | phk | 1999-10-29 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Casting handles from void * to uintptr_t on the way to dev_t became | bde | 1999-05-13 | 1 | -3/+3 |
* | Device pager's handle is dev_t not udev_t. | luoqi | 1999-05-13 | 1 | -3/+3 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 1 | -4/+4 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -3/+3 |
* | vm_pager_put_pages() is passed an rcval array to hold per-page return | dillon | 1999-01-24 | 1 | -3/+3 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -2/+2 |
* | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | eivind | 1999-01-08 | 1 | -5/+2 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | * Fix a couple of places in the device pager where an address was | dfr | 1998-11-08 | 1 | -3/+4 |
* | Convert fake page allocs to use the zone allocator, thus eliminating the | dg | 1998-10-22 | 1 | -14/+8 |
* | Set m->object to NULL in dev_pager_getfake(). | dg | 1998-10-21 | 1 | -1/+2 |
* | Fixed two potentially serious classes of bugs: | dg | 1998-10-13 | 1 | -7/+9 |
* | Cast pointers to uintptr_t/intptr_t instead of to u_long/long, | bde | 1998-07-15 | 1 | -3/+3 |
* | Back out DIAGNOSTIC changes. | eivind | 1998-02-06 | 1 | -3/+1 |
* | Turn DIAGNOSTIC into a new-style option. | eivind | 1998-02-04 | 1 | -1/+3 |
* | Change the busy page mgmt, so that when pages are freed, they | dyson | 1998-01-31 | 1 | -2/+1 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -6/+1 |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 1 | -6/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | This set of commits to the VM system does the following, and contain | dyson | 1996-05-18 | 1 | -4/+4 |
* | Another sweep over the pmap/vm macros, this time with more focus on | phk | 1996-05-03 | 1 | -2/+2 |
* | Add a missing initialization of the hold_count for device pager ficticiouse | dyson | 1996-03-09 | 1 | -1/+2 |
* | Eliminated many redundant vm_map_lookup operations for vm_mmap. | dyson | 1996-01-19 | 1 | -6/+6 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -9/+22 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -3/+3 |
* | Changes to support 1Tb filesizes. Pages are now named by an | dyson | 1995-12-11 | 1 | -10/+12 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+5 |
* | Fixed the type mismatch in check for the bogus mmap function `nullop'. | bde | 1995-12-03 | 1 | -3/+5 |
* | Completed function declarations and/or added prototypes. | bde | 1995-12-03 | 1 | -3/+4 |