Age | Commit message (Expand) | Author |
2007-09-03 | Adapt atexit() regress to recent changes and add __cxa_atexit() regress. | Todd C. Miller |
2007-09-03 | crank libc and libstdc++ majors | Todd C. Miller |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2007-09-03 | Add ENOMSG and EIDRM; from jsg@ | Todd C. Miller |
2007-09-03 | add recaloc(3) | Todd C. Miller |
2007-09-03 | add memrchr(3) | Todd C. Miller |
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt |
2007-09-03 | use calloc() for the sake of regularity, prompted by deraadt@ | Marc Espie |
2007-09-03 | Unsetting a non-existent variable is not an error. See | Otto Moerbeek |
2007-09-03 | - break "Defaults env_keep" into several lines so it is more readable | Antoine Jacoutot |
2007-09-03 | last commit broke the tree because of missing parentheses. | Moritz Jodeit |
2007-09-03 | __inline removal | Jacob Meuser |
2007-09-03 | Only send hash of /etc/ipsec.conf if it changes since it can contain | Joel Knight |
2007-09-03 | Make use of the pfsync 'badval' and 'stale' counters instead of using | Joel Knight |
2007-09-03 | Make use of the carp preempt counter to signal number of transitions of | Joel Knight |
2007-09-03 | sizeof char is 1; ok djm | Theo de Raadt |
2007-09-03 | unbreak. | Marc Balmer |
2007-09-03 | Add more PCI ids; taken from the linux driver. Pointed out by Stephan | Marco Peereboom |
2007-09-03 | sync | Marco Peereboom |
2007-09-03 | Add some more PCI ids for mpi; pointed out by Stephan Eisvogel | Marco Peereboom |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'requiered' -> 'required' in some comments. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'intrrupt' -> 'interrupt' in some comments. | Kenneth R Westerback |
2007-09-03 | Typos from miod. 'sfotware' -> 'software' in some comments. | Kenneth R Westerback |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-09-02 | Fix typos in comments: soruce -> source | Hans-Joerg Hoexer |
2007-09-02 | Disable ROM search acceleration for now, it has some issues. | Alexander Yurchenko |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | Tobias Stoeckmann |
2007-09-02 | ctob is gone, use ptoa | Martin Reindl |
2007-09-02 | Handle quotation marks in .cvsrc correctly. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | Tobias Stoeckmann |
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | Tobias Stoeckmann |
2007-09-02 | regen | Jonathan Gray |
2007-09-02 | Add ENE Memory Stick/SD/SDMMC entries. | Jonathan Gray |
2007-09-02 | vic works in vmware fusion too | David Gwynne |
2007-09-02 | Add support for Alltel UTStarcom PPC6700. | Jonathan Gray |
2007-09-02 | regen | Jonathan Gray |
2007-09-02 | Alltel UTStarcom PPC6700. | Jonathan Gray |
2007-09-01 | malloc(n * m) -> calloc(n, m); from zinovik | Theo de Raadt |
2007-09-01 | Correct the backwards ethernet address that some NVidia MACs have. | Chris Kuethe |
2007-09-01 | since the | Henning Brauer |
2007-09-01 | Use an int, not a size_t, to store the return value of snprintf(). | Matthias Kilian |
2007-09-01 | - Add bthidev(4), from NetBSD. | Xavier Santolaria |
2007-09-01 | s/free/xfree | Joris Vink |
2007-09-01 | fix a use after free case. | Thordur I. Bjornsson |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-09-01 | Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin. | Miod Vallat |