freebsd-dev/lib/libc
Andrey A. Chernov 8c6d2f42e1 1. EOF was returned when the buffer size was larger than INT_MAX. This
case has very little to do with the output size being larger than
   INT_MAX.
2. The new #include of <limits.h> was disordered.
3. The new declaration of `on' was disordered (integer types go together).
4. Testing an unsigned value for > 0 was fishy.

Submitted by: bde
1998-01-01 20:15:58 +00:00
..
amd64 Removed bogus .PATH statement. 1997-10-16 14:41:25 +00:00
compat-43 Sorted lists. 1997-10-21 08:41:15 +00:00
db Sorted lists. 1997-10-21 08:41:15 +00:00
gen Fixed spelling of EACCES. 1997-11-23 17:58:55 +00:00
gmon Format the MLINKS statement the same as in most other libc Makefile.inc's. 1997-12-19 21:53:35 +00:00
i386 Removed unused file. It just forces a return value of 0 on success 1997-10-18 13:59:48 +00:00
locale The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
net Removed unnecessary initialization of hp in gethostbyaddr_r. 1997-12-25 04:21:08 +00:00
nls Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
quad Put the .PATH statement first as in all other libc Makefile.inc's. 1997-12-19 21:56:38 +00:00
regex Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
rpc In clntudp_call(), it is possible that xdr_replymsg() might fail 1997-10-26 18:47:31 +00:00
stdio 1. EOF was returned when the buffer size was larger than INT_MAX. This 1998-01-01 20:15:58 +00:00
stdlib Drop the use of caddr_t in conjunction with mmap(2). 1997-12-31 03:15:06 +00:00
stdtime Typo. 1997-10-26 10:37:35 +00:00
string The terminating character in strings is NUL', not NULL'. 1997-12-28 12:06:29 +00:00
sys Convert caddr_t --> void * for sys/mman.h functions. 1997-12-31 01:22:01 +00:00
xdr Removed the subdirectory paths from the definitions of MAN[1-9]. They 1997-10-15 16:16:41 +00:00
yp Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile Use ${DESTDIR} correctly in front of absolute paths. 1997-05-23 08:24:00 +00:00
Makefile.inc Handle machine-dependent (m-d) (string) sources more automatically. 1997-10-16 13:46:50 +00:00