Age | Commit message (Expand) | Author |
2002-06-09 | More (the last round?) of splasserts and splbio around biodone. | Artur Grabowski |
2002-06-09 | some splassert and protection of biodone. | Artur Grabowski |
2002-06-09 | splassert a splbio assumption. | Artur Grabowski |
2002-06-08 | KISS. the spl variable doesn't have to be called s, but it make the code less... | Artur Grabowski |
2002-06-08 | splbio around biodone | Artur Grabowski |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-05-27 | punctuation | Thierry Deval |
2002-05-23 | Signed/unsigned int bug caused lp->d_npartitions to be set to zero. | Constantine Sapuntzakis |
2002-05-22 | Eh, mark scsi_free_xs with splassert(IPL_BIO) too. | Artur Grabowski |
2002-05-22 | splassert(IPL_BIO) in scsi_done (its children have this assumption). | Artur Grabowski |
2002-04-21 | Use PR_, not M_ flags to pool_get. | Artur Grabowski |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-09 | Be less parochial and remember that others may need to use quirks! | Kenneth R Westerback |
2002-02-28 | Start quirks off with NOWIDE, NOSYNC and NOTAGS and remove the | Kenneth R Westerback |
2002-02-16 | Disable tagged queueing for HP C3725S and IBM DCAS drives where | Todd C. Miller |
2002-02-01 | cdstrategy(): check that media is loaded before doing anything with the | Hans Insulander |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-07 | pass the proc* down the ioctl chain to controller; mjacob@ csapuntz@ ok | Michael Shalayeff |
2001-11-23 | Typo in comment. | Miod Vallat |
2001-11-11 | Add missing values for SCSI status byte. Add new name for 0x28 to | Kenneth R Westerback |
2001-11-02 | In scsi_strvis(), collapse adjacent whitespace/NUL chars to a single | Todd C. Miller |
2001-10-26 | Remove unused #define INUSE. It was rendered superfluous by the | Kenneth R Westerback |
2001-10-25 | Allow an empty cd to be opened (raw device/whole disk) primarily to | Dale Rahn |
2001-10-08 | Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPI | Dale Rahn |
2001-08-26 | Don't restrict MICROP 4421-07 quirk to a specific firmware revision | Todd C. Miller |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt |
2001-08-25 | Change scsi_[free|get]_xs to use pool(9); art@ krw@ miod@ ok. | Federico G. Schwindt |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback |
2001-08-06 | Remove legacy __BDEVSW_DUMP_OLD_TYPE code. | Miod Vallat |
2001-06-24 | cold is in systm now | Michael Shalayeff |
2001-06-22 | KNF | Theo de Raadt |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-04-30 | Pass IOCTL to adapter device if not understood by SCSI layer. | Constantine Sapuntzakis |
2001-04-08 | Add one more 1 byte (reserved, as defined in spc-2) field to the | Kenneth R Westerback |
2001-04-02 | Add padding and new field 'flags2' to struct scsi_inquiry_data, | Kenneth R Westerback |
2001-03-25 | Support for several HP scanners; from jmartin@ugrad.cs.ualberta.ca, krw@ ok. | Federico G. Schwindt |
2001-03-15 | Move status reads to chopen- there's no need to hang up the boot | mjacob |
2001-02-18 | In scsi_print_sense, add 0x when printing the opcode to clarify it's | Federico G. Schwindt |
2001-01-29 | Prepend SCSI_ to some of the SCSI opcodes to aid in sharing code w/NetBSD | Constantine Sapuntzakis |
2001-01-25 | spelling | Todd T. Fries |
2001-01-22 | ATAPI CD-ROMs BCD-16X and BCD-24X have troubles starting and stopping their d... | Constantine Sapuntzakis |
2001-01-22 | Reduce # of retries on scsi_test_unit_ready to 5. This means that devices | Constantine Sapuntzakis |
2001-01-09 | Typo: dome -> some | Kenneth R Westerback |
2000-12-13 | move back to unlimitted openings | Michael Shalayeff |
2000-11-23 | fix lun support, not as nice as i would like | Theo de Raadt |
2000-11-20 | limit luns on usb | Theo de Raadt |
2000-10-13 | Matthew Jacob <mjacob@feral.com>: | Michael Shalayeff |