summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-05-25one last optimization, removing a jump, mostly byBob Beck
2005-05-25- identify Compex NICs (untested)Martin Reindl
2005-05-25With PQUIK_NOMODESENSE gone, SDEV_NOMODESENSE can go too.Kenneth R Westerback
2005-05-25PQUIK_NOMODESENSE no longer does anything, and PQUIRK_NOBIGMODESENSE wasKenneth R Westerback
2005-05-25Fix instances of macros with improperly parenthasized arguments.Brad Smith
2005-05-25- Fixed resetting of the watchdog timer and queue full flag.Brad Smith
2005-05-25Introduce safer, more general mode sense capability. Transparently useKenneth R Westerback
2005-05-25funcs to fetch pci intr routing table(s)Michael Shalayeff
2005-05-25regenBrad Smith
2005-05-251 Mbps Ethernet, huh?Brad Smith
2005-05-25BCM5220Brad Smith
2005-05-25regenBrad Smith
2005-05-25I don't know the real name of this PHY on a dc@cardbus I wasBrad Smith
2005-05-25repair whichqs race by disabling ints in between check and halt-halt; marco@ ...Michael Shalayeff
2005-05-25comment typoJason Wright
2005-05-25correctly initialize AD1886.Joris Vink
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-25Schedule a soft interrupt, not a timeout, in the hard rx interrupt handler.Miod Vallat
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-25Resample the hinge value on wakeup, prevent 'hung' keyboard on returnDale Rahn
2005-05-25when an interface joins or leaves a group call back into pf so it canHenning Brauer
2005-05-25AESCTR support for ESP (RFC 3686); ok hshoexerMarkus Friedl
2005-05-24Add scaffolding for feature tests that will be used by our include files.Todd C. Miller
2005-05-24add pci ints routing table entry structMichael Shalayeff
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2005-05-24ath_hal_rx_monitor should be used for link state monitoring instead ofReyk Floeter
2005-05-24byeUwe Stuehler
2005-05-24add a new field to vm_space and use it to track the number of anonTed Unangst
2005-05-24When processing the flex_geometry page, don't use a reduced_geometryKenneth R Westerback
2005-05-24printf(s) -> printf("%s", s)Uwe Stuehler
2005-05-24bump to version 2.08, addingUwe Stuehler
2005-05-24Do not assume anything about the calling frame in the inline assemblyMiod Vallat
2005-05-24serial console supportUwe Stuehler
2005-05-24fix links targetUwe Stuehler
2005-05-24crank up MAXCCB to 250 for cards that can handle it. ok mickey@Marco Peereboom
2005-05-24wrap into nice definesMartin Reindl
2005-05-24replace jnz FOO;jmp BAR;FOO: with jz BAR;FOO:, the idle loop will be even mor...Niklas Hallqvist
2005-05-24Don't need to protect as many signals from _POSIX_SOURCE now that POSIXTodd C. Miller
2005-05-24oopsTheo de Raadt
2005-05-24let ramdisks compile again. people -- please always try to compile with your...Theo de Raadt
2005-05-24add stge(4)Brad Smith
2005-05-24do not print cpu startup messages (because they are obvious)Theo de Raadt
2005-05-24hlt hlt is not a good idea. Rework APM to do what the spec actually says. R...Marco Peereboom
2005-05-24move sk(4) and epic(4) out of the untested sectionBrad Smith
2005-05-24support trunk stacking (trunks as trunk ports) and some fixesReyk Floeter
2005-05-24add epic(4) and stge(4)Brad Smith
2005-05-24include trunk.h to get the NTRUNK valueReyk Floeter
2005-05-24remove NetBSD's event counter code.Brad Smith
2005-05-24san depends on sppp. canacar@ ok.Hakan Olsson
2005-05-24Fix our NTFS readdir function.Brad Smith