summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
Commit message (Expand)AuthorAgeFilesLines
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* The way we get a vnode for swapdev is not quite kosher. In particularphk1996-10-271-4/+18
* Don't use NULL in non-pointer contexts.bde1996-07-121-2/+2
* Undid last revision. It duplicated part of second last revision.bde1996-03-281-5/+1
* devfs_add_devsw() -> devfs_add_devswf modificationsscrappy1996-03-281-1/+5
* Added drum device.bde1996-03-271-1/+12
* In order to fix some concurrency problems with the swap pager earlydyson1996-03-031-1/+2
* i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-211-3/+16
* Another mega commit to staticize things.phk1995-12-141-2/+4
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-131-3/+3
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* 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-071-1/+3
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+53
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-201-8/+4
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+4
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-291-3/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Removed check for sw_dev == NODEV; this is a normal condition for swapdg1995-05-251-3/+2
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-191-1/+6
* Fixed a bug that managed to slip in during Poul's dynamic swap partitiondg1995-05-181-17/+11
* Changed swap partition handling/allocation so that it doesn'tdg1995-05-141-117/+77
* I'm about to jump on the swap-initialization, and having talkedphk1995-05-121-132/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-1/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.dg1995-01-101-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-46/+49
* Preallocate the first swap block to work around a failure with swap startingdg1994-11-221-2/+2
* Contrary to my last commit here: NFS-swap is enabled automatically.phk1994-10-221-1/+15
* Fixed a comment from the previous commit.dg1994-10-221-4/+4
* ATTENTION!phk1994-10-211-9/+4
* Got rid of map.h. It's a leftover from the rmap code, and we use rlists.dg1994-10-091-4/+4
* Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc.phk1994-10-091-10/+15
* Removed unimplemented subr_rmap.c and unused references to it.dg1994-09-251-24/+1
* Fixed problem with no swap on boot device, but there is some on andg1994-09-111-3/+7
* Incorporated post 1.1.5 work from John Dyson. This includes performancedg1994-08-061-13/+3
* Added $Id$dg1994-08-021-0/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-2/+14
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+427
OpenPOWER on IntegriCloud