summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
Commit message (Expand)AuthorAgeFilesLines
* The swapdev_vp changes made to rip out the swap specfs interactiondillon2000-01-251-8/+8
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+1
* Fix the swap backed vn case - this was broken by my rev 1.128 topeter1999-12-281-9/+42
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+2
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-1/+1
* Isolate the swapdev_vp "not quite" vnode in the only source file whichphk1999-11-221-35/+4
* Remove the non-functional "swap device" userland front-end to thepeter1999-11-181-75/+3
* Fix a panic(8) implementation:phk1999-10-081-5/+17
* Introduce swopen to prevent blockdevice opens and insist on minor==0.phk1999-10-041-1/+17
* Give the swap device a D_DISK flag against my better judgement.phk1999-10-041-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-6/+2
* When the SYSINIT() was removed, it was replaced with a make_dev on-demandgreen1999-08-241-1/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-33/+6
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-4/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-201-2/+2
* Add a field to struct swdevt to avoid a bogus udev2dev() call.phk1999-07-171-2/+3
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* 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
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-261-2/+2
* 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
* 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
OpenPOWER on IntegriCloud