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