NetBSD/lib/libc
kleink 76c34aa87f Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r(). 1999-05-04 15:34:50 +00:00
..
arch Call cerror through the PLT. 1999-05-02 23:19:49 +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 Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
gen Fix unaligned access lint warning. 1999-05-03 14:35:46 +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 move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
locale Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
md Mark const castaways for lint. 1999-05-03 15:01:50 +00:00
net Use a _files prefix for local backend routines; would clash with namespace.h 1999-05-04 15:11:42 +00:00
nls Introduce EOVERFLOW. 1999-03-22 19:03:38 +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 int -> socklen_t 1999-05-03 15:32:13 +00:00
stdio Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 19:44:33 +00:00
stdlib add a const castaway lint comment. 1999-05-03 15:34:05 +00:00
string Correct omission made during last fix of HISTORY section. 1999-04-18 22:36:46 +00:00
sys use a local vfork declaration to avoid symbol renaming. 1999-05-04 13:53:11 +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 Modify syncicache on PowerPC from an inline to a real function. 1999-04-17 21:16:45 +00:00