| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make serial console based installs actually work by: | Jordan K. Hubbard | 1997-07-31 | 1 | -5/+26 |
| * | Always write out rc.conf, regardless of status. | Jordan K. Hubbard | 1997-05-27 | 1 | -3/+2 |
| * | Adapt to rc.conf file format. | Jordan K. Hubbard | 1997-04-28 | 1 | -4/+4 |
| * | Back out mount change here (which is the only branch it should have | Jordan K. Hubbard | 1997-04-28 | 1 | -5/+1 |
| * | YAMF22 | Jordan K. Hubbard | 1997-04-28 | 1 | -1/+5 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Save /etc/sysconfig data at the very very end, so that it can be | Jordan K. Hubbard | 1997-02-10 | 1 | -0/+4 |
| * | OK, I've got two ideas to file in the "really seemed like a good idea | Jordan K. Hubbard | 1997-01-24 | 1 | -26/+0 |
| * | Use alarm's return status to more properly denote timeout rather than keeping | Jordan K. Hubbard | 1997-01-19 | 1 | -6/+3 |
| * | Add timeout support to sysinstall's general media handling, | Jordan K. Hubbard | 1997-01-17 | 1 | -0/+29 |
| * | Don't call systemShutdown() from signal handler so that the media device | Jordan K. Hubbard | 1997-01-15 | 1 | -2/+2 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Support the use of the 2nd CDROM as a fixit aid. Also put the EHS | Jordan K. Hubbard | 1996-12-29 | 1 | -2/+25 |
| * | Fix some bogons in my close() handling. | Jordan K. Hubbard | 1996-12-12 | 1 | -2/+2 |
| * | Cosmetic tweaks, initialize a few variables, fix a reversed conditional. | Jordan K. Hubbard | 1996-12-11 | 1 | -2/+11 |
| * | Add Joerg's user management screen for David Nugent's pw(8) program, something | Jordan K. Hubbard | 1996-12-09 | 1 | -2/+2 |
| * | Installation cleanup, round II. | Jordan K. Hubbard | 1996-10-01 | 1 | -1/+5 |
| * | Saner screen refresh changes, part I. | Jordan K. Hubbard | 1996-10-01 | 1 | -4/+1 |
| * | If we're unable to open /dev/ttyv0, assume that we're on a single tty system | Paul Traina | 1996-09-26 | 1 | -2/+6 |
| * | Close PR#1542. Don't just assume 24 lines, get the tty size. | Jordan K. Hubbard | 1996-08-01 | 1 | -1/+2 |
| * | Better error checking in helpfile expander. | Jordan K. Hubbard | 1996-07-10 | 1 | -4/+2 |
| * | Whoops! Now that I'm decompressing docs into /tmp, it's important to | Jordan K. Hubbard | 1996-07-08 | 1 | -1/+3 |
| * | Support compressed doc files again. | Jordan K. Hubbard | 1996-07-05 | 1 | -3/+20 |
| * | Fix some long-standing malloc bugs in the package handling code (freeing garbage | Jordan K. Hubbard | 1996-05-16 | 1 | -4/+16 |
| * | Micro tweak for getting the Holographic shell message to stay on the | Jordan K. Hubbard | 1996-05-01 | 1 | -2/+2 |
| * | Fix more display weirdnesses that only show up during a real installation. | Jordan K. Hubbard | 1996-04-29 | 1 | -2/+4 |
| * | Add a new -fake argument to make sysinstall not actually change things while | Jordan K. Hubbard | 1996-04-28 | 1 | -2/+11 |
| * | Fix an ancient index list bug. | Jordan K. Hubbard | 1996-04-28 | 1 | -2/+9 |
| * | Move some of functions around in order to make this stuff easier | Jordan K. Hubbard | 1996-04-28 | 1 | -3/+2 |
| * | Fix display refresh bug in displayHelp() | Jordan K. Hubbard | 1996-04-26 | 1 | -3/+6 |
| * | Quite a few changes: | Jordan K. Hubbard | 1996-04-25 | 1 | -1/+2 |
| * | Bring this into sync. | Jordan K. Hubbard | 1996-04-23 | 1 | -9/+1 |
| * | 1. Update all the copyrights to delete useless clauses 3 and 4. | Jordan K. Hubbard | 1996-04-13 | 1 | -9/+5 |
| * | Major enhancements to the package adder (next step is to use the new dialog | Jordan K. Hubbard | 1996-03-21 | 1 | -3/+3 |
| * | Lots of fixes: | Jordan K. Hubbard | 1996-03-18 | 1 | -2/+2 |
| * | Miscellaneous cleanup before big round of menu restructuring (to use new | Jordan K. Hubbard | 1996-03-02 | 1 | -2/+1 |
| * | Update the -current sources from the 2.1 branch. | Peter Wemm | 1995-12-07 | 1 | -54/+67 |
| * | This mega-commit brings in Jordan's latest sysinstall version.. | Peter Wemm | 1995-09-18 | 1 | -64/+4 |
| * | Merge RELENG_2_0_5 into HEAD | Rodney W. Grimes | 1995-06-11 | 1 | -86/+35 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -2/+2 |
| * | Sync up my work for the night. This should implement ALL possible | Jordan K. Hubbard | 1995-05-29 | 1 | -35/+57 |
| * | Get help files form /stand/help.tgz | Poul-Henning Kamp | 1995-05-29 | 1 | -23/+17 |
| * | Shrink the boot floppy by removing all extraneous stuff. Also increase | Jordan K. Hubbard | 1995-05-29 | 1 | -4/+2 |
| * | Try again to redirect the console back before rebooting. | Jordan K. Hubbard | 1995-05-28 | 1 | -3/+5 |
| * | Put the console back on ttyv0 before rebooting. | Jordan K. Hubbard | 1995-05-26 | 1 | -2/+7 |
| * | Ask name of "other" ftp site in correct place. | Jordan K. Hubbard | 1995-05-26 | 1 | -2/+2 |
| * | Clean up the configuration stuff a bit more - we should now populate | Jordan K. Hubbard | 1995-05-26 | 1 | -5/+5 |
| * | Totally revamp the TCP/IP dialog; now network selection makes a bit more sense. | Jordan K. Hubbard | 1995-05-26 | 1 | -4/+3 |
| * | Bring in all my fixes to Poul's gripe list as of last night. | Jordan K. Hubbard | 1995-05-25 | 1 | -16/+2 |
| * | Cleanup. | Jordan K. Hubbard | 1995-05-25 | 1 | -2/+2 |