aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_swap.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-7/+4
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-7/+23
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-2/+2
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-251-13/+9
* Significantly improve the efficiency of the swap pager, which appears toJohn Dyson1998-02-231-2/+4
* Move the 'sw' device off block major #1, which is now occupied by 'wfd'.Mike Smith1998-02-191-2/+2
* Turn NSWAPDEV into a new-style option.Eivind Eklund1998-01-251-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Rename some local variables to avoid shadowing other local variables.Poul-Henning Kamp1997-11-071-8/+8
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-2/+2
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-071-12/+12
* Removed unused #includes.Bruce Evans1997-09-011-2/+1
* Change the 0xdeadb hack to a flag called VDOOMED.Poul-Henning Kamp1997-08-311-2/+2
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* The way we get a vnode for swapdev is not quite kosher. In particularPoul-Henning Kamp1996-10-271-4/+18
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Undid last revision. It duplicated part of second last revision.Bruce Evans1996-03-281-5/+1
* devfs_add_devsw() -> devfs_add_devswf modificationsMarc G. Fournier1996-03-281-1/+5
* Added drum device.Bruce Evans1996-03-271-1/+12
* In order to fix some concurrency problems with the swap pager earlyJohn Dyson1996-03-031-1/+2
* i386/i386/conf.c is no longer needed.. remove it from files.i386Julian Elischer1995-12-211-3/+16
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+4
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-3/+3
* Replaced nxdump by nodump (if the dump function gets called, then theBruce Evans1995-12-101-2/+2
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-3/+3
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-33/+13
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+3
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-1/+53
* Remove unused vars & funcs, make things static, protoize a little bit.Poul-Henning Kamp1995-11-201-8/+4
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+4
* Eliminate sloppy common-style declarations. There should be none left forBruce Evans1995-07-291-3/+1
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Removed check for sw_dev == NODEV; this is a normal condition for swapDavid Greenman1995-05-251-3/+2
* NFS diskless operation was broken because swapdev_vp wasn't initialized.David Greenman1995-05-191-1/+6
* Fixed a bug that managed to slip in during Poul's dynamic swap partitionDavid Greenman1995-05-181-17/+11
* Changed swap partition handling/allocation so that it doesn'tDavid Greenman1995-05-141-117/+77
* I'm about to jump on the swap-initialization, and having talkedPoul-Henning Kamp1995-05-121-132/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+3
* Fixed some formatting weirdness that I overlooked in the previous commit.David Greenman1995-01-101-2/+2
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-091-46/+49
* Preallocate the first swap block to work around a failure with swap startingDavid Greenman1994-11-221-2/+2
* Contrary to my last commit here: NFS-swap is enabled automatically.Poul-Henning Kamp1994-10-221-1/+15
* Fixed a comment from the previous commit.David Greenman1994-10-221-4/+4
* ATTENTION!Poul-Henning Kamp1994-10-211-9/+4