summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/malloc.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-01-25repairderaadt1-2/+2
2000-01-24first cut at indent.. more to comederaadt1-1126/+1175
2000-01-22Use .Er macro when referring to errno error names.aaron1-3/+3
2000-01-22ie. -> i.e.,aaron1-2/+2
2000-01-19Clarify and mention that errno is set to ENOMEM on failure of malloc(),pjanzen1-5/+11
calloc(), and realloc(). Idea from NetBSD.
2000-01-19Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.pjanzen1-7/+1
2000-01-18Repair duplicate word occurences; (as found by a Perl script sent to us fromaaron2-4/+4
Tom Christiansen <tchrist@perl.com>).
2000-01-18sync comment with code. remove #if 0'ed portion (AF filtering on nameitojun1-15/+5
resolution) and add comment there.
2000-01-17do not filter address families that are not supported by kernel.itojun1-1/+5
it was not a correct behavior. even if we may be able to connect to the the returned addresses, filtering them out is not a correct thing to do. for example, even if you have partial unreachablility in IPv4, gethostbyname(3) will return IPv4 addresses in the unreachable network anyways.
2000-01-17indentderaadt2-6/+6
2000-01-17sync with latest KAME version. now includes description on scoped addritojun2-7/+234
extension. add examples (good enough? >deraadt)
2000-01-17remove #if 0'ed part.itojun2-79/+2
2000-01-06fix includes; bdederaadt2-3/+5
2000-01-06oopsd1-2/+2
2000-01-06include thread_private.hd1-1/+2
2000-01-06_THREAD_PRIVATE_* macros changedd2-5/+5
2000-01-06rewrite to use the helpers in the thread/ directory and to define weak alias ↵d1-135/+91
macros
2000-01-05allow reverse lookup for v4 loopbacknet (127.0.0.0/8).itojun1-1/+5
2000-01-05Xr getnameinfo and friendsderaadt1-1/+3
2000-01-03Grammar; deraadt@aaron1-2/+2
2000-01-03always enable IPv6 address in /etc/hosts (via _gethtent()).itojun2-5/+8
clarify RES_USE_INET6. the use of this bit is not meaningful on openbsd (as we don't have mapped addr support in kernel).
1999-12-30add the _af versions to the NAME chunkderaadt1-1/+2
1999-12-30replace NRL get{addr,name}info with KAME get{addr,name}info.itojun3-672/+1214
removed functionality: new code will not return AF_LOCAL addrinfo struct. added funtionality: SOCK_RAW is permitted as ai_socktype (no servname allowed). draft-ietf-ipngwg-scopedaddr-format-00.txt
1999-12-28speed up blowfish by > 20%.provos1-28/+32
1999-12-17more fixes from markusderaadt1-4/+4
1999-12-17nice error return; markusderaadt1-1/+2
1999-12-17oopsderaadt1-1/+3
1999-12-16rresvport_af() and bindresvport_af()deraadt4-44/+138
1999-12-16incorrect bounds on strlcpy()deraadt1-2/+2
1999-12-12sync KAME rcsid.itojun1-2/+2
1999-12-12inet6_rthdr_reverse() is not available yet.itojun1-1/+4
1999-12-11prevent bogus reverse query for 1.0.0.0.in-addr.arpa.itojun1-7/+5
this occurs by mixing up ::1 as IPv6 auto-tunnel address like ::10.1.1.1.
1999-12-11fix gethostbyname2(foo, AF_INET6).itojun1-1/+9
on /etc/hosts lookup, file static variable "hosts" was damaged and prevented lookup of IPv6 hostnames.
1999-12-11add inet6_option_* and inet6_rthdr_*.itojun6-2/+1520
increase shlib minor.
1999-12-08fix BIND820 bug in inet_pton(). it should bark if there's ambiguousitojun1-2/+4
text after IPv6 address string, like "0:1:2:3:4:5:6:7:8".
1999-12-07fix DNS; all this is due for squishing in a few days anyways, i suspect; ↵deraadt1-0/+1
fujiwara@rcac.tdi.co.jp
1999-11-23do not assume shell scripts are +x; dderaadt79-85/+85
1999-11-17Add missing MLINKsmillert3-4/+8
1999-11-14Clean up memchr slightly to better match coming memrchrespie1-4/+4
(K&R-style type promotions are evil),
1999-11-10Tweaks; millert@aaron1-8/+9
1999-11-10calloc.c is backmillert1-1/+1
1999-11-10calloc() needs to be separate from malloc in case a user wants to havemillert2-25/+54
their own malloc() implementation.
1999-11-09Merge calloc(3) man page into malloc.3; as suggested by millert@aaron3-90/+41
1999-11-09Move calloc() into malloc.c and only zero out the area if malloc()millert3-55/+26
didn't do so for us. By default, malloc() zeros out the space it allocates but the programmer cannot rely on this as it is implementation- specific (and configurable via /etc/malloc.conf)
1999-11-09Install man-page links for strtok_r.art1-1/+2
1999-11-09Document strtok_r.art1-8/+19
1999-11-09Implement strtok_r.art1-5/+15
1999-10-10Make mips compile. -mojmaja5-27/+7
1999-10-06use /dev/arandom by defaultbeck1-2/+2
1999-09-29ssleay->openssl name change. (Wonder what spinoff projects will name it)beck1-0/+0