summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-13Fix command undo for compression. Fixes artifacts seen in some cases.Marcus Glocker
2009-09-13Make sure we really have pending interrupts such that we don't do anMark Kettenis
2009-09-13Move some real noisy operations to a higher debug level.Marcus Glocker
2009-09-13Use function pointers in erasecols and eraserows for framebufferMarcus Glocker
2009-09-12Catch up with recent changes to GENERIC.Mark Kettenis
2009-09-12Don't use function pointers at places where we always call the sameMarcus Glocker
2009-09-12Compensate for the fact the the FDT uses a different offset for the registersMark Kettenis
2009-09-12Initialize global pointer to interrupt controller softc earlier such that weMark Kettenis
2009-09-12Correctly report copyout() failure in SIOCG80211STATS ioctl; ok damien@ jsg@Miod Vallat
2009-09-12Doh, trim variables unused now.Nicholas Marriott
2009-09-12Tidy some common code for destroying sessions into a new function.Nicholas Marriott
2009-09-12Re-sort some functions. Fix comment. No functional changes.Marcus Glocker
2009-09-12Simplify line len checking: use one limit for all SMTP exchanges.Jacek Masiulaniec
2009-09-12tmux always outputs \177 for backspace, so explicitly set VERASE to \177 forNicholas Marriott
2009-09-12fix a wrong computation in session_readline() where the length of line wasGilles Chehade
2009-09-12cmdlinetoolong stat was incremented at the wrong place, fixGilles Chehade
2009-09-12GPIO quirk for Dell Inspiron 1400Jacob Meuser
2009-09-12- fix a compile time warningGilles Chehade
2009-09-12there are machines that have more than one fixed speaker. useJacob Meuser
2009-09-12move code for getting controller capabilities out of azalia_init()Jacob Meuser
2009-09-12replace a fwrite || fwrite construct with a fprintf which achieves the sameGilles Chehade
2009-09-12Add DIOCSDINFO support to the three fd drivers. No change to existingKenneth R Westerback
2009-09-11- adjust usage() to fit in 80 columnsStuart Henderson
2009-09-11Don't panic if the command buffer runs full. Instead try to flush it,Marcus Glocker
2009-09-11bump versionDariusz Swiderski
2009-09-11add 'machine fdt' command that dumps device tree if presentDariusz Swiderski
2009-09-11This sample ruleset does not use require-order to mix NAT/rdrStuart Henderson
2009-09-10better to wait for codecs to finish resetting in azalia_reset()Jacob Meuser
2009-09-10Remove zssoftpending; it isn't of any use anymore.Mark Kettenis
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
2009-09-10improve DESCRIPTION: note that hostname(1) can actually set the hostname,Jason McIntyre
2009-09-10cvs log message from ed@freebsd, revision 197045:Jason McIntyre
2009-09-10Correct error message when fclose() fails. From Brian Poole.Todd C. Miller
2009-09-09reorganize attach/initialization into more task specific functions.Jacob Meuser
2009-09-09Use information from the FDT to set up bus tags and extents.Mark Kettenis
2009-09-09Change the way memory is allocated to reduce memory footprint. Loading theClaudio Jeker
2009-09-09remove inline functions and move some code from the trunk_lacp_input()Reyk Floeter
2009-09-09Add simple PXA27x matrix keypad controller driverMarek Vasut
2009-09-09Palm: Integration into the treeMarek Vasut
2009-09-09Palm: Add support for PXA255 Palm Tungsten|CMarek Vasut
2009-09-09Palm: Add proper license textsMarek Vasut
2009-09-09move code to reset the controller from the attach function to it'sJacob Meuser
2009-09-09Today we just support a font width up to 8 pixels. Allow a font widthMarcus Glocker
2009-09-09maxzis -> maxsize; from Han BoetesJason McIntyre
2009-09-09add a few more members to stream_t and use it as a coherent sourceJacob Meuser
2009-09-09move code to enable widget unsolicited event generation into it'sJacob Meuser
2009-09-09handle mixer get/set requests for class type mixer items in the underlyingJacob Meuser
2009-09-09make sure node id for stream mode mixer items is validJacob Meuser
2009-09-09azalia.h:Jacob Meuser
2009-09-08cleanup/fix RIRB processing:Jacob Meuser