| Commit message (Expand) | Author | Age | Files | Lines |
* | MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff. | jkh | 2000-09-07 | 3 | -24/+0 |
* | Add ftp.no.freebsd.org. | sheldonh | 2000-09-06 | 1 | -0/+2 |
* | enable sshd by default. This only effects *new* installs, so | jkh | 2000-09-04 | 1 | -0/+1 |
* | Remove a stray backspace character. | jwd | 2000-08-27 | 1 | -1/+1 |
* | Correct the naming. The default server is ftp.fr and #1 is the same. | roberto | 2000-08-22 | 1 | -3/+5 |
* | Reflect the name changes in fr.freebsd.org. | roberto | 2000-08-22 | 1 | -2/+2 |
* | Remove device type field - there are no block devices left. | jkh | 2000-08-22 | 1 | -41/+32 |
* | - Added support for installing boot0 and boot0.5 for PC-98. | nyan | 2000-08-12 | 3 | -20/+120 |
* | - add ftp6.fr.freebsd.org | roberto | 2000-08-08 | 1 | -2/+4 |
* | Add all the missing US keymaps. | obrien | 2000-07-31 | 1 | -0/+5 |
* | Fix the HTTP transfer code to correctly parse the port number if | jkh | 2000-07-30 | 1 | -2/+4 |
* | Change the defaults for portmap, sendmail and inetd to be not running them. | eivind | 2000-07-28 | 1 | -0/+4 |
* | Fix an annoying bogon in the form of a missing tab when generating CD-ROM | jhb | 2000-07-27 | 1 | -1/+1 |
* | Bump an upper limit test so the xterm termcap selection actually works. | jhb | 2000-07-26 | 1 | -1/+1 |
* | Use a much saner method of locating the release directory on an FTP server. | jhb | 2000-07-25 | 1 | -97/+88 |
* | Terminate, with extreme prejudice, the USAResident hack which | jkh | 2000-07-24 | 4 | -77/+0 |
* | Oops, the moused disable option is now 6 instead of 4. Catch the menu text | jhb | 2000-07-23 | 1 | -1/+1 |
* | If ${BINDIR} is not present, create it before installing to it. | jkh | 2000-07-21 | 1 | -1/+5 |
* | Add a terminal entry for xterm; a lot of people are using xterms | jkh | 2000-07-21 | 4 | -3/+10 |
* | Add in the second half of the Slovenian FTP mirror entry. | jhb | 2000-07-21 | 1 | -0/+1 |
* | Remove a menu item that looks funky. | jkh | 2000-07-21 | 1 | -2/+0 |
* | Add slovenian FTP server to site list. | jkh | 2000-07-21 | 1 | -1/+2 |
* | Fix this so it compiles by adding a missing quote. | jhb | 2000-07-20 | 1 | -1/+1 |
* | - Clarify some of the text in sysinstall in regards to the cryto bits. | jhb | 2000-07-20 | 1 | -3/+1 |
* | Add ftp.freebsd.org Snapshots to the list of servers. | obrien | 2000-07-19 | 1 | -0/+2 |
* | Allow the Fix-it functionality to detect that we are on a serial console, | obrien | 2000-07-18 | 3 | -6/+53 |
* | Add ftp4.tw.FreeBSD.org. | jhb | 2000-07-14 | 1 | -0/+2 |
* | IPv6 support. | ume | 2000-07-14 | 4 | -4/+26 |
* | Ugh. Back out local changes that crept in with my last commit. :( | jhb | 2000-07-14 | 2 | -2/+0 |
* | MFS: (yes, from -stable) Note that current.FreeBSD.org is a 5.0 snap server | jhb | 2000-07-14 | 3 | -3/+5 |
* | - Support MBR boot loaders that are larger than one sector size. | jhb | 2000-07-12 | 3 | -27/+33 |
* | Replace phk's commit with code from my local tree which I happen | jkh | 2000-07-05 | 1 | -1/+3 |
* | Ignore all md disks, installing on them would be particularly pointless. | phk | 2000-07-04 | 1 | -2/+6 |
* | Add ftp4.fr.freebsd.org (aka altair.worldonline.fr) and ftp5.fr.freebsd.org | roberto | 2000-07-02 | 1 | -0/+4 |
* | Tiny manual correction; add mention of Kerberos 5. | markm | 2000-06-25 | 1 | -0/+2 |
* | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | nyan | 2000-06-05 | 8 | -15/+134 |
* | Update the australian NTP server entry. | jkh | 2000-05-31 | 1 | -1/+1 |
* | Finish the /dev/rXXX removal job. With the libdisk fixes, this should | msmith | 2000-05-31 | 2 | -4/+4 |
* | Add the 'Z' key to the slice editor. Hitting it toggles the units the | obrien | 2000-05-26 | 1 | -9/+34 |
* | Remove all of the block devices, correct major numbers to point to the | msmith | 2000-05-25 | 1 | -21/+13 |
* | Teach sysinstall about 'twe' disks. Note that this is currently | msmith | 2000-05-25 | 1 | -0/+1 |
* | Add an option to select the Fix-it tty. The current behavior is utterly | obrien | 2000-05-16 | 2 | -9/+20 |
* | Add support for USB to sysinstall. This includes running usbd and | jhb | 2000-05-12 | 5 | -3/+53 |
* | PR: 17559 | murray | 2000-04-08 | 2 | -1/+5 |
* | Refresh the aout ldconfig info so things like compat22 when installed can | billf | 2000-03-31 | 1 | -0/+5 |
* | Search for the proper hints file in an ELF world. | jkh | 2000-03-30 | 1 | -1/+1 |
* | Add #includes for sysctlbyname() to quiet a warning. | jhb | 2000-03-25 | 1 | -0/+2 |
* | Update sysinstall to use struct uc_device instead of struct isa_device | jhb | 2000-03-24 | 1 | -1/+0 |
* | Sigh, it would have been nice but I just can't make the rsaref | jkh | 2000-03-18 | 1 | -0/+2 |
* | We still need a hack for rsaref package; add it. This doesn't | jkh | 2000-03-18 | 1 | -0/+7 |