NetBSD/lib/libc
tshiozak 0b03f5f98b remove an obstructive ?: operator of the check added in the last commit by
itojun-san.
2002-08-02 12:27:32 +00:00
..
arch Convert to use register prefixes. (0 -> %r0, etc.) 2002-07-30 06:07:56 +00:00
citrus Add some casts to quiet a "discards qualifier from pointer target type" 2002-05-24 04:04:30 +00:00
compat-43 __STDC__ is always defined on NetBSD. 2002-05-26 11:48:00 +00:00
db use int32_t, instead of int, for on-disk data. 2002-05-30 14:55:47 +00:00
dlfcn don't test PIC here. 2002-07-20 08:54:04 +00:00
gen #include <string.h> for prototypes of strlen and strcpy. 2002-08-01 23:46:37 +00:00
gmon disable profiling set{u,g}id binaries. 2002-04-26 16:39:52 +00:00
hash In userland, use <sha1.h>, not <sys/sha1.h>. 2002-03-31 14:17:19 +00:00
include Add prototype for __sigaction_sigtramp(). This system call is used 2002-07-09 23:35:49 +00:00
locale remove an obstructive ?: operator of the check added in the last commit by 2002-08-02 12:27:32 +00:00
md Add the md[245], sha1 and rmd160 functions to libnbcompat, conditional on their 2002-03-31 12:58:54 +00:00
net use strlcpy where appropriate 2002-08-02 07:50:35 +00:00
nls - implement NL_CAT_LOCALE. 2002-02-13 07:48:49 +00:00
quad Compile ashldi3.S and lshrdi3.S on m68000. 2001-05-18 15:23:44 +00:00
regex make this compile with -DREDEBUG again. 2002-07-22 12:56:17 +00:00
rpc correct range check. from openbsd 2002-08-01 05:22:43 +00:00
softfloat Import the 32-bit version of SoftFloat 2a and separate it and the 64-bit 2002-05-21 23:51:04 +00:00
stdio Correct wrong comparison in example. 2002-07-21 19:04:03 +00:00
stdlib restore the previous form of the condition checking malloc() return value, which 2002-07-31 12:57:36 +00:00
string memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound. 2002-07-04 15:48:40 +00:00
sys stat(2) can return ENXIO. 2002-08-02 08:08:26 +00:00
termios __STDC__ is always defined on NetBSD. 2002-05-26 16:39:57 +00:00
thread-stub Delint. 2000-01-22 22:19:07 +00:00
time __STDC__ is always defined on NetBSD. 2002-05-26 11:48:00 +00:00
yp Generate <>& symbolically. 2002-02-07 07:00:09 +00:00
Makefile for _I18N_DYNAMIC, use CSHLIBFLAGS instead of CPICFLAGS. 2002-07-20 08:51:32 +00:00
shlib_version Add utmp processing functions 2002-07-27 23:57:39 +00:00