Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | fix incorrect exit status when multiplexing and channel ID 0 is recycled | Damien Miller | |
bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker | |||
2009-11-17 | sync | Theo de Raadt | |
2009-11-17 | Tidy up promisc/multicast handling. Tested by myself (and earlier | Stuart Henderson | |
versions by some others who didn't test with both multicast and promiscuous at the same time). From Brad. | |||
2009-11-16 | fuller meter, that goes to the end of the line - 1 | Marc Espie | |
2009-11-16 | -Vstat (get it from AddDelete) | Marc Espie | |
2009-11-16 | Various missing configuration stanza and references. | Miod Vallat | |
2009-11-16 | regen | Jonathan Gray | |
2009-11-16 | Some more Cavium devices. Prompted by a dmesg from Jason George. | Jonathan Gray | |
2009-11-16 | tweak device description. | Igor Sobrado | |
2009-11-16 | improve description for san(4). | Igor Sobrado | |
ok jmc@ | |||
2009-11-16 | typo | Marc Espie | |
2009-11-16 | no more snscore(6); | Jason McIntyre | |
2009-11-16 | it is better if it compiles. | Damien Bergamini | |
2009-11-16 | do not panic when wep is enabled. | Damien Bergamini | |
2009-11-16 | pflogd no longer needs libutil; ok deraadt@ | Otto Moerbeek | |
2009-11-16 | argument to name description (.Nd) macros is usually lower case. | Igor Sobrado | |
2009-11-16 | oops | Marc Espie | |
2009-11-16 | verify that fuzzy list stuff works | Marc Espie | |
2009-11-16 | typo | Marc Espie | |
2009-11-16 | Fix generation of .IX entries that include characters escaped with | Todd C. Miller | |
a backslash. Fix from Russ Allbery, the podlators maintainer. | |||
2009-11-16 | unify hints and normal updates some more | Marc Espie | |
2009-11-16 | unify hint and location processing some more. | Marc Espie | |
2009-11-16 | create a pseudo vstat object inside state, so that we can modify Vstat | Marc Espie | |
interface very locally... model hints objects like Locations, to uniformize further treatment. | |||
2009-11-16 | Fix array access found by parfait and switch to nitems while here. | Jonathan Gray | |
ok deraadt@ | |||
2009-11-16 | A screen can be one cell wide; don't crash if that is the case. | Nicholas Marriott | |
2009-11-16 | pull more common code in a "framework" routine. | Marc Espie | |
2009-11-16 | identical end sequence, to be factorized | Marc Espie | |
2009-11-16 | start pulling all the code that's the same between pkg_add and pkg_delete | Marc Espie | |
into a common AddDelete package... lots of identical options and handling, actually... | |||
2009-11-16 | I made a complete horlicks of the last change, fix it so it doesn't either lead | Nicholas Marriott | |
to a double free or free the item after the end of the array. | |||
2009-11-16 | Kill dead code. | Jacek Masiulaniec | |
2009-11-16 | Minimize the delay between receiving response to "." and removing the queue | Jacek Masiulaniec | |
entry in order to avoid the risk of sending duplicate mail. | |||
2009-11-15 | If two (or more) inputs use channel ranges having no intersection, | Alexandre Ratchov | |
then don't reduce their dynamic range to ``share the volume''. | |||
2009-11-15 | vether(4) interfaces can be created too; ok deraadt | Jason McIntyre | |
2009-11-15 | Update DIOCKILLSTATES and DIOCCLRSTATES sections. | Marco Pfatschbacher | |
Pointed out by ohauer at gmx.de. OK henning. | |||
2009-11-15 | athn works on sparc64 | Theo de Raadt | |
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback | |
the results of attempting to get a ccb. Eliminates manual reservation of ccb's for bioctl and sensors. Tested by johan@ and okan@. Eyes from brad@, dlg@ and marco@. tech@ did its Thomas More thing. | |||
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini | |
Turn link LED on while associated. | |||
2009-11-15 | Fix memory leak in error case. Found by Parfait. | Joel Sing | |
ok marco@ deraadt@ | |||
2009-11-15 | fix athn_stop_tx_dma(). | Damien Bergamini | |
2009-11-15 | make these independent from Getopt, require Exporter | Marc Espie | |
2009-11-15 | add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction(). | Charles Longeau | |
"go ahead" sturm@ | |||
2009-11-15 | some fixes from Seth Wright; | Jason McIntyre | |
2009-11-15 | start categorizing stuff as error messages that should be error messages | Marc Espie | |
2009-11-15 | common code, handle SIG{CONT} in both cases. | Marc Espie | |
2009-11-15 | tweak | Marc Espie | |
2009-11-15 | missing return (nothing else to see) | Marc Espie | |
2009-11-15 | add check for always-update | Marc Espie | |
2009-11-15 | repair things if dependencies exist | Marc Espie | |
2009-11-15 | do not leak a lot of memory if a small memory allocation fails, found by | Theo de Raadt | |
parfait ok kettenis guenther | |||
2009-11-15 | athn(4) has a future in here. | Theo de Raadt | |