summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-12memory leak found by parfait in an ioctl path, ok damien jsgTheo de Raadt
2009-11-12simpler: the whole set failsMarc Espie
2009-11-12Make sure we have enough space for the trailing \0 on prepend/appendJonathan Gray
2009-11-12Fix a memleak in parse_config(). Correct return code in few error paths.Jacek Masiulaniec
2009-11-12- add AMD Hudson 2 to the list of supported devicesStuart Henderson
2009-11-12Don't reuse a loop counter specifying the size of an array outsideJonathan Gray
2009-11-12Use the number of products in the terminating condition when iteratingJonathan Gray
2009-11-12Emulate the ri (reverse index) capability: this allows tmux to at least startNicholas Marriott
2009-11-12Support rxvt-style keys again, but this time: support all the variations, putNicholas Marriott
2009-11-12Use the default 4 correctly if no type size is given to od -t.Nicholas Marriott
2009-11-12When values are changed, log the change in the ``name: old -> new''Alexandre Ratchov
2009-11-12if a value is changed and -n is used, print the new value only.Alexandre Ratchov
2009-11-12be paranoid in case the action array changes size (again, grr)Theo de Raadt
2009-11-12count packets; from claudioTheo de Raadt
2009-11-12revert midlayer back to it was before i put my big rewrite in. this isDavid Gwynne
2009-11-12change back to preferring kqueue, now that nicm, tedu and i haveTheo de Raadt
2009-11-12a sprinkle of knfTheo de Raadt
2009-11-12respect the block size returned by the driverJacob Meuser
2009-11-12oops my slow editor conspired against meTheo de Raadt
2009-11-12malloc() after line length check, to avoid memory leak; ok teduTheo de Raadt
2009-11-12if the table got messed up, early loop termination is not gauranteed, andTheo de Raadt
2009-11-12fix read-one-beyond-of-array errors; ok sthen jsgTheo de Raadt
2009-11-11Fix memory leaks found by parfait.Nicholas Marriott
2009-11-11fix memory leak found by parfaitJacob Meuser
2009-11-11memory leak found by parfaitTheo de Raadt
2009-11-11spacingTheo de Raadt
2009-11-11fixup of locking issues with sdmmc, which were causingJasper Lievisse Adriaanse
2009-11-11fix race condition in x11/agent channel allocation: don't read afterMarkus Friedl
2009-11-11syncTheo de Raadt
2009-11-11memory leaks found by parfait; ok ogaTheo de Raadt
2009-11-11Spell.Federico G. Schwindt
2009-11-11Rewrite a confusing loop when freeing the arg array on exit and move the checkNicholas Marriott
2009-11-11Add an explicit zero-length check for UTF-8 input data, prompted by a reportNicholas Marriott
2009-11-11fix leaks in error cases found by parfaitJonathan Gray
2009-11-11memory leaks, found by parfait; ok millertTheo de Raadt
2009-11-11obvious use after free, found by parfaitTheo de Raadt
2009-11-11fix a few memory leaks, found by parfait; ok jsgTheo de Raadt
2009-11-11add a icache flush which appears to make the machines even more stableTheo de Raadt
2009-11-11memory leak with #ifdef SMALL, found by parfaitTheo de Raadt
2009-11-11correctly order the range check and use the right limits, pointed out by parfaitTheo de Raadt
2009-11-11do not walk off the prefix array, off by one; found by parfaitTheo de Raadt
2009-11-11Fix previous. When configured to relay via IP address, MX lookup would failJacek Masiulaniec
2009-11-11patch a whole bunch of memory leaks, parfait only spotted one of themTheo de Raadt
2009-11-11fix a buffer overflow found by parfaitJonathan Gray
2009-11-11incorrect range check, > vs >=, on the error list, spotted by parfaitTheo de Raadt
2009-11-11Let ioc(4) pass the information whether it is an onboard device or not, to itsMiod Vallat
2009-11-11Perform a bit more kbc initialization, instead of relying upon the prom toMiod Vallat
2009-11-11Check if the receive buffer has any unused space before reading from socket inJacek Masiulaniec
2009-11-11It turns out PCI IOC3 card which embed both the Ethernet controller and theMiod Vallat
2009-11-11Plug two memory leaks in error pathes. Found by parfait. OK henning, jsgClaudio Jeker