| Commit message (Expand) | Author | Age | Files | Lines |
| * | Always put an entry for ::1. It may avoid useless DNS lookup | Hajimu UMEMOTO | 2003-08-03 | 1 | -8/+5 |
| * | Add a missing DITEM_CONTINUE flag so the options menu returns to the | Murray Stokely | 2003-07-13 | 1 | -1/+1 |
| * | Give users the ability to select an alternative MTA during the installation. | Tom Rhodes | 2003-07-12 | 4 | -33/+252 |
| * | Update the number and size of ports in the Ports Collection. | Murray Stokely | 2003-06-09 | 1 | -2/+2 |
| * | GRRR. Do not force Dangerously Dedicated mode on amd64 when you select | Peter Wemm | 2003-06-04 | 1 | -1/+1 |
| * | Add a missing return statement to distExtractTarball(). | Thomas Moestl | 2003-06-02 | 1 | -0/+1 |
| * | Teach sysinstall to recognize if acpi was turned off from the bootloader, | Scott Long | 2003-05-31 | 3 | -0/+51 |
| * | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | Peter Wemm | 2003-05-24 | 6 | -11/+11 |
| * | The "krb5" distribution was merged with "crypto", record the death. | Ruslan Ermilov | 2003-05-22 | 4 | -21/+5 |
| * | Reword the infamouse mouse dialog to ask if you have a PS/2, serial, or | John Baldwin | 2003-05-13 | 1 | -1/+1 |
| * | Teach sysinstall about the ServeRAID disk device. | Scott Long | 2003-05-11 | 1 | -0/+1 |
| * | Add the dragon screen saver. | Murray Stokely | 2003-05-05 | 1 | -0/+2 |
| * | Don't use UFS2 by default during the install process on PC98, as the | Robert Watson | 2003-04-21 | 2 | -11/+18 |
| * | Add device driver support for the ASIX Electronics AX88172 USB 2.0 | Bill Paul | 2003-04-20 | 1 | -0/+1 |
| * | Throw the switch--change to UFS2 as our default file system format for | Robert Watson | 2003-04-20 | 4 | -19/+37 |
| * | style.Makefile(5) | David E. O'Brien | 2003-04-04 | 1 | -1/+1 |
| * | Remove ftp2.it.FreeBSD.org from the list of mirrors. | Peter Pentchev | 2003-03-14 | 1 | -2/+0 |
| * | Remove a function prototype for `crc' and an associated comment which | Robert Drehmel | 2003-03-09 | 1 | -3/+0 |
| * | KerberosIV deorbit sequence: Un-teach sysinstall about KerberosIV. I'm | Mark Murray | 2003-03-08 | 4 | -12/+3 |
| * | Use correct interface name (it's different on -current). | Maxim Sobolev | 2003-03-05 | 1 | -1/+1 |
| * | Remove local hack that somehow slipped into the previous commit. | Maxim Sobolev | 2003-03-05 | 1 | -1/+1 |
| * | Add missed description for the `ds' (disc(4)) pseudo-interface. | Maxim Sobolev | 2003-03-05 | 1 | -1/+2 |
| * | Update the number of ports in the ports collection. Although we've | Murray Stokely | 2003-03-03 | 1 | -1/+1 |
| * | Add a new variable `noInet6', which if set disables IPv6 configuration | Maxim Sobolev | 2003-02-27 | 2 | -2/+4 |
| * | Increase size of the static buffer used to hold runtime dependency list | Maxim Sobolev | 2003-02-27 | 1 | -4/+4 |
| * | - Increase the maximum device name length. | John W. De Boskey | 2003-02-27 | 2 | -2/+17 |
| * | s/to try and retry/to retry/ | Ceri Davies | 2003-02-19 | 1 | -1/+1 |
| * | Explicitly release a existing lease before we start dhclient (again). | Martin Blapp | 2003-02-09 | 1 | -0/+1 |
| * | Relocate a call to enable inetd so that it is set regardless of | Robert Watson | 2003-02-06 | 1 | -2/+1 |
| * | Fixup capitalization in some of the Startup menu entries. | John Baldwin | 2003-02-03 | 1 | -6/+6 |
| * | Teach sysinstall about the em(4) device. | Tom Rhodes | 2003-01-27 | 1 | -0/+1 |
| * | Correct typo. | Murray Stokely | 2003-01-26 | 1 | -1/+1 |
| * | Change the nominal swap calculation from 1/2 physical memory to 1/8 | Matthew Dillon | 2003-01-25 | 1 | -1/+1 |
| * | - Rename installFixupBin to installFixupBase to finish up the 'bin' to | John Baldwin | 2003-01-17 | 6 | -465/+557 |
| * | Add 'vlan' as a network device. | John Baldwin | 2003-01-17 | 1 | -0/+1 |
| * | Add a function driverFloppyCheck() that asks the user if they would like to | John Baldwin | 2003-01-15 | 3 | -0/+17 |
| * | Move the realloc outside the inner loop. This reduces the number of times | David E. O'Brien | 2003-01-15 | 1 | -1/+1 |
| * | If you don't create a /usr filesystem, / will need 200MB. | Jun Kuriyama | 2003-01-13 | 1 | -1/+1 |
| * | Fix a typo: s/save_free/safe_free/. | John Baldwin | 2003-01-09 | 1 | -1/+1 |
| * | save_free the buf. | David E. O'Brien | 2003-01-09 | 1 | -0/+1 |
| * | Separate the uses of a buffer and make it dynamically sized. | David E. O'Brien | 2003-01-09 | 1 | -15/+16 |
| * | Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an added | Scott Long | 2003-01-07 | 3 | -6/+38 |
| * | Compare pointers to NULL rather than make it look like they are ints. | David E. O'Brien | 2003-01-06 | 1 | -2/+2 |
| * | save_realloc() should use reallocf() to close memory leaks. | David E. O'Brien | 2003-01-06 | 1 | -2/+2 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | Since our default boot block now supports UFS1 and UFS2 even on | Robert Watson | 2002-12-28 | 1 | -7/+2 |
| * | Add a new ftp mirror in Ireland which offers a service over IPv6. | David Malone | 2002-12-23 | 1 | -0/+4 |
| * | Correct path to /usr/sbin/sysinstall for HEAD since that's where it lives now. | Jordan K. Hubbard | 2002-12-20 | 1 | -3/+3 |
| * | Update ROOT_MIN_SIZE for i386 to 118MB (and other ROOT_*_SIZE). | Jun Kuriyama | 2002-12-15 | 2 | -5/+5 |
| * | When things get bigger than 99GB our fields run over. | Poul-Henning Kamp | 2002-12-11 | 1 | -5/+20 |