summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* - Use PROC_LOCK_ASSERT instead of a direct mtx_assert.jhb2001-05-151-8/+6
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalphk2001-05-061-3/+1
* Putting sys/lockmgr.h in here allows us to depollute userland includesmarkm2001-05-031-0/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-0114-18/+30
* Revert consequences of changes to mount.h, part 2.grog2001-04-292-4/+0
* Address a number of problems with sysctl_vm_zone().alfred2001-04-271-11/+29
* Correct #includes to work with fixed sys/mount.h.grog2001-04-232-0/+4
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-192-15/+7
* Protect pager object creation with sx locks.alfred2001-04-183-33/+43
* Fix the botched rev 1.59 where I made it such that without INVARIANTSalfred2001-04-181-2/+2
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-0/+2
* use TAILQ_FOREACH, fix a comment's locationalfred2001-04-153-15/+6
* if/panic -> KASSERTalfred2001-04-131-7/+8
* protect pbufs and associated counts with a mutexalfred2001-04-133-2/+14
* use %p for pointer printf, include sys/systm.h for printf protoalfred2001-04-131-6/+7
* Use a macro wrapper over printf along with KASSERT to reduce the amountalfred2001-04-131-40/+15
* remove truncated part from commmentalfred2001-04-121-1/+1
* Convert the allproc and proctree locks from lockmgr locks to sx locks.jhb2001-03-284-15/+20
* Catch up to header include changes:jhb2001-03-281-0/+1
* Export intrnames and intrcnt as sysctls (hw.nintr, hw.intrnames andtmm2001-03-231-0/+30
* Fix a lock reversal problem in the VM subsystem related to threadeddillon2001-03-143-0/+10
* Temporarily remove the vm_map_simplify() call from vm_map_insert(). Thedillon2001-03-141-0/+7
* When creating a shadow vm_object in vmspace_fork(), only oneiedowse2001-03-091-0/+4
* Unrevert the pmap_map() changes. They weren't broken on x86.jhb2001-03-072-17/+10
* Back out the pmap_map() change for now, it isn't completely stable on thejhb2001-03-072-10/+17
* - Rework pmap_map() to take advantage of direct-mapped segments onjhb2001-03-062-17/+10
* Simplify vm_object_deallocate(), by decrementing the refcount first.alfred2001-03-041-18/+13
* Allocate vm_page_array and vm_page_buckets from the end of the biggest chunkgallatin2001-03-011-18/+16
* If we intend to make the page writable without requiring another fault,dillon2001-02-281-6/+6
* Introduce per-swap area accounting in the VM system, and exportrwatson2001-02-232-3/+42
* Fix formatting bugs introduced in sysctl_vm_zone() by the previous commit.des2001-02-221-2/+7
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-122-4/+5
* Change and clean the mutex lock interface.bmilekic2001-02-097-64/+64
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-044-6/+6
* This commit represents work mainly submitted by Tor and slightly modifieddillon2001-02-041-7/+23
* - Doh, lock faultin() with proc lock in scheduler().jhb2001-01-251-0/+6
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-6/+5
* Argh, I didn't get this test right when I converted it. Break this upjhb2001-01-241-10/+9
* - Catch up to proc flag changes.jhb2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledjhb2001-01-241-0/+3
* - Catch up to proc flag changes.jhb2001-01-241-27/+43
* - Catch up to proc flag changes.jhb2001-01-241-1/+3
* Add missing include.jhb2001-01-241-0/+1
* Add mibs to hold the number of forks since boot. New mibs are:ume2001-01-231-0/+16
* Sigh. atomic_add_int takes a pointer, not an integer.jake2001-01-231-4/+4
* Use atomic operations to update the stat counters.des2001-01-231-4/+4
* Call vm_zone_init() at the appropriate time.des2001-01-221-0/+2
* Give this code a major facelift:des2001-01-222-235/+167
* First step towards an MP-safe zone allocator:des2001-01-212-43/+5
* fix comment which was outdated 3 years agoalfred2000-12-291-14/+13
OpenPOWER on IntegriCloud