summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-17fix incorrect exit status when multiplexing and channel ID 0 is recycledDamien Miller
bz#1570 reported by peter.oliver AT eon-is.co.uk; ok dtucker
2009-11-17syncTheo de Raadt
2009-11-17Tidy up promisc/multicast handling. Tested by myself (and earlierStuart Henderson
versions by some others who didn't test with both multicast and promiscuous at the same time). From Brad.
2009-11-16fuller meter, that goes to the end of the line - 1Marc Espie
2009-11-16-Vstat (get it from AddDelete)Marc Espie
2009-11-16Various missing configuration stanza and references.Miod Vallat
2009-11-16regenJonathan Gray
2009-11-16Some more Cavium devices. Prompted by a dmesg from Jason George.Jonathan Gray
2009-11-16tweak device description.Igor Sobrado
2009-11-16improve description for san(4).Igor Sobrado
ok jmc@
2009-11-16typoMarc Espie
2009-11-16no more snscore(6);Jason McIntyre
2009-11-16it is better if it compiles.Damien Bergamini
2009-11-16do not panic when wep is enabled.Damien Bergamini
2009-11-16pflogd no longer needs libutil; ok deraadt@Otto Moerbeek
2009-11-16argument to name description (.Nd) macros is usually lower case.Igor Sobrado
2009-11-16oopsMarc Espie
2009-11-16verify that fuzzy list stuff worksMarc Espie
2009-11-16typoMarc Espie
2009-11-16Fix generation of .IX entries that include characters escaped withTodd C. Miller
a backslash. Fix from Russ Allbery, the podlators maintainer.
2009-11-16unify hints and normal updates some moreMarc Espie
2009-11-16unify hint and location processing some more.Marc Espie
2009-11-16create a pseudo vstat object inside state, so that we can modify VstatMarc Espie
interface very locally... model hints objects like Locations, to uniformize further treatment.
2009-11-16Fix array access found by parfait and switch to nitems while here.Jonathan Gray
ok deraadt@
2009-11-16A screen can be one cell wide; don't crash if that is the case.Nicholas Marriott
2009-11-16pull more common code in a "framework" routine.Marc Espie
2009-11-16identical end sequence, to be factorizedMarc Espie
2009-11-16start pulling all the code that's the same between pkg_add and pkg_deleteMarc Espie
into a common AddDelete package... lots of identical options and handling, actually...
2009-11-16I made a complete horlicks of the last change, fix it so it doesn't either leadNicholas Marriott
to a double free or free the item after the end of the array.
2009-11-16Kill dead code.Jacek Masiulaniec
2009-11-16Minimize the delay between receiving response to "." and removing the queueJacek Masiulaniec
entry in order to avoid the risk of sending duplicate mail.
2009-11-15If 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-15vether(4) interfaces can be created too; ok deraadtJason McIntyre
2009-11-15Update DIOCKILLSTATES and DIOCCLRSTATES sections.Marco Pfatschbacher
Pointed out by ohauer at gmx.de. OK henning.
2009-11-15athn works on sparc64Theo de Raadt
2009-11-15Move ciss(4) to NO_CCB. Add some extra paranoia by always testingKenneth 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-15AR9287 uses GPIO pin 8 for LED, not 1.Damien Bergamini
Turn link LED on while associated.
2009-11-15Fix memory leak in error case. Found by Parfait.Joel Sing
ok marco@ deraadt@
2009-11-15fix athn_stop_tx_dma().Damien Bergamini
2009-11-15make these independent from Getopt, require ExporterMarc Espie
2009-11-15add missing headers needed by err/errx(), alarm(), sigemptyset(), sigaction().Charles Longeau
"go ahead" sturm@
2009-11-15some fixes from Seth Wright;Jason McIntyre
2009-11-15start categorizing stuff as error messages that should be error messagesMarc Espie
2009-11-15common code, handle SIG{CONT} in both cases.Marc Espie
2009-11-15tweakMarc Espie
2009-11-15missing return (nothing else to see)Marc Espie
2009-11-15add check for always-updateMarc Espie
2009-11-15repair things if dependencies existMarc Espie
2009-11-15do not leak a lot of memory if a small memory allocation fails, found byTheo de Raadt
parfait ok kettenis guenther
2009-11-15athn(4) has a future in here.Theo de Raadt