summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-11Remove all code that prints to the console or writes to the log afterMarc Balmer
2007-11-11Add spurious interrupt detection to macebus. This allows for the detectionJoel Sing
2007-11-11The interrupt routine doesn't need to explicity invoke splbio/splx.Kenneth R Westerback
2007-11-11Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoingTobias Stoeckmann
2007-11-11Use two software interrupt sources per processor for IPIs, instead of onlyMiod Vallat
2007-11-11In dma_cachectl(), flush unconditionnaly on all processors, regardless of theMiod Vallat
2007-11-11import perl 5.10.0 from CPANSimon Bertrang
2007-11-11update File::Temp to CPAN version 0.18 as other modules start to use itSimon Bertrang
2007-11-11strtod may return HUGE_VAL on overflow, which is defined in math.h.Tobias Stoeckmann
2007-11-11syncMartin Reindl
2007-11-11Do not (re)expand CVS keywords if it is requested to keep old keywords.Tobias Stoeckmann
2007-11-11CVS/Entries needs at least one line specifying a 'D'irectory. If theTobias Stoeckmann
2007-11-11Added CVS keyword "Locker". Although it is a dummy function, it's alreadyTobias Stoeckmann
2007-11-11If a file has modifications in it (i.e. cvs update on modified files),Tobias Stoeckmann
2007-11-11Apply umask on RCS file modes. The umask can be changed in CVSROOT/configTobias Stoeckmann
2007-11-11tidy up the hardware list a little; ok ajacoutotJason McIntyre
2007-11-11syncPeter Valchev
2007-11-11support little I-O DATA UPS GPS thingyTheo de Raadt
2007-11-11bring in ~7 years worth of improvements and bug fixes from NetBSDJacob Meuser
2007-11-10syncTheo de Raadt
2007-11-102 port usb hub with ethernet in it..Theo de Raadt
2007-11-10Pull from master repo:Stefan Kempf
2007-11-10Pull from master repo:Stefan Kempf
2007-11-10do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-10- syncAntoine Jacoutot
2007-11-10- add support for more multifunction Epson devices (from FreeBSD and SANE).Antoine Jacoutot
2007-11-10List time receiver devices in their own section, like we do in pci(4).Marc Balmer
2007-11-10weel -> wellJoel Sing
2007-11-10Clean up some debugging left-overs.Marc Balmer
2007-11-10- Fix command timeouts in certain scenarios (like under X11)Marcus Glocker
2007-11-10Document the timedelta sensor status and the "Signal" sensor.Marc Balmer
2007-11-10UNMADE -> UNKNOWNMarc Espie
2007-11-10Mention the umbg(4) driver.Marc Balmer
2007-11-10remove "unused variable" warning appearing when building releaseCharles Longeau
2007-11-10knf.Marc Balmer
2007-11-10Mention the Meinberg USB5131.Marc Balmer
2007-11-10Activate umbg(4) on macppc.Marc Balmer
2007-11-10Activate umbg(4) in i386.Marc Balmer
2007-11-10Add a manual page for umbg(4).Marc Balmer
2007-11-10umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77Marc Balmer
2007-11-10clearer debug codeMarc Espie
2007-11-10rename make -> must_make, made -> built_statusMarc Espie
2007-11-10Remove a fair amount of duplicated code by making cpu_mp_startup callMark Kettenis
2007-11-10Pull from master repo:Stefan Kempf
2007-11-10For single-processor kernels, only match the CPU we're running on.Mark Kettenis
2007-11-09Be more careful when handling ipis:Miod Vallat
2007-11-09In dma_cachectl*(), try and perform fewer remote processor operations wheneverMiod Vallat
2007-11-09Do not bother checking for curproc != NULL if we know a trap comes fromMiod Vallat
2007-11-09Allow -c in conjunction with -d (and -u).Matthias Kilian
2007-11-09Stash value of log_tag before calling closelog_r() and restore it after.Todd C. Miller