freebsd with flexible iflib nic queues
Go to file
Bill Paul 3951b8e32c Small yet significant tweaks/cleanups:
- getservent:
  o put _yp_check() proto under #ifdef YP where it belongs
  o local YP buffers should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying

- gethostbynis:
  o local YP buffer should be YPMAXRECORD + 2 bytes long

- getnetbynis:
  o local YP buffer should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying

- ether_addr:
  o local YP buffers should be YPMAXRECORD + 2 bytes long and should
    be NUL terminated after copying (in this case it's BUFSIZ + 2 bytes,
    but it happens that BUFSIZ == YPMAXRECORD.

- gethostbydns:
  o nuke stray 'return(NULL)' in __dns_getanswer() (harmless but looks silly)

These are 2.2 candidates. I will wait a few days to make sure these don't
break anything and then, if there are no objections, move them to the 2.2
branch.
1996-12-27 18:21:07 +00:00
bin Fix handling of -o and -a operators in the 3 argument case. 1996-12-25 00:08:10 +00:00
contrib Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix. 1996-12-19 08:55:10 +00:00
eBones Fix a cosmetic bug that has bothered me for ages. :-) 1996-12-21 06:21:16 +00:00
etc Add commented out samples on how to activate the compat libs during build. 1996-12-23 05:17:09 +00:00
games comma police for section SEE ALSO 1996-12-22 23:17:39 +00:00
gnu Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
include string.h defines nonstandard routines when _POSIX_SOURCE is 1996-12-17 19:35:43 +00:00
lib Small yet significant tweaks/cleanups: 1996-12-27 18:21:07 +00:00
libexec Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
lkm
release Fix some spelling errors. 1996-12-26 21:53:11 +00:00
sbin Add example for mount_mfs(8). 1996-12-26 02:01:09 +00:00
secure
share Merge the en version changes made in 1.28 -> 1.29. 1996-12-27 15:31:35 +00:00
sys Staticize dmapageport and isa_dmarangecheck. 1996-12-27 13:06:31 +00:00
tools Fix the 'info sharedlibextention' output in tclsh which was caused by a 1996-12-17 13:08:08 +00:00
usr.bin comma typos 1996-12-23 23:09:55 +00:00
usr.sbin Fix various buffer overflow cases in sliplogin. These might have been 1996-12-27 05:49:51 +00:00
COPYRIGHT
Makefile Add comment on -DALLLANG. 1996-12-20 08:18:47 +00:00