| Commit message (Expand) | Author | Age | Files | Lines |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -1/+3 |
| * | Change the busy page mgmt, so that when pages are freed, they | John Dyson | 1998-01-31 | 1 | -3/+5 |
| * | VM level code cleanups. | John Dyson | 1998-01-22 | 1 | -179/+104 |
| * | Allow gdb to work again. | John Dyson | 1998-01-21 | 1 | -4/+6 |
| * | Tie up some loose ends in vnode/object management. Remove an unneeded | John Dyson | 1998-01-17 | 1 | -135/+121 |
| * | Fix some vnode management problems, and better mgmt of vnode free list. | John Dyson | 1998-01-12 | 1 | -39/+115 |
| * | Make our v_usecount vnode reference count work identically to the | John Dyson | 1998-01-06 | 1 | -32/+82 |
| * | Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem | John Dyson | 1997-12-29 | 1 | -2/+1 |
| * | Lots of improvements, including restructring the caching and management | John Dyson | 1997-12-29 | 1 | -5/+9 |
| * | The ioopt code is still buggy, but wasn't fully disabled. | John Dyson | 1997-12-25 | 1 | -2/+3 |
| * | Change bogus usage of btoc to atop. The incorrect usage of btoc was | John Dyson | 1997-12-19 | 1 | -13/+12 |
| * | Some performance improvements, and code cleanups (including changing our | John Dyson | 1997-12-19 | 1 | -12/+302 |
| * | Don't #define max() to get a version that works with vm_ooffset's. | Bruce Evans | 1997-11-24 | 1 | -4/+2 |
| * | Simplify map entries during user page wire and user page unwire operations in | Tor Egge | 1997-11-14 | 1 | -14/+18 |
| * | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -3/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -5/+1 |
| * | Decrease the initial allocation for the zone allocations. | John Dyson | 1997-10-24 | 1 | -4/+4 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -2/+2 |
| * | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 1 | -1/+3 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 1 | -4/+9 |
| * | Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection | Jonathan Lemon | 1997-09-12 | 1 | -2/+3 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -3/+1 |
| * | Fixed type mismatches for functions with args of type vm_prot_t and/or | Bruce Evans | 1997-08-25 | 1 | -46/+23 |
| * | Added includes of smp.h for SMP. | Steve Passe | 1997-08-18 | 1 | -1/+5 |
| * | Fix kern_lock so that it will work. Additionally, clean-up some of the | John Dyson | 1997-08-18 | 1 | -13/+8 |
| * | Add exposure of some vm_zone allocation stats by sysctl. Also, change | John Dyson | 1997-08-06 | 1 | -3/+3 |
| * | Fixed the commit botch that was causing crashes soon after system | John Dyson | 1997-08-05 | 1 | -1/+2 |
| * | Another attempt at cleaning up the new memory allocator. | John Dyson | 1997-08-05 | 1 | -9/+9 |
| * | Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use | John Dyson | 1997-08-05 | 1 | -4/+3 |
| * | Modify pmap to use our new memory allocator. Also, change the vm_map_entry | John Dyson | 1997-08-05 | 1 | -3/+4 |
| * | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | John Dyson | 1997-08-05 | 1 | -132/+33 |
| * | Fix a very subtile problem that causes unnessary numbers of objects backing | John Dyson | 1997-07-27 | 1 | -17/+48 |
| * | Don't try upgrading an existing exclusive lock in vm_map_user_pageable. | Tor Egge | 1997-06-23 | 1 | -16/+3 |
| * | Fix a reference problem with maps. Only appears to manifest itself when | John Dyson | 1997-06-15 | 1 | -1/+5 |
| * | Fully implement vfork. Vfork is now much much faster than even our | John Dyson | 1997-04-13 | 1 | -1/+53 |
| * | The biggie: Get rid of the UPAGES from the top of the per-process address | Peter Wemm | 1997-04-07 | 1 | -4/+1 |
| * | Make vm_map_protect be more complete about map simplification. This | John Dyson | 1997-04-06 | 1 | -2/+4 |
| * | Fix the gdb executable modify problem. Thanks to the detective work | John Dyson | 1997-04-06 | 1 | -3/+11 |
| * | 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 | -21/+38 |
| * | Another fix to inheriting shared segments. Do the copy on write | John Dyson | 1997-01-31 | 1 | -1/+9 |
| * | Fix two problems where a NULL object is dereferenced. One problem | John Dyson | 1997-01-22 | 1 | -4/+28 |
| * | Change the map entry flags from bitfields to bitmasks. Allows | John Dyson | 1997-01-16 | 1 | -82/+61 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Undo the collapse breakage (swap space usage problem.) | John Dyson | 1997-01-03 | 1 | -3/+1 |
| * | Guess what? We left alot of the old collapse code that is not needed | John Dyson | 1997-01-01 | 1 | -0/+2 |
| * | A very significant improvement in the management of process maps | John Dyson | 1996-12-31 | 1 | -39/+37 |
| * | Eliminate the redundancy due to the similarity between the routines | John Dyson | 1996-12-28 | 1 | -76/+13 |
| * | Implement closer-to POSIX mlock semantics. The major difference is | John Dyson | 1996-12-14 | 1 | -1/+132 |
| * | Expunge inlines... | John Dyson | 1996-12-07 | 1 | -4/+4 |