summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
Commit message (Collapse)AuthorAgeFilesLines
* Document a changed variable name.jkh1999-02-181-3/+3
|
* Be more forgiving of PnP config saving failures.jkh1999-02-161-4/+7
|
* Update to deal with pnp userconfig data.jkh1999-02-151-7/+50
| | | | Submitted by: abial
* Add entry for gnome category.jkh1999-02-151-1/+2
|
* Write out new boot blocks on upgrade.jkh1999-02-151-1/+3
|
* Unbreak the fixit floppy.jkh1999-02-154-32/+34
| | | | Clean up some of the media handling to use common routines.
* Put a convenient marker in rc.conf to show updates.jkh1999-02-142-4/+9
| | | | Better screen saver descriptions.
* Fix incorrect initial state for two variables.jkh1999-02-142-4/+4
|
* Include all the recent screen savers.jkh1999-02-141-2/+10
|
* Update to match ports reality.jkh1999-02-141-5/+5
|
* rc.conf vars no longer "dirty" by default.jkh1999-02-141-2/+2
|
* Preserve existing rc.conf contents.jkh1999-02-141-4/+8
|
* Update to current state of /etcjkh1999-02-131-17/+12
|
* Add spanish mirrors to FTP menu.jkh1999-02-111-1/+5
|
* Write changes out to /etc/rc.conf again; rc.conf.site is dead!jkh1999-02-094-13/+15
|
* If user selects X, also auto-select compat22 (for now).jkh1999-02-071-1/+3
|
* SMAILCF distro no longer exists.jkh1999-02-073-10/+6
|
* Reshuffle a number of menus to be more navigable. Delete extrajkh1999-02-061-21/+20
| | | | Root Password entry (PR#9291 - Jack O'Neill).
* Ack! Correct a typo which crept into here and reshuffle the index backjkh1999-02-062-4/+4
| | | | into alphabetical order.
* Add one more "escape" for marking internal variables.jkh1999-02-052-8/+8
|
* Totally change the way variables are accounted for in sysinstall.jkh1999-02-0519-240/+186
| | | | | | | | Now we know which variables are internal and which need to be backed to /etc/rc.conf.site. rc.conf is not touched now. Also kget kernel change information back properly and set up a loader.rc file to use it.
* Update snapshot build machine names.jkh1999-02-051-4/+4
|
* Indicate that we're using XFree86 3.3.3.1jkh1999-02-052-53/+53
|
* Add a lot of additional keymaps to the appropriate menu.jkh1999-02-042-4/+15
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Add compat22 distribution in anticipation of its appearance.jkh1999-02-043-8/+11
|
* List palm pilot category.jkh1999-02-021-2/+3
|
* Show dependencies in package menu.jkh1999-02-024-19/+104
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Man, was I ever smoking crack when I wrote this. Don't free()jkh1999-02-011-8/+6
| | | | values I'm going to use again. :-}
* 1. Install /boot/loader correctly on boot.flpjkh1999-01-301-1/+3
| | | | 2. Back up old rc.conf.site if it exists.
* More support for Alpha installs.jkh1999-01-292-4/+30
| | | | Submitted by: dfr
* Write changes out to /etc/rc.conf.site now rather than mucking withjkh1999-01-273-51/+68
| | | | | rc.conf. There were many different ways I could have done this, some of them "cleaner", but this represented the lowest impact.
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-205-7/+117
| | | | kget code. Also collapse a redundant case in cdrom code.
* Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-202-73/+2
| | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.asami1999-01-111-9/+6
|
* Add driver support (and man page) for PCI fast ethernet cards basedwpaul1999-01-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | on the ASIX AX88140A chip. Update /sys/conf/files, RELNOTES.TXT, /sys/i388/i386/userconfig.c, sysinstall/devices.c, GENERIC and LINT accordingly. For now, the only board that I know of that uses this chip is the Alfa Inc. GFC2204. (Its predecessor, the GFC2202, was a DEC tulip card.) Thanks again to Ulf for obtaining the board for me. If anyone runs across another, please feel free to update the man page and/or the release notes. (The same applies for the other drivers.) FreeBSD should now have support for all of the DEC tulip workalike chipsets currently on the market (Macronix, Lite-On, Winbond, ASIX). And unless I'm mistaken, it should also have support for all PCI fast ethernet chipsets in general (except maybe the SMC FEAST chip, which nobody seems to ever use, including SMC). Now if only we could convince 3Com, Intel or whoever to cough up some documentation for gigabit ethernet hardware. Also updated RELNOTEX.TXT to mention that the SVEC PN102TX is supported by the Macronix driver (assuming you actually have an SVEC PN102TX with a Macronix chip on it; I tried to order a PN102TX once and got a box labeled 'Hawking Technology PN102TX' that had a VIA Rhine board inside it).
* close doc race.jkh1999-01-081-8/+16
|
* Adapt sysinstall more fully to the alpha (deal with proper boot signatures,jkh1999-01-087-10/+61
| | | | | | don't present label editor, etc). Submitted by: dfr
* Remove some remaining references to LKM's. Snaps were trying to unpackpeter1999-01-065-10/+5
| | | | slkm* etc, among other things.
* Read in /boot contents at runtime. Assumes /boot/boot1 on alpha (whichjkh1999-01-021-5/+39
| | | | may not yet be caught up).
* Remove previous cast again - it triggers a compiler bug on the Alphajkh1998-12-251-2/+2
| | | | | which prevents sysinstall from building. We'll just have to live with the warning on the x86. :(
* Collapse the "get" code substantially by combining common functions.jkh1998-12-2211-139/+80
| | | | | Also make mountpoint for each media type easier to change. Also reshuffled some menus for easier usage.
* Fix a couple grammar and typographical errors.steve1998-12-131-18/+18
| | | | | PR: 8355 Submitted by: Bruce A. Mah <bmah@ca.sandia.gov>
* Stop erroneously claiming that we're installing booteasy.jkh1998-12-091-2/+2
|
* Fix an exceedingly *stupid* error in my floppy selection logicjkh1998-12-061-1/+3
| | | | | | | | which was hosing the fixit functionality. PR: 8983 Fixed and embarassed by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp> :-)
* An early Christmas present: add driver support for a whole bunch ofwpaul1998-12-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PCI fast ethernet adapters, plus man pages. if_pn.c: Netgear FA310TX model D1, LinkSys LNE100TX, Matrox FastNIC 10/100, various other PNIC devices if_mx.c: NDC Communications SOHOware SFA100 (Macronix 98713A), various other boards based on the Macronix 98713, 98713A, 98715, 98715A and 98725 chips if_vr.c: D-Link DFE530-TX, other boards based on the VIA Rhine and Rhine II chips (note: the D-Link and certain other cards that actually use a Rhine II chip still return the PCI device ID of the Rhine I. I don't know why, and it doesn't really matter since the driver treats both chips the same anyway.) if_wb.c: Trendware TE100-PCIE and various other cards based on the Winbond W89C840F chip (the Trendware card is identical to the sample boards Winbond sent me, so who knows how many clones there are running around) All drivers include support for ifmedia, BPF and hardware multicast filtering. Also updated GENERIC, LINT, RELNOTES.TXT, userconfig and sysinstall device list. I also have a driver for the ASIX AX88140A in the works.
* Update for XFree86 3.3.3jkh1998-12-021-7/+7
|
* 1. Increase NFS path length.jkh1998-12-022-92/+92
| | | | 2. Bump to XFree86 3.3.3.
* Add new Korean FTP mirror sites.jdp1998-11-271-1/+7
|
* Update for XFree86 3.3.3jkh1998-11-271-4/+4
|
* Adios version.h / RELEASE_NAME hack. Do this right.jkh1998-11-243-18/+26
|
OpenPOWER on IntegriCloud