| Commit message (Expand) | Author | Age | Files | Lines |
* | Pre 3.0 branch cleanup sos#1: wcd | Søren Schmidt | 1998-12-27 | 1 | -1400/+0 |
* | Don't leave the CDROM tray locked if an attempt to mount it is made and | Mike Smith | 1998-12-23 | 1 | -1/+2 |
* | wcd_read_toc returns zero on success and EIO on failure, so change the | Steve Price | 1998-12-13 | 1 | -2/+2 |
* | Use "KB" instead of "Kb" for KiloBytes, consistently with other | Luigi Rizzo | 1998-10-30 | 1 | -3/+3 |
* | Update system to new device statistics code. | Justin T. Gibbs | 1998-09-15 | 1 | -1/+19 |
* | Add new atapi-cd driver that supports atapi CD-R/RW drives. | Søren Schmidt | 1998-09-08 | 1 | -3/+3 |
* | There is no such thing any more as "struct bdevsw". | Julian Elischer | 1998-07-04 | 1 | -9/+18 |
* | Add D_DISK flag. | Poul-Henning Kamp | 1998-06-26 | 1 | -2/+2 |
* | Remove bdevsw_add(), change the only two users to use bdevsw_add_generic(). | Poul-Henning Kamp | 1998-06-25 | 1 | -53/+27 |
* | Fixed pedantic semantics errors (bitfields not of type int, signed int | Bruce Evans | 1998-06-08 | 1 | -39/+39 |
* | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
* | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -2/+2 |
* | Staticize. | Eivind Eklund | 1998-02-09 | 1 | -4/+4 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+2 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | Poul-Henning Kamp | 1997-12-02 | 1 | -2/+2 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp | 1997-11-07 | 1 | -2/+2 |
* | Oops, forgot to count non-changer drives.. | Søren Schmidt | 1997-11-05 | 1 | -1/+3 |
* | First cut at supporting multi-CD CDROM drives (changers). | Søren Schmidt | 1997-10-29 | 1 | -74/+221 |
* | Add a missing bufq_init call. The original code never initialized it's | Justin T. Gibbs | 1997-09-22 | 1 | -0/+1 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | Justin T. Gibbs | 1997-09-21 | 1 | -3/+3 |
* | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -2/+0 |
* | This mega-commit brings the following: | Joerg Wunsch | 1997-05-04 | 1 | -0/+35 |
* | Make MOD_* macros almost consistent: | Peter Dufault | 1997-04-06 | 1 | -2/+4 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | Bruce Evans | 1997-03-24 | 1 | -1/+0 |
* | Fixed another little both in the devconf removal. | Søren Schmidt | 1996-09-08 | 1 | -1/+1 |
* | Bannish ATAPI and ATAPI_STATIC #defines to opt_atapi.h. | Paul Traina | 1996-09-06 | 1 | -0/+2 |
* | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -40/+2 |
* | Revert my bdevsw change for wcd.c, Bruce pointed out that | Poul-Henning Kamp | 1996-07-24 | 1 | -2/+12 |
* | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 1 | -12/+2 |
* | Implement CDIOCCLOSE | Andrey A. Chernov | 1996-06-09 | 1 | -4/+16 |
* | Fixed group and permissions for devfs devices (group operator was games; | Bruce Evans | 1996-06-08 | 1 | -10/+12 |
* | Replace usage of buf->b_actf with queue.3 and buf->b_act. | Poul-Henning Kamp | 1996-04-08 | 1 | -7/+5 |
* | Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>. | Bruce Evans | 1996-04-07 | 1 | -1/+3 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | Marc G. Fournier | 1996-03-28 | 1 | -20/+12 |
* | Exchange addr_type<->control | Andrey A. Chernov | 1996-02-02 | 1 | -3/+3 |
* | addr_type field was ever not assigned, control field was assigned incorrectly | Andrey A. Chernov | 1996-02-01 | 1 | -2/+3 |
* | Oops, I pick wrong size field for leadout entry | Andrey A. Chernov | 1996-02-01 | 1 | -8/+9 |
* | Bugfix: don't convert LBA to host order, they must stay in network order. | Andrey A. Chernov | 1996-01-30 | 1 | -10/+8 |
* | Calculate leadout entry instead of honor ATAPI request | Andrey A. Chernov | 1996-01-30 | 1 | -8/+8 |
* | READTOCENTRYS: protect against stack overflow when incorrect data | Andrey A. Chernov | 1996-01-30 | 1 | -3/+4 |
* | Don't generate EINVAL for data_len too big in READTOCENTRYS, it | Andrey A. Chernov | 1996-01-30 | 1 | -2/+1 |
* | Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy on | Andrey A. Chernov | 1996-01-30 | 1 | -15/+24 |
* | Fixed a bug with the ATAPI_STATIC option, so it compiles again. | Søren Schmidt | 1995-12-29 | 1 | -3/+8 |
* | Replaced nxdump by nodump (if the dump function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -1/+1 |
* | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -2/+2 |
* | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -2/+2 |
* | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -47/+61 |
* | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 1 | -1/+1 |
* | OK, that's it.. | Julian Elischer | 1995-11-29 | 1 | -13/+28 |
* | the second set of changes in a move towards getting devices to be | Julian Elischer | 1995-11-28 | 1 | -0/+38 |