Commit Graph

5016 Commits

Author SHA1 Message Date
ru
876279012a - Boot-only CD-ROM support (bootonly.iso).
Submitted by:	jhb, ru

- Moved the creation of the ports distribution to release.7.
- Call MFS root floppy mfsroot.flp even on a small PC98 disk.

Submitted by:	jhb

Reviewed by:	ru, jhb
2003-08-02 18:21:02 +00:00
ru
d1e1a8fec2 MFi386: sort.
OK'ed by:	nyan
2003-08-02 09:36:49 +00:00
nyan
0f92729c01 puc(4) printer also works on pc98. 2003-08-02 09:33:58 +00:00
hrs
8a71135aa9 New release notes:
puc(4) printer support
	em(4) support for tuning the interrupt delays
2003-08-02 09:00:50 +00:00
bmah
9e316b3704 New release notes: dhclient(8) -i, systat(1) ip6/icmp6, NO_FLOPPIES
for alpha/amd64/ia64.
2003-08-01 21:43:20 +00:00
yar
831b55936b MFC noted: arp(8) -i. 2003-08-01 13:46:22 +00:00
ru
073f683298 From now on, Alpha releases will come with NO_FLOPPIES.
Approved by:	consensus on freebsd-alpha

A replacement (miniboot.iso) is currently under development.
2003-07-31 07:28:58 +00:00
ru
f3dda84b99 Revert last delta, sys/conf/kern.pre.mk,v 1.33 does the job.
OK'ed by:	scottl
2003-07-31 07:13:54 +00:00
ru
ebd67f814e The -Os kernel build with GCC 3.3.1 also requires -fno-strict-aliasing
to survive.

Discussed with:	bde
Tested on:	i386 and pc98
2003-07-30 14:46:46 +00:00
ru
a108d5e01e Initialize the FIXCRYPTO, BINMAKE and related variables (that use
the != operator) only when needed.

This change allows me to check out the current version of release/
makefiles only (co -l) to /tmp/release, and use that directory to
build a release (supplying the correct WORLDDIR).

Without this, attempt to "make release" caused an endless fork bomb
while trying to evaluate FIXCRYPTO, and the only way I could get
away from this on a remote box was to "kill -INT 1", thanks to
tcsh(1) and its internal "kill" command.
2003-07-30 14:33:32 +00:00
hrs
57887ea9a9 New release notes:
one-true-awk 29-Jul-2003 snapshot.
2003-07-30 08:36:16 +00:00
ru
972aa48982 Embed a simplistic version of the dokern.sh script directly into
release/Makefile.

Reviewed by:	marcel

The original patch also removed ia64/dokern.sh, but this was OBE.
2003-07-30 07:40:45 +00:00
ru
e9aeda6b02 Moved the MFS root floppies creation code from release.10 to
doMFSKERN (where it logically belongs).
2003-07-30 07:13:31 +00:00
bmah
ad717a2de8 Fix grammar nits. 2003-07-29 21:20:44 +00:00
ru
82e43b5fb4 Make IA64 a second port that comes with NO_FLOPPIES.
Reviewed by:	marcel
2003-07-29 18:29:44 +00:00
bmah
02a0ad6fc4 New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3. 2003-07-29 15:48:06 +00:00
hrs
222547fe8c New release notes:
wi(4) suspend/resume bug fix
	smbfs off-by-one error fix

Update hardware notes:
	The 386SX is no longer supported.
2003-07-29 07:28:43 +00:00
simon
0452a468e8 Move the rescue manpage, documenting the new rescue utilities in
/rescue, from section 7 to section 8.  The old rescue.7 file has been
simply subjected to "cvs rm", as there is no history to preserve.

Update the release documentation accordingly.

Requested by:	njl, ru
Most text by:	Tim Kientzle <kientzle@acm.org>
Reviewed by:	ru, doc@
Approved by:	ceri (mentor)
2003-07-28 21:06:38 +00:00
ru
4565574e6a Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf. 2003-07-28 18:22:07 +00:00
gioria
cc0566c52e Some Typos fix 2003-07-27 18:10:24 +00:00
nyan
4fd5ea5d25 Enable the safe, harp, hatm and patm driver documentations for pc98. 2003-07-27 14:08:54 +00:00
simon
0682d6eb07 The /rescue system is now enabled by default again, so remove note
saying that it is disabled.

Approved by:	ceri (mentor)
2003-07-26 13:04:40 +00:00
scottl
d6d10c2a58 Bah, I go and get all preachy, and then commit from the wrong branch. Revert
the use of '-j8'.

Apologies to:	ru
2003-07-26 06:47:40 +00:00
scottl
b972cef879 Fix the release build with a forgotten '-f'. 2003-07-26 05:57:52 +00:00
hrs
9e819773e4 New release notes: bge(4) 5705 support.
Update release notes:  rescue(7) man page.

MFC:  safe(4).
2003-07-25 14:08:32 +00:00
ru
6bf31a59c5 Make the PC98 small boot floppy usable again.
Spotted by:	nyan
Reviewed by:	nyan
2003-07-25 13:39:11 +00:00
ru
d7259d99f4 The RELEASE9 knob is now OBE.
OK'ed by:	jhb
2003-07-25 08:55:51 +00:00
ru
e7cdb2bab0 Moved the boot floppy generation code out from release.9 to release.10.
The release.9 target is now responsible only for generation of MFS root
file systems, that are built for all architectures, even those that do
not provide a floppy installation option.  The release.10 target is now
responsible for creation of a set of boot, MFS root, and fixit floppies,
and the NO_FLOPPIES variable now affects only this target.

Also, replaced the FIXIT_TARGET variable with a check of whether the
*FIXITSIZE variables are present for a given architecture, similar to
how this is done when generating boot floppies.

Discussed with:	jhb
2003-07-25 08:54:41 +00:00
scottl
96bcee9c32 Move the mlx driver back into the kernel so that the drivers floppy doesn't
overflow.
2003-07-25 00:10:33 +00:00
markm
cddd43fa93 Get the correct set of cryptographically-infected binaries
automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
2003-07-24 17:28:52 +00:00
ru
f608fda327 Replaced the hardcoded target names in the touch(1) commands with
${.TARGET}, to ease maintenance.
2003-07-24 13:45:05 +00:00
ru
ce4d60b99b Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only)
that causes the bootable ISO images to be created using the floppy
emulation (the old method) as opposed to the new "cdboot" method.

Only copy boot.flp to the 2nd CD-ROM if this variable is defined.

Reviewed by:	murray
2003-07-23 20:53:37 +00:00
ru
1baadead83 Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) that
points to a directory where "make buildworld" was run.  Useful
for building 5.x snapshots on 4.x.
2003-07-23 14:40:51 +00:00
ru
990c4a147b Make NO_FLOPPIES really mean "no floppies", including not even
creating the "floppies" directory on FTP and CD-ROMs.  Enforce
NO_FLOPPIES on amd64.

Tested for:	amd64, i386 with -DNO_FLOPPIES
2003-07-23 12:12:53 +00:00
ru
bb6f269255 Revert revision 1.788, and explain a bit the intent of having
the boot.flp image on the second CD-ROM.

Explained by:	jhb
Desired by:	vendors
2003-07-23 06:00:56 +00:00
ru
9c1ae2e1d1 amd64 will not provide floppies. 2003-07-23 05:55:02 +00:00
ru
9420032aac Do not define BIGBOOTSIZE and the friends for amd64; it serves
no useful purpose other than wasting CPU time in "make release"
creating useless boot.flp.

Desired by:	peter
2003-07-23 05:53:52 +00:00
ru
975d62a358 /floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs.
Forgotten by:	jhb
2003-07-22 09:04:09 +00:00
hrs
5a0b39609d New release notes: safe(4). 2003-07-21 22:07:40 +00:00
hrs
10514b031a New release notes: harp(4).
Updated release notes:  patm(4) (use &man.patm.4;).
2003-07-21 20:31:13 +00:00
hrs
df35344dd0 MFC: atkbd(4) bug fix. 2003-07-19 14:38:03 +00:00
hrs
11c91ec3ad Merge the following from the English version:
1.583 -> 1.592	relnotes/common/new.sgml
2003-07-19 08:36:38 +00:00
hrs
5ef4d424e6 New release notes: top(1) -H, mount(8)/umount(8) filesystem ID support. 2003-07-18 21:09:55 +00:00
yar
1597df7543 Correct a couple of slips: add a missing article at one point
and the plaintext word "option" after "</option>" at another.
2003-07-18 14:50:10 +00:00
yar
7ff7673b38 New release note: arp(8) -i. 2003-07-18 14:29:35 +00:00
hrs
c41d6045c1 New release notes: ipfw(8) -n flag, comma-separeted address lists.
MFC: ipfw(4) C++-style comment, rules in set 31.
2003-07-17 17:21:56 +00:00
hrs
ef74276979 Some grammatical and markup fixes. 2003-07-16 12:24:22 +00:00
hrs
2ed2929e7a New release notes: ipfw(8), and atkbd(4) bug fix. 2003-07-16 10:37:12 +00:00
hrs
c2c10296cc Bump the version numbers used for man page reference. 2003-07-15 15:40:21 +00:00
hrs
1e09ec0213 New release notes: hatm(4), patm(4).
Updated release notes: OpenPAM.

Remove references to rescue(7).
2003-07-15 15:39:52 +00:00