summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-12-23kernel code implimemting the new two-level sensor api; written byTheo de Raadt
2006-12-23new sensor api is two level, such that a device (ie. ipmi or lm0) hasTheo de Raadt
2006-12-23if errors happen while reading the sdr list, give up on handling theTheo de Raadt
2006-12-23Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsiKenneth R Westerback
2006-12-23Move the handling of SCI events to the acpiec gpe handler.Can Erkin Acar
2006-12-23Correctly compute timeout value in acpi_sleep.Can Erkin Acar
2006-12-23mark regress as a top-level target, even though it's usually not runMarc Espie
2006-12-23When compiling with gcc3, flag pool_get() as a malloc-like function, thisMiod Vallat
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-12-23Fix check for active 1000baseT media.Mark Kettenis
2006-12-23On UltraSPARC-III, patch some crucial D-cache flush instructions, andMark Kettenis
2006-12-23s/sk0/msk0/Mark Kettenis
2006-12-23Provide sparc64-specific DT_XXX constant.Mark Kettenis
2006-12-23Do not name both a variable and a goto target 'restore'; it's legal, butMarc Balmer
2006-12-23in nmeaopen(), only add the sensors to the system if there was no error.Marc Balmer
2006-12-23wrong printing; ok marcoTheo de Raadt
2006-12-22always include sensors.hTheo de Raadt
2006-12-22Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn'tKenneth R Westerback
2006-12-22spacingTheo de Raadt
2006-12-22Fix check for active 1000baseT media.Mark Kettenis
2006-12-22Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-12-22- Add IFM_NONE.Mark Kettenis
2006-12-22add special handling for "urpf-failed" with carp interfaces. theReyk Floeter
2006-12-22snprintf() -> cvs_path_cat();Xavier Santolaria
2006-12-22fold long lines.Marc Balmer
2006-12-22regen.Marc Balmer
2006-12-22Add two more Meinberg radio clocks.Marc Balmer
2006-12-22shorten codeTheo de Raadt
2006-12-22make driver look more like others do; ok mbalmerTheo de Raadt
2006-12-22delete prototypes for functions that don't existKevin Steves
2006-12-22A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800),Dimitry Andric
2006-12-21if the add or import command is issued, send the wrapper-sendme-rcsOptionsXavier Santolaria
2006-12-21Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR,Dimitry Andric
2006-12-21nuke unused sc_enaddr and comment about itJason Wright
2006-12-21nuke sc_enaddr here tooJason Wright
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
2006-12-21better yet, nuke all references to sc_enaddr except for the copy into arpcom....Jason Wright
2006-12-21use the arpcom copy of the ethernet address so that updates to lladdr can workJason Wright
2006-12-21Fix !command piping by Alexander Bluhm in PR 5325. Tested by quite aOtto Moerbeek
2006-12-21make more correct and less confusing; noted by David Madore;Otto Moerbeek
2006-12-21even more knf loveTheo de Raadt
2006-12-21mention sys/types.h needed; eth0@o2.plTheo de Raadt
2006-12-21syncTheo de Raadt
2006-12-21support Avlab PCI 2S as a puc; from nicm__@ntlworld.comTheo de Raadt
2006-12-21appease the groff beast;Jason McIntyre
2006-12-21Fix a realloc-style bug (curmap = reallocmap(curmap)) inKjell Wooding
2006-12-21Eliminate BSMAP #ifdef (we didn't define it). This exposes bsmap-mode,Kjell Wooding
2006-12-21Unbreak redistribute default and make it possible to specify a metric forClaudio Jeker
2006-12-21order variables by size/type.Claudio Jeker
2006-12-21- PATCH_SITES -> PATCHSITESAntoine Jacoutot