summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/index.c
Commit message (Collapse)AuthorAgeFilesLines
* Add in the linux, tcl83, and tk83 ports categories.jhb2000-08-161-0/+3
| | | | | PR: bin/20328 Submitted by: obrien
* Add new 'ruby' ports category.jhb2000-08-161-0/+1
| | | | | PR: conf/20629 Submitted by: asami
* Add hebrew.asami2000-07-311-0/+1
|
* Increase the size of the various index variables; there wasjkh2000-02-131-6/+6
| | | | | some overflow occurring. Submitted by: steve
* MFC: new categoriesjkh2000-02-101-8/+7
|
* More cosmetic surgery and a nasty null pointer bug in index.c fixed.jkh1999-12-191-1/+1
|
* Yet more cosmetic fixes (I have a little time to kill while waiting forjkh1999-12-181-0/+4
| | | | | something else, so I might as well tweak 3.4's look-and-feel for the better while I'm at it - final release build should be sometime later on tonite).
* Completely rip-out and redesign sysinstall's refresh model as welljkh1999-12-141-13/+19
| | | | | | | | | | | | as redoing all the menus to have proper, or at least non-hallucinogenic, keyboard accelerators. This requires my recent update to libdialog to work properly and will probably also exhibit some other "interesting" behavior while the last few missing screen clears are found (which is why I'm not going to MFC immediately). At least now, however, sysinstall does not gratuitously redraw random screens at the drop of a hat and drive serial console installers out of their minds.
* Add the latest categories.jkh1999-11-081-2/+5
|
* Oh crud, did I ever screw the pooch! Rather than sync this with -stable,jkh1999-09-021-1/+3
| | | | | | | | | | 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-3/+1
| | | | | | | 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
|
* Add new ports category "ftp".asami1999-08-021-1/+2
|
* Eliminate some varargs abuse.jkh1999-07-021-5/+13
|
* New ports/{java,irc,x11-servers} categories, Step #5 - update misc files.billf1999-06-281-1/+4
|
* Do a clean-up pass on error/warning messages.jkh1999-05-271-13/+5
|
* o Prevent alpha installs from grabbing x86 bits and vice-versa, at leastjkh1999-05-151-33/+18
| | | | | | | | | | | | | | on CDs and FTP sites. o Collapse some redundant code. o Fix typo'd menu. o Restrict searches properly to packages rather than categories. o Small tweaks to signal handling. All RELENG_3 candidates.
* Correct return status logic a bit.jkh1999-05-141-4/+6
|
* Completely change the way package_add() does its work. Now wejkh1999-05-121-5/+53
| | | | | handle dependencies at a lower level and use package add for this. Also made index searches stricter.
* Add an option for resetting and rescanning the probed device list, perhapsjkh1999-04-061-3/+5
| | | | | | | | to now detect that CD you just remembered to put in the drive or that pccard NIC that you've inserted (anybody can put pccardd in an mfsroot image now you know.. :) Requested by: Annelise Anderson <andrsn@andrsn.Stanford.EDU>
* Add entry for gnome category.jkh1999-02-151-1/+2
|
* List palm pilot category.jkh1999-02-021-2/+3
|
* Show dependencies in package menu.jkh1999-02-021-13/+96
| | | | | PR: 7454 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Merge recent changes from doc/handbook/porting.sgml and www/en/ports/categories.asami1999-01-111-9/+6
|
* Collapse the "get" code substantially by combining common functions.jkh1998-12-221-1/+2
| | | | | 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>
* snuff warning message if package is not found in INDEX but is foundjkh1998-10-151-2/+2
| | | | to be already installed anyway.
* Update to latest ports categories.jkh1998-10-131-1/+7
|
* MF22: Important fixes for loading XFree86 distributions I forgot tojkh1998-09-231-1/+3
| | | | | merge after 2.2.7 (I was wondering why that bug looked so familiar!). Also update some docs accordingly.
* Sync with 2.2-stable branch.jkh1998-03-241-1/+4
|
* MF22: catch up with recent changes.jkh1998-03-231-1/+5
|
* Whine when a depended package can't be found at all, vs being foundjkh1997-11-131-1/+7
| | | | | but failing to load. PR: 4959
* Document extra tk*/tcl* package categories.jkh1997-10-081-2/+6
|
* DOH! Fix package-extractor looping problem by moving some codejkh1997-05-051-6/+10
| | | | to the *proper* part of the loop.
* YAMF22jkh1997-04-051-3/+5
|
* Catch this puppy up to RELENG_2_2jkh1997-03-291-3/+5
|
* Sync with 2.2jkh1997-03-271-3/+3
|
* YAMF22jkh1997-03-251-11/+20
|
* It's easier to go forwards than backwards with this, and the RELENG_2_1_0jkh1997-02-071-1/+1
| | | | | sysinstall was already broken (I think there's a PR for this somewhere). This will require some additional changes elsewhere, like bringing in pw.
* Allow user to delete as well as install packages from the packagejkh1997-01-291-17/+8
| | | | | | installer menu. Fix status line code so informationals show up properly again.
* Cosmetic tweaks.jkh1997-01-291-1/+1
| | | | Also redirect stderr to Debug when running multiuser.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Added the package catagories astro, chinese, mbone, and vietnamese;obrien1996-12-311-1/+5
| | | | along with applicable descriptions.
* Do a few things I've been threatening to do for a long time:jkh1996-12-111-12/+13
| | | | | | | | | | | | | | | | 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>
* As Paul has just pointed out, much of my strncpy() usage was eitherjkh1996-12-091-3/+3
| | | | | | | bogus or overly complex and really needed to be done more consistently and sanely throughout - no question about it. Done. Suggested-By: Paul Traina <pst@Shockwave.COM>
* Try to make screen update more efficient (less flickering) by morejkh1996-08-031-2/+2
| | | | judicious use of dialog_clear_norefresh().
* Purely cosmetic tweaks.jkh1996-08-011-2/+2
|
* Handle tabs in INDEX files.jkh1996-06-251-5/+21
| | | | Display full, un-truncated version of description in status line.
* Don't use some of the low-contrast text attributes I was using before - theyjkh1996-06-141-4/+6
| | | | | | apparently look bad on some LCD screens. While I'm in there, tweak and adjust a number of other minor interface details which have been bothering me for awhile.
* Fix a truly stupid bug which broke the package installation menujkh1996-06-121-2/+2
| | | | | for everything _but_ the multi-user case now (it was the opposite before :-). That means adding packages with the 2.2-960511-SNAP boot floppy is busted. Feh.
OpenPOWER on IntegriCloud