| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unused #includes. | bde | 1997-10-28 | 1 | -5/+1 |
* | Support garbage collecting the pmap pv entries. The management doesn't | dyson | 1997-10-25 | 1 | -1/+7 |
* | Decrease the initial allocation for the zone allocations. | dyson | 1997-10-24 | 2 | -6/+6 |
* | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | phk | 1997-10-12 | 4 | -6/+14 |
* | Distribute and statizice a lot of the malloc M_* types. | phk | 1997-10-11 | 2 | -2/+6 |
* | Attempt to fix the previous fix to the contigmalloc1 prototype. | peter | 1997-10-11 | 1 | -3/+4 |
* | Fix contigmalloc() and contigmalloc1() arguments. | phk | 1997-10-10 | 2 | -5/+5 |
* | Improve management of pages moving from the inactive to active queue. Additi... | dyson | 1997-10-06 | 1 | -21/+94 |
* | Relax the vnode locking for read only operations. | dyson | 1997-10-06 | 1 | -2/+3 |
* | Fix some style(9) and formatting problems. tabsize 4 formatting doesn't | peter | 1997-09-21 | 2 | -104/+122 |
* | Change the M_NAMEI allocations to use the zone allocator. This change | dyson | 1997-09-21 | 5 | -26/+125 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Print correct function name in panics | peter | 1997-09-13 | 1 | -4/+4 |
* | Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection | jlemon | 1997-09-12 | 1 | -2/+3 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -12/+12 |
* | Removed unused #includes. | bde | 1997-09-01 | 15 | -66/+15 |
* | Some staticized variables were still declared to be extern. | bde | 1997-09-01 | 2 | -6/+4 |
* | Print a device number in hex instead of decimal. | bde | 1997-09-01 | 1 | -2/+2 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -2/+2 |
* | Allow non-page aligned file offset mmap's, providing that the system is | peter | 1997-08-30 | 1 | -23/+47 |
* | 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 |