Age | Commit message (Expand) | Author |
2009-11-12 | memory leak found by parfait in an ioctl path, ok damien jsg | Theo de Raadt |
2009-11-12 | simpler: the whole set fails | Marc Espie |
2009-11-12 | Make sure we have enough space for the trailing \0 on prepend/append | Jonathan Gray |
2009-11-12 | Fix 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 devices | Stuart Henderson |
2009-11-12 | Don't reuse a loop counter specifying the size of an array outside | Jonathan Gray |
2009-11-12 | Use the number of products in the terminating condition when iterating | Jonathan Gray |
2009-11-12 | Emulate the ri (reverse index) capability: this allows tmux to at least start | Nicholas Marriott |
2009-11-12 | Support rxvt-style keys again, but this time: support all the variations, put | Nicholas Marriott |
2009-11-12 | Use the default 4 correctly if no type size is given to od -t. | Nicholas Marriott |
2009-11-12 | When values are changed, log the change in the ``name: old -> new'' | Alexandre Ratchov |
2009-11-12 | if a value is changed and -n is used, print the new value only. | Alexandre Ratchov |
2009-11-12 | be paranoid in case the action array changes size (again, grr) | Theo de Raadt |
2009-11-12 | count packets; from claudio | Theo de Raadt |
2009-11-12 | revert midlayer back to it was before i put my big rewrite in. this is | David Gwynne |
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt |
2009-11-12 | a sprinkle of knf | Theo de Raadt |
2009-11-12 | respect the block size returned by the driver | Jacob Meuser |
2009-11-12 | oops my slow editor conspired against me | Theo de Raadt |
2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu | Theo de Raadt |
2009-11-12 | if the table got messed up, early loop termination is not gauranteed, and | Theo de Raadt |
2009-11-12 | fix read-one-beyond-of-array errors; ok sthen jsg | Theo de Raadt |
2009-11-11 | Fix memory leaks found by parfait. | Nicholas Marriott |
2009-11-11 | fix memory leak found by parfait | Jacob Meuser |
2009-11-11 | memory leak found by parfait | Theo de Raadt |
2009-11-11 | spacing | Theo de Raadt |
2009-11-11 | fixup of locking issues with sdmmc, which were causing | Jasper Lievisse Adriaanse |
2009-11-11 | fix race condition in x11/agent channel allocation: don't read after | Markus Friedl |
2009-11-11 | sync | Theo de Raadt |
2009-11-11 | memory leaks found by parfait; ok oga | Theo de Raadt |
2009-11-11 | Spell. | Federico G. Schwindt |
2009-11-11 | Rewrite a confusing loop when freeing the arg array on exit and move the check | Nicholas Marriott |
2009-11-11 | Add an explicit zero-length check for UTF-8 input data, prompted by a report | Nicholas Marriott |
2009-11-11 | fix leaks in error cases found by parfait | Jonathan Gray |
2009-11-11 | memory leaks, found by parfait; ok millert | Theo de Raadt |
2009-11-11 | obvious use after free, found by parfait | Theo de Raadt |
2009-11-11 | fix a few memory leaks, found by parfait; ok jsg | Theo de Raadt |
2009-11-11 | add a icache flush which appears to make the machines even more stable | Theo de Raadt |
2009-11-11 | memory leak with #ifdef SMALL, found by parfait | Theo de Raadt |
2009-11-11 | correctly order the range check and use the right limits, pointed out by parfait | Theo de Raadt |
2009-11-11 | do not walk off the prefix array, off by one; found by parfait | Theo de Raadt |
2009-11-11 | Fix previous. When configured to relay via IP address, MX lookup would fail | Jacek Masiulaniec |
2009-11-11 | patch a whole bunch of memory leaks, parfait only spotted one of them | Theo de Raadt |
2009-11-11 | fix a buffer overflow found by parfait | Jonathan Gray |
2009-11-11 | incorrect range check, > vs >=, on the error list, spotted by parfait | Theo de Raadt |
2009-11-11 | Let ioc(4) pass the information whether it is an onboard device or not, to its | Miod Vallat |
2009-11-11 | Perform a bit more kbc initialization, instead of relying upon the prom to | Miod Vallat |
2009-11-11 | Check if the receive buffer has any unused space before reading from socket in | Jacek Masiulaniec |
2009-11-11 | It turns out PCI IOC3 card which embed both the Ethernet controller and the | Miod Vallat |
2009-11-11 | Plug two memory leaks in error pathes. Found by parfait. OK henning, jsg | Claudio Jeker |