summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Mention top(1) being part of the base system now.joerg1997-03-251-0/+3
|
* YAMF22jkh1997-03-221-8/+20
|
* Add Iceland.jkh1997-03-211-1/+3
|
* YAMF22jkh1997-03-192-10/+3
|
* Some of my pending merge changes, Paul Traina's more flexible configjkh1997-03-199-61/+165
| | | | | file loading code. Submitted by: pst
* Be consistent with the handbook and the release notes and specify allmpp1997-03-182-5/+5
| | | | | | mailing list addresses as freebsd-*@FreeBSD.org. Pointed out by: Kenneth R. Westback <krw@tcn.net>
* Brain-o. BUILNAME is more important, RELEASETAG ain't even mandatoryjoerg1997-03-151-1/+4
| | | | at all (so protect it with .if defined).
* Properly export RELEASETAG and NO_PORTS (if set) into the chrootedjoerg1997-03-151-1/+5
| | | | | | | make process via /mk. 2.2 candidate but i'll defer this for an hour until my test buld proved that it works. This should just fit Jordan's deadline. ;-)
* YAMF22jkh1997-03-151-43/+40
|
* Increase the size of the email address field.jkh1997-03-152-3/+6
| | | | Requested-By: joerg
* Fix Jordan's botched revision 1.280 (looks like cut&paste spamming)joerg1997-03-141-5/+3
|
* Update a couple more mailing list addresses.mpp1997-03-142-3/+3
|
* o Remove obsolete references in XFree86 menujkh1997-03-142-3/+4
| | | | o Add version information to registration (suggested by David)
* Remove the text that says that freebsd-bugs can't be subscribedmpp1997-03-142-8/+8
| | | | | | | | | | to by anyone. While I was at it, I changed all of the mailing list addresses to be consistent with how they are referenced in the handbook. E.g freebsd-bugs@FreeBSD.ORG instead of bugs@FreeBSD.ORG. Closes PR# 2791
* Mention the workaround for the MCD640 here, too.joerg1997-03-131-1/+14
|
* Update the topic about the HP NetServer LC.joerg1997-03-121-4/+3
|
* Do not spam our distributions accidentally with BOOTMFS files.joerg1997-03-121-2/+2
|
* NO_PORTS changes...jkh1997-03-121-1/+7
|
* Tidy up generated fstabjkh1997-03-121-6/+5
|
* Bring in split-CDROM changes from 2.2jkh1997-03-121-16/+18
|
* Drop a copy of cdrom.inf in the ftp area as well, so people who wannajoerg1997-03-111-1/+2
| | | | | | cut the FTP distribution onto their own CD-R won't bite the bullet. Jordan, it seems -current misses the disc1/disc2 split still.
* Fix a long-standing bug with the label editor I just found (you couldjkh1997-03-112-17/+18
| | | | | | mount two dos partitions with the same name). Neaten up a dialog box that was encroaching on the right edge.
* YAMF22jkh1997-03-112-15/+16
|
* YAMF22 (rev 1.70.2.10, added blurb to explanations)joerg1997-03-111-1/+7
|
* YAMF22 (rev 1.246.2.29: bootstrapping aid)joerg1997-03-111-1/+10
|
* Merge all my sysinstall changes over to the 2.1 branch.jkh1997-03-113-24/+12
| | | | I just have this feeling... :)
* YAMF22jkh1997-03-111-2/+1
|
* Use correct email address for registration.jkh1997-03-111-2/+2
|
* Add support for ports collection distribution.jkh1997-03-112-4/+36
|
* Sync with 2.2.jkh1997-03-104-15/+43
|
* Update russian mirrors.jkh1997-03-101-2/+2
|
* Add registration help screen.jkh1997-03-091-0/+82
|
* Add a registration screen so we can finally start counting our little userjkh1997-03-0912-17/+390
| | | | puppies.
* Added comments regarding 3Com PCMCIA cards:nate1997-03-081-5/+48
| | | | | | | - Multi-function ethernet/modem cards are not supported - 3c589D is not supported - Add advice on how to setup the driver to work with 3c589 cards. - State how to select the network connector.
* YAMF22jkh1997-03-082-2/+8
|
* YAMF22jkh1997-03-087-29/+100
|
* Add a missing docfile (whoops! Overlooked).jkh1997-03-081-0/+19
|
* YAMF22jkh1997-03-083-6/+7
|
* YAMF22jkh1997-03-0710-163/+273
|
* Reincarnate one occurance of RELEASEDIR, since the build depends onjoerg1997-03-061-1/+3
| | | | | | | | it inside some Makefiles. (Duh-oh, i've once included these references there myself! :) Noticed by akira@silvia.myaw.ei.meisei-u.ac.jp (Akira WATANABE), and by my yesterday's build.
* Add the ex(4) driver to hardware.hlp.joerg1997-03-022-26/+9
| | | | | | | | | | | Wipe out most of the obsoleted (2.2-related) changelist from the relnotes, and add those stuff that came to mind being really new in 3.0. Folks, if you add some major feature in -current, please consider recording it here. Our users love to know what they're getting by reading it in a single file. In particular, the Lite2 mergers might consider adding information here.
* . Remove the ${RELEASEDIR} variable, it turned out to be a constantjoerg1997-03-022-44/+16
| | | | | | | | | | anyway. . Add /usr/share/misc/scsi_modes to the fixit floppy, and set the appropriate env variable. . Cleanup the (commented out) tags in the entry section a little, to be more up-to-date.
* Do a `make >> ${CHROOTDIR}/mk' for etc when bootstrapping, too.joerg1997-02-231-1/+2
| | | | | Othrwise, our chroot tree ends up with the /etc from the bootstrapping environment, as opposed to the target environment.
* Revert $FreeBSD$ to $Id$peter1997-02-2268-68/+68
|
* Change handling of bad signals; there are reasons why this is actuallyjkh1997-02-201-5/+1
| | | | not such a great idea.
* fix an `off by one' accounting error.erich1997-02-201-1/+1
| | | | | This fixes the sysinstall core-dump! Submitted by: HOSOBUCHI Noriyuki <hoso@buchi.tama.or.jp>
* ARGH!! Fix obligatory 12th hour fumble. :-(jkh1997-02-191-1/+1
|
* Argh! Last-minute typo fix (having this be broken in -current sucks).jkh1997-02-181-1/+1
|
* Add Label & Partition to configuration menu so you don't have tojkh1997-02-181-0/+4
| | | | go to one of the installs for that (now that it works multi-user).
* Don't use /mnt in multi-user mode if we're installing a new filesystem.jkh1997-02-181-2/+2
|
OpenPOWER on IntegriCloud