| Age | Commit message (Expand) | Author |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-04-14 | Add a quirk for the Tandberg SLR/5 | perry |
| 2003-03-20 | use PRId64 to printf bp->b_blkno, which is of type daddr_t | dbj |
| 2003-02-03 | Test callout_pending(), not callout_active(), and eliminate now-unnecessary | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-22 | Convert to new device buffer queue interface. | hannken |
| 2002-05-05 | If periph->periph_callout is already active, don't freeze the periph again: | bouyer |
| 2002-05-03 | Back out previous. It has issues with multiple dumps to one tape using | bouyer |
| 2002-05-02 | If we get a Unit Attention Not Ready To Ready Transition (medium may have | bouyer |
| 2002-03-22 | kern/16014- if we do an 'mt offline', make sure we've allowed the tape | mjacob |
| 2002-03-22 | Forced commit so that some more detail on the previous patches can be | mjacob |
| 2002-03-20 | Add the ability to report file number/block number. From Matt Jacob. | christos |
| 2002-01-12 | For fixed block drive, for invalid sense error code, set info to | bouyer |
| 2001-12-07 | add detach support for st. | yamt |
| 2001-12-01 | Hum, no need to print a message each time we're waiting for the drive. | bouyer |
| 2001-12-01 | Various quirks for the ATAPI OnStream DI-30, mostly from the FreeBSD driver. | bouyer |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-07-18 | bzero -> memset | thorpej |
| 2001-07-08 | Correct various misspellings of 'transfer' and inflected forms. | wiz |
| 2001-06-18 | Snapshot of ATAPI tapes support. Known to be able to read/write to tape with: | bouyer |
| 2001-05-30 | uninitialised variable (from Krister Walfridsson): | bouyer |
| 2001-05-15 | delint; use MAX(sizeof(..),sizeof(..)) instead of max(...) for array size | lukem |
| 2001-05-14 | Use SCSI/ATAPI common definition for MODE_{SELECT,SENSE}{,_BIG}. Define | bouyer |
| 2001-05-06 | Fix a typo from thorpej_scsipi merge. No-sense information with retval == 0 | hannken |
| 2001-05-04 | Add an ATAPI front-end to the st driver. Completely untested for now, | bouyer |
| 2001-04-25 | Pull up the thorpej_scsipi branch to main branch. | bouyer |
| 2001-01-18 | constify | jdolecek |
| 2000-11-22 | Remove obsolete comment. | soren |
| 2000-11-03 | st_touch_tape(): Pass XS_CTL_SILENT to st_mode_select(). | pk |
| 2000-11-03 | * st_touch_tape(): start probing at the block size from the sense data if | pk |
| 2000-11-03 | * Per st(4), retrieving status and setting modes on the control device | pk |
| 2000-11-02 | Introduce ST_Q_ERASE_NOIMM, a quirk indicating that the device rejects | pk |
| 2000-11-02 | Prevent printing sense information twice. | pk |
| 2000-11-02 | Remove useless check for SDEV_MEDIA_LOADED from st_read_block_limits(). | pk |
| 2000-11-02 | * In st_touch_tape(), don't bail out if the MODE SELECT fails since we are, | pk |
| 2000-08-16 | Add a NOPREVENT quirk which prevents the sending of PREVENT messages (some | matt |
| 2000-06-09 | Prevent a process being swapped out during I/O if the data buffer is | enami |
| 2000-06-06 | Density codes are usually given in decimal, so print them that way. | soren |
| 2000-05-19 | Add a quirk table entry for the OnStream ADR50 Drive; | kleink |
| 2000-03-30 | Get rid of register declarations. | augustss |
| 2000-02-21 | Patches from msouth@scruz.net to handle QIC 3220 (HP T20). | mjacob |
| 2000-02-20 | minor spelling change | mjacob |
| 2000-01-22 | PR/9271 (from srp@zgi.com)- recognize (indirectly) HP4000s via density | mjacob |
| 2000-01-21 | Update for sys/buf.h/disksort_*() changes. | thorpej |
| 2000-01-13 | Add tweaks for TEAC compact cassette tape drive. | nisimura |
| 2000-01-12 | Check in the implementation of the ST_MOUNT_DELAY option. | mjacob |
| 1999-09-30 | Cleanup the scsipi_xfer flags: | thorpej |