summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-03Adapt atexit() regress to recent changes and add __cxa_atexit() regress.Todd C. Miller
2007-09-03crank libc and libstdc++ majorsTodd C. Miller
2007-09-03Add __cxa_atexit() support for gcc3. This provides support for shared object...Todd C. Miller
2007-09-03Add ENOMSG and EIDRM; from jsg@Todd C. Miller
2007-09-03add recaloc(3)Todd C. Miller
2007-09-03add memrchr(3)Todd C. Miller
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-09-03Unsetting a non-existent variable is not an error. SeeOtto Moerbeek
2007-09-03- break "Defaults env_keep" into several lines so it is more readableAntoine Jacoutot
2007-09-03last commit broke the tree because of missing parentheses.Moritz Jodeit
2007-09-03__inline removalJacob Meuser
2007-09-03Only send hash of /etc/ipsec.conf if it changes since it can containJoel Knight
2007-09-03Make use of the pfsync 'badval' and 'stale' counters instead of usingJoel Knight
2007-09-03Make use of the carp preempt counter to signal number of transitions ofJoel Knight
2007-09-03sizeof char is 1; ok djmTheo de Raadt
2007-09-03unbreak.Marc Balmer
2007-09-03Add more PCI ids; taken from the linux driver. Pointed out by StephanMarco Peereboom
2007-09-03syncMarco Peereboom
2007-09-03Add some more PCI ids for mpi; pointed out by Stephan EisvogelMarco Peereboom
2007-09-03Typos from miod. 'specificed' -> 'specified' in some comments and man page.Kenneth R Westerback
2007-09-03Typos from miod. 'requiered' -> 'required' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'functin' -> 'functin' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'intrrupt' -> 'interrupt' in some comments.Kenneth R Westerback
2007-09-03Typos from miod. 'sfotware' -> 'software' in some comments.Kenneth R Westerback
2007-09-02more malloc(n * m) -> calloc(n, m); from Igor ZinovikTheo de Raadt
2007-09-02Fix typos in comments: soruce -> sourceHans-Joerg Hoexer
2007-09-02Disable ROM search acceleration for now, it has some issues.Alexander Yurchenko
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-02OpenCVS server init-support with OpenCVS and GNU cvs clients.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour with Root directive handling: it does not needTobias Stoeckmann
2007-09-02ctob is gone, use ptoaMartin Reindl
2007-09-02Handle quotation marks in .cvsrc correctly.Tobias Stoeckmann
2007-09-02Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1Tobias Stoeckmann
2007-09-02Log all commands sent with cvs_remote_output(), not justTobias Stoeckmann
2007-09-02regenJonathan Gray
2007-09-02Add ENE Memory Stick/SD/SDMMC entries.Jonathan Gray
2007-09-02vic works in vmware fusion tooDavid Gwynne
2007-09-02Add support for Alltel UTStarcom PPC6700.Jonathan Gray
2007-09-02regenJonathan Gray
2007-09-02Alltel UTStarcom PPC6700.Jonathan Gray
2007-09-01malloc(n * m) -> calloc(n, m); from zinovikTheo de Raadt
2007-09-01Correct the backwards ethernet address that some NVidia MACs have.Chris Kuethe
2007-09-01since theHenning Brauer
2007-09-01Use 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-01s/free/xfreeJoris Vink
2007-09-01fix a use after free case.Thordur I. Bjornsson
2007-09-01replace the machine dependant bytes-to-clicks macro by the MI ptoa()Martin Reindl
2007-09-01Fix space and underline handling in rasops24_putchar(), spotted by Leon Zadorin.Miod Vallat