summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-07Remove storing the Ethernet header in the receve interrupt handler, theBrad Smith
2008-11-07Add more initialisation steps (read reset register; pause; set burst sizeBrad Smith
2008-11-07- According to the Apple GMAC driver, the GEM ASIC specification andBrad Smith
2008-11-07use do { } while (/* CONSTCOND */ 0) loops for all multi-line macrosTheo de Raadt
2008-11-07give this some /* CONSTCOND */ loveTheo de Raadt
2008-11-07wrap do/while construct around the function macro DISPATCH(); ok dlgTheo de Raadt
2008-11-07wrap do/while construct around the function macro SESSRELE(); ok dlgTheo de Raadt
2008-11-07Replace the number of bits to shift with EVL_PRIO_BITS in theBrad Smith
2008-11-07spelling/typo in commentKevin Steves
2008-11-07when attaching a new stream, don't overwrite it's parametersAlexandre Ratchov
2008-11-06Collapse all sanity checks of hids into one function.Marco Peereboom
2008-11-06Some paranoia and deconfusion.Artur Grabowski
2008-11-06remove a really stupid comment. Duh, of course it can blockTheo de Raadt
2008-11-06Mixed up characters found by Gleydson Soares.Claudio Jeker
2008-11-06Fix a small bug which made it impossible to use more than oneMarcus Glocker
2008-11-06Introduced IPv6 support of uniform model for TTL handling.Michele Marchetto
2008-11-06oopsTheo de Raadt
2008-11-06Fix cvs id tag.Michele Marchetto
2008-11-06panic if cpu_switchto() returns from a dead processTheo de Raadt
2008-11-06correct commentTheo de Raadt
2008-11-06delete checks for impossible conditionsTheo de Raadt
2008-11-06queue the mountroot hooks to be run in the same orderTheo de Raadt
2008-11-06use PAGE_SIZE in FS_KERNMAXFILESIZE() use, note this is not the same as getpa...Theo de Raadt
2008-11-06Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is noTheo de Raadt
2008-11-06drop/silence calculation is wrong when xrun occurs and client andAlexandre Ratchov
2008-11-06The EEPROM is lying about antennas. Hardcode things based on the chipDamien Bergamini
2008-11-06Oops. Forgot to commit this chunk with the last commit.Owain Ainsworth
2008-11-06Make sure we do not unlock twice.David Hill
2008-11-06Remove the drm_locked_tasklet interface. The only consumer that used itOwain Ainsworth
2008-11-06The i915 vblank swap ioctl is fundamentally racy.Owain Ainsworth
2008-11-06add a description for the recently added c-mode.Igor Sobrado
2008-11-06if the freeprot flag (F) is set, do not do delayed frees for chunksOtto Moerbeek
2008-11-06regenBrad Smith
2008-11-06Add the PCI id for the Broadcom BCM5903F Ethernet chipset.Brad Smith
2008-11-06use spacing consistently to make example shorter and more readable;Igor Sobrado
2008-11-06input and volume twiddlesTodd T. Fries
2008-11-06More complete example, for e.g., usb devices that need wep/wpa keys.Ian Darwin
2008-11-06-Wall -Wshadow clean, no binary changeDamien Miller
2008-11-06Set the IFCAP_VLAN_MTU capabilities flag so these interfaces are allowedBrad Smith
2008-11-06add support for iso8859-13Martynas Venckus
2008-11-05return an error when trying to get stereo values from a monoJacob Meuser
2008-11-05add missing header needed by strcmp/strerror/memset functions.Charles Longeau
2008-11-05Fix some function prototypes, remove unused variables and commented out codeCan Erkin Acar
2008-11-05add gilles@ as copyright holder for this file.Igor Sobrado
2008-11-05add a few missing id tags; there are a bunch of files, and developersIgor Sobrado
2008-11-05passord -> password;Jason McIntyre
2008-11-05wrap use of KNOTE macro arguments in () to prevent potential strangeDavid Gwynne
2008-11-05wrap an if statement in a macro up with do { } while (0) so it is safe toDavid Gwynne
2008-11-05since mmclose() is only called once for the final close,Matthieu Herrb
2008-11-05syncTheo de Raadt