summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Change the data type used to represent page color in the vm_objectalc1999-07-101-2/+2
* Remove unused function prototypes.alc1999-07-101-3/+1
* add unused argument to udev2dev() to make kernel compiledache1999-07-071-2/+2
* Reinstate the previous fix for the broken export of a dev_t in sw_dev, convertmsmith1999-07-071-3/+3
* Back out previous commit. It was wrong, and caused panics.green1999-07-071-1/+1
* swdevt should contain a udev_t not a devt. This resulted in bogusmsmith1999-07-061-2/+2
* Reformat previous fix to remove an uglier than average goto.mckay1999-07-051-9/+11
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-042-12/+12
* Fix some int/long printf problems for the Alphapeter1999-07-015-20/+23
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-3/+4
* Kirk missed a required BUF_KERNPROC(). Even though this is a non-asyncpeter1999-06-271-1/+2
* Minor tweaks to make sure (new) prerequisites for <sys/buf.h> (mostlypeter1999-06-271-2/+3
* There isn't much point waking up a daemon that hasn't existed sincepeter1999-06-261-6/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-18/+22
* Remove (1) "extern" declarations for variables that were previouslyalc1999-06-223-54/+5
* Remove vm_object::cache_count and vm_object::wired_count. They arealc1999-06-203-32/+3
* Set cnt.v_page_size to PAGE_SIZE rather than DEFAULT_PAGE_SIZE so thatalc1999-06-202-5/+5
* Remove some unused function and variable declarations.alc1999-06-194-43/+4
* vm_map_growstack uses vmspace::vm_ssize as though it containedalc1999-06-171-6/+6
* vm_map_insert sometimes extends an existing vm_map entry, rather thanalc1999-06-171-3/+7
* Move vm_map_stack and vm_map_growstack after the definitionalc1999-06-171-204/+204
* Remove some unused declarations and duplicate initialization.alc1999-06-171-6/+2
* vm_map_protect:alc1999-06-121-2/+2
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butdt1999-06-082-2/+27
* vm_mmap:alc1999-06-051-3/+4
* Shorten a detour around dev_t to get a udev_t created.phk1999-06-011-3/+2
* Simplify cdevsw registration.phk1999-05-311-3/+3
* This commit should be a extensive NO-OP:phk1999-05-301-7/+22
* Addendum to 1.155. Verify the existence of the object before checkingalc1999-05-301-2/+3
* Avoid the creation of unnecessary shadow objects.alc1999-05-282-4/+20
* vm_map_insert:alc1999-05-181-47/+38
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-173-12/+11
* Remove prototypes for functions that don't exist anymore (vm_map.h).alc1999-05-164-28/+22
* Fix confusion of size of transfer with size of the pager.dt1999-05-151-3/+4
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-143-11/+9
* Casting handles from void * to uintptr_t on the way to dev_t becamebde1999-05-131-3/+3
* Device pager's handle is dev_t not udev_t.luoqi1999-05-131-3/+3
* Fix a udev_t/dev_t mismatch which prevent paging from working.phk1999-05-121-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-4/+4
* No point in swapdev being a static global when used only locally.phk1999-05-091-2/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-7/+7
* Continue where Julian left off in July 1998:phk1999-05-071-4/+4
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Add brackets to silence egcs and help clarity.peter1999-05-061-3/+3
* remove b_proc from struct buf, it's (now) unused.phk1999-05-063-14/+8
* Don't ignore mmap() address hint below the text section.luoqi1999-05-061-2/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-7/+9
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-026-22/+95
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-272-7/+6
OpenPOWER on IntegriCloud