| Commit message (Expand) | Author | Age | Files | Lines |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 4 | -6/+14 |
| * | Distribute and statizice a lot of the malloc M_* types. | Poul-Henning Kamp | 1997-10-11 | 2 | -2/+6 |
| * | Attempt to fix the previous fix to the contigmalloc1 prototype. | Peter Wemm | 1997-10-11 | 1 | -3/+4 |
| * | Fix contigmalloc() and contigmalloc1() arguments. | Poul-Henning Kamp | 1997-10-10 | 2 | -5/+5 |
| * | Improve management of pages moving from the inactive to active queue. Additi... | John Dyson | 1997-10-06 | 1 | -21/+94 |
| * | Relax the vnode locking for read only operations. | John Dyson | 1997-10-06 | 1 | -2/+3 |
| * | Fix some style(9) and formatting problems. tabsize 4 formatting doesn't | Peter Wemm | 1997-09-21 | 2 | -101/+119 |
| * | Change the M_NAMEI allocations to use the zone allocator. This change | John Dyson | 1997-09-21 | 5 | -26/+125 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Print correct function name in panics | Peter Wemm | 1997-09-13 | 1 | -4/+4 |
| * | Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protection | Jonathan Lemon | 1997-09-12 | 1 | -2/+3 |
| * | Removed yet more vestiges of config-time swap configuration and/or | Bruce Evans | 1997-09-07 | 1 | -12/+12 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 15 | -66/+15 |
| * | Some staticized variables were still declared to be extern. | Bruce Evans | 1997-09-01 | 2 | -6/+4 |
| * | Print a device number in hex instead of decimal. | Bruce Evans | 1997-09-01 | 1 | -2/+2 |
| * | Change the 0xdeadb hack to a flag called VDOOMED. | Poul-Henning Kamp | 1997-08-31 | 1 | -2/+2 |
| * | Allow non-page aligned file offset mmap's, providing that the system is | Peter Wemm | 1997-08-30 | 1 | -23/+47 |
| * | Fixed type mismatches for functions with args of type vm_prot_t and/or | Bruce Evans | 1997-08-25 | 8 | -92/+44 |
| * | This is a trial improvement for the vnode reference count while on the vnode | John Dyson | 1997-08-22 | 1 | -2/+1 |
| * | #include <machine/limits.h> explicitly in the few places that it is required. | Bruce Evans | 1997-08-21 | 1 | -1/+3 |
| * | Added includes of smp.h for SMP. | Steve Passe | 1997-08-18 | 2 | -2/+10 |
| * | Fix kern_lock so that it will work. Additionally, clean-up some of the | John Dyson | 1997-08-18 | 2 | -17/+66 |
| * | The "cutsie" register parameter passing that I had mistakenly used breaks | John Dyson | 1997-08-10 | 1 | -10/+10 |
| * | More vm_zone cleanup. The sysctl now accounts for items better, and | John Dyson | 1997-08-07 | 2 | -5/+15 |
| * | Add exposure of some vm_zone allocation stats by sysctl. Also, change | John Dyson | 1997-08-06 | 3 | -6/+77 |
| * | Fixed the commit botch that was causing crashes soon after system | John Dyson | 1997-08-05 | 2 | -2/+4 |
| * | Another attempt at cleaning up the new memory allocator. | John Dyson | 1997-08-05 | 3 | -75/+166 |
| * | Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Use | John Dyson | 1997-08-05 | 2 | -6/+4 |
| * | Modify pmap to use our new memory allocator. Also, change the vm_map_entry | John Dyson | 1997-08-05 | 2 | -4/+6 |
| * | A very simple zone allocator. | John Dyson | 1997-08-05 | 2 | -0/+309 |
| * | Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu of | John Dyson | 1997-08-05 | 6 | -162/+45 |
| * | Removed unused #includes. | Bruce Evans | 1997-08-02 | 3 | -11/+3 |
| * | Add the ability for the pageout daemon to measure stats on memory usage before | John Dyson | 1997-07-27 | 1 | -14/+122 |
| * | Fix a very subtile problem that causes unnessary numbers of objects backing | John Dyson | 1997-07-27 | 1 | -17/+48 |
| * | Add support for 4MB pages. This includes the .text, .data, .data parts | John Dyson | 1997-07-17 | 2 | -5/+10 |
| * | Don't try upgrading an existing exclusive lock in vm_map_user_pageable. | Tor Egge | 1997-06-23 | 1 | -16/+3 |
| * | Kill some stale leftovers from the earlier attempts at SMP per-cpu pages | Peter Wemm | 1997-06-22 | 3 | -14/+3 |
| * | Remove a window during running down a file vnode. Also, the OBJ_DEAD | John Dyson | 1997-06-22 | 1 | -1/+4 |
| * | Correct the return code for the mlock system call. Also add the stubs | John Dyson | 1997-06-15 | 1 | -2/+32 |
| * | Fix a reference problem with maps. Only appears to manifest itself when | John Dyson | 1997-06-15 | 1 | -1/+5 |
| * | Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't needed | Peter Wemm | 1997-05-29 | 2 | -3/+3 |
| * | Fix a few bugs with NFS and mmap caused by NFS' use of b_validoff | Doug Rabson | 1997-05-19 | 2 | -3/+8 |
| * | Check the correct queue for waking up the pageout daemon. Specifically, | John Dyson | 1997-05-01 | 1 | -2/+2 |
| * | Man the liferafts! Here comes the long awaited SMP -> -current merge! | Peter Wemm | 1997-04-26 | 4 | -4/+17 |
| * | Send this to the Attic so there's no mixups over which kern_lock.c is in | Peter Wemm | 1997-04-21 | 1 | -377/+0 |
| * | Unused variable (upobj is now purely handled within pmap) | Peter Wemm | 1997-04-14 | 1 | -2/+1 |
| * | Fully implement vfork. Vfork is now much much faster than even our | John Dyson | 1997-04-13 | 4 | -8/+65 |
| * | The biggie: Get rid of the UPAGES from the top of the per-process address | Peter Wemm | 1997-04-07 | 4 | -24/+22 |
| * | Commit a typo fix that's been sitting in my tree for ages, quite forgotten. | Peter Wemm | 1997-04-06 | 1 | -2/+2 |
| * | Make vm_map_protect be more complete about map simplification. This | John Dyson | 1997-04-06 | 1 | -2/+4 |