summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-04-27fd passing works over a socketpair too of course so document this.Todd C. Miller
2004-04-27A quad is two ints, not two longs. Also fix some problems withOtto Moerbeek
2004-04-27Make the bit count u_int64_t instead of two u_int32_t. Adapted fromTodd C. Miller
2004-04-27do not link ssltest.c into libssl, stops main/doit symbols from beingAnil Madhavapeddy
2004-04-26Use a common source file for all the hash helper functions thatTodd C. Miller
2004-04-25add/subtract ULONG_MAX + 1 on over/underflows, fixes float -> quadDaniel Hartmeier
2004-04-25update missing pieces from 0.9.7d; ok henningMarkus Friedl
2004-04-25avoid NULL deref; from danh@Markus Friedl
2004-04-25from openssl, 1.50.2.9, make S/MIME encrypt work again.Markus Friedl
2004-04-21Rename kvm_mvme88k so that luna88k can build libkvm.Miod Vallat
2004-04-21kill whitespace at eol;Jason McIntyre
2004-04-20Adapt to new pw_copy() API, closes PR 3698.Todd C. Miller
2004-04-20Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.Todd C. Miller
2004-04-20kern.maxclusters. ok beck@ deraadt@ jmc@Ted Unangst
2004-04-19tidy up a list;Jason McIntyre
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2004-04-15various improvements to lists and displays:Jason McIntyre
2004-04-15connect(2) can set errno = EPROTOTYPE for unix domain sockets. OK jmc@Todd C. Miller
2004-04-14remove an extra occurence of the word `succeeds'Jean-Francois Brousseau
2004-04-14remove references to rfc 2553, since 3493 obsoletes it;Jason McIntyre
2004-04-14Document %v. ok deraadt@Otto Moerbeek
2004-04-14implement RFC3493 AI_NUMERICSERV. tedu okJun-ichiro itojun Hagino
2004-04-13refresh curthread after a thread switch so it points to the realMarco S Hyman
2004-04-12Clean up malloc_active state when aborting.Thierry Deval
2004-04-11Crank max ptys to 992. We now have 62 pty/tty pairs for each letterTodd C. Miller
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2004-04-10ansiBrad Smith
2004-04-10styleBrad Smith
2004-04-09When poll(2)'ing for readability or writability of a file descriptorBrad Smith
2004-04-09remove old libc_r related chunk of the MakefileBrad Smith
2004-04-08backout for nowMarkus Friedl
2004-04-08merge 0.9.7dMarkus Friedl
2004-04-07import openssl-0.9.7dMarkus Friedl
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2004-04-06Apply patch from guenther at mho.com (pr3730) that fixes a doubleMarco S Hyman
2004-04-06remove optimization workaround for sparc64 now that we're using gcc3.Brad Smith
2004-04-03- use macros instead of parenthesesJason McIntyre
2004-04-02rfork(RFMEM) shares complete vmspace. much more useful, and in line withTed Unangst
2004-04-02Avoid unbounded recursion in some expressions involving back references.Otto Moerbeek
2004-04-02slow_atomic_lock.c is only used by mips; marc@ okMichael Shalayeff
2004-04-02do not compare SOCK_STREAM sockets to pipes;Jason McIntyre
2004-04-01It turns out that the so-called fast ffs(3) routines were wrong, as soon asMiod Vallat
2004-04-01sort options, correct SYNOPSIS, and sync usage();Jason McIntyre
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.Marco S Hyman
2004-03-31remove sparc64/gcc2 workaround.Brad Smith
2004-03-31support IPv6 connections in "openssl s_client", adding -4 and -6 options toDamien Miller
2004-03-31note that hw.cpuspeed displays the current cpu frequency (from cpu(4));Jason McIntyre
2004-03-30Allow compilation w/ -DREDEBUG; non-debug compilation is unaffected.Todd C. Miller
2004-03-24From the how many ways can you screw up replacing one line of codeJason Wright
2004-03-24Disable net.inet.carp.log by default.Ryan Thomas McBride