summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-13Use millisends rather than microseconds in parameters to timerKenneth R Westerback
2004-12-13Set creation timestamps correctly on states learnt by pfsync that areChristopher Pascoe
2004-12-12cvs expands $OpenBSD...$, so move the variable defs up so that they don'tMarc Espie
2004-12-12unbreak after last commit to bge(4)Brad Smith
2004-12-12Avoid using void pointers in additive expressionsBrad Smith
2004-12-12simplify slightly, kill lvalue weirdness that's not ANSI C.Marc Espie
2004-12-12use quirk flags where appropriate.Brad Smith
2004-12-12grammar and a little whitespace;Jason McIntyre
2004-12-12escape punctuation;Jason McIntyre
2004-12-12pick up missing ioctls for ieee80211, carp, pfsync, and pppoe; ok fgsch@Christian Weisgerber
2004-12-12add somewhat more regular error catching code.Marc Espie
2004-12-12wait till we have root mounted before trying to upload firmwaresDavid Gwynne
2004-12-12syncTheo de Raadt
2004-12-12support 3 buffalo pcmcia ns2k devices found in japan (one of which is CF)Theo de Raadt
2004-12-12csh-style ! history completion, which can be activated by usingTheo de Raadt
2004-12-12remove old microcode includeTheo de Raadt
2004-12-12fix protoTheo de Raadt
2004-12-12a hack to read MAC address correctly on big endian; ok drahnPeter Valchev
2004-12-12backout the original method of reattaching a usb device now that we haveDavid Gwynne
2004-12-12do a better reattachement of this deviceDavid Gwynne
2004-12-12get rid of uhub_reset_deviceDavid Gwynne
2004-12-12better way to do the reattachement of a deviceDavid Gwynne
2004-12-12add quirk lookup table, isn't used for anything at the momentBrad Smith
2004-12-11-pipe for everyone.Miod Vallat
2004-12-11SADB_X_EXT_LIFETIME_LASTUSE is always definedMarkus Friedl
2004-12-11pass out the correct lifetime type on expireMarkus Friedl
2004-12-11count SADB_REGISTER only once per socketMarkus Friedl
2004-12-11monitor mode is not yet supported. ok damien@Kevin Lo
2004-12-11match comments with reality and use 'null' for pointers in incore()Pedro Martelletto
2004-12-11implement zeroes blocks detectionMarc Espie
2004-12-11don't clean bsdmix and bsdofwMartin Reindl
2004-12-11Handle errors in pf_route{,6} more gracefully.Marco Pfatschbacher
2004-12-11nForce3-250, brentHenning Brauer
2004-12-11nForce3-250, From: Brent Graveland <brent@graveland.net>, grange okHenning Brauer
2004-12-11syncHenning Brauer
2004-12-11make syscalls in the monitor restartable when signals occur, as wasMoritz Jodeit
2004-12-11nForce3-250 shitzHenning Brauer
2004-12-11A compare function for heapsort(3) should not just subtract twoOtto Moerbeek
2004-12-11- cosmeticsPeter Valchev
2004-12-11rev 1.11Brad Smith
2004-12-11rev 1.51Brad Smith
2004-12-11Fix debug call in error path of authorized_keys processing and fix relatedDarren Tucker
2004-12-11Invert the polarity of two tests in the recovery code that could causeKenneth R Westerback
2004-12-11Correct a very rare case where command ordering could be compromisedKenneth R Westerback
2004-12-11Update microcode source prepatory to updating microcode and aic79xx.c.Kenneth R Westerback
2004-12-10Add carp_set_enaddr(), call carp_set_state() after changing the vhidRyan Thomas McBride
2004-12-10Rename carp_output() to carp_fix_lladdr().Ryan Thomas McBride
2004-12-10document matching on route labelsHenning Brauer
2004-12-10allow pf to filter on route labelsHenning Brauer
2004-12-10fix mbuf defragmentationDamien Bergamini