Age | Commit message (Expand) | Author |
2003-10-22 | typos from Jared Yanovich, improved by Tom Cosgrove, | Jason McIntyre |
2003-10-22 | carefull -> careful; from Jared Yanovich | Jason McIntyre |
2003-10-22 | emptry -> empty; from Jared Yanovich | Jason McIntyre |
2003-10-22 | utilties -> utilities; from Jared Yanovich | Jason McIntyre |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-22 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-22 | Add wrapper for kqueue() to keep track of the allocated fd and allow it to | Brad Smith |
2003-10-22 | When about to do an execve(), don't bother resetting the O_NONBLOCK flag | Brad Smith |
2003-10-21 | datbase -> database; from Jared Yanovich | Jason McIntyre |
2003-10-21 | hypot: uppercase Euclidean; new sentence new line | Jason McIntyre |
2003-10-21 | indicacte -> indicate; from Jared Yanovich | Jason McIntyre |
2003-10-21 | exceedes -> exceeds; from Jared Yanovich; | Jason McIntyre |
2003-10-19 | Fix optimized select handling buglet. Patch from tholo@ | Marco S Hyman |
2003-10-19 | fix installation of DEBUGLIBS libcurses symlink. | Brad Smith |
2003-10-19 | sync FreeBSD RCS id | Brad Smith |
2003-10-19 | more typos | David Krause |
2003-10-18 | CARP documentation cleanups, mostly from jmc@ | Ryan Thomas McBride |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-10-17 | typo; | Jason McIntyre |
2003-10-17 | add some Xr's from POSIX specs; started by a diff from Matthew Mondor | Jason McIntyre |
2003-10-16 | Optimize conversion of fd_set -> pollfd. OK and test by marc@ | Todd C. Miller |
2003-10-16 | Only a clown like me could put cerror in the data section by mistake... | Miod Vallat |
2003-10-16 | by popular demand, malloc guard pages. insert an unreadable/unwriteable | Ted Unangst |
2003-10-15 | fix out of bounds access. found by david@ running with malloc guards and | Ted Unangst |
2003-10-15 | abort on errors by default. workaround so running out of memory isn't | Ted Unangst |
2003-10-13 | Updated from tzcode2003d | Todd C. Miller |
2003-10-10 | Warn against getwd() usage. | Miod Vallat |
2003-10-08 | Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann) | Anil Madhavapeddy |
2003-10-06 | munmap() the correct size; adapted from PR #3462 | Miod Vallat |
2003-10-06 | ANSIfication; most from Patrick Latifi | Todd C. Miller |
2003-10-06 | Update to tzcode2003c from elsie.nci.nih.gov | Todd C. Miller |
2003-10-04 | set flag that we are restarting; pr 2886, also same diff found in netbsd; | Theo de Raadt |
2003-10-03 | Fix off-by-one, patch from Patrick Latifi; closes PR 3492 | Todd C. Miller |
2003-10-03 | updated URL for zlib from wiz@netbsd; | Jason McIntyre |
2003-10-03 | remove error code that can't be returned; | Jason McIntyre |
2003-10-03 | correct hash for EXAMPLES, plus some typos; | Jason McIntyre |
2003-10-02 | two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@. | Ted Unangst |
2003-10-01 | Directly invoke the sysctl system call, rather than going through the sysctl(3) | Miod Vallat |
2003-10-01 | poll fixes from Niels; ok deraadt | Markus Friedl |
2003-10-01 | oops, didn't change the Makefile. | Jason McIntyre |
2003-10-01 | - rename zlib(3) -> compress(3) so the name describes a function which exists; | Jason McIntyre |
2003-10-01 | updates and corrections to the references in SEE ALSO; | Jason McIntyre |
2003-10-01 | Correct some off-by-ones. They currently don't matter, but this | Chad Loder |
2003-09-30 | more fixes from 0.9.7c, ok deraadt, cloder | Markus Friedl |
2003-09-30 | security fix from http://www.openssl.org/news/secadv_20030930.txt | Markus Friedl |
2003-09-30 | full stop. reverse course. remove all periods, so as to be aligned | Ted Unangst |
2003-09-29 | Revert BN_cmp() change. Its arguments are const. Spotted by miod@. | Otto Moerbeek |
2003-09-29 | unchecked strdup; ok henning; spotted by jjy2+@pitt.edu | Theo de Raadt |
2003-09-27 | remove register. end all sentences with periods. | Ted Unangst |
2003-09-26 | put 64bit macros/functions documentation back. | Federico G. Schwindt |