index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
scsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check before dereferencing a possible null pointer (cdevsw[i]->d_open)
peter
1995-12-13
1
-2
/
+2
*
devsw tables are now arrays of POINTERS to struct [cb]devsw
julian
1995-12-13
1
-2
/
+2
*
Undo a change that should not have been committed with the 1Tb enhancements.
dyson
1995-12-11
1
-2
/
+1
*
Changes to support 1Tb filesizes. Pages are now named by an
dyson
1995-12-11
1
-1
/
+6
*
Replaced nxmmap by nommap (if the mmap function gets called, then the
bde
1995-12-10
2
-4
/
+4
*
Replaced odsize by generic nopsize.
bde
1995-12-10
1
-35
/
+28
*
Replaced cdsize by generic nopsize.
bde
1995-12-10
1
-27
/
+20
*
Replaced nxdump by nodump (if the dump function gets called, then the
bde
1995-12-10
3
-6
/
+6
*
Removed unused functions sudump() and supsize().
bde
1995-12-10
1
-26
/
+5
*
Make NEW_SCSICONF the default way of doing things
julian
1995-12-10
5
-423
/
+21
*
Restored used variable `name[32]' (used by DEVFS).
bde
1995-12-10
2
-9
/
+22
*
scsi_tape.h had some old cruft that looked like missing typedefs or
phk
1995-12-09
3
-17
/
+15
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
11
-26
/
+26
*
Pass 3 of the great devsw changes
julian
1995-12-08
11
-389
/
+513
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
2
-2
/
+6
*
Removed unnecessary #includes of <sys/user.h>. Some of these were just
bde
1995-12-06
2
-4
/
+2
*
Removed dummy routines sscstrategy(), sscread(), sscwrite() and
bde
1995-12-05
1
-10
/
+6
*
fix a couple of stuffups in the worm driver and in other associated scsi files
julian
1995-12-05
4
-35
/
+13
*
If the open fails, don't mark the device as open (duh!)
julian
1995-12-05
1
-2
/
+2
*
Fix support for QIC_3080 drives...it 1/2 worked before.
pst
1995-11-30
2
-2
/
+5
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
11
-22
/
+23
*
OK, that's it..
julian
1995-11-29
11
-19
/
+526
*
Completed function declarations, added prototypes and removed redundant
bde
1995-11-21
1
-6
/
+13
*
Completed function declarations and/or added prototypes.
bde
1995-11-21
1
-12
/
+21
*
Fixed replication error so that this compiles again.
bde
1995-11-21
1
-4
/
+3
*
Mega commit for sysctl.
phk
1995-11-20
7
-37
/
+27
*
Trim #includes to those that are necessary; other cosmetic changes.
dg
1995-11-20
1
-15
/
+10
*
First set of changes to eliminate the ad-hoc device buffer queues,
dyson
1995-11-19
7
-77
/
+61
*
Minor aesthetics (changed "." to space in "cd present.[a x b records]"
asami
1995-11-15
1
-3
/
+3
*
Set B_BUSY on the private buffer to avoid a panic in biodone when the
dg
1995-11-10
1
-2
/
+2
*
Initialize the 3 remaining elements of the scsi_cmd struct rather than
dg
1995-11-06
1
-2
/
+2
*
Replaced bogus macros for dummy devswitch entries by functions.
bde
1995-11-06
1
-18
/
+2
*
Moved prototypes for devswitch functions from conf.c and driver sources
bde
1995-11-04
2
-13
/
+2
*
Fixed the type of sscstrategy() (return void).
bde
1995-11-04
1
-4
/
+2
*
The "od" driver. While the name is suggesting the use for
joerg
1995-10-31
1
-0
/
+802
*
Include the "od" driver. (Oops, forgot to cvs add the driver file
joerg
1995-10-31
2
-49
/
+100
*
Make a lot of things static.
phk
1995-10-21
5
-66
/
+66
*
oops currupted a line by hitting the wrong key..
julian
1995-10-12
1
-2
/
+2
*
Ack!
julian
1995-10-12
2
-15
/
+34
*
Some bug fixes for the worm driver:
joerg
1995-10-09
3
-16
/
+37
*
Say so if a sense code is vendor specific.
dufault
1995-10-01
1
-0
/
+7
*
Remove hard coded assumption that SCSI busses have 7 targets.
gibbs
1995-08-23
2
-20
/
+53
*
Make everything except the unsupported network sources compile cleanly
bde
1995-08-16
1
-3
/
+3
*
Set bp->b_actf=NULL for paranoia sake.
dg
1995-08-07
1
-1
/
+2
*
Change memcmp() to bcmp(). memcmp() isn't declared or implemented
bde
1995-07-25
1
-2
/
+2
*
Allow the specification of the controller bus when wiring down scsi buses.
gibbs
1995-07-17
2
-32
/
+54
*
Do not set SCSI_NOSLEEP on every tape command (the exception being during
gibbs
1995-07-16
1
-2
/
+2
*
Fix benign function type mismatch.
bde
1995-07-13
1
-4
/
+5
*
PR #kern/572:
joerg
1995-07-09
1
-6
/
+8
*
Bestmatch check for cd-drive always faild due to additional space
amurai
1995-06-14
1
-7
/
+23
[next]