NetBSD/lib/libc
enami d76da5f70c Fix the bug introduced in rev 1.28 and actually caused failure on alpha;
In the function malloc_make_chunks, don't define the local variable ``l'',
which is used to hold the actual size of pginfo, as size_t.  Define it as
a signed integer as before.  We expect it to become zero or negative value,
and we know that it is much smaller than pagesize and it is small enough to
fit in signed interger.
2000-04-07 15:15:08 +00:00
..
arch Clean up. 2000-04-03 04:20:44 +00:00
compat-43 Delint. 2000-01-22 22:30:08 +00:00
db Delint. 2000-01-23 00:49:41 +00:00
dlfcn Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
gen kill reference to getvfsbyname(3) - it's no longer present on NetBSD 2000-03-29 14:30:27 +00:00
gmon
hash Delint. 2000-01-22 22:19:07 +00:00
include protect getopt_long. 2000-04-02 21:27:14 +00:00
locale
md Delint. 2000-01-22 22:19:07 +00:00
net in yphostent, initialize res0 when getaddrinfo fails. 2000-04-03 01:12:26 +00:00
nls add EILSEQ entry 2000-03-10 14:06:34 +00:00
quad Delint. 2000-01-22 22:53:59 +00:00
regex Delint. 2000-01-22 22:19:07 +00:00
rpc fix alignment issue with 64bit arch (packed struct/SIOCGIFCONF). 2000-02-18 08:26:01 +00:00
stdio Replace internal use of strto{,u}q() with strto{,u}ll(). 2000-03-08 19:33:47 +00:00
stdlib Fix the bug introduced in rev 1.28 and actually caused failure on alpha; 2000-04-07 15:15:08 +00:00
string Delint. 2000-01-22 22:19:07 +00:00
sys Clarify that page alignment only happens for the internal, kernel notion 2000-04-04 08:41:45 +00:00
termios Delint. 2000-01-22 22:19:07 +00:00
thread-stub Delint. 2000-01-22 22:19:07 +00:00
time Delint. 2000-01-22 22:19:07 +00:00
yp Delint. 2000-01-22 22:19:07 +00:00
Makefile Move dl* function definitions to libc on ELF. 2000-04-02 15:35:47 +00:00
shlib_version bump minor for getopt_long 2000-04-02 20:31:20 +00:00