| Commit message (Expand) | Author | Age | Files | Lines |
* | - If swap metadata does not fit into the KVM, reduce the number of | tanimura | 2000-12-13 | 1 | -0/+8 |
* | The swap bitmap allocator was not calculating the bitmap size properly | dillon | 2000-10-13 | 1 | -3/+17 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 1 | -3/+3 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -3/+3 |
* | Revert spelling mistake I made in the previous commit | charnier | 2000-03-27 | 1 | -1/+1 |
* | Spelling | charnier | 2000-03-26 | 1 | -1/+1 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -1/+1 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 1 | -1/+1 |
* | The swapdev_vp changes made to rip out the swap specfs interaction | dillon | 2000-01-25 | 1 | -8/+8 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+1 |
* | Fix the swap backed vn case - this was broken by my rev 1.128 to | peter | 1999-12-28 | 1 | -9/+42 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+2 |
* | Report swapdevices as cdevs rather than bdevs. | phk | 1999-11-29 | 1 | -1/+1 |
* | Isolate the swapdev_vp "not quite" vnode in the only source file which | phk | 1999-11-22 | 1 | -35/+4 |
* | Remove the non-functional "swap device" userland front-end to the | peter | 1999-11-18 | 1 | -75/+3 |
* | Fix a panic(8) implementation: | phk | 1999-10-08 | 1 | -5/+17 |
* | Introduce swopen to prevent blockdevice opens and insist on minor==0. | phk | 1999-10-04 | 1 | -1/+17 |
* | Give the swap device a D_DISK flag against my better judgement. | phk | 1999-10-04 | 1 | -1/+1 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Simplify the handling of VCHR and VBLK vnodes using the new dev_t: | phk | 1999-08-26 | 1 | -6/+2 |
* | When the SYSINIT() was removed, it was replaced with a make_dev on-demand | green | 1999-08-24 | 1 | -1/+2 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -33/+6 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -4/+4 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -4/+2 |
* | Make a dev2budev() function, and use it. This refixes pstat (working, broken, | green | 1999-07-20 | 1 | -2/+2 |
* | Add a field to struct swdevt to avoid a bogus udev2dev() call. | phk | 1999-07-17 | 1 | -2/+3 |
* | I have not one single time remembered the name of this function correctly | phk | 1999-07-17 | 1 | -2/+2 |
* | add unused argument to udev2dev() to make kernel compiled | ache | 1999-07-07 | 1 | -2/+2 |
* | Reinstate the previous fix for the broken export of a dev_t in sw_dev, convert | msmith | 1999-07-07 | 1 | -3/+3 |
* | Back out previous commit. It was wrong, and caused panics. | green | 1999-07-07 | 1 | -1/+1 |
* | swdevt should contain a udev_t not a devt. This resulted in bogus | msmith | 1999-07-06 | 1 | -2/+2 |
* | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -2/+2 |
* | Shorten a detour around dev_t to get a udev_t created. | phk | 1999-06-01 | 1 | -3/+2 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -3/+3 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -7/+22 |
* | Fix a udev_t/dev_t mismatch which prevent paging from working. | phk | 1999-05-12 | 1 | -2/+2 |
* | No point in swapdev being a static global when used only locally. | phk | 1999-05-09 | 1 | -2/+2 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -4/+4 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -4/+4 |
* | Introduce two functions: physread() and physwrite() and use these directly | phk | 1999-05-07 | 1 | -16/+2 |
* | s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/. | dt | 1999-04-28 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Lock vnode correctly for VOP_OPEN. | eivind | 1999-04-10 | 1 | -1/+5 |
* | Comment swstrategy() routine. | dillon | 1999-02-25 | 1 | -1/+9 |
* | Mainly changes to support the new swapper. The big adjustment is that | dillon | 1999-01-21 | 1 | -1/+1 |
* | This is a rather large commit that encompasses the new swapper, | dillon | 1999-01-21 | 1 | -11/+45 |
* | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | bde | 1998-10-25 | 1 | -7/+4 |