Commit Graph

6128 Commits

Author SHA1 Message Date
Bruce A. Mah
c3bd4749ce Remove a file that should have been removed as part of the hardware notes
reorganization.
2007-06-02 19:32:19 +00:00
Christian Brueffer
c15c9f81c7 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
Bruce A. Mah
631ca44df2 Fix the path to 7.0 online manual pages. 2007-05-29 16:33:24 +00:00
Bruce A. Mah
0e16b5c5a4 New release note: SA-07:04.file.
Update release note:  FILE 4.21.
2007-05-29 16:30:29 +00:00
Bruce A. Mah
083c792063 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
Bruce A. Mah
1bfd9199cf Fix misspelling: s/maintanence/maintenance/
Submitted by:	brueffer
2007-05-28 16:00:21 +00:00
Yoshihiro Takahashi
24935caf39 Remove the restore and chroot command to avoid disk-full error. 2007-05-22 11:32:55 +00:00
Christian Brueffer
684d52da1e Forgot to add hptiop(4) here. 2007-05-21 18:35:40 +00:00
Bruce A. Mah
7229ab21b7 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
Xin LI
345407a9a1 Mention gcc 4.2.0 import. 2007-05-19 13:04:07 +00:00
Christian Brueffer
16d3037df8 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
Bruce A. Mah
355799f41f 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
Bruce A. Mah
c924577296 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
Bruce A. Mah
81c73c59ce 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
Christian Brueffer
2308d23a4e Autogenerate hardware notes for hptiop(4). 2007-05-11 22:58:09 +00:00
Christian Brueffer
9a0db857bb 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
Xin LI
113ca08427 We need four disks these days, so reflect this.
Pointed out by:	phk
PR:		docs/112571
2007-05-10 12:51:08 +00:00
Ken Smith
eb173edb43 The amd64 monthly snapshots began overflowing disc1 (and that's without any
packages...).
2007-05-10 12:04:29 +00:00
Christian Brueffer
d371e44cc1 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
Rong-En Fan
710c8e4fd3 - Add top '-j' switch
Reviewed by:	brueffer
Approved by:	delphij (mentor, implicit), brueffer
2007-05-04 15:25:05 +00:00
Christian Brueffer
5b60daec90 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
Bruce A. Mah
05f17943bb Minor correction: s/sg/scsi_sg/ 2007-04-28 14:27:30 +00:00
Bruce A. Mah
505e40db14 New release note: FreeBSD-SA-07:03.ipv6. 2007-04-28 13:49:06 +00:00
Yaroslav Tykhiy
2421425c45 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
Gregory Neil Shapiro
25839b7051 Remove release note about recompiling milters. 2007-04-23 22:48:13 +00:00
Hiroki Sato
a24756d1c8 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
Christian Brueffer
0f29dc52df 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
Gregory Neil Shapiro
c5136f2fc8 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
Christian Brueffer
438a32f8e9 trunk(4) is now lagg(4). 2007-04-17 07:01:45 +00:00
Xin LI
f0f86fcd52 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
Bruce A. Mah
e86582d1e9 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
Bruce A. Mah
95998e0b3b New (but slightly overdue) release notes: snd_envy24ht(4),
snd_spicds(4).
2007-04-14 15:53:37 +00:00
Bruce A. Mah
9d12e72ec2 Modified release note: Reword sg note to make more sense.
Problems pointed out by:	brueffer
2007-04-11 17:45:37 +00:00
Bruce A. Mah
a12f577116 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
Ruslan Ermilov
0e58720d75 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
Gregory Neil Shapiro
482ee864ab sendmail upgraded to 8.14.1 2007-04-09 01:47:58 +00:00
Christian Brueffer
854c06a9bb 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
Hiroki Sato
e48a98a815 Unbreak. 2007-04-07 13:37:39 +00:00
Christian Brueffer
3b42bf84c3 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
Xin LI
343abf0e10 Reflect netcat and bzip2 updates. 2007-03-28 08:13:23 +00:00
Christian Brueffer
9001f88905 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
Xin LI
de5f4525ea Reflect ACPI-CA 20070320 import. 2007-03-23 01:47:04 +00:00
Christian Brueffer
4a36f4ba35 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
Christian Brueffer
76920ee6a9 New release notes: cxgb(4) added.
While here, fix an entity.
2007-03-14 21:31:53 +00:00
Christian Brueffer
36bd29c325 Autogenerate the hardware list for cxgb(4). 2007-03-14 10:52:01 +00:00
Bruce A. Mah
97a77cd84b 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
Bruce A. Mah
601942ae21 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
Bruce A. Mah
8d90f47794 s/filesystem/file system/ in six places for consistency. 2007-03-09 20:16:49 +00:00
Bruce A. Mah
f367fece83 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
Xin LI
f8c639ee65 Mention that BSD gzip was MFC'ed 2007-02-22 05:31:39 +00:00