Find a file
Jordan K. Hubbard 0fd6d431cf Do a few things I've been threatening to do for a long time:
1. Don't use the MSDOSFS code for accessing FreeBSD distribution data.
   Use Robert Nordier's stand-alone DOS I/O library for the purpose.
   It this works as well as Robert says it does, it should drastically reduce
   (or even eliminate) our "I can't install from my DOS partition!" calls.

2. As a result of the above, go to stdio file descriptors for all
   media types.

3. Taking advantage of #2, start using libftpio for FTP transfers instead
   of maintaining our own parallel version of the FTP transfer code.
   Yay!  I ripped something out for a change!

#1 Submitted-By: Robert Nordier <rnordier@iafrica.com>
1996-12-11 09:35:06 +00:00
bin Fixed `stty [-]extproc'. It set extproc to a semi-random state (always 1996-12-07 11:07:20 +00:00
contrib Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +00:00
eBones First round of moving secure telnet (AKA kerberised telnet) to its new home 1996-10-26 17:20:52 +00:00
etc ifconfig 127.0.0.1 instead of localhost 1996-12-10 02:23:27 +00:00
games Fix minor typo/grammatical error 1996-11-22 22:16:25 +00:00
gnu Convert to mdoc format. 1996-12-09 07:57:54 +00:00
include Fix compiler warning: /* inside comment 1996-12-05 14:46:57 +00:00
lib Get struct ether_addr directly from <net/ethernet.h> rather than pulling 1996-12-10 17:19:11 +00:00
libexec Fix up programs which expect <net/if.h> to include <sys/time.h> to instead 1996-12-10 17:11:53 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
sbin Fix if.h lossage. I could have sworn I already fixed this one. 1996-12-10 21:25:42 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share See Jordan, I told you we'll have more than 700 ports before the release. :) 1996-12-11 08:13:47 +00:00
sys One minor mod to set the limit of nbufs to 2048 from 1536. More important 1996-12-11 05:52:15 +00:00
tools Back out a little more of the previous changes. No longer change 1996-10-31 15:57:25 +00:00
usr.bin When mmap is used, do an madvise(MADV_SEQUENTIAL) to make things 1996-12-11 05:20:20 +00:00
usr.sbin Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Use LC_TIME=C instead of LC_TIME= (POSIX) 1996-11-26 03:26:31 +00:00