summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Set PATH statically, and use 'env -i' to kick chroot(8). As a result,matusita2002-06-191-2/+2
| | | | | | | | | the second buildworld environment is fully isolated from parent's environment variables. Tested virtually on: snapshots.jp.FreeBSD.org Approved by: arch@ (silently) MFC after: 2 weeks
* Fix up merge bogons, hopefully correctly this time.bmah2002-06-132-8/+2
|
* Arrgh. Back out rev. 1.366. This did fix problems but picked upbmah2002-06-132-62/+26
| | | | some other local changes I didn't want to commit yet.
* Fix up some SGML bogons caused by merge conflicts that somehow didn'tbmah2002-06-132-26/+62
| | | | get resolved correctly.
* Add role="historic" attributes to all release notes that were MFC-edbmah2002-06-112-926/+932
| | | | | | | | | | | | | | | | as of 4.6-RELEASE (or earlier). This commit shouldn't have any immediate effect, but we'll eventually use some stylesheet magic to remove the historic release notes from the output stream. This will have the effect of making the 5.0-RELEASE release notes contain material only relevent to -CURRENT *or* recently MFC-ed to 4-STABLE. The stylesheet fixes will follow later, once I work out a couple more details. I wanted to get this commit done now, before anything gets MFC-ed in the post-4.6 world (so we don't need to go back later and figure this out). If a historic release note gets modified, it may very well be appropriate to remove its historic attribute.
* New release notes: GNU sort (textutils 2.0.21), NetBSD stat 20020605,bmah2002-06-112-2/+22
| | | | | | GNU tar 1.13.25. Updated release notes: IPFilter 3.4.28.
* sendmail 8.12.4 has been imported.gshapiro2002-06-112-2/+2
|
* Check the run dependencies, not the build dependenciesbrian2002-06-101-1/+1
| | | | | Spotted by: steve Pointy hat: brian
* Explicitly set TARGET and TARGET_ARCH in a chroot sandbox.matusita2002-06-081-0/+6
| | | | | | | | | | | | | | | | In fact, these variable are set as environment variables since we run "make TARGET=xxx TARGET_ARCH=xxx"; TARGET and TARGET_ARCH are declared in the command line arguments. However, if you are not make(1) guy, it is hard to understand that TARGET/TARGET_ARCH are appropriately set in a chroot environment (as environment variables). Now, the only environment variable need to be set explicitly is 'PATH'. If we set PATH in /mk script, we can make pristine sandbox for release build (i.e., "env -i /usr/sbin/chroot ${CHROOT} /mk" will work). Valuable comments about this issue from: ru Tested on (virtually): snapshots.jp.FreeBSD.org MFC after: 2 weeks
* A script to generate all of the packages/*/* symlinks described in the INDEXbrian2002-06-061-0/+33
|
* A script to validate that the packages and dependencies listed inbrian2002-06-061-0/+20
| | | | the INDEX file exist.
* Install MD documentations in ${TARGET} directory instead of ${TARGET_ARCH}.nyan2002-06-041-6/+6
|
* Add pc98 subdirectory.nyan2002-06-031-0/+1
|
* Two markup fixes in sendmail section, add a missing word.bmah2002-06-022-4/+4
|
* Fix error in ls -h relnote.bmah2002-06-022-2/+2
| | | | | Submitted by: Kurashina Hideyuki <ac14806t@st.nagaoka-ct.ac.jp>, Ross Lippert <ripper@eskimo.com>
* AlphaPC164 can have 1Gbyte of RAM using 8x 128MB SIMMswilko2002-06-011-5/+7
| | | | Obtained from: Usenet posting by lbohan@spamless..dbc.com
* pc98 now has its own relnotes and hardware documents.bmah2002-05-311-0/+6
|
* Add/Update hardware, installation and relnotes documentations for pc98.nyan2002-05-3114-448/+1299
| | | | | Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> and nyan Reviewed by: bmah
* Do not use man entities for items that have been removed, because theyschweikh2002-05-302-36/+36
| | | | | | | | | create a link to man.cgi with a manpath for 5-current. Following this link gives a "Sorry, no data found for `labpc(4)'". Instead, simply write labpc(4) without any markup (for which pkg_update(1) is prior art) Remove some whitespace at EOL while I'm here. Discussed with an okayed by: bmah
* New release note: emulators/linux_base libraries update.bmah2002-05-302-2/+12
| | | | Also tweak a filename reference to reflect linux_base changes.
* New release note: SA-02:27.bmah2002-05-292-2/+24
| | | | | Modified release note: Add appropriate cross-reference to SA-02:26, now that it's been issued.
* MFS r1.1.2.18 - Include vim6 rather than vim5 on disc #1.murray2002-05-281-1/+1
|
* Typo fix: s/IPSec/IPsec/gbmah2002-05-282-6/+6
| | | | | PR: 38627 Submitted by: Marc Fonvieille <marc@blackend.org>
* Change the ">>> make release ..." output to also include ${TARGET}.ru2002-05-271-2/+2
|
* Fixed the nasty bug I introduced in rev. 1.671 that gotru2002-05-271-2/+1
| | | | | fatal in the previous delta. Repeat after me: exists() is executed at parse time.
* More catchup MFbeds:ue2002-05-265-103/+284
| | | | | | | | hardware/alpha/proc-alpha.sgml: MFen 1.40 -> 1.41 hardware/common/dev.sgml: MFen 1.87 -> 1.91 installation/common/install.sgml: translation fixes readme/article.sgml: translation fixes relnotes/common/new.sgml: MFen 1.340 -> 1.355
* The pre-release sweep continues:ue2002-05-263-8/+6
| | | | | | | Just update the 'original revision' markers of some files where the last update of the english version has no impact on the translated version (spelling checks are a premium cause of this) except making it harder to find the changes that still need to be translated/comitted.
* Initial translationgioria2002-05-261-0/+180
|
* Initial translationgioria2002-05-269-0/+217
|
* - be more FDP compliantgioria2002-05-261-23/+32
| | | | | - be more French compliant - fix some spelling
* First shot of the translation in the userland section.gioria2002-05-261-0/+971
|
* Perl left src/.ru2002-05-252-10/+0
|
* PC98 creates different BOOTMFS configs for different floppy sizes.ru2002-05-251-12/+14
| | | | | Broken in: rev. 1.672 Spotted by: nyan
* Make these work with one-true-awk.ru2002-05-252-33/+46
| | | | Spotted by: nyan
* Add release notes for the changed file permissions on sendmail aliasgshapiro2002-05-242-0/+26
| | | | | | | and map databases as well as the statistics file. MFC after: 1 day pending RE approval
* Convert Perl scripts to awk(1).ru2002-05-244-107/+148
|
* Removed the ch, sa and ses devices from 'SMALL' boot floppy image.nyan2002-05-233-0/+9
|
* New release notes: asa(1), pathchk(1), sccs(1),bmah2002-05-222-2/+46
| | | | | | uuencode(1)/uudecode(1) base64 synonyms, ptx removal. Modified release notes: ncurses 5.2-20020518.
* Update 164SX section with newly acquired insights.wilko2002-05-221-1/+12
| | | | Submitted by: Sten <sten@blinkenlights.nl>
* New release notes: ls(1) -m/-p/-x, sh(1) -C/-u, tabs(1).bmah2002-05-212-8/+28
| | | | Deleted release note: IFS.
* Fix whitespace nits, no content changes.bmah2002-05-202-2/+6
|
* New release notes: SA-02:24, SA-02:25.bmah2002-05-202-0/+38
|
* MFS: Switch to KDE 3 for the CDROMs.will2002-05-201-1/+1
|
* New release notes: Perl deletion (along with a caution that some workbmah2002-05-182-20/+58
| | | | | | | | | | is still ongoing), catman(1) rewrite, makewhatis(1) rewrite, spkrtest(8) rewrite. Modified release note: killall(1) for markup. Deleted release notes: Perl upgrade, style.perl(7) manpage, one note about killall(1) was obsolete.
* Build ports needed for release documentation WITHOUT_PYTHON.bmah2002-05-181-1/+1
|
* Add devel/bison and textproc/xhtml ports to the set of ports requiredbmah2002-05-171-0/+2
| | | | for building docs with a release.
* Check out the textproc/expat2 port for cases where we build docsbmah2002-05-171-0/+1
| | | | in a release without a full ports tree.
* MFC noted: cdcontrol(1) speed.bmah2002-05-172-8/+8
| | | | Minor wording tweaks in ports infrastructure section.
* s/file system/filesystem/gtrhodes2002-05-164-13/+13
|
* Catch up on ata(4)-supported SiS chipsets, from ata-pci.c rev. 1.41.bmah2002-05-162-2/+2
| | | | We still need to do a more general catchup for ata(4) chipsets.
OpenPOWER on IntegriCloud