summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
Commit message (Expand)AuthorAgeFilesLines
...
* This commit should be a extensive NO-OP:phk1999-05-301-7/+22
* Fix a udev_t/dev_t mismatch which prevent paging from working.phk1999-05-121-2/+2
* 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-081-4/+4
* 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
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Lock vnode correctly for VOP_OPEN.eivind1999-04-101-1/+5
* Comment swstrategy() routine.dillon1999-02-251-1/+9
* Mainly changes to support the new swapper. The big adjustment is thatdillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-11/+45
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-7/+4
* There is no such thing any more as "struct bdevsw".julian1998-07-041-7/+23
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-13/+9
* Significantly improve the efficiency of the swap pager, which appears todyson1998-02-231-2/+4
* Move the 'sw' device off block major #1, which is now occupied by 'wfd'.msmith1998-02-191-2/+2
* Turn NSWAPDEV into a new-style option.eivind1998-01-251-1/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-8/+8
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-071-12/+12
* Removed unused #includes.bde1997-09-011-2/+1
* Change the 0xdeadb hack to a flag called VDOOMED.phk1997-08-311-2/+2
* 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
OpenPOWER on IntegriCloud