| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add the use of M_ZERO to some malloc calls. | dwmalone | 2000-10-29 | 1 | -2/+1 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | Fix two problems in the ch(4) driver. | ken | 2000-04-02 | 1 | -2/+13 |
* | Do the minor changes needed because of change to ccb_getdev structure. | mjacob | 2000-01-17 | 1 | -2/+2 |
* | Add make_dev functions. Tested with only one changer (sigh- all my others | mjacob | 1999-11-21 | 1 | -3/+7 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Remove unneeded disk-related includes. | phk | 1999-09-12 | 1 | -1/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Cast pointers to uintptr_t instead of casting them to u_long. Don't | bde | 1999-08-24 | 1 | -4/+5 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -5/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -22/+21 |
* | Add a default async handler funstion to cam_periph.c to remove duplicated | gibbs | 1999-05-22 | 1 | -9/+2 |
* | Add a facility in the CAM error handling code to retry selection timeouts. | ken | 1999-05-09 | 1 | -14/+18 |
* | Add a prioritization field to the devstat_add_entry() call so that | ken | 1999-02-10 | 1 | -3/+4 |
* | Staticize. | eivind | 1998-12-22 | 1 | -8/+8 |
* | Return ENODEV instead of EINVAL when a particular exchange or move | gibbs | 1998-12-12 | 1 | -3/+3 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -2/+3 |
* | Fix a few problems that Bruce noticed about a month ago, and fix oup one | ken | 1998-11-22 | 1 | -3/+6 |
* | Fix a problem with the way we handled device invalidation when attaching | ken | 1998-10-22 | 1 | -42/+45 |
* | Clean up some unused variables. | ken | 1998-10-15 | 1 | -2/+1 |
* | Fix a printf format warning that shows up when CAMDEBUG is defined. | ken | 1998-10-02 | 1 | -2/+2 |
* | Modify the changer driver so it can handle (hopefully!) changers that need | ken | 1998-10-02 | 1 | -68/+188 |
* | SCSI Peripheral drivers for CAM: | gibbs | 1998-09-15 | 1 | -0/+1584 |