summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #include of <sys/malloc.h>. This file now uses onlybde1997-11-181-2/+1
* Simplify map entries during user page wire and user page unwire operations integge1997-11-141-14/+18
* Rename some local variables to avoid shadowing other local variables.phk1997-11-072-12/+12
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-072-9/+2
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-063-42/+24
* Fix the "missing page" problem. Also, improve the performance of pagedyson1997-11-061-33/+74
* Removed unused #includes.bde1997-10-281-5/+1
* Support garbage collecting the pmap pv entries. The management doesn'tdyson1997-10-251-1/+7
* Decrease the initial allocation for the zone allocations.dyson1997-10-242-6/+6
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-124-6/+14
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-112-2/+6
* Attempt to fix the previous fix to the contigmalloc1 prototype.peter1997-10-111-3/+4
* Fix contigmalloc() and contigmalloc1() arguments.phk1997-10-102-5/+5
* Improve management of pages moving from the inactive to active queue. Additi...dyson1997-10-061-21/+94
* Relax the vnode locking for read only operations.dyson1997-10-061-2/+3
* Fix some style(9) and formatting problems. tabsize 4 formatting doesn'tpeter1997-09-212-104/+122
* Change the M_NAMEI allocations to use the zone allocator. This changedyson1997-09-215-26/+125
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Print correct function name in panicspeter1997-09-131-4/+4
* Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protectionjlemon1997-09-121-2/+3
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-12/+12
* Removed unused #includes.bde1997-09-0115-66/+15
* Some staticized variables were still declared to be extern.bde1997-09-012-6/+4
* Print a device number in hex instead of decimal.bde1997-09-011-2/+2
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-2/+2
* Allow non-page aligned file offset mmap's, providing that the system ispeter1997-08-301-23/+47
* Fixed type mismatches for functions with args of type vm_prot_t and/orbde1997-08-258-92/+44
* This is a trial improvement for the vnode reference count while on the vnodedyson1997-08-221-2/+1
* #include <machine/limits.h> explicitly in the few places that it is required.bde1997-08-211-1/+3
* Added includes of smp.h for SMP.fsmp1997-08-182-2/+10
* Fix kern_lock so that it will work. Additionally, clean-up some of thedyson1997-08-182-17/+66
* The "cutsie" register parameter passing that I had mistakenly used breaksdyson1997-08-101-10/+10
* More vm_zone cleanup. The sysctl now accounts for items better, anddyson1997-08-072-5/+15
* Add exposure of some vm_zone allocation stats by sysctl. Also, changedyson1997-08-063-6/+77
* Fixed the commit botch that was causing crashes soon after systemdyson1997-08-052-2/+4
* Another attempt at cleaning up the new memory allocator.dyson1997-08-053-76/+167
* Fix some bugs, document vm_zone better. Add copyright to vm_zone.h. Usedyson1997-08-052-6/+4
* Modify pmap to use our new memory allocator. Also, change the vm_map_entrydyson1997-08-052-4/+6
* A very simple zone allocator.dyson1997-08-052-0/+309
* Get rid of the ad-hoc memory allocator for vm_map_entries, in lieu ofdyson1997-08-056-162/+45
* Removed unused #includes.bde1997-08-023-11/+3
* Add the ability for the pageout daemon to measure stats on memory usage beforedyson1997-07-271-14/+122
* Fix a very subtile problem that causes unnessary numbers of objects backingdyson1997-07-271-17/+48
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-5/+10
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
* Kill some stale leftovers from the earlier attempts at SMP per-cpu pagespeter1997-06-223-14/+3
* Remove a window during running down a file vnode. Also, the OBJ_DEADdyson1997-06-221-1/+4
* Correct the return code for the mlock system call. Also add the stubsdyson1997-06-151-2/+32
* Fix a reference problem with maps. Only appears to manifest itself whendyson1997-06-151-1/+5
* Update the #include "opt_smpxxx.h" includes - opt_smp.h isn't neededpeter1997-05-292-3/+3
OpenPOWER on IntegriCloud