summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
* Clean up some pointer usage.eivind1998-12-071-2/+4
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-072-4/+4
* if_rl.c: make a small tweak to properly handle the Accton MPX 5030/5038wpaul1998-12-072-46/+28
* Ifdefed a conditionally used include.bde1998-12-061-2/+4
* MFC: loosen compare even though bde doesn't like it.jkh1998-12-062-6/+6
* fix warning messages from previous deltamjacob1998-12-061-3/+3
* use CAM_DEBUG_XPT to track XPT; correct a misspellingmjacob1998-12-061-13/+16
* print the appropriate SCSI revision (with CCS as a proper name for the announ...mjacob1998-12-061-4/+8
* Avoid compiler warning (printf arg type mismatch) when compiling #ifdef DEBUGarchie1998-12-063-6/+6
* Add a CAM_DEBUG_XPT define (to debug XPT layer only). Add a CAM_DEBUGGEDmjacob1998-12-051-2/+8
* Fix it so that it works on an eb164 when you have a serial console on com1.mjacob1998-12-051-1/+7
* Add in named SID field revision names (including CCS).mjacob1998-12-051-1/+8
* Print out information for write-allocate of AMD CPUs.kato1998-12-052-2/+40
* Revise some comments and labels.rnordier1998-12-051-16/+22
* Sync with sys/i386/isa/fd.c revision 1.125.kato1998-12-052-6/+6
* Sync with sys/i386/i386/userconfig.c revision 1.116.kato1998-12-051-2/+6
* Sync with sys/i386/conf/optins.i386 revision 1.94.kato1998-12-052-4/+2
* Sync with sys/i386/conf/SMP-GENERIC revision 1.23.kato1998-12-051-1/+5
* Sync with sys/i386/conf/GENERIC revision 1.133.kato1998-12-052-2/+10
* Even the most recently allocated buffer may not have its b_blknomckusick1998-12-051-2/+5
* Obtained from: "Kenneth D. Merry" <ken@plutotech.com>dillon1998-12-053-5/+4
* Add sanity check to foo_start() routines: in the unlikely (thoughwpaul1998-12-057-14/+56
* oops on lastmjacob1998-12-051-3/+3
* Remove the Target mode functions until they're in better shape. Implement somemjacob1998-12-051-91/+534
* make a real "done" func; clarify some LUN widthsmjacob1998-12-051-8/+51
* compilation fixes from Eklundmjacob1998-12-051-2/+3
* compilation fixes from Eklund && move XS_CMD_DONE to be a real functionmjacob1998-12-051-28/+5
* do a bit of cleanup on some target mode structures and clarify a couple other...mjacob1998-12-051-179/+428
* roll core version minor and wire a non-i386 default Loop ID to 113mjacob1998-12-051-3/+7
* offset was wrong for HARDLOOPID in NVRAMmjacob1998-12-051-2/+3
* Roll to 1.15 f/w level for Qlogic 2100. Leave all flavors in, but control whichmjacob1998-12-051-9947/+12433
* roll to 1.31 levelmjacob1998-12-051-35/+1170
* trivial header fixmjacob1998-12-052-0/+10
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-04125-414/+510
* Fix compiler warnings.archie1998-12-041-81/+85
* Eliminate a zillion "left-hand operand of comma expression has no effect"archie1998-12-041-22/+26
* Put back some missing chip identification code that got lost somehowwpaul1998-12-042-8/+15
* Fix typo: expression needs parenthesesarchie1998-12-041-3/+3
* Fix typo: the expression .. & .. == .. needs parentheses: (.. & ..) == ..archie1998-12-041-1/+1
* Fix typo: "==" should have been "="archie1998-12-042-4/+4
* Don't print diagnostic anymorervb1998-12-042-2/+12
* In vnode_pager_input_old, set auio.uio_procp = curprocrvb1998-12-041-2/+2
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-0418-14/+13516
* Sync with sys/i386/conf/majors.i386 revision 1.93.kato1998-12-042-2/+4
* Sync with sys/i386/conf/majors.i386 revision up to 1.55.kato1998-12-041-5/+6
* Implement 'software completion' for floating point arithmetic. On thedfr1998-12-0413-18/+2651
* Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIMdillon1998-12-042-15/+19
* Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>dillon1998-12-041-1/+3
OpenPOWER on IntegriCloud