summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add __attribute__ ((unused)) to the SYSINIT etc macros which declarejb1998-12-031-6/+10
* Make bootp error message slightly more verbosedillon1998-12-032-4/+4
* Reviewed by: freebsd-currentdillon1998-12-035-7/+120
* Reviewed by: freebsd-currentdillon1998-12-035-5/+25
* Fixed broken code in sendfile(2) when using file offsets.dg1998-12-031-5/+7
* Local reserved range is now 100-127 for bdevs and 200-255 for cdevs.jkh1998-12-032-10/+10
* Add snprintf(3) and vsnprintf(3) capability to the kernel.archie1998-12-032-3/+58
* 109 id Intelligent Disk [Array] (md@doc.ic.ac.uk)jkh1998-12-022-2/+4
* "Fix" a problem with the Quantum Viking. It appears that this drive doesken1998-12-021-4/+28
* Restore the user HAE all the time, not just when returning to usermode.dfr1998-12-021-3/+5
* Enable BWX i/o access. I disabled it by mistake with the last commit.dfr1998-12-021-2/+2
* - For some old Cyrix CPUs, %cr2 is clobbered by interrupts. Thiskato1998-12-0210-1258/+187
* Sync with sys/i386/isa/isa.c revision 1.117.kato1998-12-021-2/+2
* Sync with sys/i386/conf/majors.i386 revision up to 1.53.kato1998-12-021-1/+7
* (deliberately seperate commits) - reserve cdev for Nick Hibma's usbjkh1998-12-022-4/+4
* *thwap* - move id driver to blkdev from cdev list; it's obviouslyjkh1998-12-022-2/+8
* Allocate 108 for Intelligent Disk [Array] driverjkh1998-12-022-2/+8
* Check return value of malloc() in expand_name.eivind1998-12-021-1/+3
* The Neomagic chip is a 2160 not a 3160.sos1998-12-011-2/+2
* - Fix modulo bug.nate1998-12-011-2/+2
* Honor MNT_NOATIME.dt1998-11-292-6/+6
* Make the previous behaviour the default, add a sysctl which youphk1998-11-292-24/+84
* don't print '?' for ioaddr the device may legitimately not have anphk1998-11-292-4/+4
OpenPOWER on IntegriCloud