summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-06-12on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870itojun1-2/+7
2001-06-11support EDNS0 (RFC2671) buffer size notification on DNS queries.itojun5-9/+56
"options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport.
2001-06-09remove confusing comparison with srand (it does not return the old seed)assar1-11/+3
use .Sh AUTHORS and .An for author
2001-06-05License clarification from David Mazieres, ok deraadt@pvalchev1-3/+2
2001-06-05repair copyright notices for NRL & cmetz; cmetzderaadt4-5/+1
2001-05-13unsigned -> unsigned int; grange@rt.mipt.rumillert1-2/+2
2001-05-13type of function on seperate linederaadt2-6/+8
2001-05-11-1 -> MAP_FAILEDart1-3/+3
2001-05-10Use madvise(MADV_FREE) to allow the 'h' option.art1-4/+4
(the code was already there, just not enabled).
2001-05-07Document boundary condition when size < strlen(dst).millert1-1/+20
2001-05-07Back out last change, it is intended behavior and update the blockmillert1-5/+5
comment to reflect this fact. Too early in the morning for me I guess.
2001-05-07strlcat() should return strlen(dst) + strlen(src) when size parametermillert1-3/+3
<= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the GNOME folks.
2001-05-04GAPING_SECURITY_HOLE was removed so there is no -e option.millert2-6/+4
Removed from man page and usage; closes PR 1808
2001-04-23Various man page fixes and improvements from gluk@aaron1-4/+4
2001-04-23crank crypto lib version, just in casederaadt1-1/+1
2001-04-23crank ssl lib version, just in casederaadt2-2/+2
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@markus6-42/+132
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@markus4-2/+24
2001-04-17Add an x509v3.cnf in /etc/ssl so that creating certificate authoritiesbeck2-2/+23
form isakmpd works. From Tim Newsham <newsham@lava.net> ok provos@
2001-04-03Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comaaron1-1/+2
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadderaadt3-3/+3
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
2001-03-09minor irrelevant oopsderaadt1-2/+2
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060deraadt1-0/+1
2001-03-09build using OpenBSD-m68k on m68k machinesderaadt1-1/+3
2001-03-08document that exit() -> wait() only returns low bitsderaadt1-1/+11
2001-02-17spelling and grammarpjanzen1-3/+3
2001-02-12correct listener side example. from deraadtitojun1-5/+6
2001-02-10Add missing line continuation character. Fixes sparc and powerpc builds.millert1-2/+2
2001-02-10Make sure $RSH is not the empty string.millert1-2/+2
2001-02-09simplify if loops a bit; Reviewed by: beck@brad1-23/+14
2001-02-07uncomment rsa test; ok millert@todd1-2/+2
2001-02-05if a build generates the files, a clean should remove them. ok beck@todd1-2/+14
2001-02-04Fix regression testericj1-2/+2
2001-01-31remove old infrastructure which is not used anymore. Ok'd by beck@brad6-294/+20
2001-01-29$OpenBSD$niklas32-2/+41
2001-01-29$OpenBSD$niklas22-0/+44
2001-01-26Use correct interpretersniklas3-5/+5
2001-01-26wording updates. typo in example (s/err1/errx/).itojun1-15/+16
sync with latest kame.
2001-01-22put more manual pages inderaadt1-2/+46
2001-01-16fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu>ericj1-6/+7
2001-01-13Sync function comment with man page; fanf@covalent.netmillert1-3/+3
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert1-3/+3
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willbeck2-2/+2
truncate, thanks to itojun@
2001-01-05do not refer getnodebyname. sync with kame.itojun1-11/+11
2001-01-05Build dbtest before running the actual test.angelos1-1/+1
2001-01-04grammer/spellingtodd6-12/+12
2001-01-02do not honour environment variables if issetugid, and even more strongly ↵deraadt4-36/+38
support the random device
2000-12-24Various repairs, mostly to get rid of short lines.aaron9-137/+73
2000-12-21more Va stuffderaadt1-6/+9
2000-12-21mdoc prefers `\e' as an escape character.aaron1-3/+3