freebsd-dev/lib/libc
Peter Wemm 45eccbb217 Two minor changes to try and make it more robust in the face of many
interfaces, until it's redone to use sysctl().
- bump the SIOCGIFCONF buffer size from 1K to 8K
- if we didn't find a suitable address, return a failure.  Previously
  if it didn't find anything it left the return address uninitialised.
  Perhaps it would be better to return AF_INET/111/127.0.0.1 rather than
  failing?
1997-01-09 14:55:15 +00:00
..
amd64 Correct a "spelling" error in a comment. 1996-10-31 17:50:45 +00:00
compat-43 fix .Xr macro 1996-09-21 15:08:10 +00:00
db make u_char * -> char * conversion explicit. 1996-12-05 18:05:11 +00:00
gen Added group= facility to /etc/ttys for tty grouping for more 1997-01-02 08:05:43 +00:00
gmon Cleaned up interrupt masking by declaring the state variable in a 1996-08-28 20:15:32 +00:00
i386 Correct a "spelling" error in a comment. 1996-10-31 17:50:45 +00:00
locale Add comment that range checking is already done at upper level 1996-12-28 05:04:24 +00:00
net Fix fake failures on the short names which looks like hexadecimal numbers 1997-01-08 13:06:14 +00:00
nls General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
quad Added prototypes. 1995-12-26 13:25:13 +00:00
regex collate_range_cmp -> __collate_range_cmp 1996-10-31 04:38:21 +00:00
rpc Two minor changes to try and make it more robust in the face of many 1997-01-09 14:55:15 +00:00
stdio perror () does not prepend ": " for the non-NULL argument "". close PR 1492 1996-09-30 15:39:18 +00:00
stdlib _thread_kern_sig_unblock takes an integer, not a reference. 1996-12-29 02:38:50 +00:00
stdtime Add comment that range checking is already done at upper level 1996-12-28 05:04:24 +00:00
string delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
sys The error returned when F_SETLK collides with an existing lock is 1997-01-08 23:48:02 +00:00
xdr - Missing prototypes, including pointers to functions 1996-12-30 14:07:11 +00:00
yp Fix for bug noticed by Christoph Kukulies. 1996-12-20 19:41:15 +00:00
Makefile Back out minor bumping per Peter suggestion 1996-08-13 14:37:53 +00:00