| Commit message (Expand) | Author | Age | Files | Lines |
* | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | peter | 1998-10-31 | 2 | -4/+4 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 2 | -16/+16 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 29 | -96/+94 |
* | I do not know if this is correct, but add iicbb0 as a device so that | peter | 1998-10-31 | 3 | -3/+6 |
* | Fixup prototypes so that this beastie compiles. | peter | 1998-10-31 | 2 | -8/+8 |
* | Convert lists for bufs attached to vnodes from a LIST to a TAILQ. | peter | 1998-10-31 | 2 | -102/+116 |
* | Convert the vnode clean/dirty attached buffer lists from LISTs to TAILQs. | peter | 1998-10-31 | 3 | -14/+22 |
* | New callback mechanism to allow iicbus bus allocation when requesting | nsouch | 1998-10-31 | 4 | -32/+79 |
* | pcf.c: timeout management added | nsouch | 1998-10-31 | 8 | -394/+837 |
* | lpbb is the official Philips parallel I2C interface. lpbb.c contains only | nsouch | 1998-10-31 | 2 | -7/+340 |
* | iicbb is generic support for I2C bit-banging. | nsouch | 1998-10-31 | 10 | -120/+665 |
* | Brooktree driver ported to the new I2C framework. See iicbus(4) for more info. | nsouch | 1998-10-31 | 8 | -38/+1076 |
* | Extensions to iicbus(4) added + brooktree848 driver ported to new I2C | nsouch | 1998-10-31 | 1 | -0/+17 |
* | * Use explicitly sized types for grovelling around inside packets. | dfr | 1998-10-31 | 1 | -21/+21 |
* | * Fix vga_probe() so that it doesn't report a non-vga display adapter as | dfr | 1998-10-31 | 3 | -8/+14 |
* | The last argument to vm_object_page_clean() are now bit flags, rather than | peter | 1998-10-31 | 4 | -8/+8 |
* | - Add a new command 'lsdev' to list devices which might be likely to host | msmith | 1998-10-31 | 8 | -22/+657 |
* | Document that we support i82595-based Ethernet adapters (Intel EtherExpress | des | 1998-10-30 | 3 | -3/+6 |
* | Unwire everything to the inactive queue in order to preserve LRU ordering. | dg | 1998-10-30 | 1 | -37/+12 |
* | Fix a typo, and remove verbose error reporting when in | luigi | 1998-10-30 | 2 | -4/+8 |
* | Use "KB" instead of "Kb" for KiloBytes, consistently with other | luigi | 1998-10-30 | 4 | -12/+12 |
* | Fix an uninitialized variable in the `dangerously dedicated disk' case. | luoqi | 1998-10-30 | 1 | -1/+2 |
* | Add the ability to specify where on the at_shutdown queue a handler is | msmith | 1998-10-30 | 12 | -64/+64 |
* | Do not disable the ISA compatibility window if it is the same value as | gibbs | 1998-10-30 | 4 | -18/+35 |
* | Put back MFS_ROOT now that it's been fixed correctly. | jkh | 1998-10-30 | 2 | -4/+4 |
* | Fix this correctly - check if mfs_getimage() succeeds before settings | jkh | 1998-10-30 | 1 | -2/+7 |
* | Take MFS_ROOT out for now; for some reason, the alpha GENERIC chokes | jkh | 1998-10-30 | 2 | -4/+4 |
* | Make the BTX loader much more quiet about what it's doing. This removes | msmith | 1998-10-30 | 3 | -54/+87 |
* | Per request from ache, change the numbering scheme of __FreeBSD_cc_version. | jdp | 1998-10-29 | 1 | -2/+2 |
* | Correct the reporting of the queue full condition so that the XPT layer | gibbs | 1998-10-29 | 2 | -6/+13 |
* | Bump VERSREQ to make ``config'' happy. | dima | 1998-10-29 | 2 | -4/+4 |
* | Oops, rev.1.167 made the device number checking in bdevvp() too strict | bde | 1998-10-29 | 2 | -6/+8 |
* | Fixed editing error. Pointed out by bde. | dg | 1998-10-29 | 1 | -2/+1 |
* | Remove the V_SAVEMETA flag, nothing uses it any more now that msdosfs and | peter | 1998-10-29 | 3 | -38/+15 |
* | error return assignment was less than ideal. Fix the part that caused | peter | 1998-10-29 | 2 | -4/+4 |
* | Use vtruncbuf() to clean out cached blocks on a file shorten rather than | peter | 1998-10-29 | 2 | -6/+8 |
* | Use vtruncbuf() rather than vinvalbuf() when shortening files. | peter | 1998-10-29 | 2 | -12/+18 |
* | Make the definition of __printf0like() vary according to the value | jdp | 1998-10-29 | 1 | -4/+9 |
* | A small fragment of new ISA framework: manifest constants for the resources | wollman | 1998-10-29 | 3 | -0/+129 |
* | A Perl5 version of makedevops.sh. Fixes a bug in the sh/awk version | wollman | 1998-10-29 | 1 | -0/+221 |
* | The new resource manager, hopefully in a reasonably stable form. | wollman | 1998-10-29 | 2 | -0/+686 |
* | Change the way unmounting happens to guarantee that the | rvb | 1998-10-28 | 4 | -42/+122 |
* | Update | rvb | 1998-10-28 | 1 | -11/+0 |
* | Venus must be passed O_CREAT flag on VOP_OPEN iff this is | rvb | 1998-10-28 | 8 | -148/+246 |
* | Simplify the "is a character ready" test, so that we don't return a false | msmith | 1998-10-28 | 1 | -4/+2 |
* | Fixed wrong comments in and about vm_page_deactivate(). | dg | 1998-10-28 | 1 | -13/+3 |
* | Added a second argument, "activate" to the vm_page_unwire() call so that | dg | 1998-10-28 | 11 | -40/+43 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.127. | kato | 1998-10-28 | 2 | -4/+4 |
* | Clarify a rather ambiguous debugging message. | jkh | 1998-10-28 | 2 | -4/+4 |
* | Add BUS_DEBUG option in opt_bus.h | dfr | 1998-10-28 | 1 | -1/+4 |