Age | Commit message (Expand) | Author |
2004-04-28 | md[45] man page | Todd C. Miller |
2004-04-28 | Xr sha2(3) | Todd C. Miller |
2004-04-28 | PD md4 code derived from Colin Plumb's md5 routines. | Todd C. Miller |
2004-04-28 | Rename members of struct MD5Context to match other hash routines. | Todd C. Miller |
2004-04-28 | PD version of md5(3) based on code written by Colin Plumb. | Todd C. Miller |
2004-04-28 | various tweaks; | Jason McIntyre |
2004-04-28 | update to libevent 0.8; keep local changes | Brad Smith |
2004-04-28 | typo from Jared Yanovich; | Jason McIntyre |
2004-04-28 | Include db.h, not ndbm.h since this uses db routines and not ndbm. | Todd C. Miller |
2004-04-28 | remove dup file kvm_amd64 should be used. | Marco S Hyman |
2004-04-27 | fd passing works over a socketpair too of course so document this. | Todd C. Miller |
2004-04-27 | A quad is two ints, not two longs. Also fix some problems with | Otto Moerbeek |
2004-04-27 | Make the bit count u_int64_t instead of two u_int32_t. Adapted from | Todd C. Miller |
2004-04-27 | do not link ssltest.c into libssl, stops main/doit symbols from being | Anil Madhavapeddy |
2004-04-26 | Use a common source file for all the hash helper functions that | Todd C. Miller |
2004-04-25 | add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quad | Daniel Hartmeier |
2004-04-25 | update missing pieces from 0.9.7d; ok henning | Markus Friedl |
2004-04-25 | avoid NULL deref; from danh@ | Markus Friedl |
2004-04-25 | from openssl, 1.50.2.9, make S/MIME encrypt work again. | Markus Friedl |
2004-04-21 | Rename kvm_mvme88k so that luna88k can build libkvm. | Miod Vallat |
2004-04-21 | kill whitespace at eol; | Jason McIntyre |
2004-04-20 | Adapt to new pw_copy() API, closes PR 3698. | Todd C. Miller |
2004-04-20 | Change pw_copy(3) to take a 3rd arguement, the existing passwd entry. | Todd C. Miller |
2004-04-20 | kern.maxclusters. ok beck@ deraadt@ jmc@ | Ted Unangst |
2004-04-19 | tidy up a list; | Jason McIntyre |
2004-04-16 | more display/list fixes, and a little whitespace; | Jason McIntyre |
2004-04-15 | various improvements to lists and displays: | Jason McIntyre |
2004-04-15 | connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@ | Todd C. Miller |
2004-04-14 | remove an extra occurence of the word `succeeds' | Jean-Francois Brousseau |
2004-04-14 | remove references to rfc 2553, since 3493 obsoletes it; | Jason McIntyre |
2004-04-14 | Document %v. ok deraadt@ | Otto Moerbeek |
2004-04-14 | implement RFC3493 AI_NUMERICSERV. tedu ok | Jun-ichiro itojun Hagino |
2004-04-13 | refresh curthread after a thread switch so it points to the real | Marco S Hyman |
2004-04-12 | Clean up malloc_active state when aborting. | Thierry Deval |
2004-04-11 | Crank max ptys to 992. We now have 62 pty/tty pairs for each letter | Todd C. Miller |
2004-04-10 | Apply change from vsnprintf.c rev. 1.5. Use a single character | Todd C. Miller |
2004-04-10 | ansi | Brad Smith |
2004-04-10 | style | Brad Smith |
2004-04-09 | When poll(2)'ing for readability or writability of a file descriptor | Brad Smith |
2004-04-09 | remove old libc_r related chunk of the Makefile | Brad Smith |
2004-04-08 | backout for now | Markus Friedl |
2004-04-08 | merge 0.9.7d | Markus Friedl |
2004-04-07 | import openssl-0.9.7d | Markus Friedl |
2004-04-06 | some of these functions are prototyped in pwd.h; ok deraadt@ | Damien Miller |
2004-04-06 | Apply patch from guenther at mho.com (pr3730) that fixes a double | Marco S Hyman |
2004-04-06 | remove optimization workaround for sparc64 now that we're using gcc3. | Brad Smith |
2004-04-03 | - use macros instead of parentheses | Jason McIntyre |
2004-04-02 | rfork(RFMEM) shares complete vmspace. much more useful, and in line with | Ted Unangst |
2004-04-02 | Avoid unbounded recursion in some expressions involving back references. | Otto Moerbeek |
2004-04-02 | slow_atomic_lock.c is only used by mips; marc@ ok | Michael Shalayeff |