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