1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/usr.sbin/sade
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
..
help Syncronize my tree so Eric can access the latest code. 1996-10-04 13:33:49 +00:00
command.c 1. Update all the copyrights to delete useless clauses 3 and 4. 1996-04-13 13:32:15 +00:00
config.c Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
devices.c Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
disks.c Try to impreve DD mode. 1996-11-27 22:52:34 +00:00
dispatch.c Use macros for package names so it's easier to update them in one 1996-11-04 12:56:33 +00:00
dmenu.c As Paul has just pointed out, much of my strncpy() usage was either 1996-12-09 08:22:19 +00:00
globals.c Close PR#1542. Don't just assume 24 lines, get the tty size. 1996-08-01 10:58:54 +00:00
install.c Don't run routed by default. 1996-12-02 05:01:02 +00:00
keymap.c Sysinstall now offers the installation of a keymap early in the game! 1996-11-09 16:47:08 +00:00
label.c As Paul has just pointed out, much of my strncpy() usage was either 1996-12-09 08:22:19 +00:00
main.c Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
Makefile Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
menus.c Add Joerg's user management screen for David Nugent's pw(8) program, something 1996-12-09 06:02:36 +00:00
misc.c As Paul has just pointed out, much of my strncpy() usage was either 1996-12-09 08:22:19 +00:00
msg.c As Paul has just pointed out, much of my strncpy() usage was either 1996-12-09 08:22:19 +00:00
rtermcap.c Implement a work-around for Create_Chunk providing no pointer to the 1995-05-07 22:07:53 +00:00
sade.h Do a few things I've been threatening to do for a long time: 1996-12-11 09:35:06 +00:00
system.c Add Joerg's user management screen for David Nugent's pw(8) program, something 1996-12-09 06:02:36 +00:00
termcap.c If we're unable to open /dev/ttyv0, assume that we're on a single tty system 1996-09-26 21:07:11 +00:00
variable.c As Paul has just pointed out, much of my strncpy() usage was either 1996-12-09 08:22:19 +00:00
wizard.c Add a new -fake argument to make sysinstall not actually change things while 1996-04-28 20:54:11 +00:00