summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/kget.c
Commit message (Collapse)AuthorAgeFilesLines
* Forget to remove kget.c, since kget feature is already gone.matusita2001-12-011-125/+0
|
* This is __i386__-only, not !__alpha__. We never had userconfig onpeter2001-10-221-1/+1
| | | | anything but i386/pc98.
* Update sysinstall to use struct uc_device instead of struct isa_devicejhb2000-03-241-5/+5
| | | | | | for generating /boot/kernel.conf. Since this structure is shared, move its definition out to a header file, just as struct isa_device was defined in a header file. This fixes the sysinstall breakage in -current.
* o Catch up with pnp changes - kget no longer saves pnp data.jkh1999-09-041-57/+3
| | | | o Catch up with ncurses updates - some internal function names have changed.
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-0/+11
| | | | | | | | | | I backed-out the changes in -current and didn't touch stable at all (I thought I had my patch order reversed, not what actually happened). AIEEE! I can't even blame the crack for this one since I broke my crack pipe a few weeks ago. I think sleep deprivation gets the blame for this one. Medal for noticing this one goes to: Jim Bloom <bloom@acm.org>
* MFC: Catch 3.2-stable sysinstall up to 4.0-current level functionality,jkh1999-09-011-11/+0
| | | | | | | bringing in DHCP support. The only thing I left out were Poul-Henning's newfs changes since I'm not sure if he's brought the rest of that support into -stable yet. If it turns out that this is the case, I'll MFC those changes too.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Don't do anything on alpha machines.jkh1999-05-211-1/+12
|
* Correct a bug which could cause a segfault if there is no uc_devlistjkh1999-05-121-10/+11
| | | | | | data. Noticed by: Bill Swingle <bill@cdrom.com>
* 1. Silence warning.jkh1999-05-071-2/+2
| | | | 2. Deal with potential whitespace evil early (PR#7455).
* Fix includes; I had a slightly different Makefile than everyone elsejkh1999-05-061-3/+3
| | | | | | which is why I didn't see this. :) Noted by: Maxim Sobolev <sobomax@altavista.net>
* Another round of updates for -current and 3.2jkh1999-05-051-4/+7
|
* Fix a few bogons and make this safer for humanity.jkh1999-05-051-23/+36
|
* Merge some doc updates which got only into the 3.0 branch during the lastjkh1999-03-101-2/+3
| | | | release cycle.
* 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
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-201-0/+104
kget code. Also collapse a redundant case in cdrom code.
OpenPOWER on IntegriCloud