summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Point -CURRENT seekers to a snapshot site that's actually up.bmah2002-06-271-1/+1
|
* sendmail 8.12.5 has been importedgshapiro2002-06-262-2/+2
|
* - Merge the following from the English version:hrs2002-06-258-17/+81
| | | | | | | | | | | | | 1.308 -> 1.313 relnotes/common/new.sgml - Add pc98 subdir: 1.3 -> 1.4 relnotes/Makefile 1.2 -> 1.3 relnotes/common/relnotes.ent (new) -> 1.1 relnotes/pc98/Makefile (new) -> 1.1 relnotes/pc98/article.sgml - Remove ${NO_TIDY}. It is no longer needed.
* The rp driver supports pc98 arch (maybe).nyan2002-06-242-2/+2
|
* Add a reference to the "make world" section of the Handbook.bmah2002-06-222-2/+12
| | | | | PR: 39460 Submitted by: nik
* New release notes: MCA support on ia64, rp(4) update (+MFC), tx(4)bmah2002-06-222-0/+214
| | | | | | multicast filtering, ahd driver, calendar(1) -W/-F, nice(1) -n, pam_echo(8), pam_exec(8), pselect(3), wc(1) -m, USD/PSD documents restored.
* New release notes: ng_device(4), UFS2, newfs(8) -O, newgrp(1),bmah2002-06-212-16/+98
| | | | | | | | | | pam_ksu(8), uuidgen(1). Updated release notes: libpcap-0.7.1, tcpdump-3.7.1. Also do some markup fixes to recently-added items so that they don't try to use entities for manpages that have been removed, in the spirit of rev. 1.359.
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-4/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filesystem expands the inode to 256 bytes to make space for 64-bit block pointers. It also adds a file-creation time field, an ability to use jumbo blocks per inode to allow extent like pointer density, and space for extended attributes (up to twice the filesystem block size worth of attributes, e.g., on a 16K filesystem, there is space for 32K of attributes). UFS2 fully supports and runs existing UFS1 filesystems. New filesystems built using newfs can be built in either UFS1 or UFS2 format using the -O option. In this commit UFS1 is the default format, so if you want to build UFS2 format filesystems, you must specify -O 2. This default will be changed to UFS2 when UFS2 proves itself to be stable. In this commit the boot code for reading UFS2 filesystems is not compiled (see /sys/boot/common/ufsread.c) as there is insufficient space in the boot block. Once the size of the boot block is increased, this code can be defined. Things to note: the definition of SBSIZE has changed to SBLOCKSIZE. The header file <ufs/ufs/dinode.h> must be included before <ufs/ffs/fs.h> so as to get the definitions of ufs2_daddr_t and ufs_lbn_t. Still TODO: Verify that the first level bootstraps work for all the architectures. Convert the utility ffsinfo to understand UFS2 and test growfs. Add support for the extended attribute storage. Update soft updates to ensure integrity of extended attribute storage. Switch the current extended attribute interfaces to use the extended attribute storage. Add the extent like functionality (framework is there, but is currently never used). Sponsored by: DARPA & NAI Labs. Reviewed by: Poul-Henning Kamp <phk@freebsd.org>
* New release notes: gifconfig(8) gone, prefix(8) gone.bmah2002-06-212-4/+20
| | | | Adjust one other item to match.
* Release note added: rc.d.bmah2002-06-202-12/+40
| | | | | MFCs noted: fold(1) -b/-s, pwd(1) -L, renice(8) -n, unexpand(1) -t, xargs(1) -I/-L.
* Modified release note: ncurses 5.2-20020615, added version number forbmah2002-06-202-18/+10
| | | | | | | | lukemftp. Deleted release note: gawk. MFC noted: lukemftpd.
* Provide a way to keep out old ("historic") release notes from bloatingbmah2002-06-206-18/+102
| | | | | | the size of the rendered release notes. By default, any element with a role="historic" attribute won't get rendered in the output unless the INCLUDE_HISTORIC Makefile variable is defined.
* Add a few files which are needed to build "passwd" now thatluigi2002-06-206-35/+891
| | | | the standard version of these files have been PAMified (and axed).
* 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
|
OpenPOWER on IntegriCloud