opnsense-src/usr.sbin/sysinstall
Ed Schouten 81590c5b37 Move sysinstall/sade away from TIOCGSIZE.
Both sysinstall and sade still seem to use the TIOCGSIZE ioctl to obtain
the terminal dimensions. We'd better use TIOCGWINSZ to do this. The
TIOCGWINSZ interface is preferred, because it also allows sizes in pixels
to be passed to the application (though this is not used here).

Approved by:	philip (mentor)
2008-05-23 14:24:33 +00:00
..
help Fix a number of documentation-lags-behind-reality bugs in sysinstall(8). 2007-06-25 16:37:17 +00:00
acpi.c Revamp base system packaging of kernels to enable up/smp selection 2006-03-08 18:02:32 +00:00
acpidump.h Revamp base system packaging of kernels to enable up/smp selection 2006-03-08 18:02:32 +00:00
anonFTP.c Create group ftp by default. This is gid 14 as this is the historical 2007-06-11 18:36:39 +00:00
biosmptable.c Make sysinstall's code WARNS=2 clean . 2007-03-23 19:57:27 +00:00
cdrom.c If floppies are used to boot the machine, the user lets the machine 2007-02-22 20:29:53 +00:00
command.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
config.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
devices.c Add age(4) to the list of supported network interface. 2008-05-19 02:17:24 +00:00
dhcp.c Fixed assorted misuses of NULL in integer context. 2004-03-11 11:58:16 +00:00
disks.c Fix an indentation. 2008-01-31 16:58:07 +00:00
dispatch.c Add `mediaOpen' function. This function mounts selected media device. 2006-01-27 21:00:31 +00:00
dist.c Change sysinstall's handling of X11 stuff. Doing it in pieces was 2008-01-01 03:59:17 +00:00
dist.h Change sysinstall's handling of X11 stuff. Doing it in pieces was 2008-01-01 03:59:17 +00:00
dmenu.c Selecting amd and a few other things in the Networking config section 2007-10-30 05:03:37 +00:00
doc.c s/package_exists/package_installed/g as that's much more descriptive of 2004-01-02 09:19:13 +00:00
dos.c msdos -> msdosfs. 2001-06-01 12:16:09 +00:00
floppy.c A media type of floppy is detected automatically. 2004-08-15 13:00:07 +00:00
ftp.c MACHINE is changed to "pc98" on FreeBSD/pc98. 2005-12-08 12:43:20 +00:00
globals.c o Save pointers to the chunks for root, home, swap, usr, var and tmp in 2004-08-07 01:19:54 +00:00
http.c Fix numerous warnings. Aside from menu items in system.c and menu.c 2006-02-28 21:49:33 +00:00
index.c Plug a memory leak. Once any given package (e.g. perl) was installed 2007-12-29 04:56:07 +00:00
install.c Fix a number of documentation-lags-behind-reality bugs in sysinstall(8). 2007-06-25 16:37:17 +00:00
install.cfg Bring these files up-to-date. 2007-02-18 22:41:41 +00:00
installUpgrade.c Write to slice name instead of directly to the disk device. 2007-06-05 05:44:41 +00:00
keymap.c - Use jp.pc98 as default keymap for pc98. 2006-03-16 15:50:21 +00:00
label.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
list.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
main.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
Makefile remove WARNS=2: we're not ready for it yet. 2007-03-23 22:09:02 +00:00
media.c Be more consistant and use UNZIPPER everywhere. 2007-12-09 02:43:28 +00:00
menus.c Remove ftp.hk.super.net, the DNS isn't pointing to anything at the moment. 2008-04-08 19:43:00 +00:00
misc.c Add FreeBSD version information to the menu title so it's possible to 2006-07-15 12:23:56 +00:00
modules.c Add a new variable 'skipPCCARD'. This variable will cause sysinstall 2003-08-20 06:24:12 +00:00
mouse.c Fixed small bug introduced in my last commit. 2000-05-11 23:43:12 +00:00
msg.c Return the *right* error codes for yes/no questions when non-interactive. 2001-09-11 20:42:07 +00:00
network.c Actually fix the DHCP handling, by using more robust detection of DHCP 2006-02-09 14:43:42 +00:00
nfs.c Various NFS-related bug fixes (mostly related to using variable_get() 2003-10-19 13:37:12 +00:00
options.c Fix numerous warnings. Aside from menu items in system.c and menu.c 2006-02-28 21:49:33 +00:00
package.c Fix numerous warnings. Aside from menu items in system.c and menu.c 2006-02-28 21:49:33 +00:00
pccard.c The PCMCIA Standard dictates that those funny cards you insert into 2003-08-20 06:27:21 +00:00
rtermcap.c Implement a work-around for Create_Chunk providing no pointer to the 1995-05-07 22:07:53 +00:00
sysinstall.8 Fix a number of documentation-lags-behind-reality bugs in sysinstall(8). 2007-06-25 16:37:17 +00:00
sysinstall.h Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
system.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
tape.c debugMsg() should end with "\n". 2002-11-01 02:05:05 +00:00
tcpip.c Tighten IP address check, prevent '..' from being passed 2007-05-17 06:08:42 +00:00
termcap.c Move sysinstall/sade away from TIOCGSIZE. 2008-05-23 14:24:33 +00:00
ttys.c Silence more warnings. 2001-09-22 23:17:37 +00:00
ufs.c $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
user.c Fix numerous warnings. Aside from menu items in system.c and menu.c 2006-02-28 21:49:33 +00:00
variable.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
wizard.c Fix numerous warnings. Aside from menu items in system.c and menu.c 2006-02-28 21:49:33 +00:00