Commit Graph

6374 Commits

Author SHA1 Message Date
bmah
6691d36941 New release notes: KSE removed, cmx(4), uslcom(4), sf(4) update,
re(4) update, vr(4) update, TCP options padding fix, ata(4) spindown,
hptrr(4) 1.2, mmap(2)/ZFS fix, chflags(1) -v/-f, cp(1) -a, find(1)
primaries to match GNU find, split(1) -n, tar(1) -Z, bzip2 1.0.5.

Modified release notes:  CVS post-1.11.12 snapshot from 10 March 2008.
2008-03-23 04:12:07 +00:00
bmah
85bfbe1007 New release notes: cpuset, BTX real mode, gptboot (+MFC), BSD
ar(1)/ranlib(1), traceroute(8) -a/-A, traceroute6(8) -U.

Updated release note:  tzdata2008a (+MFC).
2008-03-15 07:06:12 +00:00
brueffer
a4483cb120 vr(4) should work on all archs now, remove it from here. 2008-03-11 08:28:44 +00:00
marcel
ad24b435ad Don't use disklabel for the MFS root. The DoFS.sh script creates
a bogus partition table and puts the file system on the whole
partition. geom_part doesn't expose the 'c' partition as it's an
artifact of the BSD label and not to be used. Secondly, gpart(8)
is the preferred tool for partitioning disks on ia64.
2008-02-21 03:16:36 +00:00
bmah
fecfa43afc New release notes: AMD 6.1.5, awk 20071023, CVS 1.11.12, OpenPAM
Hydrangea.

Updated release notes:  ncurses 5.6-20080209.
2008-02-16 15:52:39 +00:00
lulf
d4fac8275c - Add extra paths for GEOM_LIBRARY_PATH to the fixit environment to enable all
geom commands in a chrooted environment on the livefs cd.

PR:		misc/120169
Approved by:	pjd (mentor)
MFC after:	2 days
2008-02-05 14:06:15 +00:00
brueffer
fd9d62bde8 The rr232x driver has been removed, kill it here as well. 2008-02-03 09:43:08 +00:00
kensmith
284acd0781 In 'fixit mode' running "fsck /dev/ad0s1a" typically complains that it
can't find fsck_4.2bsd because there was no fstab file saying what
filesystem type it is looking at so it got the filesystem type from
the disk's label.  When that fails admins who haven't been in this
situation before are most likely to try "fsck -t ufs /dev/ad0s1a" because
ufs is the type used in fstab files on working systems but that also fails
complaining it can't find fsck_ufs.

This just sets it up so /stand in the MFS image (/sbin is a symlink
to /stand) includes hard links pointing fsck_4.2bsd and fsck_ufs to
fsck_ffs which is what is present in /sbin on installed systems.

Prodded by:	obrien
MFC after:	1 day
2008-01-22 16:35:10 +00:00
kensmith
eb7baab619 Adjust paths for EDITOR and PAGER environment variables in the fixit
shell.  This would break them for floppy based fixit mode which still
seems to use /stand except that vi(1) and more(1) don't exist in /stand
on the fixit floppy so it really doesn't matter what these settings are
there.  These paths work for CD-based fixit mode.

This is just "temporary" and on its way to 7.0-REL.  I'm too chicken to
make what is probably the correct adjustment this close to release.  It
seems /mnt2 is just a symbolic link, and stuff really gets mounted as
/dist.  Adjusting paths to that for 8.X is probably the right thing to
do and I'll try that after 7.0 is done.

Noticed by:	gallatin
MFC after:	1 day
2008-01-21 17:25:48 +00:00
brueffer
0f9ed6a5b8 sf(4) should work on all archs now, remove it from here. 2008-01-21 09:00:09 +00:00
bmah
cb75955c6f New release notes: ddb(4) capture, ddb(4) scripting, textdump(4),
ncurses 5.6-20071222, tzdata2007k.

Bump copyright date while here.
2008-01-01 23:58:18 +00:00
bmah
51e9c8f1ae Autogenerate hardware notes for hptrr(4). 2007-12-16 13:14:47 +00:00
delphij
3382d2b4e5 Reduce diff against RELENG_7.
Obtained from:	The FreeBSD Simplified Chinese Project
2007-12-09 23:37:10 +00:00
obrien
00933f1fa5 Make it easier to experiment with alternate compression.
Reviewed by:	kensmith
2007-12-09 04:24:09 +00:00
lulf
a4805bb2bf - Add support for all geom class command options in the Fixit environment by
pointing GEOM_LIBRARY_PATH to the geom libraries.

PR:		misc/113543
Submitted by:	Ed Schouten <ed -at- fxq.nl>
Approved by:	pjd (mentor)
MFC after:	1 day
2007-12-06 20:25:31 +00:00
kensmith
b686759739 When compiled with the combination of flags used to build crunched
binaries for the fixit floppy bin/ed/main.c causes a gcc warning
message about argc possibly being clobbered by longjmp or vfork.
We have threatened to ditch floppies for 8.0 but I don't want to
do quite that much rototilling yet so for now turn off -Werror while
building ed (and everything else) for the fixit floppy.

Thanks to jb for pointing out NO_WERROR.
2007-12-04 02:22:35 +00:00
bmah
39911d1f82 Use "8-current" manpage entities. 2007-11-30 05:01:23 +00:00
bmah
1afc96f601 Use the most recent Xorg manpage set that we have. 2007-11-26 23:21:24 +00:00
bmah
a66d5c1998 New release note: wpi(4). 2007-11-26 23:19:15 +00:00
delphij
011b0ff906 Mention less upgrade to v416. 2007-11-26 08:58:52 +00:00
sam
02aa70a4bd silence compiler complaints 2007-11-26 05:03:55 +00:00
simon
bcc733d16f Remove kernel and module symbol files from disc1 (and the livecd if it
is enabled).  This saves around 80MB (for i386) on the ISO images.

Note that this is only from the install media, not the installed
system where the symbols are still installed, if part of the release.

Should anybody want the symbols which match disc1/livecd, they can
just be extracted from the kernel distribution files.

Reviewed by:	kensmith
2007-11-22 20:06:50 +00:00
delphij
1ad1c0a4f1 Mention less v415 update 2007-11-16 22:28:00 +00:00
kensmith
efed1ad4e4 The i386 disc1 size wandered above what fits on 650Mb media which has been
our target previously.  So i386 joins the others that have switched over
to a separate livefs iso image.
2007-11-16 13:14:27 +00:00
luigi
a65c7c8bdb Fix build of the "package" target, ignoring non existing
floppy types (in fact, we have only one left!)
Also cleanup some code, using || and && in some places, and
using "export VAR=value" instead of two separate lines.
2007-11-14 07:38:22 +00:00
luigi
797a1fb530 Fix picobsd builds. Changes include:
- use proper make configuration for the build, using
  ${BINMAKE} as evaluated by ${VERSION}/src/Makefile
- remove -lmytinfo from crunch.conf
- remove support for login_access in tinyware/login
- remove "machine i386" from the kernel config file

It might actually be interesting to extend the script to do
a cross build for !i386 ...

MFC after: 3 days
2007-11-14 05:42:54 +00:00
brueffer
8c97185478 Document hardware wpi(4) supports. 2007-11-13 16:27:29 +00:00
gshapiro
208beedc88 sendmail 8.14.2 has been merged to RELENG_[7654]. 2007-11-11 17:16:55 +00:00
nyan
0ca59152ee pccard.conf is gone. 2007-11-09 15:32:04 +00:00
ru
00bdd701b8 Teach source installation shell script and sysinstall(8) about
the 'scompat' source dist that holds src/compat/.

Reported by:	Mars G Miro
2007-11-09 08:50:02 +00:00
kris
5b9f78454d Catch up to changes in the ports tree since last release 2007-11-07 09:11:45 +00:00
gshapiro
5c21458187 sendmail 8.14.2 has been imported. 2007-11-05 00:24:05 +00:00
delphij
3e09edb4fa IPFilter has been updated from 4.1.23 to 4.1.28. 2007-10-19 20:15:57 +00:00
bmah
d7c6bd009d Trim release notes for 8-CURRENT. 2007-10-19 16:02:17 +00:00
delphij
5e7627a46a Mention that less was upgraded to 409. 2007-10-17 17:52:31 +00:00
bmah
4f35ee7413 Bump version numbers to reflect that HEAD represents 8.0-CURRENT. 2007-10-12 15:35:56 +00:00
delphij
2f9a149eb5 - Mention that less v408 was MFC'ed.
- Mention tzdata2007h update.  An in advance &merged; is
   added so that we don't have to change this again when
   it is actually MFC'ed.

Approved by:	re (bmah)
2007-10-11 20:44:38 +00:00
kensmith
c80a7cd238 To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.
Approved by:	re (implicit)
2007-10-11 04:28:08 +00:00
delphij
cee6fe7563 Resolve conflicts to complete less v408 import.
Approved by:	re (kensmith)
2007-10-08 16:17:42 +00:00
bmah
1c797edf6b Add a missing word in one place and delete an extraneous article in
another.

Approved by:	re (implicitly)
2007-09-28 05:14:39 +00:00
bmah
6a7856d85c New release note: gvirstor(8).
MFC noted:  camcontrol(8) readcap.

Approved by:	re (implicitly)
2007-09-28 05:04:13 +00:00
brueffer
9534ac179f Belatedly add cxgb(4).
Approved by:	re (blanket)
2007-09-26 21:30:50 +00:00
brueffer
418586d18f gem(4) works on all archs now.
Approved by:	re (blanket)
2007-09-26 21:22:56 +00:00
jkoshy
197ff98494 Add mention of libelf to 7.0's release notes.
Approved by:	re (bmah)
2007-09-15 05:37:31 +00:00
bmah
47a355828c Fix for missing punctuation in r1.1063.
Approved by:	re (implicitly)
2007-09-11 23:31:14 +00:00
bmah
93e695546d New release notes: camcontrol(8) readcap, some mount_* programs
removed [1].

Suggested by:	rodrigc [1]
Approved by:	re (implicitly)
2007-09-11 23:30:14 +00:00
brueffer
f4875ffc18 Autogenerate hardware notes for ral(4) and ural(4).
Approved by:	re (blanket)
2007-09-10 17:58:16 +00:00
brueffer
ac7ab500b5 Add information about hardware supported by ipw(4) and iwi(4).
Approved by:	re (blanket)
MFC after:	3 days
2007-09-10 16:39:26 +00:00
bmah
3ada95826d Make the introduction to the hardware notes at least vaguely reflect
reality.

Approved by:	re (implicitly)
2007-09-09 01:32:36 +00:00
bmah
e896f7fb01 Add a note about sparc64 needing to use serial consoles, due to
unusability of OFW consoles.  [1]

Try to use trademark entities where appropriate in the "Supported
Processors" section.

Submitted by:	kris [1]
Approved by:	re (implicitly)
2007-09-08 22:34:44 +00:00
brueffer
90bce3874c Autogenerate hardware notes for rum(4).
Approved by:	re (blanket)
2007-09-07 15:30:35 +00:00
brueffer
77a273786d New release notes:
- ng_h4(4) MPSAFE
- ng_ppp(4) MPSAFE + MFC
- zyd(4) added
- cpufreq(4) in GENERIC

Modified release notes:
- cached(8) renamed to nscd(8), also moved entry to now correct place
- Camellia is now supported in geli(8) as well

Approved by:	re (blanket)
2007-09-06 19:53:06 +00:00
brueffer
3d2ad995c7 Sort wlan entries by driver name.
Approved by:	re (blanket)
2007-09-02 09:15:08 +00:00
brueffer
4efa7744f2 Autogenerate hardware notes for zyd(4).
Approved by:	re (blanket)
2007-09-02 09:11:10 +00:00
bmah
a943e77d3e New release note: coretemp(4).
Updated release note:  tzdata2007g [1].

[1] Technically I should remove the &merged; entity here but the commit  has
a one-week MFC-after so I figure I can leave it this way for now.

Approved by:	re (implicitly)
2007-08-24 15:18:42 +00:00
bmah
4a30c00d08 Remove references to the now-deleted installation notes and add a
pointer to the installation chapter of the Handbook (it might be a
good idea to sprinkle a few more through this article).

De-emphasize the floppy disk part of installation media; it's
generally believed that most users install from CDROM or DVD
nowadays.

Use &arch.* entities where appropriate.

Bump copyright date while here.

Approved by:	re (implicitly)
2007-08-18 17:11:14 +00:00
bmah
62f53c61ac Factor out arch.* entities so we don't need to include them with
every one of the release documents.

Approved by:	re (implicitly)
2007-08-18 16:40:37 +00:00
bmah
962a152daa Fix the order in which we build subdirectories in a "make all" from the
top-level release/doc directory.  We were building in share/sgml first,
which caused us to autogenerate hardware notes entities in the wrong
format (we want to build these via ${RELNOTES_LANG}/hardware/Makefile,
in order to get the HWNOTES_MI variable).

Approved by:	re (kensmith)
2007-08-17 14:16:59 +00:00
bmah
0f2b50cdc6 Remove one more reference to the installation notes, this time in the
floppies directory.

Pointed out by:	kensmith
Approved by:	re (blanket for installation notes removal)
2007-08-17 14:13:39 +00:00
bmah
316803b0b8 Cleanup of old hardware notes source files. Somehow these didn't get
removed in the hardware notes refactoring.

Approved by:	re (implicitly)
2007-08-15 18:09:08 +00:00
bmah
9493abcf87 Autogenerate hardware notes entities for ath(4) for all platforms
on which it's included in the GENERIC kernel.

PR		115403
Approved by:	re (implicitly)
MFC after:	5 days
2007-08-15 04:46:04 +00:00
bmah
0fdb831d0b Remove the installation notes, which have not truly been maintained
for quite some time.  All relevant content has been moved to the
installation chapter of the FreeBSD Handbook, which will be the
single source of FreeBSD installation instructions.

In addition to removing redundancy, this change also removes the last
of the machine-dependent documents in the release documentation
set (the release notes and hardware notes were unified to produce
machine-independent documents).

Approved by:		re (blanket for installation notes removal)
Nods from:		blackend, brueffer, simon, trhodes
No objections on:	doc@
Helpful hints from:	blackend
2007-08-15 03:14:43 +00:00
bmah
c664368221 Modified release note: ng_h4(4) has been restored to the build
after MPSAFE modifications.

Approved by:	re (implicitly)
2007-08-15 03:05:17 +00:00
bmah
c5bc9baa58 Disconnect installation notes from the release documentation build.
Approved by:	re (blanket for installation notes removal)
2007-08-15 03:02:22 +00:00
bmah
83042bb72b Don't copy the installation guide to the release media (i.e.
floppies or ISO images).  We retain the concept of MD
release documentation for now, although it's fairly unlikely
that we'll ever do this again.

Approved by:	re (blanket for installation guide removal)
2007-08-14 20:02:55 +00:00
delphij
9c8aab5b3e Mention gcc 4.2.1 import.
Approved by:	re (bmah)
2007-08-14 14:49:46 +00:00
bmah
14bf516759 Coalesce another very short section into its parent.
Approved by:	re (implicitly)
2007-08-12 21:08:39 +00:00
bmah
e5f1064f3e Collapse some short sections together.
Approved by:	re (implicitly)
2007-08-12 15:44:18 +00:00
bmah
df648ac517 New release notes: if_bridge(4) private ports, wlandebug(8).
Approved by:	re (implicitly)
2007-08-03 02:26:18 +00:00
bmah
024818b778 New release note: SA-07:06.tcpdump, SA-07:07.bind.
Approved by:	re (implicitly)
2007-08-02 05:19:08 +00:00
bmah
0511205d5e Update the MPSAFE network stack note to reflect recent realities.
Approved by:	re (implicitly)
2007-07-29 23:07:12 +00:00
brueffer
fec5a72573 Modified release notes:
- hostapd update to 0.5.8
- wpa_supplicant update to 0.5.8
- KDE update to 3.5.7

Approved by:	re (blanket)
2007-07-27 08:40:05 +00:00
bmah
59919178d9 New release note: iscsi_initiator(8).
Updated release notes:  BIND 9.4.1-p1, OpenBSM 1.0alpha15.

Approved by:	re (implicit)
2007-07-25 15:19:37 +00:00
bmah
fcbc18ed97 New release notes:
ixgb (no manpage)
	ISDN4BSD, ng_h4, and netatm disconnected

Modified release note:
	ULE (3.0)

Approved by:	re (implicitly)
2007-07-20 15:48:02 +00:00
delphij
fdb167ed99 Note diffutils 2.8.7 MFC.
Approved by:	re (bmah)
2007-07-15 01:59:35 +00:00
bmah
7d88dba46f New release note: SA-07:05.libarchive.
Approved by:	   re (implicitly)
2007-07-13 17:31:32 +00:00
delphij
a0e02f86c0 Mention that BZIP2 1.0.4 was MFC'ed.
Approved by:	re (bmah)
2007-07-11 13:19:20 +00:00
bmah
8fcc626717 New release notes: sed(1) case-insensitive matching, setenv(3)
API change.

Modified release notes:  Clarify architectures for nfe(4) note and
mention that it replaces nve(4) in i386/amd64 GENERIC [1].

Suggested by:	Michael Plass [1]
Approved by:	re (implicitly)
2007-07-09 15:53:56 +00:00
bmah
95fb0fdd49 New release notes: uark(4), nxge(4), KAME IPsec removal and
FAST_IPSEC promotion, wicontrol(8) gone, PF 4.1.

Modified release notes:  netstat(1) IPsec stats (modified for KAME
IPsec removal).

MFC noted:  less v406.

Approved by:	re (implicitly)
2007-07-03 15:34:00 +00:00
bmah
f39b667635 New release note: gjournal(8).
PR:		docs/114070
Reminded by:	Adam McDougall
Approved by:	re (implicitly)
2007-07-03 14:17:11 +00:00
kensmith
4d070b972f ed(1) no longer relies on crypto library when built for the fixit media.
Approved by:	re (hrs)
2007-07-02 14:01:43 +00:00
brueffer
b4cb24ec70 Autogenerate hardware notes for nfe(4) and nxge(4).
Approved by:	re (blanket)
2007-06-30 07:46:26 +00:00
jhb
c0296918a0 Teach the 'src-install' script about the 'scddl' source dist that holds
/usr/src/cddl.

Approved by:	re (kensmith)
2007-06-28 18:26:35 +00:00
bmah
4db323384d Updated release notes: less v406.
Approved by:	re (implicitly)
2007-06-21 20:27:23 +00:00
rrs
a8a38562af - Fix RFC reference to SCTP to be correct.
Approved by:	re (bmah@freebsd.org)
2007-06-19 15:56:32 +00:00
bmah
73c7ed893c Updated release notes: Note that diffutils was formerly version 2.7 [1].
Add some more verbage with respect to jemalloc and resource limits [2].

Submitted by:		delphij [1]
Collaboration with:	jasone [2]
Approved by:		re (implicit)
2007-06-19 15:08:43 +00:00
brueffer
381c77ec16 New release notes:
- tmpfs on i386,amd64
- gem(4) altq support
- AUDIT and SCTP in GENERIC
- FireWire MPSAFE
- netstat SCTP support
- dhclient RFC 3442 support (1)

Modified release notes:
- MFC markers: mxge(4) and netcat
- touch -A entry grammar fix (2)
- More manpage references used

Submitted by:	Andrey V. Elsukov (1)
		ceri (2)
Approved by:	re (blanket)
2007-06-19 14:13:46 +00:00
yar
153b9cc3ba Note PAM support in atrun(8) and cron(8). 2007-06-18 12:03:02 +00:00
bmah
2028ab4002 New release notes: 802.11 stack megacommit, IPX-over-IP gone,
SSM, pam_nologin(8) change, GNU Diffutils 2.8.7.
2007-06-15 15:41:22 +00:00
kensmith
db48437b8a The i386 "fixit" floppy began overflowing, most likely due to the new
gcc.  Replace vi(1) with ed(1) as the editor to make the contents fit
on a floppy again.
2007-06-15 14:41:11 +00:00
gshapiro
8487a6b582 Add a new rc.conf variable, sendmail_rebuild_aliases, which tells
/etc/rc.d/sendmail whether or not to run newaliases if the database
is missing or the aliases text file is newer than aliases.db.

In my opinion, the aliases file should never be automatically rebuilt.
The current text form could represent a work in progress.  Therefore,
in FreeBSD 7.0, this new option will default to "NO".  When this rc.d
change is MFC'ed, it will need to remain "YES" to maintain backward
compatibility.

PR:		conf/86252
Approved by:	re (kensmith)
MFC after:	3 days
2007-06-12 17:33:23 +00:00
rafan
0ea71aaaf9 Update release notes: awk is updated to 1 May 2007 release.
Approved by:	delphij (mentor)
2007-06-05 15:38:54 +00:00
delphij
0ad1e85cd4 Updated release notes: less was updated to v403. 2007-06-05 14:55:15 +00:00
bmah
a831a31e91 Updated release notes: BIND 9.4.1, IPFilter 4.1.23.
Removed release note:  CORE scheduler.
2007-06-05 14:30:36 +00:00
bmah
8c017c22f4 Remove a file that should have been removed as part of the hardware notes
reorganization.
2007-06-02 19:32:19 +00:00
brueffer
646c671c63 New release notes:
- GCC SSP enabled by default
- X11BASE change
- touch -A
- fwip(4) and dcons(4) in GENERIC
- FireWire/dcons support in the i386/amd64 loader

Modified release notes:
- MFCs noted: newly supported ftpd RFCs, lagg(4), mpt(4) changes,
  snd_atiixp(4) suspend/resume
- sa(8) entry moved to the correct place
- xorg 7.2 update
2007-06-02 09:24:39 +00:00
bmah
6ae57e405e Fix the path to 7.0 online manual pages. 2007-05-29 16:33:24 +00:00
bmah
36dfe3f24a New release note: SA-07:04.file.
Update release note:  FILE 4.21.
2007-05-29 16:30:29 +00:00
bmah
0dd779a3ea Add a few sentences about updating. Some older text on this subject
went away around the time of 5.0, when doing binary upgrades from
within sysinstall (at least from 4.X) was deemed hazardous due to the
huge differences between these two major versions.

It's much less risky now, and it's also high time that we mentioned
freebsd-update(8) too.
2007-05-29 16:14:06 +00:00
bmah
3c657c8b4b Fix misspelling: s/maintanence/maintenance/
Submitted by:	brueffer
2007-05-28 16:00:21 +00:00
nyan
a4c64455ab Remove the restore and chroot command to avoid disk-full error. 2007-05-22 11:32:55 +00:00
brueffer
19ef55a73f Forgot to add hptiop(4) here. 2007-05-21 18:35:40 +00:00
bmah
52c853aadb Add a few sentences of caution for Microsoft Vista users who might
want to try resizing partitions.  Based on text that was...

Submitted by:	Michel Talon
MFC after:	3 days
2007-05-19 20:09:54 +00:00
delphij
20660c08c2 Mention gcc 4.2.0 import. 2007-05-19 13:04:07 +00:00
brueffer
f3504afdef New release notes:
- axe(4) altq support
- INCLUDE_CONFIG_FILE improvements
- ng_car added
- sa -U and -P flags

Modified release notes:
- hptiop(4) manpage reference added
- twa(4) updated to 3.70.03.007

Removed release notes:
- lastcomm -X, change whas been backed out
2007-05-19 12:10:48 +00:00
bmah
c0c37f7027 This file was originally added to document the transition of the
release documentation from *.TXT files to the RELNOTESng *.sgml
files.  I'm pretty sure that, five years later, nobody is wondering
where the original *.TXT files went to in our source tree, so
remove this file to declutter the source tree a bit.
2007-05-18 17:17:21 +00:00
bmah
5a6aa0f2ca GParted seems to have replaced QTParted on the System Rescue CD,
so reflect this.  Somewhat related to...

PR:		65477
2007-05-14 17:14:36 +00:00
bmah
bae4363cdd Mention tools (specifically ntfsresize, QTPartd, and SystemRescueCD)
that can be used for resizing NTFS partitions (to make room for
FreeBSD).

Based on some text that was...

Submitted by:	Hal Burch, Szakacsits Szabolcs
PR:		65477
MFC after:	3 days
2007-05-14 15:33:05 +00:00
brueffer
ec4492c785 Autogenerate hardware notes for hptiop(4). 2007-05-11 22:58:09 +00:00
brueffer
92b3862208 New release notes:
- vm.kmem_size_min tunable added
- fdisk -p
- ipfw RH0 and MIPv6 RH2 filtering
- pw -M
- Camellia cipher added

Modified release notes:
- twa(4) was actually updated to version 3.70.03.006
2007-05-11 21:50:32 +00:00
delphij
53109c1e06 We need four disks these days, so reflect this.
Pointed out by:	phk
PR:		docs/112571
2007-05-10 12:51:08 +00:00
kensmith
f5df9542c7 The amd64 monthly snapshots began overflowing disc1 (and that's without any
packages...).
2007-05-10 12:04:29 +00:00
brueffer
bd207a432b New release notes:
- mpt(4), isp(4), ciss(4) MPSAFE
- rum(4) driver added
- hptiop(4) driver added

Updated release notes:
- em(4) driver updated to 6.5.0
- small fixes in the top -j entry
- twa(4) update to 3.60.03.006
2007-05-09 20:22:10 +00:00
rafan
768fafd001 - Add top '-j' switch
Reviewed by:	brueffer
Approved by:	delphij (mentor, implicit), brueffer
2007-05-04 15:25:05 +00:00
brueffer
9c63900742 New release notes:
- edsc(4) added
- pmcstat(4) -c and -t flags, defaults changed
- rpcbind -h and -6 flags

Modified release notes:
- Moved pmcstat information from kernel to userland section
- MSI-X supported as well, remove ref to pci(4) manpage, which is
  different from the kernel's PCI code
- rpc.lockd/rpc.statd entry moved to the right place
2007-04-29 11:32:25 +00:00
bmah
ea35d42ca7 Minor correction: s/sg/scsi_sg/ 2007-04-28 14:27:30 +00:00
bmah
84c5f1f10e New release note: FreeBSD-SA-07:03.ipv6. 2007-04-28 13:49:06 +00:00
yar
512ab0000c Add a few missing "&merged;" markers:
- arp -a -d -i foo
- ifconfig -k
- ifconfig -tunnel
- ifconfig -vlandev [w/o the useless argument]
2007-04-24 08:58:09 +00:00
gshapiro
4e9f648883 Remove release note about recompiling milters. 2007-04-23 22:48:13 +00:00
hrs
d0bcca2e7b Update release notes:
- hw.pci.do_powerstate split into hw.pci.do_power_nodriver
	and hw.pci.do_power_resume.

Pointed out by: pluknet at gmail.com
2007-04-21 03:45:18 +00:00
brueffer
0f442faf2e New release notes:
- IPLware 3.33 support for pc98
- CAM MPSAFE
- ahc(4) and ahd(4) MPSAFE
- pseudofs(9) and consumers MPSAFE
- OpenBSM 1.0 alpha 14
- lastcomm -X flag
- ftpd(8) RFC2389 and RFC2640 support

Modified release notes:
- ncurses was updated from version 5.2-20020615

While here, moved the lagg(4) and XFS entries to the correct places.
2007-04-20 16:12:31 +00:00
gshapiro
c47e703a39 Include a note in the sendmail 8.14.1 release note regarding the libmilter
update.

Requested by:	re (bmah)
2007-04-20 05:13:17 +00:00
brueffer
3a0c305a58 trunk(4) is now lagg(4). 2007-04-17 07:01:45 +00:00
delphij
3850395c6d GNU readline was updated to patch 002 by ache@, note MFC by
rafan@ while I'm there.
2007-04-17 03:39:54 +00:00
bmah
187fb99f5a New release notes: sx(9) lock improvements, T/TCP support in finger(1)
gone, libarchive(3) ar file support, rpc.lockd(8)/rpc.statd(8) -P (+MFC),
top(1) -a.
2007-04-16 20:30:10 +00:00
bmah
7b7ec1c0c7 New (but slightly overdue) release notes: snd_envy24ht(4),
snd_spicds(4).
2007-04-14 15:53:37 +00:00
bmah
e7dc250ec2 Modified release note: Reword sg note to make more sense.
Problems pointed out by:	brueffer
2007-04-11 17:45:37 +00:00
bmah
03c94cdf4a New release notes: kern.hostuuid, trunk(4), sg (+MFC),
truss(1) uses ptrace(2), uuidgen(1) moved to /bin.

Modified release notes:  ZFS manpage update and pc98 support,
fix markup in KSE note.
2007-04-11 15:37:37 +00:00
ru
5eaedaad62 Fix doc.1 build when NOPORTS is defined. This includes
the following ports tree changes:

- libtool13 removed.
- pkgconfig moved to pkg-config.
- Default dependency for USE_GHOSTSCRIPT changed from
  ghostscript-gnu to ghostscript-gpl.
- Also added missing docproj dependencies.

Reported by:	Dmitriy Kirhlarov
Submitted by:	sem, ru
MFC after:	3 days
2007-04-11 15:24:58 +00:00
gshapiro
dd66975643 sendmail upgraded to 8.14.1 2007-04-09 01:47:58 +00:00
brueffer
a8db5cc807 The net.link.tap.up_on_open sysctl was MFCed. While here, fix a minor
whitespace problem in the previous commit.
2007-04-07 14:45:36 +00:00
hrs
8459af41ec Unbreak. 2007-04-07 13:37:39 +00:00
brueffer
28bd0f9879 New release notes:
- PIM option now included in MROUTING
- MSI support + MFC
- TCP_DROP_SYNFIN compiled in by default
- FICL updated to 3.03
- icee driver added
- net.link.tap.up_on_open sysctl added
- ZFS support added

Updated release notes:
- ncurses 5.6-20061217 MFC noted
- mpsave_vfs=1 on powerpc
2007-04-07 11:53:22 +00:00
delphij
bfab9ae3a2 Reflect netcat and bzip2 updates. 2007-03-28 08:13:23 +00:00
brueffer
d6be35825a New release notes:
- priv(9) KPI added
- ipw/iwi firmware in the base system

Updated release notes:
- OpenSSL updated to 0.9.8e
- GNOME updated to 2.8.0
- acpi_dock(4) and acpi_hpet MFC
- msk(4) MFC
2007-03-27 21:26:45 +00:00
delphij
8078f08236 Reflect ACPI-CA 20070320 import. 2007-03-23 01:47:04 +00:00
brueffer
9a87c96269 New release notes: vge(4) altq support (+mfc), snd_hda(4) added
Updated release notes: KDE updated to 3.5.6, GNOME updated to 2.16.3

Also moved cxgb(4) entry to the right place and fixed another entity.
2007-03-14 22:28:41 +00:00
brueffer
73e0433d63 New release notes: cxgb(4) added.
While here, fix an entity.
2007-03-14 21:31:53 +00:00
brueffer
9de660bf0f Autogenerate the hardware list for cxgb(4). 2007-03-14 10:52:01 +00:00
bmah
b0b9a7d1df New release notes: ULE 2.0, UNIX domain locking changes, driver
ABI/API change for interrupt filtering, zs driver gone, npe(4) (+MFC),
bpf(4) directions, IPv6 multicast forwarding loadable, setfacl(1) -h.
2007-03-10 02:46:58 +00:00
bmah
63455b53dd New release notes: 802.11 support for 900 MHz cards and quarter /
half channel support (+MFC), ng_deflate(4) (+MFC), ng_pred1(4) (+MFC),
wpa_passphrase(8) (+MFC).

Updated release notes:  ath(4) and HAL 0.9.20.3 (+MFC).

Other MFCs noted:  if_bridge(4) RSTP.
2007-03-09 23:49:48 +00:00
bmah
9d1bd9cf29 s/filesystem/file system/ in six places for consistency. 2007-03-09 20:16:49 +00:00
bmah
17df5ff998 New release notes: GEOM_MULTIPATH, unionfs reimplementation (+MFC),
addr2ascii()/ascii2addr() removal, dump(8)/restore(8) extended
attributes, objformat(1) gone, vnconfig(8) gone, ncurses wide
character support.
2007-03-09 20:14:07 +00:00
delphij
d047a6100e Mention that BSD gzip was MFC'ed 2007-02-22 05:31:39 +00:00
bmah
6e105772d2 It'd be kind of nice if we installed the hardware notes to their
own directory, rather than overwriting the release notes.  :-p
Fix this.

Pointy hat to:	bmah
2007-02-19 02:46:12 +00:00
bmah
ccef472df1 Down to one MD document in the release documentation set now,
reword a note to reflect this fact.
2007-02-16 04:07:31 +00:00
bmah
52fe59efde Reflect that the hardware notes is now an MI document. 2007-02-16 02:28:15 +00:00
bmah
a60d08887e Reflect that the hardware notes article is now a MI document. 2007-02-16 02:22:02 +00:00
bmah
63b1f5e445 Switch to unified MI hardware notes. The hardware notes are
now contained entirely in a single DocBook article, which has
information pertinent to all architectures.  This will improve
the maintainability of the hardware notes going forward by
reducing complexity of the build process, improving the visibiilty
of the architecture-specific text, and removing the need to generate
an extra version of the document for every architecture.

Remove all of the MD hardware notes stuff; all relevant content
has been folded into hardware/article.sgml.

No objections from:	freebsd-doc@
2007-02-16 02:20:11 +00:00
bmah
1d11921f29 Add support for auto-generating hardware notes entries in a
manner consistent with the new MI-style hardware notes document.

man2hwnotes.pl now defaults to generating entities for the MI-style
hardware notes (i.e. hardware/article.sgml).  A new -c
option causes it to generate entities for the older MD-style
hardware notes (i.e. hardware/common/dev.sgml).

The Makefile infrastructure supplies the -c option to man2hwnotes.pl
now unless the HWNOTES_MI Makefile variable is defined, so
compatiblity is preserved for hardware notes translations that
aren't converted to the new organization yet.  As translations
convert, they should define HWNOTES_MI in their hardware/Makefile.
When all the relevant translations catch up, the compatibility goop
in share/mk/doc.relnotes.mk and share/sgml/Makefile can be removed.

Thanks go to simon@ for help with the backwards compatiblity
mechanism.

Tested with:	en_US.ISO8859-1, zh_CN.GB2312
2007-02-16 02:10:12 +00:00
bmah
59e103b278 Put one $FreeBSD$ keyword in standard location, bump copyright date. 2007-02-15 20:14:59 +00:00
bmah
4cb14e946a Add supported processors and motherboards sections from the MD
hardware notes documents in  */proc-*.sgml.
2007-02-15 20:12:43 +00:00
bmah
415df95ccb Add selected bits from */article.sgml, common/artheader.sgml, and
common/intro.sgml to make a valid article.
2007-02-15 19:48:36 +00:00
bmah
53157b2e20 First step in consolidating the various MD bits of the hardware notes.
Convert MD references in the supported devices section from arch=""
attributes for conditional compilation to entities that will just
print architecture names.  (The entities aren't defined yet...this
will happen in a future commit.)
2007-02-15 19:33:47 +00:00
bmah
b8744e6f28 New release notes: SA-07:02.bind (+MFC), auto-sizing TCP socket buffers,
gzip from NetBSD.

Updated release notes: BIND 9.3.4 (+MFC), GNU Readline 5.1, ncurses
5.6-20061217.
2007-02-10 19:55:18 +00:00
rodrigc
5101ea24dc Replace "mount -t msdos" with "mount -t msdosfs".
PR:		79296
Reviewed by:	remko
2007-02-08 05:04:18 +00:00
kensmith
8cefd1665a Boot floppy for i386 overflowed during Jan. 2007 snapshot build, fix
it before Feb. 2007 snapshot build...
2007-02-01 15:12:44 +00:00
bmah
13d4be4423 New release note: SA-07:01.jail. 2007-01-11 19:44:45 +00:00
marcel
dbeee4cdb7 Sort: powerpc comes after pc98. 2007-01-07 18:14:44 +00:00
blackend
129cf0227d Fix 2 typos, as consequence update copyright year. 2007-01-05 10:13:01 +00:00
bmah
ab5fbc66c9 Remove alpha-specific stuff from the hardware notes (these are mostly
in attributes for generating MD hardware, as well as a few alpha-only
paragraphs here and there).

While here, bump copyright date in dev.archlist.txt.
2006-12-30 18:22:09 +00:00
bmah
ebba43f55a On HEAD, the release notes are no longer MD documents, so update text
here to reflect reality.

Bump copyright date while here.
2006-12-28 21:12:57 +00:00
bmah
d8d1183f66 MFC noted: arcmsr 1.20.00.13.
Updated release note:  libc resolver from BIND 9.3.3.
2006-12-24 22:52:27 +00:00
bmah
09a6004ba3 New release notes: msk(4), arcmsr(4) 1.20.00.13.
Modified release notes:  BIND 9.3.3.
2006-12-13 17:27:46 +00:00
brueffer
9bb58b4e77 Autogenerate hardware notes for msk(4). 2006-12-13 08:53:27 +00:00
hrs
cfd4f7523f Fix DESTDIR.
Spotted by:	bmah
2006-12-07 17:45:45 +00:00
hrs
ae09825481 Fix a build breakage due to undefined DESTDIR. 2006-12-07 17:22:00 +00:00
bmah
e735758280 New release note: SA-06:25.kmem. 2006-12-06 19:53:49 +00:00
bmah
3ed6c23aa4 Teach release builds and release documentation snapshots that release
notes are no longer MD documents.
2006-12-06 18:07:40 +00:00
bmah
c277bc0baf Reorganize the release notes to better support multiple architectures.
Rather than rendering a different version of the release notes for
every architecture, we now produce a single release notes document
that covers all architectures.

This change makes document maintenence easier (because there is no
longer a need to support each architecture specifically in the
src/release/doc/ and www/ build infrastructures).  It's also
easier to read because there is now exactly one release notes document,
and readers can see changes that affected various subsets of
architectures.

Discussed on:	-doc@
2006-12-06 18:04:52 +00:00
ru
3b8270a3d5 - Revert signedness type changes to "struct vmtotal"; by making
them unsigned I made the possible overflows hard to detect,
  and it only saved 1 bit which isn't principal, even less now
  that the underlying issue with the total of virtual memory has
  been fixed.  (For the record, it will overflow with >=2T of
  VM total, with 32-bit ints used to keep counters in pages.)

- While here, fix printing of other "struct vmtotal" members
  such as t_rq, t_dw, t_pw, and t_sw as they are also signed.

Reviewed by:	bde
MFC after:	3 days
2006-11-28 12:46:02 +00:00
rodrigc
71bed9a7e8 Remove references to mount_std, mount_procfs.
Reminded by:	ru
2006-11-22 00:33:19 +00:00
ru
1ea77e90a7 - Fix types of "struct vmmeter" members so they are unsigned.
- Fix overflow bugs in sysctl(8), systat(1), and vmstat(8)
  when printing values of "struct vmmeter" in kilobytes as
  they don't necessarily fit into 32 bits.  (Fix sysctl(8)
  reporting of a total virtual memory; it's in pages too.)
2006-11-20 16:04:41 +00:00
bmah
13fc897c39 Modified release note: Mention move of GNOME-related ports from
/usr/X11R6 to /usr/local.

Suggested by:	kensmith
2006-11-17 20:15:26 +00:00
kensmith
75a5c51009 Shift to vim-lite package because vim package doesn't build at the moment.
MFC after:	3 days
2006-11-17 05:10:41 +00:00
kensmith
f90c2861b3 Alpha no longer supported.
Noticed by:	ru@
2006-11-17 04:24:33 +00:00
kensmith
e0f6a15637 Move the documentation to its own separate disc to make room for more
packages on disc2.  This will also let users decide if they want to
have a CD of the docs at all - unless they're disconnected from the
net they will probably find the Web site more useful.

Reviewed by:	ru
MFC after:	3 days
2006-11-16 23:09:35 +00:00
kensmith
ef4912322f Switch to emulators/linux_base-fc4 since that's the new default
Linux emulator.

MFC after:	3 days
2006-11-16 19:08:27 +00:00
keramida
6697dbcd9b Document the new -P option of sockstat(1) in the release notes.
Reviewed by:	bmah
2006-11-16 16:07:15 +00:00
jb
1aae4ab7e5 Add a copy of the sparc64 boot crunch configuration as
a starting point for sun4v. With this commit, the 'make release'
works on sun4v and boots.

I still have to check that it actually installs to disk.
2006-11-15 06:12:26 +00:00
bmah
a781fbf35b New release note: traceroute(8) -D (+MFC). 2006-11-13 19:13:39 +00:00
bmah
ea23609d3a New release notes: ng_ether(4) MAC address behavior, tun(4) kqueue(2)
support, fsdb(8) findblk.

Modified release note:  Fix an extra "the" in fsdb(8) btime note. [1]

Submitted by:	ceri [1]
2006-11-13 01:44:20 +00:00
ru
00ea8ac1d7 Enforce RELEASENOUPDATE if EXTSRCDIR is used.
Suggested by:	jb
2006-11-11 23:18:28 +00:00
bmah
5f23105869 New release note: ping(8) -W (+MFC).
MFCs noted:  fsdb(8) btime, zlib 1.2.3.
2006-11-11 19:12:52 +00:00
brueffer
fadcaca7d2 New release notes:
if_bridge(4) RSTP support.
2006-11-11 19:06:30 +00:00
bmah
e427fa9d2c New release notes: SCTP, TSO, sun4v, ppp(4) IPv6 support, KSE a
kernel option.

Updated release notes:  OpenSSH 4.5p1.
2006-11-11 16:36:03 +00:00
bmah
0b51436539 New release note: SA-06:24.libarchive (+MFC). 2006-11-08 17:22:55 +00:00
bmah
d35f543b80 Updated release note: em(4) 6.2.9. 2006-11-04 02:01:52 +00:00
ru
8e246ecb79 The AUTO_KEYBOARD_DETECT is useful on amd64 as well. 2006-10-24 21:00:49 +00:00
ru
8639af2608 Remove hint.atkbd.0.flags="0x1" from the installation device.hints;
kbdmux(4) is available during install and should take care of USB
keyboards.
2006-10-24 20:52:06 +00:00
bmah
0efe114a99 MFCs noted: libpcap 0.9.4, tcpdump 3.9.4. 2006-10-21 14:06:34 +00:00
bmah
aa77014145 Remove security/freebsd-update from package split; it's now in the
base system.

Pointed out by:	kris
2006-10-17 13:50:22 +00:00
bmah
4f58850009 New release notes: mrouted(8) de-orbit.
MFCs noted:  i386 bootloader/nextboot.conf fix, atausb, ARM toolchain.

Other updates:  tzdata2006n, GNOME 2.16.1.
2006-10-14 13:46:00 +00:00
delphij
6348fa8440 Add powerpc stuff. 2006-10-11 07:52:54 +00:00
delphij
35b941feb6 Sync with latest English revisions.
Obtained from:	The FreeBSD Simplified Chinese Project
2006-10-11 07:49:07 +00:00
bmah
e36fa6ead3 New release note: SA-06:22.openssh. 2006-10-08 00:22:20 +00:00
bmah
4ddba1a166 New release notes: IPv6 link-local addresses now enabled with
ipv6_enable, ng_tag(4) (+MFC)

Modified release notes:  Rewritten ipfw(4) tablearg note, OpenSSH
4.4p1 (+MFC), OpenSSL 0.9.8d, OpenBSM 1.0alpha12.

MFCs noted:  ipfw(8) tag/untag/tagged,
2006-10-07 14:49:45 +00:00
joel
09a0f85203 Regenerate for snd_spicds(4), snd_emu10kx(4) and snd_envy24ht(4). 2006-10-01 13:14:07 +00:00
joel
0eb3e47712 Regenerate for snd_hda(4). 2006-10-01 11:54:32 +00:00
bmah
a69979a725 New release notes: SA-06:21.gzip, SA-06:23.openssl. 2006-09-28 15:36:59 +00:00