summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-03-19remove __PTodd C. Miller
2002-03-19mtcpu seq requires a pre-sync, implement hpt init for pcxlMichael Shalayeff
2002-03-19Fix bus_space_copy_region_ macro that got messed up by unpeeing.Todd C. Miller
2002-03-19we don't need mbstate_t, _BSD_SUSECONDS_T_ and _BSD_USECONDS_T_ typesKevin Lo
2002-03-19fix the ich3 ac97 audio idMichael Shalayeff
2002-03-19regenMichael Shalayeff
2002-03-19update ich3 namesMichael Shalayeff
2002-03-19drop TCP connections to broadcast address.Jun-ichiro itojun Hagino
2002-03-19need reg.h here as well, from sharpeyed hawk David KrauseMichael Shalayeff
2002-03-19syncNathan Binkert
2002-03-19Altima vendor id and altima gigabit ethernetNathan Binkert
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-03-19From NetBSD:Jason Wright
2002-03-19check sa_len/family strictlyJun-ichiro itojun Hagino
2002-03-19no need for reg.h in the frame.hMichael Shalayeff
2002-03-19htlb defs from the bookMichael Shalayeff
2002-03-19do things uncached for nowMichael Shalayeff
2002-03-18kill debugging printfMichael Shalayeff
2002-03-18pedantic assembly opcodes, to please new gas/new gcc.Marc Espie
2002-03-18filter ipv6 on the bridge.jasoni
2002-03-18These are macro inlines on vax, so check if they're defined beforeHugh Graham
2002-03-18$OpenBSD$Hugh Graham
2002-03-18no keyboard -- no cryMichael Shalayeff
2002-03-17In PT_{GET,SET}REGS there is no reason to not get/set %l* and %i*.Artur Grabowski
2002-03-17Don't set LK_RETRY to vn_lock with LK_RECURSEFAIL.Artur Grabowski
2002-03-17Add a DIAGNOSTIC check for when both LK_CANRECURSE andArtur Grabowski
2002-03-17Since LK_RECURSEFAIL and LK_CANRECURSE contradict each otherArtur Grabowski
2002-03-16Use wdc_setdriveConstantine Sapuntzakis
2002-03-16skip absent screens; from leonardo@cefetpr.brMichael Shalayeff
2002-03-16no need to include sys/conf.h w/ machine/conf.h; from David KrauseMichael Shalayeff
2002-03-16Log extra info for ATAPI devicesConstantine Sapuntzakis
2002-03-16The new code logs the control signals on the IDE bus. You can extract the logConstantine Sapuntzakis
2002-03-16PTRACE fallout.Artur Grabowski
2002-03-16and in the filesMichael Shalayeff
2002-03-16separate out interrupt handling stuffMichael Shalayeff
2002-03-16move cdev_decl out and kill some ugly print and some spacesMichael Shalayeff
2002-03-15and this is how it will look for the gecko boyMichael Shalayeff
2002-03-15here will be a wscons-gardenMichael Shalayeff
2002-03-15Missing splxArtur Grabowski
2002-03-15proper file depsMichael Shalayeff
2002-03-15rewrite a pmap to use multilevel page tables.Michael Shalayeff
2002-03-15Try 'local-mac-address' before myetheraddr(). This allows us to correctlyJason Wright
2002-03-15build really really smallMichael Shalayeff
2002-03-15fix a comment a littleMichael Shalayeff
2002-03-15fix binutils entry; pt out by Diana Eichert <deicher@sandia.gov>Michael Shalayeff
2002-03-15Add lpt device entry pointJason Wright
2002-03-15dohMichael Shalayeff
2002-03-15regs get/set for pmdbMichael Shalayeff
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-15Kill some #if __STDC__ used with 8bit function args; we live in an ANSI worldTodd C. Miller