summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-21Make certain the output buffer is zeroed before starting processing.Dale Rahn
2007-10-21This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checksBob Beck
2007-10-21Take even more care to ensure the max message size is atKenneth R Westerback
2007-10-21bring device back from power save mode if needed. fixes a problem reportedFederico G. Schwindt
2007-10-21Comment fix about time consumption of _gettemp.Tobias Stoeckmann
2007-10-21Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves theMarcus Glocker
2007-10-21use .Pp instead of a blank space;Jason McIntyre
2007-10-21add ecadc.4;Jason McIntyre
2007-10-21some corrections for previous;Jason McIntyre
2007-10-21sync with other daemons.Pierre-Yves Ritschard
2007-10-21Allow for the adjustment of the number of RX descriptorsBrad Smith
2007-10-21Remove a bogus and unnecessary check for if_addrlist from ex_init().Brad Smith
2007-10-21Add multicast support.Brad Smith
2007-10-21Last bit of (planned) tidy up in cons_options(). Join some lines,Kenneth R Westerback
2007-10-21Add ifmedia support.Brad Smith
2007-10-21Tidy up, make usual case exit faster, eliminate variable. No functionalKenneth R Westerback
2007-10-20Remove unneeded scope declarations that shadows existing ones. krw@ okFederico G. Schwindt
2007-10-20_check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@Constantine A. Murenin
2007-10-20Ack IRQ *after* fetching IPI args. From NetBSD.Mark Kettenis
2007-10-20Provide sensor status based on the limits found in OpenFirmware.Mark Kettenis
2007-10-20syncTheo de Raadt
2007-10-20ecadc(4)Mark Kettenis
2007-10-20Add support for the temperature sensors on the SUNW,envctrltwo device foundMark Kettenis
2007-10-20Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl andMark Kettenis
2007-10-20pull in exname() changes from ragge's repo. we're now back in syncOtto Moerbeek
2007-10-20sync with ragge's repoOtto Moerbeek
2007-10-20minor changes i missed on earlier merges with ragge's repoOtto Moerbeek
2007-10-20add missing [-b block#] to the usage of fsck(8)Igor Sobrado
2007-10-20an usage message should fit on a 80-column displayIgor Sobrado
2007-10-20Strip trailing whitespace on input lines. Should make config files moreKenneth R Westerback
2007-10-20Make sure to send an ipi to the processor a given proc runs on in signotify(),Miod Vallat
2007-10-20enuf -> enoughMiod Vallat
2007-10-20Call scsi_done() at SPLBIO. 'looks olright' says mickey.Kenneth R Westerback
2007-10-20Correct typo.Joel Sing
2007-10-20document the "all" interface group; after some discussion w/ mpf and henningJason McIntyre
2007-10-20ntpd and bgpd's turn to behave like the others.Pierre-Yves Ritschard
2007-10-20forgot about ospfd in last commit.Pierre-Yves Ritschard
2007-10-20Sync parse.y with recent enhancements in hoststated.Pierre-Yves Ritschard
2007-10-20Give more details on failure.Miod Vallat
2007-10-20Make this work on 64 bit platforms by using strlen() instead of sizeof()...Miod Vallat
2007-10-20add EDITOR and VISUAL to env_keepHenning Brauer
2007-10-20Start of a powerpc backend by Gregory McGarry. Not complete yet.Otto Moerbeek
2007-10-20powerpc ccomOtto Moerbeek
2007-10-20Pull from master repo; commit by gmcgarryOtto Moerbeek
2007-10-20Pull from master repo:Stefan Kempf
2007-10-20Create memory specific decode routines to make code cleaner,Jonathan Gray
2007-10-20Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just meansKenneth R Westerback
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
2007-10-20DO NOT access xs after calling scsi_done(xs). It's not there anymore.Kenneth R Westerback
2007-10-20replace auich's DMA and interrupt handling with code from NetBSD'sJacob Meuser