summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-09-08fix uaudio(4) devices using signed mixer controlsAlexandre Ratchov
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark Kettenis
2007-09-08Clear the message header (and only the message header) in rt_msg2.Claudio Jeker
2007-09-08use M_ZERO.Martin Reindl
2007-09-08use M_ZERO.Martin Reindl
2007-09-08Add adl(4). Make comments for i2c devices a bit more consistent while I'mMark Kettenis
2007-09-08Wrap DPRINTFN() macro up in do { } while(0).Jonathan Gray
2007-09-08Add nvram external hw config defines. ok marco@David Collins
2007-09-08Set external hw config according to nvram value.David Collins
2007-09-08we dont need net/rndvar.h since the code that used it has been moved toDavid Gwynne
2007-09-08Driver for WinChipHead CH341/340 USB serial adapters.Jonathan Gray
2007-09-08Sync description of lookup() a bit more to reality.Hans-Joerg Hoexer
2007-09-07missing scale factor; from Mike BelopuhovTheo de Raadt
2007-09-07Do not recalculate TCP payload length in pf_test_rule() as it hasAlexander Bluhm
2007-09-07use new malloc M_ZERO flag + replace MALLOC with mallocDamien Bergamini
2007-09-07properly acknowledge interrupts. this fixes the interrupts storm i wasDamien Bergamini
2007-09-07Fix code that figures out the PCI bus number for a _PRT configuration object.Mark Kettenis
2007-09-07make sure the length of the first segment of a Tx descriptor is a multipleDamien Bergamini
2007-09-07Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov.Mark Kettenis
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-09-07sprinkle some M_ZERO love.Federico G. Schwindt
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07The obvious bzero/memset -> M_ZERO changes.Kenneth R Westerback
2007-09-07Use M_ZERO in a few more places to shave bytes from the kernel.Artur Grabowski
2007-09-07take advantage of the new M_ZERO malloc flag.David Gwynne
2007-09-07Check if rtm_hdrlen is smaller then the passed message or it would be possibleClaudio Jeker
2007-09-07use M_ZEROReyk Floeter
2007-09-07use M_ZEROReyk Floeter
2007-09-07Add the long requested M_ZERO flag to malloc(9).Artur Grabowski
2007-09-07Comment fix. It's 0x7F ELF, not 0xFF ELF.Tobias Weingartner
2007-09-07Remove some left-overs from the TSC based microtime. We don't needArtur Grabowski
2007-09-07Modify the heuristic for detection of speedstep to recognize a compatibleGordon Willem Klok
2007-09-07Based upon a diff orignally submitted by devin smith, Do two things run theGordon Willem Klok
2007-09-06Add an unsolicited even handler for the Sigmatel Apple codecs. TheDeanna Phillips
2007-09-06Clean up some debug messages and wrap them in DPRINTF. From AlexeyDeanna Phillips
2007-09-06syncFelix Kronlage
2007-09-06add Olimex vendor id, couple device ids for usb -> serial jtag interfacesFelix Kronlage
2007-09-06Return pressure as absolute z axis on ITM touchscreens. Other modelsMatthieu Herrb
2007-09-06fix temperature sensor. the sensors framework wants muK not degC!Damien Bergamini
2007-09-06disable interrupts coallescing for now.Damien Bergamini
2007-09-06meaningless numbers and strings should not appear in sensor.desc; ok deraadt@Constantine A. Murenin
2007-09-06new iwn(4) driver for Intel Wireless WiFi Link 4965AGN.Damien Bergamini
2007-09-06bump the copyright while touching these filesReyk Floeter
2007-09-06With a trunk(4) interface in fail over mode the trunk(4) interfaceReyk Floeter
2007-09-06fix copyright; spotted by cnstTheo de Raadt
2007-09-06negate -12V input value; spotted by Alexander LobodzinskiTheo de Raadt
2007-09-06Shuffle some things around to get rid of #ifdev'sMarco Peereboom
2007-09-06Don't try disabling bus power before setting the voltage onJonathan Gray