summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
doing so, do not check for signals - userret() will do this.
2006-12-24Keep a counter for addupc_intr() invocations, and pass its value, instead of 1,Miod Vallat
to addupc_task() in ADDUPROF(). From NetBSD via art@.
2006-12-24it is not permitted to change the "hellotime" is in RSTP, but in STP mode.Reyk Floeter
thanks to Edy (email at edylie dot net) ok jmc@ oh spanning tree, oh spanning tree, ...
2006-12-24Remove m88k compiler flags tweak which is no longer necessary since a long timeMiod Vallat
already.
2006-12-24typos; MureninTheo de Raadt
2006-12-24typoMichele Marchetto
2006-12-24duplicated line. ok miod@Nick Holland
duplicated line. ok miod@
2006-12-24In msk_marv_miibus_writereg, wait for busy flag to clear instead ofMark Kettenis
continuing when busy flag set.
2006-12-24fix typos in comments (verses->versus)Martin Reindl
2006-12-24use the right size when loading the rx/tx descriptor bus dma maps.Reyk Floeter
from the NetBSD port tested by bion@ and others from tech@ ok marco@ brad@
2006-12-24fix program name in usage, use __prognameMartin Reindl
2006-12-24ansify, no binary change, from Bret LambertPedro Martelletto
2006-12-24first pass cleanup of sasyncd, based on some discussion with deraadt@Mathieu Sauve-Frankel
inline conf_init into main() and remove it from conf.y. add usage(). small amount of whitespace nits in sasync.h ok deraadt@ mcbride@
2006-12-24normally hardware engineers call it Vcc not VCCTheo de Raadt
2006-12-24change schizo/psycho interrupts to be xname:what instead of ugly namesTheo de Raadt
seen previously; discussed with kettenis
2006-12-24Fix a bug where inserting a file resulted in an incorrectKjell Wooding
line-number count for a buffer (M-X insert-file, M-> to reproduce). While here, fix a number of bugs with incorrect line numbers after swap point-and-mark Originally reported via debian's bug tracking system. Fix tested by Han Boetes and Deanna Phillips.
2006-12-24Add column-number indicator to status line (enabled when line-number-mode isKjell Wooding
enabled; i.e. by default). This is essentially free, and has been requested a few times now
2006-12-24zap incorrect commentDamien Miller
2006-12-23please gccTheo de Raadt
2006-12-23do not mix & and || badlyTheo de Raadt
2006-12-23Regenerate. No change except for comments being updated to reflectKenneth R Westerback
current versions of base files.
2006-12-23Spelling.Kenneth R Westerback
'preceeding' -> 'preceding' 'preceeds' -> 'precedes' 'preceeded' -> 'preceded'
2006-12-23Remove trailing spaces in sed expression.Mark Kettenis
From Michael Small. Fixes PR 5300. ok otto@
2006-12-23syncTheo de Raadt
2006-12-23describe new functions to handle sensors; by Constantine A. MureninTheo de Raadt
2006-12-23show two-level sensor framework in action; Constantine A. MureninTheo de Raadt
2006-12-23adapt to new two-level sensor sysctl framework; by Constantine A. MureninTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-23kernel code implimemting the new two-level sensor api; written byTheo de Raadt
Constantine A. Murenin
2006-12-23new sensor api is two level, such that a device (ie. ipmi or lm0) hasTheo de Raadt
devices hanging off it; written by Constantine A. Murenin
2006-12-23if errors happen while reading the sdr list, give up on handling theTheo de Raadt
device as cleanly as possible. ok marco
2006-12-23Add the ability to issue GPCMD_REPORT_KEY and GPCMD_SEND_KEY scsiKenneth R Westerback
commands via the DVD_LU_SEND_RPC_STATE and DVD_HOST_SEND_RPC_STATE ioctls respectively. Thus allowing any region protected DVDs mistakenly delivered by Santa to the wrong region to be viewed on recalcitrant DVD drives (with the aid of an appropriate utility like regionset). No change to any current functions. Found in my hackers@ folder from August. From netbsd -> Kurt Miller -> jmc@.
2006-12-23Move the handling of SCI events to the acpiec gpe handler.Can Erkin Acar
ok marco@
2006-12-23Correctly compute timeout value in acpi_sleep.Can Erkin Acar
Also make sure it is non zero. ok marco@
2006-12-23mark regress as a top-level target, even though it's usually not runMarc Espie
by normal users. Even your average src/ developers does not know about make regress, it looks like ;-)
2006-12-23When compiling with gcc3, flag pool_get() as a malloc-like function, thisMiod Vallat
helps optimization. With feedback from grange@ and thib@, ok deraadt@
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
Based on a diff by brad@
2006-12-23Fix check for active 1000baseT media.Mark Kettenis
Pointed out by brad@
2006-12-23On UltraSPARC-III, patch some crucial D-cache flush instructions, andMark Kettenis
enable the cache. ok jason@, miod@
2006-12-23s/sk0/msk0/Mark Kettenis
2006-12-23Provide sparc64-specific DT_XXX constant.Mark Kettenis
ok miod@
2006-12-23Do not name both a variable and a goto target 'restore'; it's legal, butMarc Balmer
confusing. at least it confused thib...
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
survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman.
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
Based on a diff by brad@
2006-12-22- Add IFM_NONE.Mark Kettenis
- Don't set MIIF_NOISOLATE so eephy(4) can be used in configurations with multiple PHYs. - When PHY is resolved to a master, show it with IFM_ETH_MASTER. Based on a diff from yongari@FreeBSD, through brad@