| Commit message (Expand) | Author | Age | Files | Lines |
* | Better to just statically set the name vs. determine at run time. | obrien | 2008-05-11 | 1 | -0/+1 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -1/+1 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -1/+1 |
* | Preparing for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -1/+1 |
* | Make sade(8) WARNS=3 clean. | delphij | 2006-08-08 | 1 | -7/+0 |
* | Shutdown curses when exit. While I am there, remove a stale | delphij | 2006-08-08 | 1 | -1/+4 |
* | Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe... | netchild | 2006-08-07 | 1 | -65/+5 |
* | - Autogenerate a menu containing a list of countries and keymaps supported | jhb | 2006-02-28 | 1 | -0/+4 |
* | Remove usbd(8) and all references to it. It is no longer necessary | iedowse | 2005-12-15 | 1 | -6/+0 |
* | The PCMCIA Standard dictates that those funny cards you insert into | imp | 2003-08-20 | 1 | -1/+1 |
* | Add a new variable 'skipPCCARD'. This variable will cause sysinstall | imp | 2003-08-20 | 1 | -1/+3 |
* | Add a function driverFloppyCheck() that asks the user if they would like to | jhb | 2003-01-15 | 1 | -0/+6 |
* | * Negative #if's are harder to read as they don't tell exactly what arch | obrien | 2002-10-11 | 1 | -1/+1 |
* | Only build and link the pccard module on architectures that support it (and | murray | 2002-03-29 | 1 | -0/+2 |
* | DTRT in the restart case | jkh | 2001-10-12 | 1 | -1/+3 |
* | Add a couple of functions to create persistent variables that will | murray | 2001-09-24 | 1 | -6/+16 |
* | Various changes to the messages so that they are now appropriate for both | nik | 2001-06-27 | 1 | -1/+1 |
* | Correct message to say "shutting down" rather than just "shutting" | jkh | 2001-03-29 | 1 | -3/+3 |
* | Adapt sysinstall to use the new msgNoYes() function which assumes | jkh | 2000-12-14 | 1 | -2/+2 |
* | Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp. | hosokawa | 2000-10-31 | 1 | -0/+3 |
* | Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old | eivind | 2000-10-29 | 1 | -0/+5 |
* | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | nyan | 2000-06-05 | 1 | -0/+9 |
* | Add support for USB to sysinstall. This includes running usbd and | jhb | 2000-05-12 | 1 | -0/+3 |
* | Include CDs in the list of things to remove before rebooting. | jkh | 2000-02-11 | 1 | -1/+1 |
* | Eliminate PC-card installation floppy and add PC-card support for | hosokawa | 2000-01-14 | 1 | -3/+0 |
* | Ignore SIGPIPE by default. | jkh | 2000-01-04 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Use #include <pccard_conf.h> instead of -DPCCARD. | hosokawa | 1999-07-06 | 1 | -1/+2 |
* | Add bits of PAO that are non-controversial. | markm | 1999-06-17 | 1 | -1/+6 |
* | Totally change the way variables are accounted for in sysinstall. | jkh | 1999-02-05 | 1 | -2/+2 |
* | Adapt sysinstall more fully to the alpha (deal with proper boot signatures, | jkh | 1999-01-08 | 1 | -3/+9 |
* | MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty. | jkh | 1998-03-10 | 1 | -2/+4 |
* | Edit a message so that people stop sending me weird emails. :) | jkh | 1998-02-22 | 1 | -5/+4 |
* | Much better dispatch code and scripting support. | jkh | 1997-09-16 | 1 | -19/+3 |
* | Resurrect / implement some of the more esoteric scripting features, | jkh | 1997-06-05 | 1 | -1/+3 |
* | Sync with 2.2 and clean up some tortured english that was added. | jkh | 1997-04-20 | 1 | -3/+14 |
* | Some of my pending merge changes, Paul Traina's more flexible config | jkh | 1997-03-19 | 1 | -27/+1 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Change handling of bad signals; there are reasons why this is actually | jkh | 1997-02-20 | 1 | -5/+1 |
* | Read /etc/resolv.conf information as well as /etc/sysconfig info, making | jkh | 1997-02-15 | 1 | -3/+1 |
* | o Try to be more aggressive about reading in old configuration data | jkh | 1997-02-14 | 1 | -0/+3 |
* | Cosmetic tweaks. | jkh | 1997-01-29 | 1 | -3/+3 |
* | Death to another bad idea: Don't auto-mount CDROM on startup. | jkh | 1997-01-29 | 1 | -7/+0 |
* | Implement compiled-in config file handling a little better - now | jkh | 1997-01-18 | 1 | -1/+1 |
* | Pass LOAD_CONFIG_FILE variable through, if set (makes Paul Traina's life | jkh | 1997-01-17 | 1 | -2/+1 |
* | Clean up a long-standing bug in the scripting code. You could set variables, | jkh | 1997-01-16 | 1 | -19/+13 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Do something I've wanted to do for quite some time - collapse all the | jkh | 1997-01-03 | 1 | -2/+1 |
* | Undo one of my memory optimization hacks - it actually made things more | jkh | 1996-12-12 | 1 | -4/+2 |
* | Fix some bogons in my close() handling. | jkh | 1996-12-12 | 1 | -3/+7 |