summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync up to current state of development.jkh1997-04-021-31/+73
|
* Some of my pending merge changes, Paul Traina's more flexible configjkh1997-03-191-2/+2
| | | | | file loading code. Submitted by: pst
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Add timeout support to sysinstall's general media handling,jkh1997-01-171-8/+1
| | | | allow SIGINT to stand for "time out now!" in certain cases.
* 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.
* Undo one of my memory optimization hacks - it actually made things morejkh1996-12-121-22/+9
| | | | complicated.
* Be more efficient in how we use memory (stumbled across while looking forjkh1996-12-111-9/+23
| | | | | | something else) for attributes and variables. Remove stack-stomper in sstrncpy().
* Do a few things I've been threatening to do for a long time:jkh1996-12-111-9/+9
| | | | | | | | | | | | | | | | 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>
* Various minor improvements.jkh1996-09-081-4/+4
|
* Come up with a scheme for stamping the FreeBSD version number on CDs,jkh1996-06-111-3/+5
| | | | | | | allowing sysinstall to automagically detect, mount and select an appropriate FreeBSD CDROM as the installation media. Defining "appropriate" also requires that you check the version numbers since an older FreeBSD CD could be in the drive, which is the purpose of this patch.
* Bring this into sync.jkh1996-04-231-2/+1
| | | | | | | | | | I still have a _very very annoying_ display bug which occurs when a menu item causes a submenu to be displayed - the screen repaints for the original menu (which is restored upon return from the submenu) are off by about 4 characters. I've tried restoring the screen, the cursor position, you name it - same deal. Grrrr! This commit is my first step in trying to get someone else to help me look into this one since I'm just tearing my hair out at this point!
* 1. Update all the copyrights to delete useless clauses 3 and 4.jkh1996-04-131-10/+3
| | | | | 2. Change more of the menu code over to new system. 3. Streamline label editor.
* Update the -current sources from the 2.1 branch.peter1995-12-071-37/+46
| | | | Approved (in spirit) by: jkh
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-3/+15
|
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
|
* Things were getting seriously hard to find. Do a quick reorg pass overjkh1995-05-271-0/+167
the code and split things into more logical groupings.
OpenPOWER on IntegriCloud