| Commit message (Expand) | Author | Age | Files | Lines |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-29 | 1 | -1/+1 |
| * | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | Bruce Evans | 1998-10-25 | 1 | -7/+4 |
| * | There is no such thing any more as "struct bdevsw". | Julian Elischer | 1998-07-04 | 1 | -7/+23 |
| * | VOP_STRATEGY grows an (struct vnode *) argument | Julian Elischer | 1998-07-04 | 1 | -2/+2 |
| * | Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). | Poul-Henning Kamp | 1998-06-25 | 1 | -13/+9 |
| * | Significantly improve the efficiency of the swap pager, which appears to | John Dyson | 1998-02-23 | 1 | -2/+4 |
| * | Move the 'sw' device off block major #1, which is now occupied by 'wfd'. | Mike Smith | 1998-02-19 | 1 | -2/+2 |
| * | Turn NSWAPDEV into a new-style option. | Eivind Eklund | 1998-01-25 | 1 | -1/+2 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
| * | Rename some local variables to avoid shadowing other local variables. | Poul-Henning Kamp | 1997-11-07 | 1 | -8/+8 |
| * | Move the "retval" (3rd) parameter from all syscall functions and put | Poul-Henning Kamp | 1997-11-06 | 1 | -3/+2 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Removed yet more vestiges of config-time swap configuration and/or | Bruce Evans | 1997-09-07 | 1 | -12/+12 |
| * | Removed unused #includes. | Bruce Evans | 1997-09-01 | 1 | -2/+1 |
| * | Change the 0xdeadb hack to a flag called VDOOMED. | Poul-Henning Kamp | 1997-08-31 | 1 | -2/+2 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | The way we get a vnode for swapdev is not quite kosher. In particular | Poul-Henning Kamp | 1996-10-27 | 1 | -4/+18 |
| * | Don't use NULL in non-pointer contexts. | Bruce Evans | 1996-07-12 | 1 | -2/+2 |
| * | Undid last revision. It duplicated part of second last revision. | Bruce Evans | 1996-03-28 | 1 | -5/+1 |
| * | devfs_add_devsw() -> devfs_add_devswf modifications | Marc G. Fournier | 1996-03-28 | 1 | -1/+5 |
| * | Added drum device. | Bruce Evans | 1996-03-27 | 1 | -1/+12 |
| * | In order to fix some concurrency problems with the swap pager early | John Dyson | 1996-03-03 | 1 | -1/+2 |
| * | i386/i386/conf.c is no longer needed.. remove it from files.i386 | Julian Elischer | 1995-12-21 | 1 | -3/+16 |
| * | Another mega commit to staticize things. | Poul-Henning Kamp | 1995-12-14 | 1 | -2/+4 |
| * | devsw tables are now arrays of POINTERS to struct [cb]devsw | Julian Elischer | 1995-12-13 | 1 | -3/+3 |
| * | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
| * | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -3/+3 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -33/+13 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+3 |
| * | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 1 | -2/+2 |
| * | OK, that's it.. | Julian Elischer | 1995-11-29 | 1 | -1/+53 |
| * | Remove unused vars & funcs, make things static, protoize a little bit. | Poul-Henning Kamp | 1995-11-20 | 1 | -8/+4 |
| * | Included <sys/sysproto.h> to get central declarations for syscall args | Bruce Evans | 1995-11-12 | 1 | -1/+4 |
| * | Eliminate sloppy common-style declarations. There should be none left for | Bruce Evans | 1995-07-29 | 1 | -3/+1 |
| * | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | David Greenman | 1995-07-13 | 1 | -2/+2 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Removed check for sw_dev == NODEV; this is a normal condition for swap | David Greenman | 1995-05-25 | 1 | -3/+2 |
| * | NFS diskless operation was broken because swapdev_vp wasn't initialized. | David Greenman | 1995-05-19 | 1 | -1/+6 |
| * | Fixed a bug that managed to slip in during Poul's dynamic swap partition | David Greenman | 1995-05-18 | 1 | -17/+11 |
| * | Changed swap partition handling/allocation so that it doesn't | David Greenman | 1995-05-14 | 1 | -117/+77 |
| * | I'm about to jump on the swap-initialization, and having talked | Poul-Henning Kamp | 1995-05-12 | 1 | -132/+1 |
| * | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | Bruce Evans | 1995-03-16 | 1 | -1/+3 |
| * | Fixed some formatting weirdness that I overlooked in the previous commit. | David Greenman | 1995-01-10 | 1 | -2/+2 |
| * | These changes embody the support of the fully coherent merged VM buffer cache, | David Greenman | 1995-01-09 | 1 | -46/+49 |
| * | Preallocate the first swap block to work around a failure with swap starting | David Greenman | 1994-11-22 | 1 | -2/+2 |
| * | Contrary to my last commit here: NFS-swap is enabled automatically. | Poul-Henning Kamp | 1994-10-22 | 1 | -1/+15 |
| * | Fixed a comment from the previous commit. | David Greenman | 1994-10-22 | 1 | -4/+4 |
| * | ATTENTION! | Poul-Henning Kamp | 1994-10-21 | 1 | -9/+4 |