NetBSD/lib/libc
drochner 7cd4c14e82 regoff_t is used like size_t within the code, it should be defined
so instead of off_t. This makes some casts unnecessary.
We can't change the definition now due to binary compatibility, so
prepare for the next libc major version.
1998-12-08 14:00:24 +00:00
..
arch Slight cleanup. 1998-12-04 09:52:43 +00:00
compat-43 ifdef out __warn_references if we are linting. 1998-11-14 16:40:50 +00:00
db s/LALIGN/BTLALIGN 1998-11-06 19:42:43 +00:00
gen Move warnings about sys_errlist[], sys_nerr, __sys_errlist, _sys_nerr 1998-12-06 07:12:18 +00:00
gmon delint 1998-11-13 15:46:52 +00:00
include Need an internal name for the (new) sys_nsig. 1998-11-30 20:43:06 +00:00
locale delint 1998-11-13 15:46:52 +00:00
md delint 1998-11-13 15:46:52 +00:00
net Check the results of argument decomposition in octets to prevent 1998-12-05 13:17:55 +00:00
nls delint 1998-11-15 17:39:20 +00:00
quad use machine/limits.h if _KERNEL or _STANDALONE 1998-03-27 01:01:54 +00:00
regex regoff_t is used like size_t within the code, it should be defined 1998-12-08 14:00:24 +00:00
rpc deal with printf()ing another size_t. print a u_int %u. 1998-11-22 06:09:00 +00:00
stdio Need to wrap stdio stream locking around the function body. On the bright 1998-11-20 14:49:19 +00:00
stdlib Since we are forcing unsigned shifts for portability, define Unsigned_shifts 1998-11-16 17:43:32 +00:00
string Use the (new) sys_nsig instead of NSIG. 1998-11-30 20:43:53 +00:00
sys Add links to getmntinfo(3) and getfsstat(2) 1998-12-07 05:17:53 +00:00
termios delint: 1998-11-15 17:11:48 +00:00
time Fix pr6517: strftime %s returns unterminated string 1998-12-01 16:07:11 +00:00
yp delint 1998-11-15 17:10:30 +00:00
Makefile sparc doesn't need quad support when running in 64-bit mode either. 1998-11-28 17:01:54 +00:00
shlib_version Bump minor to 34; added __sys_signame14, __sys_siglist14, and __sys_errlist14. 1998-11-30 20:46:55 +00:00