summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Make IA64 a second port that comes with NO_FLOPPIES.ru2003-07-293-30/+16
| | | | Reviewed by: marcel
* New release notes: da(4) no-6-byte-commands, GNOME 2.2.2, KDE 3.1.3.bmah2003-07-292-2/+22
|
* New release notes:hrs2003-07-293-4/+14
| | | | | | | | wi(4) suspend/resume bug fix smbfs off-by-one error fix Update hardware notes: The 386SX is no longer supported.
* Move the rescue manpage, documenting the new rescue utilities insimon2003-07-282-2/+2
| | | | | | | | | | | | /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)
* Pacify src/tools/tools/release/chk_dokern.sh_and_drivers.conf.ru2003-07-282-6/+0
|
* Some Typos fixgioria2003-07-271-15/+19
|
* Enable the safe, harp, hatm and patm driver documentations for pc98.nyan2003-07-272-8/+8
|
* The /rescue system is now enabled by default again, so remove notesimon2003-07-262-16/+0
| | | | | | saying that it is disabled. Approved by: ceri (mentor)
* Bah, I go and get all preachy, and then commit from the wrong branch. Revertscottl2003-07-261-2/+2
| | | | | | the use of '-j8'. Apologies to: ru
* Fix the release build with a forgotten '-f'.scottl2003-07-261-3/+3
|
* New release notes: bge(4) 5705 support.hrs2003-07-252-2/+12
| | | | | | Update release notes: rescue(7) man page. MFC: safe(4).
* Make the PC98 small boot floppy usable again.ru2003-07-251-0/+4
| | | | | Spotted by: nyan Reviewed by: nyan
* The RELEASE9 knob is now OBE.ru2003-07-251-7/+1
| | | | OK'ed by: jhb
* Moved the boot floppy generation code out from release.9 to release.10.ru2003-07-251-49/+32
| | | | | | | | | | | | | | 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
* Move the mlx driver back into the kernel so that the drivers floppy doesn'tscottl2003-07-251-1/+0
| | | | overflow.
* Get the correct set of cryptographically-infected binariesmarkm2003-07-241-7/+11
| | | | automagically from the (secure|kerberos5)/Makefile:[KS]PROG.
* Replaced the hardcoded target names in the touch(1) commands withru2003-07-241-15/+15
| | | | ${.TARGET}, to ease maintenance.
* Added the (undocumented) EMUL_BOOT variable (for TARGET=i386 only)ru2003-07-232-5/+11
| | | | | | | | | 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
* Added the WORLDDIR variable (defaulting to ${.CURDIR}/..) thatru2003-07-231-2/+4
| | | | | points to a directory where "make buildworld" was run. Useful for building 5.x snapshots on 4.x.
* Make NO_FLOPPIES really mean "no floppies", including not evenru2003-07-231-2/+11
| | | | | | | creating the "floppies" directory on FTP and CD-ROMs. Enforce NO_FLOPPIES on amd64. Tested for: amd64, i386 with -DNO_FLOPPIES
* Revert revision 1.788, and explain a bit the intent of havingru2003-07-231-0/+5
| | | | | | | the boot.flp image on the second CD-ROM. Explained by: jhb Desired by: vendors
* amd64 will not provide floppies.ru2003-07-232-77/+0
|
* Do not define BIGBOOTSIZE and the friends for amd64; it servesru2003-07-231-3/+0
| | | | | | | no useful purpose other than wasting CPU time in "make release" creating useless boot.flp. Desired by: peter
* /floppies/boot.flp is no longer necessary on bootable i386 CD-ROMs.ru2003-07-221-4/+0
| | | | Forgotten by: jhb
* New release notes: safe(4).hrs2003-07-212-0/+14
|
* New release notes: harp(4).hrs2003-07-212-2/+14
| | | | Updated release notes: patm(4) (use &man.patm.4;).
* MFC: atkbd(4) bug fix.hrs2003-07-192-2/+4
|
* Merge the following from the English version:hrs2003-07-191-5/+81
| | | | 1.583 -> 1.592 relnotes/common/new.sgml
* New release notes: top(1) -H, mount(8)/umount(8) filesystem ID support.hrs2003-07-182-2/+20
|
* Correct a couple of slips: add a missing article at one pointyar2003-07-182-4/+4
| | | | and the plaintext word "option" after "</option>" at another.
* New release note: arp(8) -i.yar2003-07-182-0/+12
|
* New release notes: ipfw(8) -n flag, comma-separeted address lists.hrs2003-07-172-6/+34
| | | | MFC: ipfw(4) C++-style comment, rules in set 31.
* Some grammatical and markup fixes.hrs2003-07-162-4/+6
|
* New release notes: ipfw(8), and atkbd(4) bug fix.hrs2003-07-162-0/+24
|
* Bump the version numbers used for man page reference.hrs2003-07-151-3/+3
|
* New release notes: hatm(4), patm(4).hrs2003-07-152-8/+16
| | | | | | Updated release notes: OpenPAM. Remove references to rescue(7).
* New release notes: ACPI-CA 20030619.hrs2003-07-132-0/+6
|
* Sort entries added in r1.43.murray2003-07-131-3/+3
|
* Postfix, pcre, and Exim should be on the first CD in order for the recenttrhodes2003-07-121-0/+3
| | | | | | sysinstall(8) commit to function properly. Discussed with: bmah (while the sysinstall(8) patch was sent to re).
* New release notes: GCC 3.3.1-pre, new ipfw features, rarpd bug fix,hrs2003-07-122-2/+36
| | | | config.{guess,sub} in the ports infrastructure.
* Catch up with the English version:hrs2003-07-091-2/+3
| | | | 1.582 -> 1.583 relnotes/common/new.sgml
* MFC noted: chroot(8) -u/-g/-G.bmah2003-07-072-2/+2
|
* Merge the following from the English version:hrs2003-07-042-6/+45
| | | | | 1.162 -> 1.163 hardware/common/dev.sgml 1.580 -> 1.582 relnotes/common/new.sgml
* Add a missing </para>.hrs2003-07-042-2/+2
|
* Fixed the last-minute bug I made in previous commit.ru2003-07-041-1/+1
|
* Fixed style bugs related to parentheses in Makefile.inc1.ru2003-07-041-5/+7
| | | | | | | Submitted by: bde Fixed nearby bug: propagate the root Makefile's idea of the appropriate "make" binary down to release/Makefile.
* New release notes: mount_nwfs(8)/mount_portalfs(8)/mount_msbfs(8)bmah2003-07-032-2/+50
| | | | | | moved from /bin to /sbin, /rescue. Updated release notes: lukemftpd-20030630.
* Merge the following from the English version and some translation fixes:hrs2003-07-021-24/+38
| | | | 1.41 -> 1.43 errata/article.sgml
* Add ath(4) devices. Also try to be more specific with respect tobmah2003-06-292-6/+36
| | | | what variant of 802.11 is supported by some other devices.
* Start to fill in amd64 hardware notes based on info from peter.bmah2003-06-291-1/+20
| | | | | | Translators should be warned that this is somewhat of a moving target, and so might want to consider holding off working on this document.
OpenPOWER on IntegriCloud