| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed spelling of "fictitious" in diagnostics and comments | des | 1998-04-27 | 1 | -8/+8 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | bde | 1998-04-15 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that are | bde | 1997-12-06 | 1 | -2/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Convert to use the new bufq* functions for dealing with buffer | gibbs | 1997-09-21 | 1 | -5/+5 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -11/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h> | bde | 1997-03-23 | 1 | -1/+3 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | This is the kernel Lite/2 commit. There are some requisite userland | dyson | 1997-02-10 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Removed all references to b_cylinder (aka b_cylin). It was evil and | bde | 1996-12-01 | 1 | -2/+2 |
* | This update adds the support for != 512 byte sector SCSI devices to | sos | 1996-12-01 | 1 | -5/+49 |
* | Fix the sequence at odopen() time so the driver actually notices if a | joerg | 1996-11-06 | 1 | -12/+8 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -25/+1 |
* | Do not test_unit_ready() before starting the unit... | joerg | 1996-08-17 | 1 | -7/+7 |
* | The sd and od drivers didn't check for negative block numbers (like wd.c | peter | 1996-08-02 | 1 | -3/+3 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | phk | 1996-07-23 | 1 | -12/+3 |
* | Miscellaneous cleanup and minor fixes by Shunsuke and by me. | joerg | 1996-06-16 | 1 | -95/+142 |
* | Clean up -Wunused warnings. | gpalmer | 1996-06-12 | 1 | -1/+3 |
* | This patch updates sys/scsi/od.c: | joerg | 1996-05-19 | 1 | -58/+144 |
* | Fixed group of disk devices (was wheel or games, now operator). | bde | 1996-03-27 | 1 | -10/+18 |
* | Cleanse the SCSI subsystem of its internally defined types | gibbs | 1996-03-10 | 1 | -19/+19 |
* | Add more options into the conf/options and i386/conf/options.i386 files | peter | 1996-03-02 | 1 | -1/+2 |
* | First attempt at creating devfs entries for sliced devices. Doesn't | bde | 1996-01-27 | 1 | -8/+11 |
* | Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. | wollman | 1996-01-05 | 1 | -1/+3 |
* | Another mega commit to staticize things. | phk | 1995-12-14 | 1 | -4/+4 |
* | Replaced odsize by generic nopsize. | bde | 1995-12-10 | 1 | -35/+28 |
* | 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 | -37/+44 |
* | 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/+52 |
* | Mega commit for sysctl. | phk | 1995-11-20 | 1 | -5/+3 |
* | First set of changes to eliminate the ad-hoc device buffer queues, | dyson | 1995-11-19 | 1 | -9/+8 |
* | The "od" driver. While the name is suggesting the use for | joerg | 1995-10-31 | 1 | -0/+802 |