| Commit message (Expand) | Author | Age | Files | Lines |
| * | Another sweep over the pmap/vm macros, this time with more focus on | Poul-Henning Kamp | 1996-05-03 | 1 | -3/+3 |
| * | Don't fiddle page tables by hand, use pmap_enter. | Poul-Henning Kamp | 1996-05-02 | 1 | -4/+4 |
| * | removed: | Poul-Henning Kamp | 1996-05-02 | 1 | -2/+2 |
| * | Don't depend on <sys/types.h> including <sys/cdefs.h>. | Bruce Evans | 1996-04-19 | 2 | -3/+3 |
| * | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | Bruce Evans | 1996-04-07 | 2 | -5/+2 |
| * | Change dev_link() to devfs_link() | Marc G. Fournier | 1996-04-02 | 1 | -4/+4 |
| * | Changed use of devfs_add_devsw() to devfs_add_devswf() | Marc G. Fournier | 1996-04-01 | 1 | -96/+39 |
| * | Implement the XS_SELTIMEOUT error code. This causes the SCSI code to | Justin T. Gibbs | 1996-03-31 | 2 | -3/+5 |
| * | Fixed devfs group and permissions of some more disk devices. | Bruce Evans | 1996-03-29 | 1 | -7/+12 |
| * | Fixed missing variable 'name' for DEVFS code | Marc G. Fournier | 1996-03-29 | 1 | -1/+4 |
| * | Fixed a Typo | Marc G. Fournier | 1996-03-28 | 1 | -2/+2 |
| * | Using devfs_add_devswf() instead of devfs_add_devsw() | Marc G. Fournier | 1996-03-28 | 5 | -42/+32 |
| * | Fixed name of pt device (it has a unit number). devfs still only creates | Bruce Evans | 1996-03-27 | 1 | -7/+14 |
| * | Fixed group of disk devices (was wheel or games, now operator). | Bruce Evans | 1996-03-27 | 4 | -42/+69 |
| * | Fixed some missing int32 -> int32_t | David Greenman | 1996-03-10 | 2 | -4/+4 |
| * | u_int8 -> u_int8_t | Jordan K. Hubbard | 1996-03-10 | 1 | -6/+6 |
| * | Cleanse the SCSI subsystem of its internally defined types | Justin T. Gibbs | 1996-03-10 | 14 | -353/+347 |
| * | Fix broken SCSI_DELAY option.. (missing #include "opt_scsi.h") | Peter Wemm | 1996-03-09 | 1 | -1/+3 |
| * | Add more options into the conf/options and i386/conf/options.i386 files | Peter Wemm | 1996-03-02 | 2 | -2/+4 |
| * | More b_flags fixes. | John Dyson | 1996-03-02 | 1 | -2/+2 |
| * | cosmetic fixes plus bring the cdevsw and bdevsw entries | Julian Elischer | 1996-02-19 | 1 | -10/+12 |
| * | allow the default tape unit to try figure out what it is rather than | Julian Elischer | 1996-02-19 | 1 | -2/+6 |
| * | Add: CDU-8003A aka Apple CDROM-300 | Stefan Eßer | 1996-02-17 | 1 | -1/+8 |
| * | Physically ask for leadout entry instead of asking of | Andrey A. Chernov | 1996-02-13 | 1 | -22/+39 |
| * | Recognize NRC MBR-7.4 too | Andrey A. Chernov | 1996-02-12 | 1 | -2/+2 |
| * | Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow dri... | Paul Traina | 1996-02-08 | 1 | -2/+2 |
| * | Add a quirk record for the Tandberg 42XX series. Not only that these | Joerg Wunsch | 1996-02-03 | 3 | -7/+19 |
| * | Simplify READTOCENTRYS by removing fake leadout code, | Andrey A. Chernov | 1996-02-02 | 1 | -37/+5 |
| * | Add the HP4020i CD-R as a known device. | Joerg Wunsch | 1996-02-02 | 2 | -5/+257 |
| * | Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than | Joerg Wunsch | 1996-02-02 | 1 | -1/+5 |
| * | I forget the fact that cd_read_toc reads toc header in any case | Andrey A. Chernov | 1996-02-02 | 1 | -3/+3 |
| * | Remove statement that does nothing now, forget in my prev. commit | Andrey A. Chernov | 1996-02-01 | 1 | -2/+1 |
| * | Oops, pick wrong volume size for leadout entry | Andrey A. Chernov | 1996-02-01 | 1 | -3/+3 |
| * | Add an entry for my HP Model 4020i CDR drive. | Jordan K. Hubbard | 1996-01-31 | 1 | -1/+5 |
| * | Don't convert LBA to host order, they must stay in network order | Andrey A. Chernov | 1996-01-30 | 1 | -6/+1 |
| * | OOPS, forget to adjust starting track to not physically read | Andrey A. Chernov | 1996-01-30 | 1 | -8/+9 |
| * | Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping. | Andrey A. Chernov | 1996-01-30 | 1 | -9/+37 |
| * | READTOCENTRYS: make fake leadout entry | Andrey A. Chernov | 1996-01-30 | 1 | -3/+26 |
| * | READTOCENTRYS: handle 0 and lead out requests, add argument checking | Andrey A. Chernov | 1996-01-30 | 1 | -11/+34 |
| * | Remove redundant declaration for worminit(). Dunno why my config(8) | Joerg Wunsch | 1996-01-29 | 1 | -2/+1 |
| * | Prevent media eject on first open and re-enable ejection on last close. | Justin T. Gibbs | 1996-01-29 | 1 | -3/+6 |
| * | Make worm.c compile with -Wall -Werror again. | Joerg Wunsch | 1996-01-28 | 1 | -7/+7 |
| * | Submitted by: rich (which one?) | Julian Elischer | 1996-01-28 | 1 | -1/+5 |
| * | Back out the previous change. It's not correct for -current. | Jordan K. Hubbard | 1996-01-28 | 1 | -8/+0 |
| * | Add an entry for the "MBR-7", whatever that is. | Jordan K. Hubbard | 1996-01-28 | 1 | -1/+9 |
| * | Minor but fatal spelling error when merging my code into -current. | Joerg Wunsch | 1996-01-28 | 1 | -3/+5 |
| * | The Great Merge. | Joerg Wunsch | 1996-01-27 | 2 | -43/+643 |
| * | First attempt at creating devfs entries for sliced devices. Doesn't | Bruce Evans | 1996-01-27 | 2 | -17/+21 |
| * | Fold in my latest changes to the worm driver. | Joerg Wunsch | 1996-01-20 | 1 | -6/+17 |
| * | Make the "uk" device usable again. The open() always failed due to an intern... | Joerg Wunsch | 1996-01-20 | 3 | -5/+8 |