| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | There is no such thing any more as "struct bdevsw". | julian | 1998-07-04 | 1 | -7/+23 |
* | VOP_STRATEGY grows an (struct vnode *) argument | julian | 1998-07-04 | 1 | -2/+2 |
* | Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). | phk | 1998-06-25 | 1 | -13/+9 |
* | Significantly improve the efficiency of the swap pager, which appears to | dyson | 1998-02-23 | 1 | -2/+4 |
* | Move the 'sw' device off block major #1, which is now occupied by 'wfd'. | msmith | 1998-02-19 | 1 | -2/+2 |
* | Turn NSWAPDEV into a new-style option. | eivind | 1998-01-25 | 1 | -1/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -8/+8 |
* | Move the "retval" (3rd) parameter from all syscall functions and put | phk | 1997-11-06 | 1 | -3/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -2/+2 |
* | Removed yet more vestiges of config-time swap configuration and/or | bde | 1997-09-07 | 1 | -12/+12 |
* | Removed unused #includes. | bde | 1997-09-01 | 1 | -2/+1 |
* | Change the 0xdeadb hack to a flag called VDOOMED. | phk | 1997-08-31 | 1 | -2/+2 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | The way we get a vnode for swapdev is not quite kosher. In particular | phk | 1996-10-27 | 1 | -4/+18 |
* | Don't use NULL in non-pointer contexts. | bde | 1996-07-12 | 1 | -2/+2 |
* | Undid last revision. It duplicated part of second last revision. | bde | 1996-03-28 | 1 | -5/+1 |
* | devfs_add_devsw() -> devfs_add_devswf modifications | scrappy | 1996-03-28 | 1 | -1/+5 |
* | Added drum device. | bde | 1996-03-27 | 1 | -1/+12 |
* | In order to fix some concurrency problems with the swap pager early | dyson | 1996-03-03 | 1 | -1/+2 |
* | i386/i386/conf.c is no longer needed.. remove it from files.i386 | julian | 1995-12-21 | 1 | -3/+16 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -2/+4 |