| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed type mismatches for functions with args of type vm_prot_t and/or | bde | 1997-08-25 | 8 | -92/+44 |
* | This is a trial improvement for the vnode reference count while on the vnode | dyson | 1997-08-22 | 1 | -2/+1 |
* | #include <machine/limits.h> explicitly in the few places that it is required. | bde | 1997-08-21 | 1 | -1/+3 |
* | Added includes of smp.h for SMP. | fsmp | 1997-08-18 | 2 | -2/+10 |
* | Fix kern_lock so that it will work. Additionally, clean-up some of the | dyson | 1997-08-18 | 2 | -17/+66 |
* | The "cutsie" register parameter passing that I had mistakenly used breaks | dyson | 1997-08-10 | 1 | -10/+10 |
* | More vm_zone cleanup. The sysctl now accounts for items better, and | dyson | 1997-08-07 | 2 | -5/+15 |
* | Add exposure of some vm_zone allocation stats by sysctl. Also, change | dyson | 1997-08-06 | 3 | -6/+77 |
* | Fixed the commit botch that was causing crashes soon after system | dyson | 1997-08-05 | 2 | -2/+4 |
* | Another attempt at cleaning up the new memory allocator. | dyson | 1997-08-05 | 3 | -76/+167 |
* | Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use | dyson | 1997-08-05 | 2 | -6/+4 |
* | Modify pmap to use our new memory allocator. Also, change the vm_map_entry | dyson | 1997-08-05 | 2 | -4/+6 |
* | A very simple zone allocator. | dyson | 1997-08-05 | 2 | -0/+309 |
* | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | dyson | 1997-08-05 | 6 | -162/+45 |
* | Removed unused #includes. | bde | 1997-08-02 | 3 | -11/+3 |
* | Add the ability for the pageout daemon to measure stats on memory usage before | dyson | 1997-07-27 | 1 | -14/+122 |
* | Fix a very subtile problem that causes unnessary numbers of objects backing | dyson | 1997-07-27 | 1 | -17/+48 |
* | Add support for 4MB pages. This includes the .text, .data, .data parts | dyson | 1997-07-17 | 2 | -5/+10 |
* | Don't try upgrading an existing exclusive lock in vm_map_user_pageable. | tegge | 1997-06-23 | 1 | -16/+3 |
* | Kill some stale leftovers from the earlier attempts at SMP per-cpu pages | peter | 1997-06-22 | 3 | -14/+3 |
* | Remove a window during running down a file vnode. Also, the OBJ_DEAD | dyson | 1997-06-22 | 1 | -1/+4 |
* | Correct the return code for the mlock system call. Also add the stubs | dyson | 1997-06-15 | 1 | -2/+32 |
* | Fix a reference problem with maps. Only appears to manifest itself when | dyson | 1997-06-15 | 1 | -1/+5 |
* | Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed | peter | 1997-05-29 | 2 | -3/+3 |
* | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | dfr | 1997-05-19 | 2 | -3/+8 |
* | Check the correct queue for waking up the pageout daemon. Specifically, | dyson | 1997-05-01 | 1 | -2/+2 |
* | Man the liferafts! Here comes the long awaited SMP -> -current merge! | peter | 1997-04-26 | 4 | -4/+17 |
* | Send this to the Attic so there's no mixups over which kern_lock.c is in | peter | 1997-04-21 | 1 | -377/+0 |
* | Unused variable (upobj is now purely handled within pmap) | peter | 1997-04-14 | 1 | -2/+1 |
* | Fully implement vfork. Vfork is now much much faster than even our | dyson | 1997-04-13 | 4 | -8/+65 |
* | The biggie: Get rid of the UPAGES from the top of the per-process address | peter | 1997-04-07 | 4 | -24/+22 |
* | Commit a typo fix that's been sitting in my tree for ages, quite forgotten. | peter | 1997-04-06 | 1 | -2/+2 |
* | Make vm_map_protect be more complete about map simplification. This | dyson | 1997-04-06 | 1 | -2/+4 |
* | Correction to the prototype for vm_fault. | dyson | 1997-04-06 | 1 | -2/+2 |
* | Fix the gdb executable modify problem. Thanks to the detective work | dyson | 1997-04-06 | 4 | -17/+31 |
* | Removed potentially harmful garbage <vm/lock.h> and fixed bogus | bde | 1997-04-01 | 1 | -117/+0 |
* | Changed the way that the exec image header is read to be filesystem- | dg | 1997-03-31 | 2 | -4/+2 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 2 | -3/+4 |
* | Fix a significant error in the accounting for pre-zeroed pages. This | dyson | 1997-03-23 | 1 | -5/+6 |
* | When removing IN_RECURSE support during the Lite/2 merge, read/write | dyson | 1997-03-08 | 1 | -2/+2 |
* | Removed a wrong LK_INTERLOCK flag. | bde | 1997-02-27 | 1 | -3/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 35 | -35/+35 |
* | Removed vestiges of Mach lock types. | bde | 1997-02-18 | 2 | -14/+1 |
* | Provide an alternative interface to contigmalloc() which allows a specific | wollman | 1997-02-13 | 2 | -4/+22 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 15 | -64/+129 |
* | Another fix to inheriting shared segments. Do the copy on write | dyson | 1997-01-31 | 1 | -1/+9 |
* | Added a check/panic for v_usecount being 0 (no vnode reference) in | dg | 1997-01-24 | 1 | -0/+2 |
* | Fix two problems where a NULL object is dereferenced. One problem | dyson | 1997-01-22 | 1 | -4/+28 |
* | Make MADV_FREE work better. Specifically, it did not wait for | dyson | 1997-01-20 | 1 | -13/+46 |
* | Change the map entry flags from bitfields to bitmasks. Allows | dyson | 1997-01-16 | 7 | -89/+78 |