summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
Commit message (Collapse)AuthorAgeFilesLines
* For High security profile, set securelevel to 1 to protect /dev/*memjkh2000-11-071-0/+2
| | | | | | and mounted disks, among other things. Requested by: kirk
* Added Intel Gigabit Ethernet card to device menu.hosokawa2000-11-071-0/+1
|
* release/sysinstall/lndir.c has not been used, but statically linkedhosokawa2000-11-062-4/+1
| | | | to sysinstall for long time. Remove it.
* Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATHtruckman2000-11-051-0/+2
| | | | | | | with these in the normal case. Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting the fixit shell.
* Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.hosokawa2000-10-313-2/+8
| | | | | | http://people.freebsd.org/~hosokawa/driver-floppy/ for details. Reviewed by: current@FreeBSD.org
* Changes have been made to support a concept of VAR_FIXIT_TTY beingjkh2000-10-302-26/+43
| | | | | | | | | | | | | | | | | standard or serial. This change needs to be done to the entire system that depends on this. This way we don't have some code using OnVTY checks and other doing strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0 checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on a serial console. Also fixed a dialog problem in that dialog was used when dialog was disabled causing some troubles such as not letting the cursor keys work when exiting the fixit mode on media (ie. not the fixit shell but for example fixit on a floppy). Submitted by: Doug Ambrisko <ambrisko@whistle.com> PR: 22352
* Add the ATA RAID device 'ar'.sos2000-10-291-0/+1
|
* Teach sysinstall how to restart itself on Ctrl-C (as an addition to its oldeivind2000-10-293-4/+54
| | | | | | tricks of rebooting and continuing where it was.) Reviewed by: jkh, jhb
* Shorten the labels in the keymap menu so it fits smaller screens.jkh2000-10-261-9/+9
| | | | Submitted by: pho
* Trim right column messages to display correctly in 80-column terminal.kuriyama2000-10-251-5/+5
| | | | Reviewed by: jkh
* Add another security configuration profile, call it "high" andjkh2000-10-143-1/+28
| | | | | | | rename the previous one to indicate that it's not just high, it's extreme (everything off, secure level raised). Submitted mostly by: Tony Finch <dot@dotat.at>
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-084-4/+4
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* PR: 21729murray2000-10-051-0/+2
| | | | | | | | | Approved by: jkh Write kern_securelevel_enable variable to rc.conf if user selects medium or low security in sysinstall. This overrides the case where a user selects fascist security and then tries to go back to a lower setting.
* If user selects no distributions at all, assume "User" asjkh2000-10-051-3/+6
| | | | | | | | a default. This should prevent people from whacking return at the Distributions menu and getting nothing selected as a result (a minimal "standard" system will at least install). Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
* Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02Rnyan2000-10-021-0/+1
| | | | | | | | support which use National Semiconductor DP8393X (SONIC) as ethernet controller. Currently, this driver is used on only PC-98. Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp> Obtained from: NetBSD/pc98
* Adjust for new location and name of kernel.jkh2000-09-291-33/+17
| | | | | PR: 21423 Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
* Fix specification for ftp5.fr.freebsd.orgjkh2000-09-271-1/+1
| | | | Reported by: Jean-Claude Christophe <jch@oleane.net>
* Fix the http proxy fetch code.jkh2000-09-251-0/+1
| | | | | Submitted by: Philipp Mergenthaler <p@i609.hadiko.de> PR: 21449
* Fix a small bogon with a boolean yes/no question check.jkh2000-09-251-2/+2
|
* Add Lithuania.jkh2000-09-241-0/+2
| | | | Submitted by: Domas Mituzas <midom@dammit.lt>
* One small tweak on the security profile code; don't be verbose ifjkh2000-09-242-26/+29
| | | | | setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context.
* add ``xe'' driversanpei2000-09-221-0/+1
| | | | Approved by: jkh
* One whack at the idea of having "security profiles" which select thejkh2000-09-225-137/+223
| | | | | | | | appropriate(?) defaults for "low", "medium" and "high" security environments. Medium is basically what we currently have with a little seat-belt tightening where it made sense. Low is the same as medium but without the tightening. High is positively fascist with nothing turned on by default and an automatic call to 911 if it can find a modem.
* Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.wpaul2000-09-201-0/+1
| | | | | | | | | | | | | | Previously, these cards were supported by the lnc driver (and they still are, but the pcn driver will claim them first), which is fine except the lnc driver runs them in 16-bit LANCE compatibility mode. The pcn driver runs these chips in 32-bit mode and uses the RX alignment feature to achieve zero-copy receive. (Which puts it in the same class as the xl, fxp and tl chipsets.) This driver is also MI, so it will work on the x86 and alpha platforms. (The lnc driver is still needed to support non-PCI cards. At some point, I'll need to newbusify it so that it too will me MI.) The Am79c978 HomePNA adapter is also supported.
* Remove unneded -lmytinfoache2000-09-161-2/+2
|
* Teach sysinstall about 'aac'.msmith2000-09-131-0/+1
|
* MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.jkh2000-09-073-24/+0
|
* Add ftp.no.freebsd.org.sheldonh2000-09-061-0/+2
| | | | | PR: 21068 Submitted by: Martin Eggen <martin@copyleft.no>
* enable sshd by default. This only effects *new* installs, sojkh2000-09-041-0/+1
| | | | upgraders will not receive any unpleasant surprises.
* Remove a stray backspace character.jwd2000-08-271-1/+1
| | | | Reviewed by: Eivind Eklund <eivind@FreeBSD.org>
* Correct the naming. The default server is ftp.fr and #1 is the same.roberto2000-08-221-3/+5
| | | | Add back ftp6.
* Reflect the name changes in fr.freebsd.org.roberto2000-08-221-2/+2
|
* Remove device type field - there are no block devices left.jkh2000-08-221-41/+32
|
* - Added support for installing boot0 and boot0.5 for PC-98.nyan2000-08-123-20/+120
| | | | - Cosmetic changes.
* - add ftp6.fr.freebsd.orgroberto2000-08-081-2/+4
| | | | | | - correct URL for ftp4 and ftp5. Submitted by: Benjamin Bayart <bayartb@guinness.domicile.fr> (for ftp6)
* Add all the missing US keymaps.obrien2000-07-311-0/+5
|
* Fix the HTTP transfer code to correctly parse the port number ifjkh2000-07-301-2/+4
| | | | | | specified. Submitted by: pho
* Change the defaults for portmap, sendmail and inetd to be not running them.eivind2000-07-281-0/+4
| | | | | | | | | | | | Make sysinstall override this on install, so the effective behavioural change for a newly installed system is null. Overall, this makes a system with an empty /etc/rc.conf not run any network services, and makes the FreeBSD-provided network services that are running visible in /etc/rc.conf (instead of making people look through /etc/defaults/rc.conf to find the things they need to disable to secure the system.) Reviewed by: jhb Discussed with: The usual cabal
* Fix an annoying bogon in the form of a missing tab when generating CD-ROMjhb2000-07-271-1/+1
| | | | | | mount points in /etc/fstab. Requested by: obrien
* Bump an upper limit test so the xterm termcap selection actually works.jhb2000-07-261-1/+1
|
* Use a much saner method of locating the release directory on an FTP server.jhb2000-07-251-97/+88
| | | | | | | | | Now, if a release is specified, instead of just looking for a directory with the same name as the release, try several possible directories (each suffixed with the release name) relative to the base directory including ".", "releases/MACHINE", "snapshots/MACHINE", and each of those prefixed with "pub/FreeBSD/". This will allow us to remove the evil symlinks under pub/FreeBSD/releases/MACHINE/ to the snapshots on the ftp site.
* Terminate, with extreme prejudice, the USAResident hack whichjkh2000-07-244-77/+0
| | | | | | does bad things to /etc/make.conf in certain situations. Also soften the "don't install crypto from the USA!" messages since, except for RSA (which is still noted), that's not so true anymore.
* Oops, the moused disable option is now 6 instead of 4. Catch the menu textjhb2000-07-231-1/+1
| | | | | | up to this. Submitted by: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
* If ${BINDIR} is not present, create it before installing to it.jkh2000-07-211-1/+5
|
* Add a terminal entry for xterm; a lot of people are using xtermsjkh2000-07-214-3/+10
| | | | in the serial-installation of FreeBSD.
* Add in the second half of the Slovenian FTP mirror entry.jhb2000-07-211-0/+1
|
* Remove a menu item that looks funky.jkh2000-07-211-2/+0
| | | | No donut for: obrien
* Add slovenian FTP server to site list.jkh2000-07-211-1/+2
| | | | Requested by: Blaz Zupan <blaz@amis.net>
* Fix this so it compiles by adding a missing quote.jhb2000-07-201-1/+1
|
* - Clarify some of the text in sysinstall in regards to the cryto bits.jhb2000-07-201-3/+1
| | | | | | - Note that we are up to about 3600 ports now rather than about 3000 ports. Submitted by: kris
OpenPOWER on IntegriCloud