NetBSD/lib/libc
lukem e447fb4bb4 add netbsd rcsid's
update for knf (return value on separate line to function name...)
check dst and src aren't null pointers before trying to use them
enable strlcat/strlcpy
1999-09-08 22:56:55 +00:00
..
arch use RODATA() instead of ENTRY() for __ffstab so that it works when profiling. 1999-09-06 19:00:24 +00:00
compat-43 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
db Only squeeze a short key/value pair onto a page with other complete key/value 1999-07-29 08:58:46 +00:00
gen Document return values and bugs 1999-09-03 13:12:44 +00:00
gmon Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
hash Avoid non portable shifts. 1999-05-03 15:00:40 +00:00
include getsubopt(3) has a weak alias. 1999-08-17 05:20:23 +00:00
locale Xref nl_langinfo(3). 1999-09-05 09:19:35 +00:00
md In name section, use .Dq macro rather than writing double quote directly. 1999-08-17 03:36:35 +00:00
net Need "namespace.h". 1999-08-22 12:54:02 +00:00
nls Make some needed weak aliases. 1999-08-17 03:58:39 +00:00
quad change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint) 1999-05-03 15:39:47 +00:00
regex Avoid overflow when adding a 64 bit quantity to a 32 bit pointer on 32 bit 1999-01-20 12:58:21 +00:00
rpc Fix bug I introduced on 19990503 by renaming a variable. 1999-05-09 20:11:23 +00:00
stdio No need for "namespace.h". 1999-08-22 12:52:28 +00:00
stdlib Need "namespace.h". 1999-08-22 12:54:02 +00:00
string add netbsd rcsid's 1999-09-08 22:56:55 +00:00
sys Update for XSH5. 1999-08-25 21:12:54 +00:00
termios <sys/fcntl.h> -> <fcntl.h> 1999-02-12 15:04:00 +00:00
time Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r(). 1999-05-04 15:34:50 +00:00
yp use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate 1999-02-24 15:05:20 +00:00
Makefile Revert part of previous and use C/// instead of S/// for mipse[bl]->mips. 1999-02-27 21:21:26 +00:00
shlib_version Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d 1999-08-25 05:09:27 +00:00