| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | devsw tables are now arrays of POINTERS to struct [cb]devsw | julian | 1995-12-13 | 1 | -3/+3 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | bde | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | phk | 1995-12-08 | 1 | -3/+3 |
* | Pass 3 of the great devsw changes | julian | 1995-12-08 | 1 | -33/+13 |
* | Untangled the vm.h include file spaghetti. | dg | 1995-12-07 | 1 | -1/+3 |
* | If you're going to mechanically replicate something in 50 files | julian | 1995-11-29 | 1 | -2/+2 |
* | OK, that's it.. | julian | 1995-11-29 | 1 | -1/+53 |
* | Remove unused vars & funcs, make things static, protoize a little bit. | phk | 1995-11-20 | 1 | -8/+4 |
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+4 |
* | Eliminate sloppy common-style declarations. There should be none left for | bde | 1995-07-29 | 1 | -3/+1 |
* | NOTE: libkvm, w, ps, 'top', and any other utility which depends on struct | dg | 1995-07-13 | 1 | -2/+2 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
* | Removed check for sw_dev == NODEV; this is a normal condition for swap | dg | 1995-05-25 | 1 | -3/+2 |
* | NFS diskless operation was broken because swapdev_vp wasn't initialized. | dg | 1995-05-19 | 1 | -1/+6 |
* | Fixed a bug that managed to slip in during Poul's dynamic swap partition | dg | 1995-05-18 | 1 | -17/+11 |
* | Changed swap partition handling/allocation so that it doesn't | dg | 1995-05-14 | 1 | -117/+77 |
* | I'm about to jump on the swap-initialization, and having talked | phk | 1995-05-12 | 1 | -132/+1 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -1/+3 |
* | Fixed some formatting weirdness that I overlooked in the previous commit. | dg | 1995-01-10 | 1 | -2/+2 |
* | These changes embody the support of the fully coherent merged VM buffer cache, | dg | 1995-01-09 | 1 | -46/+49 |
* | Preallocate the first swap block to work around a failure with swap starting | dg | 1994-11-22 | 1 | -2/+2 |
* | Contrary to my last commit here: NFS-swap is enabled automatically. | phk | 1994-10-22 | 1 | -1/+15 |
* | Fixed a comment from the previous commit. | dg | 1994-10-22 | 1 | -4/+4 |
* | ATTENTION! | phk | 1994-10-21 | 1 | -9/+4 |
* | Got rid of map.h. It's a leftover from the rmap code, and we use rlists. | dg | 1994-10-09 | 1 | -4/+4 |
* | Cosmetics: unused vars, ()'s, #include's &c &c to silence gcc. | phk | 1994-10-09 | 1 | -10/+15 |
* | Removed unimplemented subr_rmap.c and unused references to it. | dg | 1994-09-25 | 1 | -24/+1 |
* | Fixed problem with no swap on boot device, but there is some on an | dg | 1994-09-11 | 1 | -3/+7 |
* | Incorporated post 1.1.5 work from John Dyson. This includes performance | dg | 1994-08-06 | 1 | -13/+3 |
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 |
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -2/+14 |
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+427 |