Age | Commit message (Expand) | Author |
2009-12-05 | Use the correct member of the ieee80211com struct when testing | Jonathan Gray |
2009-12-05 | Ignore HID devices that have the same vendor and product ids than | Matthieu Herrb |
2009-12-05 | fix interface tagging listeners in the ipv6 case | Charles Longeau |
2009-12-05 | use eval {} everywhere around quirks. | Marc Espie |
2009-12-05 | since we don't redisplay missing libraries message, tell why we can't install | Marc Espie |
2009-12-05 | quirks exists | Marc Espie |
2009-12-05 | avoid progressmeter warning | Marc Espie |
2009-12-05 | better quirks interface: pass the search object that was built, so we can | Marc Espie |
2009-12-05 | change the internal representation of Search::Stem to allow the addition | Marc Espie |
2009-12-05 | oops | Marc Espie |
2009-12-05 | cosmetic | Marc Espie |
2009-12-05 | fix quirks object construction. Simplify its handling: just install/update | Marc Espie |
2009-12-05 | make quirks silent. Track # of updates found, instead of newer size, since | Marc Espie |
2009-12-05 | fix off-by-one, noticed by frantisek holop | Marc Espie |
2009-12-05 | missing word; | Jason McIntyre |
2009-12-05 | Until we have better hooks and a proper framework, do not do the lid | Theo de Raadt |
2009-12-05 | Use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum | Jordan Hargrave |
2009-12-04 | KNF whitespace, from Brad. ok jordan@ | Stuart Henderson |
2009-12-04 | Send `* pwr d' instead of `pwr d' on powerdown, to have L1 broadcast the | Miod Vallat |
2009-12-04 | use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.de | Theo de Raadt |
2009-12-04 | calculate the number of frames per usb xfer only once, and take into | Jacob Meuser |
2009-12-04 | instead of returning a structure, return the only member of the | Jacob Meuser |
2009-12-04 | ahc fits again | Theo de Raadt |
2009-12-04 | create new updatesets when needed | Marc Espie |
2009-12-04 | Remove a hardcoded AF_INET6 with the correct use of the current AID. | Claudio Jeker |
2009-12-04 | vte is buggy and doesn't home the cursor after changing the scroll | Nicholas Marriott |
2009-12-04 | fix the case where you look to update one package: the dependencies of the | Marc Espie |
2009-12-04 | set-up for quirks, just don't do it yet. | Marc Espie |
2009-12-04 | simpler unified lookup for libs inside set/installed packages. | Marc Espie |
2009-12-04 | internal API: is_known, for pkgnames that are known by the tracker, | Marc Espie |
2009-12-04 | ansify. | Jasper Lievisse Adriaanse |
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre Ratchov |
2009-12-04 | Do not write 16bit values directly to odd addresses - strict alignment | Claudio Jeker |
2009-12-04 | Change crunchgen to mangle names in sequence instead of randomly, | Dale Rahn |
2009-12-03 | Wrap at 80 columns. | Nicholas Marriott |
2009-12-03 | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott |
2009-12-03 | Stop the IdleHold timer when going to idle state. This makes it a bit | Claudio Jeker |
2009-12-03 | A bgpctl nei XY clear should not restart neighbors that are administrativly | Claudio Jeker |
2009-12-03 | Only log if there is a chance that the session may come up if the neighbor | Claudio Jeker |
2009-12-03 | fix typos and blanks | Marc Espie |
2009-12-03 | zap useless debug code | Marc Espie |
2009-12-03 | split-update test with shared libraries, twice the fun. | Marc Espie |
2009-12-03 | register plists from newer elements, in case they're useful. | Marc Espie |
2009-12-03 | Stop using the linker script. Something is arranging memory just so | Theo de Raadt |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-12-03 | prevent a completion interrupt pulling io of the buf queue and shoving it | David Gwynne |
2009-12-03 | Adjust pflog BPF descriptions, problem pointed out by jmc@ | Stuart Henderson |
2009-12-03 | Use 16-bit writes instead of 8-bit writes for writing the | Jasper Lievisse Adriaanse |
2009-12-03 | fix order dependency of pfsync interface setup, with claudio; | Otto Moerbeek |
2009-12-03 | use a define rather than magic number, spotted by Brad | Dariusz Swiderski |