aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync with i386/NOTES.David E. O'Brien2004-03-051-4/+4
* Add comment for 'mptable'.David E. O'Brien2004-03-051-3/+2
* Note that imp is working on un-shimming this driver, afterwards it shouldDavid E. O'Brien2004-03-051-2/+2
* The PECOFF support is 32-bit only.David E. O'Brien2004-03-051-4/+0
* In the last revision, I introduced a physical contiguity check that is bothAlan Cox2004-03-051-3/+1
* PECOFF_* isn't useful for AMD64.David E. O'Brien2004-03-051-2/+0
* - Some older Atheros drivers want KeInitializeTimer(), so implement it,Bill Paul2004-03-043-20/+215
* Implement a crude but functional usbd_ratecheck() to limit the numberPoul-Henning Kamp2004-03-041-5/+3
* Only setup sii_reset on sii311[24].Søren Schmidt2004-03-041-2/+3
* Use auto-sense data provided by the lowlevel ATA code.Thomas Quinot2004-03-041-1/+10
* move in6_addmulti()/in6_delmulti() into mld6.cHajimu UMEMOTO2004-03-042-90/+93
* Nursemaid: Fix tinderbox builds by removing the shadowing of the globalBruce M Simpson2004-03-041-7/+7
* Just because the timecounter reads the same value on two samplesPoul-Henning Kamp2004-03-041-4/+0
* missing splx().Hajimu UMEMOTO2004-03-041-1/+3
* Fixed the XXX'ed namespace pollution in rev.1.54 by usingBruce Evans2004-03-041-2/+3
* Don't manually optimize for 20 year old compilers by casting to u_intBruce Evans2004-03-041-2/+1
* Fixed some style bugs (mainly misformatting, and pointers to `struct thread'Bruce Evans2004-03-041-15/+14
* Fixed insertion sort errors in includes and prototypes. This was moreBruce Evans2004-03-041-13/+7
* Correct year in copyrights.Pawel Jakub Dawidek2004-03-042-2/+2
* Record exactly where this file was copied from. It wasn't repo-copied soBruce Evans2004-03-041-12/+12
* Fixed some style bugs (mainly English usage errors in comments).Bruce Evans2004-03-041-9/+10
* Fixed some style bugs (mainly misplaced comments, and totally disorderedBruce Evans2004-03-041-15/+18
* Minor style fixes. In vm_daemon(), don't fetch the rss limit long beforeBruce Evans2004-03-041-9/+8
* Sync to 1.165 of usbdevsMIHIRA Sanpei Yoshiro2004-03-042-2/+18
* Add support SimpleTech UCF-100 USB CompactFlash reader(OnSpec Electronic, Inc.)MIHIRA Sanpei Yoshiro2004-03-042-0/+8
* Fix an off-by-one error and rework our EC space handler. Writing to addressNate Lawson2004-03-041-14/+15
* Part 2 of Project Evil: Pretend to be Windows 2000 for buggy ASL thatNate Lawson2004-03-041-2/+9
* Don't disable Cx support and throttling on machines with a P_BLK_LEN != 6Nate Lawson2004-03-041-3/+16
* Add a "quirks" value to disable quirks handling for a given boot.Nate Lawson2004-03-041-5/+15
* Remove some long unused definitions.Alan Cox2004-03-041-2/+0
* Remove unneeded label 'done2' from socket(). We now grab GiantRobert Watson2004-03-041-2/+1
* Add sanity checks to the ndis_packet and ndis_buffer pool handlingBill Paul2004-03-042-2/+88
* Use different dummy wait channels to avoid panic in msleep().Dag-Erling Smørgrav2004-03-031-3/+3
* - Remove d_valid field, we can use d_consumer field to check if diskPawel Jakub Dawidek2004-03-032-10/+7
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-0311-69/+52
* Add proper support for DbgPrint(): only print messages if bootverboseBill Paul2004-03-032-1/+31
* - stlye and commentsHajimu UMEMOTO2004-03-031-15/+16
* Add ctau (Cronyx/Tau-ISA) device driver entry.Roman Kurakin2004-03-031-0/+7
* Add rules for font.h atkbdmap.h ukbdmap.h so more of LINT can be built.David E. O'Brien2004-03-031-0/+15
* Add missing working options from i386 file.David E. O'Brien2004-03-031-2/+31
* Lower i386's INLINE_LIMIT to AMD64's level.David E. O'Brien2004-03-031-1/+1
* mga_state & r128_state need an inline-limit larger than amd64's defaultDavid E. O'Brien2004-03-031-2/+4
* Sync with i386/NOTES rev. 1.1131.David E. O'Brien2004-03-031-112/+250
* Peter prefers it this way, bde might also[*]. I just want to have a chanceDavid E. O'Brien2004-03-032-2/+2
* Prefer uintptr_t to intptr_t.David E. O'Brien2004-03-032-6/+6
* Use a long as the opaque type so that it matches the size of a pointerDavid E. O'Brien2004-03-031-1/+1
* Change __FUNCTION__ to __func__Scott Long2004-03-031-2/+2
* Finish the removal of the 'nv' device reference.Scott Long2004-03-031-1/+0
* Opps, nv(4) isn't committed yet. Comment out.David E. O'Brien2004-03-031-1/+1
* AMD64 versions.David E. O'Brien2004-03-032-0/+122