summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Fixed a really bogus problem with msync ripping pages away fromdyson1996-02-111-8/+9
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-1/+2
* "out of space" -> "out of swap space".dg1996-01-311-2/+2
* Improved killproc() log message and made it and the other similar messagedg1996-01-311-3/+2
* Print a more descriptive message when the mb_map is filled (out of mbufdg1996-01-311-2/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-303-6/+6
* Added a check/panic for vm_map_find failing to find space for the pagedg1996-01-291-5/+7
* Added a `boundary' arg to vm_alloc_page_contig(). Previously the onlybde1996-01-271-10/+42
* Don't use %r, we havn't got it anymore.phk1996-01-251-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-1915-486/+599
* Convert DDB to new-style option.wollman1996-01-044-3/+7
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+3
* Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
* recording cvs-1.6 file deathpeter1995-12-302-519/+0
* i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-211-3/+16
* Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). Thisdyson1995-12-171-15/+31
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-41/+36
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-174-11/+9
* Another mega commit to staticize things.phk1995-12-1419-133/+159
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-14/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-132-6/+6
* There was a bug that the size for an msync'ed region was not roundeddyson1995-12-131-2/+2
* Some new anti-deadlock code ended up messing up the paging stats. A modifieddyson1995-12-111-16/+18
* Some DIAGNOSTIC code was enabled all of the time in error. Thedyson1995-12-111-3/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-1122-446/+440
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Restored used includes of <vm/vm_extern.h>.bde1995-12-102-2/+4
* Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-102-10/+11
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-33/+13
* Untangled the vm.h include file spaghetti.dg1995-12-0723-77/+165
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-051-1/+7
* A major sweep over the sysctl stuff.phk1995-12-041-13/+6
* Fixed the type mismatch in check for the bogus mmap function `nullop'.bde1995-12-031-3/+5
* Completed function declarations and/or added prototypes.bde1995-12-035-22/+63
* Finished (?) cleaning up sysinit stuff.bde1995-12-022-7/+7
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+53
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+3
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-2013-144/+39
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-162-7/+11
* staticize.phk1995-11-141-14/+14
* Move all the VM sysctl stuff home where it belongs.phk1995-11-142-62/+38
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-123-3/+36
* Fixed type of obreak(). The args struct member name conflicted withbde1995-11-111-3/+3
* Initialize lock struct entries explicitly rather than calling bzero().dg1995-11-061-2/+7
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-3/+3
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-056-131/+98
OpenPOWER on IntegriCloud