summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_swap.c
Commit message (Expand)AuthorAgeFilesLines
* Export nswapdev through sysctl(8).des2002-05-311-0/+2
* Expand the one-line function pbreassignbuf() the only place it is or couldphk2002-05-051-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-201-1/+1
* Remove __P.alfred2002-03-191-1/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+5
* KSE Milestone 2julian2001-09-121-16/+16
* make swapon() MPSAFE (will adjust syscalls.master later)dillon2001-08-311-5/+13
* Permit direct swapping to NFS regular files using swapon(2). Weiedowse2001-07-281-3/+10
* whitespace / register cleanupdillon2001-07-041-5/+5
* Change the way information about swap devices is exported to be moretmm2001-06-011-28/+34
* Introduce per-swap area accounting in the VM system, and exportrwatson2001-02-231-2/+32
* - If swap metadata does not fit into the KVM, reduce the number oftanimura2000-12-131-0/+8
* The swap bitmap allocator was not calculating the bitmap size properlydillon2000-10-131-3/+17
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-3/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-3/+3
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+1
* 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
OpenPOWER on IntegriCloud