summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-07-09regenMichael Shalayeff
2004-07-09feh. hppa part. some unfinished and untestedMichael Shalayeff
2004-07-09perform reply buffer dma synchronisation in iop_msg_post(), and not inPedro Martelletto
2004-07-09regenMichael Shalayeff
2004-07-09split off the m68k-specific partsMichael Shalayeff
2004-07-09attach to Planex and Corega Ethernet cards.Brad Smith
2004-07-09Fix buffer writing in cd9660 code, written by Tom and myself, examined by tobyDale Rahn
2004-07-09from netbsd:Theo de Raadt
2004-07-09brings in a few fixes from NetBSD...Brad Smith
2004-07-09Do not compile non-us keyboard tables on alpha if SMALL_KERNEL, as anMiod Vallat
2004-07-09qbus vector counting, too; from hughTheo de Raadt
2004-07-09typo. Bruno RoheeJun-ichiro itojun Hagino
2004-07-09go away staticsNiklas Hallqvist
2004-07-08Make 0/0 table entries work; also fix a problem setting the network maskRyan Thomas McBride
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2004-07-08we don't care about copyout's success. add a comment to appease sturm@Ted Unangst
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-07-08enclose some MP-only things in #ifdef MULTIPROCESSORDavid Krause
2004-07-08nforce3; downsjTheo de Raadt
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2004-07-07Funny typo.Miod Vallat
2004-07-07Only drain the transmit queue if we are idling the transmit section.Todd C. Miller
2004-07-07After we wait for the MAC's transmit section to idle, drain theTodd C. Miller
2004-07-07Check for ATW_C_BBPTYPE_RFMD in switch statement (not currently supported).Todd C. Miller
2004-07-07The ADM8211C uses a different BBP type-number for RFMD parts thanTodd C. Miller
2004-07-07Fix typo: change ATW_RFTYPE_RFMD and family to ATW_BBPTYPE_RFMD.Todd C. Miller
2004-07-07use the do { .. } while(0) wrapperTheo de Raadt
2004-07-07fix an issue when scripts are exec'd under systrace wheremarius eriksen
2004-07-07skip wdc at isa on media; idea from miodTheo de Raadt
2004-07-07a bit more silence during bus handovers; loki@animata.netTheo de Raadt
2004-07-07silence somethingTheo de Raadt
2004-07-07copyright dates sync; loki@animata.netTheo de Raadt
2004-07-07Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.netTheo de Raadt
2004-07-06assert is dumb dumb dumb; no objection from miodTheo de Raadt
2004-07-06use MALLOC/FREE for fixed size buffer allocationsMichael Shalayeff
2004-07-06only pull in a.out stuff if COMPAT_SUNOSTheo de Raadt
2004-07-06backout rev 1.3, it breaks simultaneous close (no FIN set for retransmits)Markus Friedl
2004-07-06regenBrad Smith
2004-07-06add Planex and Corega EthernetBrad Smith
2004-07-06from netbsd, via loki@animata.net: revision 1.62. Log message:Theo de Raadt
2004-07-06sent in by loki@animata.net: This includes all the changes from netbsdTheo de Raadt
2004-07-06from netbsd, via loki@animata.net, ehci.c revision 1.58 without someTheo de Raadt
2004-07-06from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debuggingTheo de Raadt
2004-07-06Replace magic number with a more descriptive #define. This magic number wasAaron Campbell
2004-07-05Allocate buffers in randomread and randomwrite via malloc insteadTodd C. Miller
2004-07-05remove some stuff to make the blocks slightly smaller. we could go furtherTheo de Raadt
2004-07-05clean & knfTheo de Raadt
2004-07-05do not queue events when no daemon running. flush all events on last close.Theo de Raadt
2004-07-05sync various changes in old_identifycpu() into identifycpu()David Krause