| Commit message (Expand) | Author | Age | Files | Lines |
* | Add device driver support for the VIA Networking Technologies | wpaul | 2004-09-10 | 1 | -0/+1 |
* | Remove support for configuring the X server from sysinstall. General | kensmith | 2004-08-30 | 6 | -163/+0 |
* | Start the de-orbital burn of our previous FreeBSD version compat libs | obrien | 2004-08-29 | 3 | -40/+4 |
* | No longer do special handling of Perl. FreeBSD users have all of 5.x | obrien | 2004-08-25 | 3 | -5/+1 |
* | Add snapshots.se.freebsd.org to list of available ftp mirrors. | josef | 2004-08-24 | 1 | -1/+3 |
* | Fix installing from SCSI tape drives by catching up device names with | bmah | 2004-08-16 | 1 | -1/+1 |
* | A media type of floppy is detected automatically. | nyan | 2004-08-15 | 1 | -31/+0 |
* | Teach sysinstall about the "srescue" distribution, which contains the | cperciva | 2004-08-10 | 4 | -1/+7 |
* | Initial pass at shifting sysinstall(8) to install X.org instead of XFree86. | kensmith | 2004-08-10 | 6 | -275/+189 |
* | During FTP installs, when installing Postfix as an alternate MTA, the | simon | 2004-08-09 | 1 | -1/+1 |
* | Create an EFI partition when the user wants auto defaults. There's | marcel | 2004-08-07 | 1 | -0/+22 |
* | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | marcel | 2004-08-07 | 4 | -157/+149 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 7 | -69/+20 |
* | ia64 specific: | marcel | 2004-08-04 | 1 | -21/+46 |
* | Pass the partition type to get_mountpoint() and new_part(). This way | marcel | 2004-08-04 | 1 | -61/+29 |
* | Move the inclusion of libdisk.h from sysinstall.h to the source files | marcel | 2004-08-02 | 7 | -1/+6 |
* | Remove unnecessary use of the __ia64__ conditional. This slightly improves | marcel | 2004-08-01 | 1 | -5/+3 |
* | Remove reference to fla driver. | phk | 2004-07-20 | 1 | -1/+0 |
* | Eliminated double whitespace. | ru | 2004-07-03 | 1 | -2/+2 |
* | Use C99 conforming designated initialisers rather than the obsolete GCC syntax. | stefanf | 2004-07-03 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -25/+44 |
* | Add latinamerican.iso.acc | ache | 2004-06-01 | 1 | -1/+2 |
* | lat-amer -> latinamerican keymap | ache | 2004-06-01 | 1 | -1/+1 |
* | Pressing 's' in the initial menu should result in selecting the 'Standard' | kensmith | 2004-05-18 | 1 | -1/+1 |
* | Mods for powerpc. | grehan | 2004-05-15 | 2 | -10/+50 |
* | Minor fixes for ia64 installs: | jhb | 2004-05-07 | 2 | -1/+8 |
* | Update number of ports | murray | 2004-04-19 | 1 | -2/+2 |
* | Sync list of FTP sites with current reality. | kensmith | 2004-04-12 | 1 | -12/+10 |
* | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 2 | -48/+58 |
* | Unremoved a used variable in the PCCARD_ARCH case. | bde | 2004-03-12 | 1 | -0/+3 |
* | Remove unused variables. | jhb | 2004-03-11 | 3 | -5/+1 |
* | Fixed assorted misuses of NULL in integer context. | bde | 2004-03-11 | 8 | -12/+12 |
* | The "bin" distribution was renamed to "base" in CURRENT. | olgeni | 2004-02-07 | 1 | -1/+1 |
* | In checkLabels(), deal with the fact that on ia64 we do not have a | marcel | 2004-01-30 | 1 | -0/+12 |
* | Make a message less scary (based on user feedback) | eivind | 2004-01-26 | 1 | -1/+1 |
* | add missing setusershell() calls. | charnier | 2004-01-18 | 1 | -0/+1 |
* | Add 'fwe' so one doesn't get "<unknown network interface type>". | obrien | 2004-01-04 | 1 | -0/+1 |
* | I missed a s/package_exists/package_installed/ in the last commit. | obrien | 2004-01-02 | 1 | -1/+1 |
* | s/package_exists/package_installed/g as that's much more descriptive of | obrien | 2004-01-02 | 1 | -1/+1 |
* | I think we can stop doing 'ldconfig -aout' during the install now. | obrien | 2004-01-02 | 2 | -6/+0 |
* | s/package_exists/package_installed/g as that's much more descriptive of | obrien | 2004-01-02 | 4 | -11/+7 |
* | FBSD nit. | obrien | 2004-01-02 | 1 | -2/+1 |
* | Teach the Fixit environment how to deal with a dynamic root. Symlink | scottl | 2003-12-21 | 1 | -6/+6 |
* | - Add new FTP mirror site in Turkey (first/only one). | kensmith | 2003-12-21 | 1 | -0/+3 |
* | Do an update mount operation to mount the mfsroot as read/write rather | jhb | 2003-12-20 | 1 | -1/+6 |
* | Install 100dpi fonts by default when installing X11: fun as using 75dpi | rwatson | 2003-12-17 | 1 | -1/+1 |
* | Re-linewrap help file on securelevels in sysinstall: sysinstall is | rwatson | 2003-12-16 | 1 | -24/+26 |
* | Once upon a time, DEVFS was optional, major numbers where static, and /dev | scottl | 2003-12-16 | 1 | -22/+1 |
* | Provide a way to deal with rc.conf which may already be populated in certain | trhodes | 2003-12-13 | 1 | -0/+2 |
* | Replace the KDE and GNOME 2 desktops with KDE (Lite Edition) and GNOME 2 | marcus | 2003-12-02 | 2 | -4/+4 |