NetBSD/lib/libc
jtc b18369b1bb Use memset instead of bzero to clear xports array.
To be strictly conforming, we should iterate through the array and set
each pointer to NULL.  But memset is faster, and can be inlined by the
compiler.  If we ever encounter a machine where a NULL ptr != all bits
zero, we'll have to handle this differently.
1996-05-17 00:32:22 +00:00
..
arch Updated register usage. 1996-05-12 20:52:09 +00:00
compat-43 Added getrlimit(2) and sysconf(3) cross references 1996-03-06 02:23:57 +00:00
db fix a bug that shows up only on alphas: ndbm "datum" variables can't be 1996-05-04 00:38:58 +00:00
gen update for ecoff header changes. Most changes taken from PR 2413, 1996-05-16 20:49:20 +00:00
gmon Add support for PROFDIR environment variable 1995-11-21 22:23:47 +00:00
include clean up Id 1995-02-27 13:02:12 +00:00
locale Fix embarassing typo 1996-02-14 19:21:54 +00:00
net Added explicit return types to all functions in SYNOPSIS section. 1996-03-30 01:14:56 +00:00
nls last argument to catgets()/_catgets() is 'const char *', not 'char *' 1996-05-16 21:51:22 +00:00
quad Fix from Jochen Pohl which fixes case where quad multiply 1995-10-12 15:05:35 +00:00
regex Clean up deleted files. 1995-03-01 00:00:00 +00:00
rpc Use memset instead of bzero to clear xports array. 1996-05-17 00:32:22 +00:00
stdio typo: DV -> Dv 1996-05-05 19:21:20 +00:00
stdlib Fixed bad cross reference: waitpid(3) -> waitpid(2). 1996-02-16 22:30:46 +00:00
string don't include user-land headers compiling for libkern. (sync with libkern.) 1996-04-18 02:30:07 +00:00
sys Build a stub for futimes(). 1996-04-23 10:42:30 +00:00
termios Strip out unneeded header files 1995-06-26 23:04:45 +00:00
time Changed manpages to reflect fact that localtime file is in /etc 1996-01-30 19:54:34 +00:00
yp Split yperr_match out of yplib.c; makes many static executables a bit smaller. 1996-05-15 05:27:50 +00:00
Makefile Added spanish language message catalog from Jesus M. Gonzalez <jgb@ordago.uc3m.es> 1995-11-23 02:20:59 +00:00
shlib_version bump minor version to 5 (addition of futimes(2)). 1996-04-29 12:12:50 +00:00