Go to file
Bill Paul 6daf17201b gethostbynis.c:
- Fix problem described in PR #1079: _gethostbynisaddr() doesn't
  work. Make it accept the same arguments as all the other
  gethostby*addr() functions and properly convert the supplied IP
  address into a text string so that yp_match() can find it in the
  hosts.byaddr map.

- Also fix potential memory leak: copy the results of yp_match() to
  a static buffer and free the result (yp_match() returns dynamically
  allocated memory).

ether_addr.c:

- Since I was in the neighborhood, fix ether_ntohost() and
  ether_hostton() so that they don't bogusly for a free(result)
  when yp_match() fails.
1996-03-16 21:25:59 +00:00
bin Fix 'stutter' in manpage. 1996-03-12 05:30:39 +00:00
eBones Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
etc Renamed the relevant PC-Card support files to reflect the newest release. 1996-03-14 18:24:07 +00:00
games add missing include files 1996-03-13 23:38:21 +00:00
gnu delete /usr/local/bin from PATH 1996-03-12 23:09:04 +00:00
include Don't reference ndbm(3) manpage. Everything is covered by db(3). 1996-03-03 09:04:40 +00:00
lib gethostbynis.c: 1996-03-16 21:25:59 +00:00
libexec
lkm Add joy to the SUBDIR list. 1996-03-16 01:43:26 +00:00
release Keep explicit newfs parameters, just set them differently. 1996-03-02 20:02:13 +00:00
sbin Change the messages slightly when there is no "mount_type" executable 1996-03-15 00:14:09 +00:00
secure Big clean-up job. Remove ancient and never-to-be used stuff. 1996-03-11 16:17:58 +00:00
share strip -d kernel 1996-03-14 02:52:06 +00:00
sys Force device mappings to always be shared. It doesn't make sense for them 1996-03-16 15:00:05 +00:00
tools
usr.bin Allow the user to disable the use of T/TCP by setting the -T option. 1996-03-15 16:41:49 +00:00
usr.sbin Fold in 8.7.5 change onto mainline (all one line). 1996-03-13 16:56:55 +00:00
COPYRIGHT
Makefile Add a hint that a make world is done so people don't think that the last 1996-03-11 14:59:10 +00:00