Commit Graph

6374 Commits

Author SHA1 Message Date
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
bmah
e717e83c45 New release notes: id(1) -a (+MFC), tcpslice removed, ARM binary
generation.

Updated release notes:  KDE 3.5.4.
2006-09-28 14:44:16 +00:00
marck
0585e0af5f Clean obsolete reference to the old NMBCLUSTERS kernel option.
It seems the last reference (modulo manual pages where such obsoleteness
clearly highlighted).

Approved by:	re (bmah - kinda)
MFC after:	3 days
2006-09-18 06:34:51 +00:00
bmah
099d2911f1 MFCs noted: geli(8) data authentication, mount(8) "late" filesystems. 2006-09-16 03:58:07 +00:00
ru
dad5c80c83 Make it possible again to build -CURRENT snapshots on -STABLE.
Reported by:	Angelo Turetta
2006-09-11 13:15:09 +00:00
kris
a3414aa886 Catch up to xchat and samba package changes 2006-09-09 07:25:40 +00:00
ru
c60a940b1d Stop cutting the tarball names to eight symbols. This makes
it possible to e.g. distribute kernels with config names larger
than eight symbols, without the clash.  Previousy, LALALALA
and LALALALA-SMP would be the same tarball.  (I think this
comes from the old days where tarballs were put on the MS-DOS
formatted diskettes.)

MFC after:	3 days
2006-09-08 19:54:37 +00:00
bmah
b99a8efe6d Sigh. Fix name/path to SA-06:20. 2006-09-07 23:49:26 +00:00
bmah
9256155006 MFC noted: lukemftpd from NetBSD snapshot. 2006-09-07 23:41:11 +00:00
bmah
fbeba21c45 New release notes: SA-06:19.openssl, SA-06:20.bind.
Modified release notes:  BIND 9.3.2-P1.

MFCs noted:  GCC 3.4.6.
2006-09-07 18:58:19 +00:00
bmah
37beee947f New release notes: libpcap 0.9.4, tcpdump 3.9.4. 2006-09-05 14:55:31 +00:00
bmah
8c7fe5bd19 New release notes: audit(4) (somewhat belatedly, now that I
marginally understand how this feature works), cp(1) -l (+MFC),
pkill(1)/pgrep(1) to /bin, lukemftpd 20060831.

Updated release notes: OpenBSM 1.0a10 (also do a minor markup fix,
+MFC).

MFCs noted:  OpenBSM userland, freebsd-update(8), rc.d/auditd.
2006-09-02 16:25:50 +00:00
bmah
b0c57c6ba4 New release notes: freebsd-update(8), tip from OpenBSD 20060831,
nanobsd(8) manpage.

MFCs noted:  net.inet.portrange.reserved{high,low} for IPv6, netcat
from OpenBSD 3.9.
2006-08-31 14:47:47 +00:00
bmah
cd7c289ec7 New release note: SA-06:18.ppp (+MFC). 2006-08-29 22:25:22 +00:00
delphij
09893b63ed Note less 394 MFC. 2006-08-29 18:47:09 +00:00
ru
995c93345f Provide the installation script for the lib32 distribution. 2006-08-28 08:13:56 +00:00
ru
a2e565bbc6 Move some historical artefacts into the attic. 2006-08-28 08:12:49 +00:00
ru
22c55c25c4 Allow the DESTDIR to be specified without a terminating slash
(all other install scripts allow this).
2006-08-28 08:08:57 +00:00
ru
c3b8be0a8c Cosmetics. 2006-08-28 08:06:21 +00:00
bmah
ebafba1057 New release notes: GCC 3.4.6, OpenSSL 0.9.8b. 2006-08-27 16:18:09 +00:00
bmah
28f89f9a70 New release notes: amdsmb(4), nfsmb(4), bpf(4) timestamp fix (+MFC),
logger(1) -P (+MFC).

MFCs noted:  em(4) 6.1.4, traceroute(8) -e, traceroute (8) complete
ICMP unreacable decoding.

Modified release notes:  OpenBSM 1.0alpha9.
2006-08-26 14:00:42 +00:00
bmah
b3006313bd New release notes: IPFIREWALL_FORWARD_EXTENDED removed (+MFC),
fsdb(8) btime.

Modified release notes: Changed Xbox note to only point to the
platforms page (there are pointers to additional information
there)...note MFC.

MFCs noted:  IPFilter 4.1.13.
2006-08-24 14:45:56 +00:00
gshapiro
9d8a629628 sendmail 8.13.8 has been merged to other version branches 2006-08-23 03:42:36 +00:00
ru
4d582ffe09 Remove alpha left-overs. 2006-08-22 08:03:01 +00:00
bmah
b1d84ef82b New release note: less v394.
Updated release note:  IPFilter 4.1.13.
2006-08-21 00:59:40 +00:00
gshapiro
153084b4ce Update to sendmail 8.13.8 2006-08-17 05:16:15 +00:00
brueffer
9dd9212e7f - em(4) updated to version 6.1.4
- stge(4) merged
2006-08-11 12:32:43 +00:00
yar
209e4786e7 Commit the results of the typo hunt by Darren Pilgrim.
This change affects documentation and comments only,
no real code involved.

PR:		misc/101245
Submitted by:	Darren Pilgrim <darren pilgrim bitfreak org>
Tested by:	md5(1)
MFC after:	1 week
2006-08-04 07:56:35 +00:00
brueffer
f4c396a7b5 Note hardware supported by powerpc, based on GENERIC. 2006-07-31 17:04:28 +00:00
brueffer
c5930e848f Mark two more items as merged. 2006-07-31 16:49:25 +00:00
marcel
5fe81da396 Add the bones for PowerPC release documentation. This has been
derived from ia64.
2006-07-31 01:32:30 +00:00
marcel
1346dae68e Add proc-ia64.sgml to SRCS (uncomment). 2006-07-31 01:27:16 +00:00
simon
daffbae80e - Add more debugging information to make it simpler to understand
what's going on in cases where the "state engine" doesn't act as
  expected, e.g. in the case of a list not being closed in the manual
  page being parsed.
- Bump copyright year.

MFC after:	1 week
2006-07-28 20:23:03 +00:00
bmah
ac9fb55e40 MFC noted: minidumps. 2006-07-25 21:48:28 +00:00
bmah
e18f138763 New release notes: acpi_thermal(4) temperature overrides, interface
groups, mount(8) late/-l, FILE 4.17.

Modified release notes: Improved padlock(4) crypto support (+MFC),
OpenBSM 1.0alpha7.
2006-07-25 21:30:58 +00:00
bmah
2bff479b50 New release notes: snd_emu10kx(4), nfe(4), stge(4), enc(4) (+MFC),
sysinstall(8) title (+MFC).
2006-07-25 16:01:46 +00:00
brueffer
a6e211d54a Autogenerate hardware notes for stge(4). 2006-07-25 05:13:53 +00:00
bmah
b3ec1c62c6 New release notes: iwi(4) update (+MFC), jexec(8) -u/-U (+MFC),
extensible printf(3) (+MFC), tail(1) -q (+MFC)

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

MFCs noted:  ath(4) et al. in GENERIC, resolver update, /media.
2006-07-24 03:58:53 +00:00
yar
a9e5b781db Note the overhaul of asf(8). 2006-07-22 12:52:51 +00:00
bmah
8417ca673b Fix grammar and style nits starting in the network interface section
and continuing through the end of this document.
2006-07-02 01:58:33 +00:00
bmah
cfa2c683ae More grammar / wording nit fixes, starting in the boot loader section
and continuing through the multimedia support section.
2006-07-01 15:14:37 +00:00
keramida
0245757336 Fix a minor typo in rev 1.950 2006-06-26 12:12:09 +00:00
hrs
f61246e88e New release notes:
apm(4) suspend/resume support improvement,
	read(2) vn lock now protected by FOFFSET_LOCKED flag,
	cardbus(4), pccard(4), pccbb(4), and exca(4) buildable as KLDs,
	midi(4) driver added again,
	ath(4) and related drivers included in GENERIC by default,
	wi(4) builable as KLD,
	wlan_*(4) crypto drivers included in GENERIC by default,
	ipfw(4) tag/untag keyword support,
	the default retransmit timer for NFS over TCP changed to 60s,
	the default value of vfs.nfs.iodmin changed to 0,
	numeric arguments for find(1) -user/-group now work as expected,
	hccontrol(8) HCI node autodetection,
	id(1) prints euid with gid,
	kdump(1) can print syscall flags in symbol names,
	"mount -u -o rw" on read-only mount now works as expected,
	sed(1) incorrect calculation of pattern space length fixed,
	time(1) SIGINFO support added,
	rc.d/mdconfig added,
	DRM updated to a snapshot as of 20060517,
	/media directory for removable media mount points added,
	pc98 release CDROMs now boolable, and
	kernel subsystem API doc generating framework with doxygen added.

Reviewed in part by:	bmah
2006-06-25 12:33:57 +00:00
bmah
9c58ddf0f8 Various wording nits (hopefully resulting in net improvements) to the
main kernel section.
2006-06-19 02:55:27 +00:00
bmah
14660276ae Minor tightening up of release notes:
Delete two release notes related to the kern.elf*.can_exec_dyn that
seemed to cancel each other out.

Consolidate two notes related to BPF JIT.

Delete note about fixing CHECKSUM.MD5 bug; no released versions of
FreeBSD shipped with it.
2006-06-18 21:32:26 +00:00
bmah
0a017b05be Put several notes in the right place: Move an arp(8) note from kernel
to userland.  Move all of the items in the Kernel contrib section to
the top-level contrib section.

All of the moved items are unchanged with respect to their actual
contents.
2006-06-18 21:13:28 +00:00
bmah
fb68c3bcd7 New release note: COMPAT_43 removed from GENERIC.
Updated release note:  MPSAFE-ness of NFS includes the client code.
2006-06-18 16:36:51 +00:00
bmah
23876e837f New release notes: SCHED_CORE, snd_envy24(4), better traceroute(8)
ICMP unreachable decoding, Linux emulation now FC4 (+MFC).

MFCs noted:  ipmi(4), cm(4) MPSAFE, nve(4) ALTQ, sk(4) MPSAFE,
2006-06-18 04:48:11 +00:00
brueffer
ec1f5f0be1 Add snd_envy24(4). 2006-06-17 17:10:39 +00:00
bmah
3ce64fb1c5 MFCs noted: pc98 CDROM bootloader, linsysfs(5). 2006-06-17 04:54:00 +00:00
hrs
ef0d23a36f - Document FreeBSD-SA-06:17.sendmail.
- Split an item of sendmail import since 8.13.7 is not merged yet.
2006-06-14 16:53:35 +00:00
gshapiro
23535bd6c4 Record sendmail 8.13.7 import 2006-06-14 16:34:39 +00:00
brueffer
b692e05a44 Change the myri10ge dev entity and all consumers to mxge. 2006-06-14 15:32:50 +00:00
bmah
9da3d15edd FreeBSD/sparc64 supports the Ultra1 (with a serial console) on (at
least) 6.1-RELEASE, so move it to the "supported" list.

Submitted by:	Gheorghe Ardelean ardelean at ww.uni-erlangen.de
2006-06-13 17:49:33 +00:00
bmah
4485b1a169 Update release note: KDE 3.5.3. 2006-06-12 01:38:49 +00:00
bmah
ef6b6a406e New release notes: i386 boot loader corruption fix, my(4) ALTQ
support, geli(8) data authentication and option flag change,

MFCs noted:  du(1) -n, getent(1).

Updated release notes:  OpenBSM 1.0a6, new manpage (device_get_sysctl(9)).
2006-06-10 14:49:44 +00:00
cperciva
30baa7af53 When deleting empty directories prior to building the release tarballs,
pass the "-empty" flag to find(1).  This change has no effect other
than to get rid of a few pages of "rmdir: ...: Directory not empty"
error messages.  (Note that the "-empty" flag has been supported by
find(1) since 4.3-RELEASE.)
2006-06-09 03:40:04 +00:00
bmah
7bd2588031 Swing URLs to security advisories over to security.FreeBSD.org. 2006-05-31 23:49:51 +00:00
bmah
1fbe0b411e New release notes: SA-06:15, SA-06:16.
Note: We should swing the URLs for all the older security advisories
mentioned here over to the new location on security.FreeBSD.org.
2006-05-31 23:36:15 +00:00
nyan
41349db9d5 Remove the telnet command because of filesystem full. 2006-05-29 12:55:36 +00:00
bmah
25066c8b6b MFCs noted: Support for i386 systems with no AT-style keyboard
controller, jail(8) -s (+ fixed a minor grammo whil here), ls(1) -U,
ntp-4.2.0 manpages.
2006-05-27 14:26:49 +00:00
bmah
9dfa5a2cdb New release notes: ipfwpcap(8), jemalloc.
Modified release note:  Add a missing word in mdmfs(8) -P note.
2006-05-22 20:18:04 +00:00
bmah
7970b16329 New release notes: acpi_dock(4), netcat from OpenBSD 3.9.
Modified release notes:  nve(4) update for altq(4) support.
2006-05-22 00:59:57 +00:00
simon
3b6d7dd9bd - Fix path to sysinstall, it hasn't been in /stand for for some time.
- Put list outside <para> to avoid extra horisontal whitespace in
  output.

MFC after: 1 week
2006-05-20 22:48:54 +00:00
bmah
3f8e400953 New release notes: Removed hard-coded limit on IPv4 multicast group
memberships, linsysfs(5), cached(8), nsswitch.conf now statically
loaded.

Modified release notes:  Note that XFS support is RO, libarchive(3)
extended attributes, don't use entity for usbd(8) removal note.

New manpages noted:  mca(8), sysctl(9).
2006-05-19 23:35:26 +00:00
bmah
9f2c58752f MFCs noted: csup(1) (+ use new manpage entity), dhclient(8)
sends hostname, find(1) birthtime primitives, pkg_add(1) -F.
2006-05-18 19:14:07 +00:00
bmah
09bfd36ae4 New release notes: pcvt(4) gone, pc98 bootable CDROM support
(and bootable CDROM releases), updated NTP manpages.

Modified release notes:  Munged ipfw(4) release note to remove
now-redundant remark about ip6fw going away "in future releases",
noted addition of new ext2fs(5) manpage.
2006-05-18 17:45:46 +00:00
bmah
9578afde43 Remove the rest of the alpha-specific MD release documentation
(release notes and installation guide).
2006-05-18 16:27:53 +00:00
bmah
0e78da40a1 Disconnect alpha hardware notes from RU release documentation
build in an attempt to fix the RU Web site build.
2006-05-17 16:40:06 +00:00
phk
537a82e24b Send the pcvt(4) driver off to retirement. 2006-05-17 09:33:15 +00:00
bmah
c882759537 Don't try to upload alpha-specific docs anymore. 2006-05-16 16:12:45 +00:00
nyan
74372333a6 Make a bootable CD on pc98. 2006-05-16 14:22:37 +00:00
wilko
a95ed1e45a Shoot my own dog :-( 2006-05-15 21:13:55 +00:00
wilko
e0256c2ae0 Prepare to shoot my own dog, decouple the alpha docs from the build. 2006-05-15 21:12:12 +00:00
wilko
6af7d4b2d0 s/alpha/sparc64/ in examples. 2006-05-15 21:10:34 +00:00
brueffer
71a601fe51 New release notes:
- cpufreq(4) support for VIA C7-M processors
- lnc(4) removed
- ip6fw(8) removed
2006-05-14 21:02:25 +00:00
brueffer
a7b86871e5 Remove autogeneration of the lnc(4) hardware list to fix the build. 2006-05-14 20:31:32 +00:00
simon
6fa4d5479b Remove autogeneration of lnc(4) hardware notes before gnn blows it away. 2006-05-14 01:55:06 +00:00
bmah
8ce53ee19e Fix typo in last commit: traceroute(8) -e, not traceroute(8) -c.
Submitted by:	Rong-En Fan grafan at gmail dot com
Pointy hat to:	Thunderbird, for a too-small default font size
Not ready for reading glasses yet:	bmah
2006-05-12 19:31:29 +00:00
bmah
3e0692f899 New release notes: alpha support removed, jail(8) -s, traceroute(8)
-c, tzdata2006g.
2006-05-12 17:04:18 +00:00
bmah
7c592195ba Fix a variety of gram-mos (hopefully I didn't introduce any new
ones).  No (intended) content changes.
2006-05-11 22:55:18 +00:00
bmah
d4be68b92e For some reason, it looks like SA-06:{10,11,12,13} were not mentioned
in HEAD's release notes, even though the issues involved were applied
(and fixed).  Copy their descriptions from one of the RELENG_*
branches (RELENG_5 in this case).

SA-06:08 and SA-06:09 were not applicable to code on HEAD and thus not
mentioned.
2006-05-11 19:17:17 +00:00
bmah
a369d95c56 Bump copyright year on the hardware notes and installation guide.
PR:		97134
Submitted by:	Aron Stansvik
2006-05-11 16:05:41 +00:00
bmah
69be7eb523 MFCs noted: bsdiff(1)/bspatch(1), cmp(1) -h, netstat(1) -h,
"sweeping" ping(8), sh(1) built-in times.

I uncovered these in a sweep of items that need to be merged to
the 5.4 release notes.  It's possible that all of these items
should have been in the 6.1 release notes (not confirmed).
2006-05-11 04:29:08 +00:00
delphij
19638565c7 Correct typo (CIRD -> CIDR) 2006-05-09 06:01:32 +00:00
bmah
60102c00ae New release note: iostat(8) -x/-z [1].
Fix typo:  s/archiecture/architecture/ [2].

Requested by:	maxim [1]
Pointed out by:	ceri [2]
2006-05-08 18:07:36 +00:00
bmah
21509aa60f New release note: find(1) birthtime-related primaries.
Submitted by:	ceri
2006-05-08 17:29:54 +00:00
bmah
eadc068809 New release notes: Linuxulator for alpha removed, em(4) 5.1.5,
bridge(4) removed, dhclient(8) now sends hostname, du(1) -n,
getent(1) added.

Updated release note:  GNOME 2.14.1.
2006-05-08 17:05:31 +00:00
bmah
68fb8bff53 New release note: Dual-core processors handled correctly.
This note is a candidate for the 6.1-RELEASE errata notes (the code
change was previously merged to RELENG_6_1 but this note is appearing
too late to be merged).
2006-05-07 01:06:58 +00:00
bmah
38ac05cfc3 Fix package name typo in KDE3 release note.
Submitted by:	moose - opera - com
2006-05-06 23:51:04 +00:00
hrs
9225e9bd8f New release notes:
bfe(4) + >1GB RAM problem fixed.
2006-04-30 05:22:43 +00:00
nyan
6de3f588ab Fix the acpi.ko path for boot.flp.
PR:		misc/96466
Submitted by:	Nobuyuki Koganemaru
MFC after:	1 day
2006-04-29 14:03:17 +00:00
brueffer
64fbab4133 Autogenerate hardware notes for rr232x(4). 2006-04-28 10:45:28 +00:00
bmah
48b487a719 New release notes: sab(4) removal, non-AT keyboard controller i386
system support, sk(4) MPSAFE.
2006-04-27 20:33:09 +00:00
simon
e4cefd49df sk(4) now also works on sparc64 (as of yongari's recent commits). 2006-04-27 06:08:38 +00:00
bmah
3a23a07688 Fix assorted grammar and punctuation nits. These are a subset of
some fixes that will (very shortly) be committed to RELENG_6_1.

Approved by:	re (hrs)
2006-04-25 15:21:26 +00:00
delphij
e41bbcfa82 Note FreeBSD-SA-06:14.fpu.asc 2006-04-23 20:19:03 +00:00
delphij
10a18d66fb MFen 1.911 -> 1.914
Obtained from:	The FreeBSD Simplified Chinese Project
2006-04-23 09:40:44 +00:00
hrs
7655364649 - Mark MFC'd items.
- Add some missing items:
	snd_ich(4) and snd_es137x(4) MPSAFE,
	bge(4) polling mode support,
	lge(4) MPSAFE,
	glabel NTFS support,
	/var/audit and audit group added,
	snapinfo(8) added, and
	groff 1.19.2 imported.
2006-04-22 23:02:29 +00:00
delphij
50753086ac Mention the minidump feature. 2006-04-21 16:22:01 +00:00
brueffer
a06dffe7af Some grammar/language improvements, more to come. Also note some
merged items.
2006-04-18 19:35:48 +00:00
delphij
0eb8824e8b MFen:
hardware/common/dev.sgml 1.296 -> 1.299
	relnotes/common/new.sgml 1.910 -> 1.911

Obtained from:	The FreeBSD Simplified Chinese Project
2006-04-15 05:32:12 +00:00
brueffer
523b1a35ec bce(4) added and a typo fixed. 2006-04-10 20:30:35 +00:00
brueffer
b99e55a7c9 Autogenerate hardware notes for bce(4). 2006-04-10 20:14:40 +00:00
delphij
bdb7299c15 MFen 1.907 -> 1.910
Obtained from:	FreeBSD Simplified Chinese Project
2006-04-04 17:17:33 +00:00
marcel
20d0f352f4 Add scc(4). 2006-04-02 21:00:17 +00:00
marcel
b6706af623 Remove uart(4) as it's supported on all architectures and that is the
default.
2006-04-02 20:59:40 +00:00
hrs
23153e3ef8 Fix a typo: s/&man.rfcomm.pppd.8;/&man.rfcomm.sppd.1;/. 2006-04-02 18:26:48 +00:00
hrs
b93d36449d New release notes:
hwpmc(4) and pmcstat(8) profiling support for dynamically-loaded
	objects, and pmcstat(8) network logging support added[1].

Fix incorrect entries:
	gmirror/graid3 uses parallel I/O request for synchronization now.
	The parallel I/O request itself has been already supported[2].

Spotted by:	jkoshy[1] and pjd[2]
2006-04-02 14:53:28 +00:00
hrs
f3b6352383 Fix typos and the following incorrect entries:
kbdmux(4) GENERIC support currently in amd64 and i386 only[1],
	uart(4) GENERIC support currently not in pc98[1],
	speaker(4) on amd64 entry needs arch="amd64"[2],
	hptmv(4) update entry needs arch="amd64,i386"[2], and
	OpenSSH 4.3p1 import has not been merged yet[2].

Spotted by:	nyan[1] and delphij[2]
2006-04-02 14:25:12 +00:00
delphij
dc23ed330f MFen 1.903 -> 1.907
Obtained from:	FreeBSD Simplified Chinese Project
2006-04-02 14:14:37 +00:00
hrs
58f202293c Update release notes (round 2, until Mar 2006):
file descriptor handling bug fixed,
	support for copying console messages to remote gdb(1),
	kbdmux(4) now in GENERIC by default,
	scc(4) for generic serial devices added,
	net.inet.ip.portrange.reserved[high|low] for IPv6,
	ata(4) USB mass storage class support,
	gmirror kernel crash dump support,
	gmirror and graid3 parallel I/O request support,
	mfi(4) for LSI MegaRAID SAS controller family added,
	getfacl(1) -q option added,
	gvinum(8) resetconfig sub-command support,
	libarchive(3) tp format support removed,
	libarchive(3) POSIX.1e EA support added,
	libc symbol map added,
	libm symbol map added,
	ls(1) -U option added,
	mdconfig(8) XML device listing support,
	mdconfig(8) -u option now supports comma-separated multiple devices,
	BIND9 DNS resolver library imported,
	strtonum(3) from OpenBSD,
	rc.d/ike removed,
	GNU Readline library updated to 5.1,
	OpenSSH updated to 4.3p1,
	hostapd updated to 0.4.8,
	WPA supplicant updated to 0.4.8,
	zlib updated to 1.2.3,
	pkg_add(1) -F option added,
	portsnap(1) HTTP_PROXY_AUTH handling bug fixed,
	"make showconfig" in src/Makefile added, and
	/etc/src.conf added.
2006-04-02 07:56:48 +00:00
hrs
ff5f53a41f Massive update of the -HEAD release notes (round 1, until Feb 2006):
acpi(4) HPET time counter support,
	acpi_ibm(4) fan control support,
	ddb(4) show lock,
	ddb(4) show sleepq,
	firmware(9) added,
	random(4) MPSAFE,
	new sysctl kern.sigqueue.queue_sigchild,
	brandinfo BI_CAN_EXEC_DYN flag,
	new sysctl kern.forcesigexit,
	RedZone, a buffer corruption protection for kernel's malloc(9),
	security.mac.biba.interfaces_equal for mac_biba,
	POSIX_TIMERS support updated to 200112L,
	initial support for POSIX message queue,
	Xbox support,
	DEFAULTS kernel configuration files for each arch,
	cardbus(4) /dev/cardbus%d.cis device node added,
	ce(4) for Cronyx Tau-PCI/32 added,
	ipmi(4), OpenIPMI (Intelligent Platform Management Interface)
		driver added,
	kbdmux(4) integrated into syscons(4) and kbd,
	uart(4) now in GENERIC kernel,
	uart(4) LOM and RSC support,
	snd_atiixp(4) added and suspend/resume support,
	snd_solo(4) MPSAFE,
	speaker(4) amd64 support,
	uaudio(4) 24/32 bit audio support,
	ath(4) updated to version 0.9.16.16,
	bge(4) Jumbo frame support, big-endian arch support, MPSAFE,
	em(4) updated to version 3.2.18, big-endian arch support,
		performance improvement, suspend/resume support,
	iwi(4) big-endian arch support,
	le(4) for AMD Am7900 LANCE added,
	myri10ge(4) for Myricom Myri10GE adapter added,
	nve(4) updated to version 1.0-0310,
	ti(4) big-endian arch support,
	ufoma(4) for FOMA 3G mobile phone in Japan added,
	vgapci(4) stub driver added,
	arp(8) retransmission algorithm revised,
		new sysctl net.link.ether.inet.log_arp_permanent_modify,
		support for -i <if> with -d -a,
	an experimental BPF Just-In-Time compiler added,
	if_bridge(4) span ports support added,
	if_bridge(4) RFC 3378 EtherIP support,
	ipfw(4) now supports action argument substitution from table lookup,
	ng_bpf(4) BPF Just-In-Time compiler support,
	bug related to NFS over TCP reconnection fixed,
	IPV6_V6ONLY now works for UDP,
	amr(4) performance improvement, ioctl support for MegaRaid Tools,
	ata(4) DMA for kernel dump and dumping to ataraid(4) devices,
	ataraid(4) now supports JMicron ATA RAID metadata,
	gmirror and graid3 disconnect_on_failure sysctls added,
	g_md.ko renamed to geom_md.ko,
	mpt(4) SAS HBA and 64-bit PCI support,
	twa(4) updated to 9.3.0.1,
	geli(8) now allows loading keyfiles before root file system is mounted,
	initial support for SGI's XFS added,
	ACPI-CA updated to 20051021,
	DRM updated to 20051202,
	TrustedBSD OpenBSM version 1.0 alpha 5 imported,
	bsnmpd(1) Host Resources MIB in RFC 2790 support,
	config(8) "nocpu" directive added,
	config(8) now reads DEFAULT if any before the specified config file,
	csh(1) NLS catalog support,
	csup(1), CVSup-compatible client written in C imported,
	devd(8) -f option,
	ftpd(8) change related to PID file creation,
	gbde(8) -k and -K option,
	gpt(8) GPT partition label setting support,
	gvinum(8) now supports to move a subdisk between drives,
	GSS-API version 2 (RFC2743 and RFC2744) implemented,
	jail(8) -J option,
	kdump(1) -H and -s option,
	kgdb(1) -w option,
	libarchive(3) tp format support,
	ln(1) -F option,
	locate(1) -I option,
	mdmfs(8) -P and -E option,
	mergemaster(8) -A option,
	mount(8) "nodev" option removed,
	netstat(1) IPsec protocol stats support,
	periodic(8) daily gmirror, graid3, gstripe, gconcat support,
	pkill(1) -I option,
	rfcomm_pppd(8) -c servicename support,
	rtld(1) ELF symbol versioning support,
	sh(1) "times" built-in command support,
	truss(1) -s option,
	truss(1) now works on FreeBSD/ppc,
	usbd(8) removed in favor of devd(8),
	xargs(1) -r option,
	rc.d/auditd added,
	rc.d/bluetooth, rc.d/hcsecd, rc.d/sdpd added,
	rc.d/ftpd added,
	rc.d/hostapd added,
	rc.d/netif ipv4_addrs_<ifn> support,
	rc.d/rcconf.sh removed and early_late_divider variable added,
	rc.initdiskless now uses tar(1) instead of pax(1),
	rc.d/pccard removed,
	rc.d/ppp-user added (renamed from ppp),
	removable_interfaces variable removed,
	bsnmpd updated from 1.11 to 1.12,
	pkg_add(1) -P option,
	pkg_add(1) and pkg_create(1) -K option,
	pkg_create(1) -x, -E, and -G options,
	local_startup directory now evaluated by rcorder(8) with
		scripts in the base system,
	suffix of startup scripts removed,
	variables "ldconfig_local_dirs" and "ldconfig_local32_dirs" added,
	@cwd in pkg-plist now allows no directory argument, and
	CHECKSUM.MD5's checksum in CHECKSUM.MD5 problem fixed.
2006-04-01 20:55:21 +00:00
brueffer
d025471a6a Autogenerate hardware notes for mfi(4). 2006-03-29 21:10:45 +00:00
gshapiro
4b284418b1 Spaces to tab 2006-03-29 07:50:58 +00:00
gshapiro
aa6e893e00 Add sendmail 8.13.4 -> 8.13.6 release note entry. 2006-03-29 07:48:45 +00:00
ru
4bbdee9e8f Assert that /dev/null is a character device in a chroot early. Otherwise,
we might get surprises later, like /dev/null having error in the 4th line
reported by make(1).  :-)

Tested by:	Dmitriy Kirhlarov (who attempted to make release in a jail)
2006-03-23 07:48:58 +00:00
sam
a2c94cecc0 make sure install scripts are executable
Submitted by:	Ceri Davies
2006-03-21 15:50:08 +00:00
sam
bf38dd21fa correct install location
Submitted by:	Ceri Davies (slightly modified)
2006-03-21 15:49:03 +00:00
ru
270427ac5b Extend coverage of the MK_IPX build option to the following:
- <netipx> headers [1]
- IPX library (libipx)
- IPX support in ifconfig(8)
- IPXrouted(8)
- new MK_NCP option

New MK_NCP build option controls:

- <netncp> and <fs/nwfs> headers
- NCP library (libncp)
- ncplist(1) and ncplogin(1)
- mount_nwfs(8)
- ncp and nwfs kernel modules

User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP.

[1] <netsmb/netbios.h> unconditionally uses <netipx> headers
so they are still installed.  This needs to be dealt with.
2006-03-20 14:24:58 +00:00
ru
5f8b6d3c5a Convert NO_PROFILE and NO_LIB32 to new style. 2006-03-18 21:37:05 +00:00
ru
388e590f95 Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html

The src.conf(5) manpage is to follow in a few days.

Brought to you by:	imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
ru
b62a05af93 Remove NO_SENDMAIL leaked from the days when building non-crypto
stuff for release was evil.
2006-03-17 09:43:39 +00:00
kensmith
c3dbfad35e First pass at trimming package set down. Disc2 is still too big
even with this but we're still deciding exactly what to do about
that.
2006-03-17 02:05:46 +00:00
kensmith
c82f5e5987 The ltmdm port is marked as NO_PACKAGE now. 2006-03-16 17:24:27 +00:00
sam
2184e17621 fix handling of default kernels
Reviewed by:	ru
2006-03-11 18:59:16 +00:00
nyan
3b59efd81b Disable an SMP detection on pc98. 2006-03-10 12:18:41 +00:00
ru
c7c425a278 Fix this to what I've actually submitted. 2006-03-09 17:55:08 +00:00
sam
68d84579df handle KERNELS as before
Submitted by:	ru, andrew
2006-03-09 17:11:17 +00:00
sam
d8de19b5bd kernel install script (missed in previous commit) 2006-03-08 18:03:09 +00:00
sam
fa1fbfedc2 Revamp base system packaging of kernels to enable up/smp selection
at runtime and to support distributing additional kernels:
o remove kernel from the base tarball
o add new kernel tarballs
o build + package both SMP and GENERIC kernels when an <arch>/conf/SMP
  config file is present
o add sysinstall support for multiple kernels
o update sysinstall to probe for the number of cpus on a system
  and auto-select smp/up kernel accordingly
o add a post-kernels install hook to fixup /boot/kernel
o add -ldevinfo to boot crunch for sysinstall's cpu probing logic

Notes:
1. On HEAD this code is not currently used because GENERIC kernels
   include SMP.  This work is mainly intended for RELENG_6 where the
   GENERIC kernel is UP.  If HEAD changes to match then just enable
   WITH_SMP in sysinstall/Makefile.
2. The cpu probing support is done with acpi and MPTable; this means
   some systems will require work for auto-detection to work.
3. The handling of /boot/kernel may need to be revisited; for now
   we rename one kernel at the last moment (SMP if installed, otherwise
   GENERIC).  There are other, possibly better, approaches.

Lots of help from ru, emaste, scottl, and jhb.
2006-03-08 18:02:32 +00:00
delphij
5618e999c9 Correct a couple of typos.
Obtained from:	The FreeBSD Simplified Chinese Project
2006-03-07 02:29:21 +00:00
delphij
1c3a29897c Bring the zh_CN.GB2312 translation for -HEAD up-to-date with the English
Revisions.

Obtained from:	The FreeBSD Simplified Chinese Project CVS
2006-03-05 15:07:57 +00:00
bmah
a2855839d0 Remove OpenSSH and sendmail update notes; these updates were already
present in 6.0-RELEASE and shouldn't be noted here.
2006-02-26 21:48:50 +00:00
hrs
9bd91adbd8 Remove &release.prev.historic;. 2006-02-26 04:57:17 +00:00
hrs
234bd7650d Update version numbers in &release.*;. 2006-02-23 06:15:56 +00:00
bmah
9b942bc060 New release notes: GNOME 2.12.3, KDE 3.5.1, Perl 5.8.8, X.org 6.9.0.
MFCs noted:  OpenSSH 4.2p1, sendmail 8.13.4.
2006-02-21 07:39:11 +00:00
bmah
31ce6d9821 Add semicolons on the end of some "&merged;" entity usages.
Fortunately this was fairly harmless.

Rusty SGML:	bmah
2006-02-20 23:06:57 +00:00
brueffer
81ad9cc48b Enable automatic hardware notes generation for myri10ge(4). 2006-02-20 21:46:54 +00:00
bmah
8dc8cda8b1 Pick some low-hanging release notes fruit from cvs imports.
New release notes:  BIND 9.3.2 (+MFC), IPFilter 4.1.10, tzdata2005r (+MFC).

Deleted release notes:  libpcap and tcpdump updates (these updates
were actually a part of 6.0-RELEASE and therefore aren't "new"
anymore).
2006-02-09 17:30:13 +00:00
hrs
8c6fee91db Fix a bug which puts an incorrect checksum of CHECKSUM.MD5
into the CHECKSUM.MD5 file itself.

Approved by:	re (scottl)
MFC after:	3 days
2006-02-08 11:18:29 +00:00
marcel
6770fb20f2 Review and update the processor/chipset specific support. Replace the
dead links to the Itanium and Itanium 2 pages on the Intel site.
2006-02-07 03:34:28 +00:00
marcel
2a4c3e66ba o Review and update the support for devices on ia64.
o  Add uart(4).
o  Remove sab(4) and zs(4) (sparc64 only), as their functionality
   has been takien over by uart(4).

MFC after: 3 days
2006-02-07 03:32:22 +00:00
marcel
9ee2d9db6a Add uart(4).
MFC after: 3 days
2006-02-07 03:25:18 +00:00
bmah
29de4be4fa Add some new release notes for 2006 security advisories:
SA-06:{01,02,03,04,05,06,07}.

(SA-06:08 does not appear to apply to CURRENT.)

Bump copyright date while here.
2006-02-05 20:54:53 +00:00
brueffer
f0efe99773 Autogenerate hardware notes for the ce(4) driver. 2006-02-04 13:42:07 +00:00
luigi
c97f294f76 tweaks to let this configuratio build and run under, e.g., qemu:
- add -lgeom
- use bsdlabel instead of disklabel
- increase image size to 2.88M (plenty of free space left)

note, this is not really a bridge because the old-style
bridging code is not in 7.0 anymore, so the kernel config
file should be changed.
2006-01-31 20:36:01 +00:00
luigi
85c30c453b unbreak the build script.
Instead of using vnconfig/mdconfig it relies on the makefs
port to build the image (UFS1) without need for root permissions.
2006-01-31 20:24:43 +00:00
kensmith
7efbfcbe6a Enable splitting up the MFSROOT floppy on amd64, the contents now overflow
one floppy's worth of space.
2006-01-30 14:24:31 +00:00
marcel
3c99857fa0 Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for the
livecd != disc1 case (i.e. ia64). The line was appended to the
non-existing cdrom.inf file, which was created only later. Move the
line to after the file is created.

MFC after: 1 day
2006-01-29 20:16:25 +00:00
brd
4a6aaf32be - Fix the www build by removing obsolete references to &hwlist.sound;
Approved by:	ceri@
Pointy Hat to:	joel@
2006-01-26 09:37:24 +00:00
joel
64e71c4974 Remove sound since the sound(4) manual page no longer have a
HARDWARE section.

Reviewed by:	brueffer
2006-01-25 21:15:58 +00:00
jhb
2dc20513fe Enable boot floppies for amd64. I just copied the needed variables over
from i386.

Tested by:	Markus Trippelsdorf markus at trippelsdorf dot de
Approved by:	scottl
MFC after:	1 week
2006-01-04 18:02:56 +00:00
nyan
4ad189fab9 Add EXTPORTSDIR like EXTSRCDIR and EXTDOCDIR.
PR:		misc/83287
Submitted by:	Gabor Kovesdan
MFC after:	1 week
2006-01-02 13:29:58 +00:00
nyan
0cacee70e6 Request boot floppy after loading mfsroot floppy because beastie.4th exists
in boot floppy.

Submitted by:	Nobuyuki Koganemaru < n-kogane at syd dot odn dot ne dot jp >
MFC after:	1 week
2006-01-02 07:29:22 +00:00
simon
fd8dcc6063 ti(4) also works on sparc64 now. 2005-12-28 08:35:30 +00:00
brueffer
fdec22285a bge(4) is working on sparc64 now. 2005-12-22 21:46:05 +00:00
iedowse
43534c18af Remove one more reference to usbd.conf. 2005-12-15 01:14:35 +00:00
iedowse
0b71e714c9 Remove usbd(8) and all references to it. It is no longer necessary
since devd(8) now provides the same functionality.

Submitted by:	Anish Mistry
2005-12-15 01:04:51 +00:00
wilko
0979fc49eb Spelling fixes and minor nit.
PR: doc/9035
Submitted by: Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
2005-12-14 19:50:55 +00:00
obrien
89c8690455 Remove the ports version of bsdiff - it is now in the base system. 2005-12-07 22:25:12 +00:00
obrien
c3cf952f91 Remove the ports version of portsnap - it is now in the base system. 2005-12-07 21:41:59 +00:00
jhb
1bc293e380 Clarify that si(4) doesn't support the newer SX+ cards from Specialix/Perle
currently.

MFC after:	3 days
2005-12-01 17:36:39 +00:00
brueffer
4cdb58bc1e Autogenerate hardware notes for snd_atiixp(4). 2005-11-28 16:53:16 +00:00
hrs
e6bd9effd8 Apply arch= selection to the qandatoc mode. This fixes
link generation with no actual target.

Reported by:	Tim Witthoeft (tim.witthoeft at gmail.com)
2005-11-28 06:24:19 +00:00
brueffer
8440fd5c8b em(4) works on all archs now, so this can be removed. 2005-11-09 22:05:41 +00:00
ru
7e7e386e61 Be cross-arch friendly. 2005-11-03 07:27:50 +00:00
kensmith
7cc0bf63f6 It had been noticed disc2 was overflowing earlier but committing the
fix slipped through a crack.  Remove the apache and php packages under
the assumption someone installing a Web server has network access and
doesn't *need* the packages on disc2.

This will be insta-MFCed...
2005-11-03 00:23:13 +00:00
wilko
6f668926f3 Small changes in the AlphaStation 200 and PC14 area. PC164 SRM does
not work with 53C896 SCSI chips.

Submitted by: Owen Mann <owen@mann.org>
2005-11-02 22:18:47 +00:00
hrs
e9bc61e47f New release notes:
hw.pci.do_powerstate change,
	FreeBSD/ia64 SMP support,
	a kernel config for MAC added,
	tnt4882(4) driver added,
	agp(4) now supports ATI IGP chipsets,
	re(4): D-Link DGE-528(T) Gigabit Ethernet card support,
	aac(4): Adaptec 2610SA SATA-RAID controller support,
	ata(4): ITE IT8211F, PDC40718, and PDC40719 support,
	hptmv(4) update: amd64 and PAE support,
	gpt(8) GPT partition label support,
	kenv(1) and sysctl(8) -q flag added,
	libedit updated,
	rpcgen(1) now generate ANSI C code instead of K&R style, and
	OpenSSH 4.0p1->4.2p1.

Update release notes:
	Fix an entry about ifconfig_<ifn> NOAUTO keyword.
2005-10-31 16:52:11 +00:00
obrien
224c07ee55 Remove information on nVidia nForce3 Pro-150 chipset to match GENERIC change. 2005-10-27 19:07:35 +00:00
delphij
a7925ad2d6 MFen: 1.883.2.7 -> 1.883.2.8
MT6 candidate

Obtained from:	The FreeBSD Simplified Chinese Project
2005-10-27 17:35:48 +00:00
ru
8bd59b71f5 Refactor (some more) installation of kernel and module objects.
Try to make everyone happy: David (to have debug kernels installed
by default), Warner (to be able to override that), and myself (for
actually making it all work and to be consistent).

Now, if kernel was configured for debugging (through DEBUG=-g in
the kernel config file or "config -g"), doing "make install" will
install debug versions of kernel and module objects with their
canonical names,

	kernel.debug -> /boot/kernel/kernel
	if_fxp.ko.debug -> /boot/kernel/if_fxp.ko

Installing a kernel not configured for debugging, or debug kernel
with INSTALL_NODEBUG variable defined, will install non-debug
kernel and module objects.

Also, restore the install.debug and reinstall.debug targets that
are part of the existing API (they cause some additional gdb(1)
scripts to be installed).
2005-10-25 09:05:07 +00:00
brueffer
2feaf16457 snd_es137x now works on sparc64. 2005-10-25 04:32:42 +00:00
joel
8554bc13f1 The snd_via8233(4) support on amd64 isn't something new. Remove it.
Reviewed by:	hrs
2005-10-14 18:12:18 +00:00
delphij
78d47913b7 Better translation: language improvements, typos, etc.
Submitted by:   BSDunix at newsmth org,
		carplee at newsmth org,
		ThunderW at newsmth org (in part)
MFC After:	1 days
2005-10-14 16:25:53 +00:00
yar
fdd8275882 New release notes:
ifconfig(8) -tunnel parameter,
	interface argument to ifconfig(8) -vlandev deprecated.

The changes already are in RELENG_6, too.

MFC after:	3 days
2005-10-14 09:57:08 +00:00
delphij
bdd607dabc Language nits.
Submitted by:	nukq at newsmth org, me
2005-10-13 17:25:28 +00:00
delphij
3e107f9914 MFen:
errata/article.sgml:		1.72	-> 1.73.2.1
	hardware/amd64/proc-amd64.sgml:	1.3.4.1	-> 1.5.2.1 [dummy merge]
	hardware/common/artheader.sgml:	1.6	-> 1.7
	hardware/common/dev.sgml:	1.277	-> 1.282.2.3
	hardware/common/intro.sgml:	1.6	-> 1.7
	installation/common/artheader.sgml: 1.5	-> 1.6
	installation/common/trouble.sgml: 1.17	-> 1.19
	installation/common/upgrade.sgml: 1.12	-> 1.13
	readme/article.sgml:	       1.31.2.2 -> 1.37
	relnotes/common/new.sgml:	1.849	-> 1.883.2.7
	Makefile:			1.3	-> 1.7

Follow the English revision to remove early adopter guide.

This is intended for a RELENG_6 and RELENG_6_0 merge.

Obtained from:	The FreeBSD Simplified Chinese Project (delphij)
2005-10-12 20:30:39 +00:00
joel
79a0c1cf7a New release notes: snd_mss(4) manual page added. 2005-10-12 12:24:37 +00:00
joel
252f12692e Autogenerate hardware notes for snd_mss(4). 2005-10-10 18:01:18 +00:00
hrs
5fe9e49476 New release notes:
/boot.config -S option,
	comconsole_speed loader tunable,
	debug.mpsafevfs=1 on ia64 by default,
	snd_via8233(4) supported on amd64,
	IPv6 pMTU discovery for multicast packets disabled by default,
	new sysctl: net.inet6.ip6.mcast_pmtu,
		net.inet.icmp.reply_from_interface, and
		net.inet.icmp.quotelen,
	IP_MINTTL socket option,
	ata(4) DMA workaround,
	cmp(1) -h option,
	new functions: pidfile(3), and
		memmem(3),
	netstat(1) -h option,
	pkill(1) -F and -L option,
	powerd(8) -P option,
	removable_interfaces rc.conf variable removed,
	ifconfig_<ifn>, and
	sysinstall(8) default partition size calculation changed.
2005-10-03 17:24:20 +00:00
hrs
e6d490315a New release notes:
gre(4) IPv6 over GRE support,
	ipfw IPv6 support,
	new sysctl net.inet6.ip6.stealth added,
	g_label now supports Ext2FS and ReiserFS,
	bsdiff(1) and bspatch(1) added,
	ping(8) "sweeping ping" support,
	wcsdup() function added,
	rc.d/gbde_swap renamed to rc.d/encswap,
	rc.d/geli and rc.d/geli2 added, and
	portsnap(8) imported.
2005-10-02 21:02:37 +00:00
hrs
57ff4e8e87 New release notes:
acpi_thermal(4) passive cooling support,
	ichsmb(4) unloading bug fixed,
	smbios(4) support on amd64,
	hw.apic.enable_extint added,
	sound(4) improvements,
	MPSAFE: the bottom half of NFS, snd_als4000(4),
		snd_cmi(4), snd_via8233(4), snd_via82c686(4),
		and natm(4),
	GEOM_ZERO class added,
	umass(4) PLAY_* commands support,
	moused(8) -H flag,
	shared library version bump, and
	pkg_version(1) -o and -O flags.
2005-10-02 16:14:41 +00:00
kensmith
33c38db5b6 Add SHA256 checksums to the release build.
Requested by:		cperciva (so)
Reviewed/improved by:	ru
MFC after:		2 days
2005-09-28 12:39:00 +00:00
mlaier
a42af632d8 Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior.

Discussed on:	-arch
Reviewed by:	thompsa
X-MFC-after:	never (RELENG_6 as transition period)
2005-09-27 18:10:43 +00:00
nyan
ebac7c30db Switch from OLDCARD to NEWCARD on pc98. 2005-09-27 13:10:24 +00:00
brueffer
6a696a6eba Fix typo.
PR:		86522
Submitted by:	Stephen Hurd <shurd@sasktel.net>
MFC after:	3 days
2005-09-24 07:07:55 +00:00
brueffer
b548f294bc Add esp(4).
MFC after:	3 days
2005-09-18 16:22:20 +00:00
brueffer
e329b23e49 Sort the list of disk controllers by driver-name. The notable exception is
ata(4), which should stay on top.

MFC after:	3 days
2005-09-18 08:14:16 +00:00
brueffer
a528c6e560 Sort the list of ethernet devices by driver-name.
MFC after:	3 days
2005-09-18 07:46:05 +00:00
brueffer
a12862b193 Don't claim matcd(4) support, it was removed long ago.
MFC after:	3 days
2005-09-18 07:23:53 +00:00
joel
609346c61e Add cdce(4).
Reviewed by:	brueffer
2005-09-17 09:35:56 +00:00
brueffer
f1160f0b48 Note acpi_sony(4) manpage addition. 2005-09-14 05:50:09 +00:00
brueffer
23fa8aa788 hptmv(4) now works on amd64. 2005-09-08 04:40:11 +00:00
marcel
7f3182e536 Unbreak release builds. Now that NO_INFO also affects the installation
of texinfo and we need makeinfo to build world, we cannot have NO_INFO
anymore when we populate the chroot.
2005-09-07 04:34:11 +00:00
brueffer
fee0bd611a Reword nic driver MPSAFEness entries to be in line with earlier release notes. 2005-09-05 17:16:50 +00:00
brueffer
18756abe45 Document the following:
- VIA PadLock support + merge
- dc, my, pcn, sf MPSAFE + merge
- de, ed, ste MPSAFE
- de converted to busdma(9)
- el removed
- geli(8) committed + merge
- libmemstat(9) merge

MFC after:	3 days
2005-08-30 22:25:22 +00:00
simon
c284a04d0b Remove the el(4) device, which has been retired recently. 2005-08-28 08:20:41 +00:00
gshapiro
826c186366 I must have missed the release note for the sendmail 8.13.4 import. 2005-08-28 04:43:48 +00:00
joel
dc54325556 New release notes: snd_t4dwave(4) manual page added.
Approved by:	brueffer (mentor)
2005-08-18 19:05:46 +00:00
joel
40be38c996 snd_via8233(4) works on amd64.
Approved by:	brueffer (mentor)
2005-08-16 14:25:12 +00:00
joel
871d7eb888 Auto generate device listings for snd_t4dwave(4).
Approved by:	brueffer (mentor)
2005-08-15 18:10:27 +00:00
hrs
460f6be7f9 New release notes:
New sysctls: kern.malloc_stats and vm.zone_stats,
	mpt(4) improvements,
	ifconfig(8) -k flag,
	libmemstat(3) added,
	libpcap updated to v0.9.1, and
	tcpdump updated to v3.9.1.
2005-07-15 16:38:52 +00:00
hrs
31b1430572 Trim the old relnotes items. 2005-07-15 15:15:20 +00:00
hrs
71c506efea Update version numbers to 7-CURRENT. 2005-07-15 15:14:22 +00:00
kensmith
2797073b67 Adjust for HEAD being 7.0 now.
Approved by:	re (implicit)
2005-07-11 15:50:29 +00:00
scottl
fb0e3fc91b Adapt the mfsroot environment of sysinstall to the needs of the new dhclient.
This involves having passwd bits available so that seteuid("_dhcp") work,
and creating /var/empty so that chroot(_VAR_EMPTY) works.  My gut feeling
is that the better solution is to make privsep and chroot optional in
dhclient, but this works well for now and is low-risk.

Approved by: re
2005-07-11 03:59:25 +00:00
hrs
3748117ee9 MFC:
$jail_<name>_flags for rc.d/jail, and
	pkg_version(1) -I flag.

Approved by:	re (implicitly)
2005-07-10 03:47:00 +00:00
hrs
983982e20a Update release notes:
pc98 also supports ELF kernel crash dump now.

Pointed out by:	nyan
Approved by:	re (implicitly)
2005-07-10 03:33:00 +00:00
hrs
a9a2668bf2 New release notes:
amd64/i386 ELF kernel crash dump,
	snd_csa(4) suspend/resume support,
	ste(4) ALTQ support,
	address family check of routing table added,
	env(1) -v, -S, and -P options added,
	libkvm crash dump support improvement:
		ELF format, >4GB on 32-bit arch, and PAE,
	$jail_<name>_flags for rc.d/jail added, and
	new manual pages: central(4), clkbrd(4), creator(4),
		ebus(4), eeprom(4), fhc(4),  machfb(4), ofw.console(4),
		openfirm(4), openprom(4), rtc(4), and sbus(4).

Update release notes:
	Use &man.ofw.console.4;.

Approved by:	re (implicitly)
2005-07-09 17:26:10 +00:00
den
763d8c7644 Merge the following from the English version:
1.879 -> 1.880 new.sgml

Obtained from:  The FreeBSD Russian Documentation Project
Approved by:    re (scottl)
2005-07-08 14:34:10 +00:00
simon
fba5f3e9b0 Handle .Li macro's with quoted arguments, which is used in the ath(4)
manual page.

Noticed by:	brueffer (long ago)
Approved by:	re (hrs)
2005-07-04 07:48:02 +00:00
bmah
ca20bf4b48 New release notes: SA-05:13.ipfw, SA-05:14.bzip2, SA-05:15.tcp.
Approved by:	re (blanket relnotes)
2005-06-30 18:17:09 +00:00
rushani
c320ca6487 - Retire the Early Adopter's Guide in HEAD.
- Remove following files since their contents are merged into
  relnotes/common/new.sgml years ago.

    relnotes/common/artheader.sgml
    relnotes/common/intro.sgml
    relnotes/common/upgrading.sgml

Approved by:	re (hrs)
2005-06-30 16:26:24 +00:00
rushani
4b8b1f028b Use consistent translation for the word ``interface''.
Approved by:	re (hrs)
2005-06-30 12:54:57 +00:00
rushani
f32ea9c229 Merge the following from the English version:
1.3  -> 1.7	Makefile
	1.65 -> 1.73	errata/article.sgml

Approved by:	re (hrs)
2005-06-30 12:54:30 +00:00
den
537cec74f8 Update Russian override of dev-auto.sgml
Obtained from:  The FreeBSD Russian Documentation Project
Approved by:    re (blanket)
2005-06-30 12:07:29 +00:00
den
d05041d6f2 Merge the following from the English version:
1.278 -> 1.282 hardware/common/dev.sgml
   1.31 -> 1.32 installation/common/install.sgml
   1.17 -> 1.19 installation/common/trouble.sgml
   1.6 -> 1.7 installation/common/artheader.sgml
   1.845 -> 1.879 relnotes/common/new.sgml
   1.36 -> 1.37 readme/article.sgml

Obtained from:	The FreeBSD Russian Documentation Project
Approved by:	re (blanket)
2005-06-30 11:35:03 +00:00
bmah
a4a984e930 Fix grammar and markup nits, do some wordsmithing.
Approved by:	re (blanket relnotes)
2005-06-30 04:55:46 +00:00
rushani
9965deb378 Merge the following from the English version:
1.5   -> 1.7	hardware/common/artheader.sgml
	1.269 -> 1.281	hardware/common/dev.sgml

Update a Japanese override of dev-auto.sgml.

Approved by:		re (hrs)
Based on work by:	Ryusuke Suzuki <ryusuke at nucl.sci.hokudai.ac.jp>
2005-06-27 17:48:20 +00:00
rushani
2fe3f17457 bs driver was already removed.
Approved by:	re (hrs)
Reviewed by:	nyan
MFC after:	1 week
2005-06-27 14:54:49 +00:00
hrs
99c209b9e5 Document floppy disk based installation is not supported
on FreeBSD/sparc64 now.

Pointed out by:	Brett D.Estrade (estrabd at mailcan dot com)
Approved by:	re (implicitly)
2005-06-24 09:07:04 +00:00
hrs
05982b88ff New release notes:
OpenPAM Figwort release.

Approved by:	re (implicitly)
2005-06-19 12:38:18 +00:00
brueffer
6e375597a8 Whitespace cleanup from last commit.
Translators can ignore this.

Approved by:	re (blanket)
2005-06-16 22:22:05 +00:00
brueffer
a6a7e77dcc Limit entries to their respective architectures. We don't need e.g.
ISA troubleshooting in the amd64 installation guide.

Also note that amd64 and ia64 use ACPI.

Approved by:	re (blanket)
MFC after:	3 days
2005-06-16 22:19:05 +00:00
ru
73ab2fc036 Provide 32-bit runtime support on amd64 as a separate distribution, lib32.
Prodded by:	obrien
Nodded by:	peter
Approved by:	re
2005-06-16 18:16:14 +00:00
wilko
4e08bea182 Update hardware support. Add note on TGA. Remove DEFPA FDDI (it did
not work when I last tried).  Tell people to not spend money on anything
less than EV5 machines.

Approved by: re (blanket)
2005-06-15 19:41:24 +00:00
hrs
16a91a2b06 Update release notes:
hostapd v0.3.9,
	sendmail OSTYPE(freebsd6) support,
	WPA Supplicant v0.3.9, and
	new manual pages: bus_space(9) and pmap_page_init(9).

Approved by:	re (implicitly)
2005-06-15 16:17:28 +00:00
wilko
670888f81f Empty CMOS batteries can cause agony with your AlphaBIOS versus
SRM selection.

Found out the hard way by: gallatin
Approved by: re (scottl)
2005-06-14 17:38:46 +00:00
hrs
1ad4fd1131 New release notes:
security.jail.getfsstatroot_only
	--> security.jail.enforce_statfs renamed,
	struct ifnet change,
	acpi_ibm(4) improved,
	atkbdc(4) cleanup,
	arkbdc(4), syscons(4), and so on, enabled by default on sparc64,
	hwpmc(4) MI support,
	ng_tcpmss(4) added, and
	rexecd(8) removed.

Approved by:	re (implicitly)
2005-06-12 08:55:59 +00:00
hrs
c8414d76dd Document SA-05:10, SA-05:11, and SA-05:12.
Approved by:	re (implicitly)
2005-06-11 17:27:14 +00:00
hrs
89e23148a0 Fix section number of hostapd(8) and wpa_supplicant(8).
Noticed by:	brueffer
Pointy hat to:	hrs
2005-06-08 12:57:47 +00:00
hrs
673a7bc2af New release notes:
ichsmb(4) kernel module available,
	ifconfig(8) now supports if_bridge(4),
	link state change notification sent to /dev/devctl,
	_dhcp user/group added,
	NetBSD specific rc.d scripts removed,
	OpenBSD dhclient imported,
	hostapd v0.3.7 imported,
	WPA Supplicant v0.3.8 imported, and
	pkg_create(1) -R flag added.

Update release notes:
	Move "sendmail 8.13.4 import" to the userland changes section.
2005-06-08 08:26:54 +00:00
gshapiro
d6ef574608 Note the sendmail 8.13.4 upgrade. 2005-06-07 04:20:57 +00:00
bmah
caca2c00d0 New release notes: if_bridge(4).
Updated release notes:  OpenSSH 4.1p1.
2005-06-05 16:16:31 +00:00
hrs
a16be59a83 Remove trailing whitespaces. 2005-06-03 18:42:47 +00:00
hrs
100c110231 New release notes:
FreeBSD/i386 and /amd64 always use the local APIC timer even
	on an UP system,
	vm.blacklist tunable added,
	ipfw now supports IPv4 only rule,
	struct netent and getnetbyaddr(3) POSIX conformance and
        the ABI breakage on 64-bit platforms, and
	GNU GCC 3.4.2-prerelease --> 3.4.4.

Update release notes:
	more machine-specific optimized version of math functions.
2005-06-03 18:37:16 +00:00
hrs
7f33e6190e New release notes:
syscons VESA support,
	libpcap v0.8.3 --> v0.9.1 (alpha 096), and
	TCPDUMP v3.8.3 --> v3.9.1 (alpha 096).
2005-05-30 16:51:57 +00:00
nyan
60404b146a Enable ReiserFS note on pc98. 2005-05-28 12:41:55 +00:00
bmah
1752550f92 Move sed(1) -l release note to the right section. Don't know what I
was thinking (was I thinking?) when I wrote this.
2005-05-26 14:41:20 +00:00
bmah
ae2bed2f5d New release notes: autoboot_delay -1 (+MFC), NgATM 1.2, texinfo 4.8,
pkg_version -I.

Modified release notes:  bsnmp 1.9, new manpages (devfs.conf(5),
devfs.rules(5), pthread_atfork(3)).

Other MFCs noted:  sed(1) -l.
2005-05-26 14:38:16 +00:00
brueffer
5462c4601d New release note: Read-only support for ReiserFS. 2005-05-26 10:48:35 +00:00
bmah
5807bfe46b Consolidate some release notes items regarding new manual pages
and add some entries for recently-added sound manual pages.

Submitted by:	joel
Reviewed by:	bmah, hrs
2005-05-24 03:14:46 +00:00
brueffer
7bf24bd4ee New release notes:
- uftdi(4) supports the FTDI FT2232C chip.
- bge(4) support for several new chips. (merged)

Note merges:

- uaudio(4) sync
- dc(4) polling
- xl(4) polling
- ixgb(4) MPSAFE
2005-05-23 11:31:26 +00:00
grehan
c14acaa6c1 Make the liveCD separate ala ia64 - the combined live/install is
too large.
2005-05-23 03:14:56 +00:00
bmah
8bca4a05ce New release notes: gethostby*(3) thread-safe (+MFC), getnetby*(3)
thread-safe (+MFC).
2005-05-23 02:37:35 +00:00
bmah
f1502e3f51 MFCs noted: New ndisulator driver generation procedure, getproto*(3)
thread-safe, getserv*(3) thread-safe, kldstat(8) -m, default stack
size increases.
2005-05-22 18:24:31 +00:00
brueffer
06e765f1c4 Sort the sound section by driver name. The exception to this is sound(4),
which is the master driver and will hopefully be renamed to snd(4) soon.
2005-05-22 17:12:42 +00:00
brueffer
1b293be320 - Autogenerate device listings for sound(4) aka pcm(4)
- Rename the Audio Devices section into Sound Devices, this is more
  in line with out sound and snd_* drivers

MFC after:	1 week
2005-05-22 17:04:04 +00:00
bmah
57f2e12fca New release notes: libalias as kernel module, ng_nat(4), sed(1) -l,
ATA mkIII, chflags(1) -h, kldstat(8) -m, what(1) -q, GNU grep patches
from Fedora.
2005-05-20 04:19:56 +00:00
brueffer
369465f2f2 Add nve(4). 2005-05-19 15:01:44 +00:00
brueffer
d8f8404534 Directly link to the nve(4) manpage. 2005-05-19 14:59:21 +00:00
bmah
2c7980531b SA-05.09.htt only applies to i386 and amd64, so conditionalize
appropriately.
2005-05-19 14:43:20 +00:00
bmah
250ff0b438 Catch up on some low-hanging fruit...
New release notes: SA-05:09.htt, awk 20050424, bzip2 1.0.3, libregex
from a glibc CVS snapshot, pf from OpenBSD 3.7.

Updated release notes:  lukemftp 20050219.
2005-05-19 14:33:44 +00:00
ru
ff45a05153 Strip the initial world some more. 2005-05-17 14:24:33 +00:00
ume
e33ba03345 NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 defines
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
2005-05-13 16:31:11 +00:00
brueffer
f87e173dbd Link to the new acpi_ibm(4) manpage. 2005-05-07 13:46:20 +00:00
bmah
6e0ff8ec55 Revised release note: Corrected advisory name of SA-05:07.ldt. 2005-05-06 23:16:55 +00:00
simon
6cf7e8d0cc Document FreeBSD-SA-05:06.iir, FreeBSD-SA-05:07.ldt, and
FreeBSD-SA-05:08.kmem.
2005-05-06 11:46:31 +00:00
murray
cdeeff2e1d Use smart quote entities instead of double ``ticks'' to create more
aesthetically pleasing HTML output.

Tested with:		mozilla, opera, lynx, links
Problematic with:	w3m
Reviewed by:		remko, keramida
2005-05-05 17:10:37 +00:00
marcel
022ad7817e Put gnome-lite and kde-lite on disc2 for ia64. The full gnome and kde
packages is causing the disc2 ISO to overflow in excess of 100MB.

MFC after: 2 days
2005-05-03 05:37:09 +00:00
marcel
77cf565ad3 Remove only the packages sub-directory before recreating it. Do not
remove the whole disc treei structure. This allows one to specify the
disc trees created by a prior release build (under R/cdrom) as the
destination without destroying the contents. This better integrates
with release building and makes further automation easier.

MFC after: 2 days
2005-05-03 04:19:07 +00:00
marcel
de52a12225 Allow specifying which INDEX file to use by setting PKG_INDEX. By default
the INDEX file is taken from the package source tree as defined by the
PKG_TREE variable. This change allows using the (possibly incomplete)
packages on pointyhat.

MFC after: 2 days
2005-05-03 04:11:56 +00:00
bmah
f86da05dc7 New release notes: musycc gone, new ndis(4) driver generation/load
mechanism, bsnmp 1.9, libz 1.2.2.
2005-05-02 05:56:30 +00:00
bmah
0b23ec58c5 New release notes: IPFilter 4.1.8, tcsh 6.14.00. 2005-05-02 01:14:36 +00:00
bmah
31e946a24f Fix a few grammos and style nits here and there. 2005-05-02 01:09:32 +00:00
delphij
6cdb414d46 MFen 1.845-1.849
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-05-01 15:07:58 +00:00
bmah
4a018e38da New release note: SA-05:05.cvs.
MFCs noted:  restore(8) of FreeBSD 1 images, syslog(8) expanded
hostname specifications.
2005-04-25 15:32:58 +00:00
den
e4504e06f6 Merge the following from the English version:
1.5 -> 1.7 hardware/common/artheader.sgml
   1.276 -> 1.278 hardware/common/dev.sgml

Update also Russian override of dev-auto.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-25 12:22:25 +00:00
brueffer
3869547831 Grammar fixes. 2005-04-19 18:52:52 +00:00
hrs
c5e2bcf9df New release notes:
getproto{ent,byname,bynumber}(3) thread-safe.

Update release notes:
	s/MPSAFE/thread-safe/ in the entry of getserv{ent,byname,byport}.
2005-04-19 17:57:53 +00:00
hrs
999a402d60 New release notes:
hwpmc(4) and associated library/userland utilities,
	ipw(4), iwi(4), ral(4), and ural(4) wireless LAN drivers,
	ipfw(4) and dummynet(4) now supports IPv6,
	net.link.tap.user_open sysctl for tap(4),
	LOCAL_CREDS and LOCAL_CONNWAIT options for unix(4),
	twa(4) driver update,
	machine-specific optimized functions for AMD64.
	getserv{ent,byname,byport} MPSAFE,
	mixer(8) -S option,
	C99 functions: roundl(), lroundl(), llroundl(), truncl(), and floorl(),
	syslogd(8) -S option,
	rc.d/bsnmpd startup script, and
	manual pages of ataraid(4), sched_4bsd(4), and sched_ule(4) added.
2005-04-19 12:03:52 +00:00
hrs
81affad3be Bump copyright year and use &os;. 2005-04-19 09:43:53 +00:00
hrs
1363c6c62a Bump copyright year. 2005-04-19 09:42:25 +00:00
delphij
071c2bef43 MFen: 1.843 -> 1.845, plus some language improvements.
MFC After:	1 day, MT5_4 candidate
Obtained from:	The FreeBSD Simplified Chinese Project
2005-04-18 16:55:48 +00:00
den
70f9a6c90e Merge the following from the English version:
1.843 -> 1.845 relnotes/common/new.sgml
2005-04-18 09:30:41 +00:00
den
3cea5460cf Print amd64-specific security advisory only for amd64
Reviewed by:	re (hrs)
2005-04-18 08:29:25 +00:00
kensmith
56b6047874 Needed to drop "lang/gnat", "print/teTeX", and "textproc/docproj-jadetex"
to make the packages fit on the CDs...

MFC after:	3 days
2005-04-17 23:30:20 +00:00
simon
53377abba9 Document FreeBSD-SA-05:04.ifconf.
MFC after:	1 day
2005-04-15 14:27:26 +00:00
den
d08afcc815 Typo fix 2005-04-15 13:13:08 +00:00
den
a340cdae88 Merge the following from the English version:
1.832 -> 1.843 relnotes/common/new.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-15 12:03:46 +00:00
den
1171a2e39b Merge the following from the English version:
1.30 -> 1.31 install.sgml
   1.9 -> 1.10 layout.sgml
   1.16 -> 1.17 trouble.sgml

Obtained from:	The FreeBSD Russian Documentation Project
2005-04-14 13:29:07 +00:00
brueffer
75e198e221 Autogenerate hardware notes for snd_als4000.4, snd_fm801.4 and snd_via8233.4. 2005-04-12 13:33:20 +00:00
delphij
736477206e MFen to 1.17
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-09 06:22:32 +00:00
delphij
7883d88ae7 MFen to 1.10
Obtained from: The FreeBSD Simplified Chinese Project
2005-04-09 03:09:06 +00:00
delphij
c885b1d71d MFen 1.843
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-07 02:59:18 +00:00
hrs
6ad4bd8136 New release notes:
debug.mpsafevm=1 by default on sparc64,
	ixgb(4) MPSAFE,
	core dump of natd(8) w/ -reverse fixed,
	libarchive zip support improved, and
	rexecd(8) root login problem fixed.
2005-04-06 19:58:22 +00:00
hrs
42a7179294 Bump &release.manpath.netbsd;. 2005-04-06 18:30:34 +00:00
hrs
d14f6a2d55 New release notes: FreeBSD-SA-05:03.amd64. 2005-04-06 18:28:54 +00:00
bmah
af37152353 New release note: SA-05:02.sendfile (+MFC). 2005-04-06 00:10:19 +00:00
delphij
e3a3a49fbc MFen 1.30 -> 1.31
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-03 17:41:21 +00:00
delphij
051ad34d82 MFen 1.276 -> 1.277
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-03 16:48:22 +00:00
bmah
bd25cce595 MFC noted: arcmsr(4). 2005-04-02 23:28:42 +00:00
bmah
de6bd058fc Rewrite the fixit section to reflect reality as I understand it.
Thanks to avatar and jhb for pointing out the more glaring problems in
the prior version.
2005-04-02 19:50:07 +00:00
bmah
a9b7593784 Mention that CDROMs have a slightly different layout than what is
pictured here.  We might want to show a real CDROM layout here.

Also clarify that whatever's in the floppies/ directory is primarily
useful to users who actually need to boot from floppy to start an
installation.
2005-04-02 19:41:41 +00:00
bmah
57ee51113b Use <replaceable></replaceable> elements where appropriate for floppy
disk names.

"Approximately three...floppies" is kind of weird to me, so substitute
"several" here instead.  We already mention that a floppy disk set
requires three disks elsewhere, so we're not really losing any
content.
2005-04-02 19:39:35 +00:00
delphij
df5b67644e MFen 1.69.2.1 -> 1.72
Obtained from:	The FreeBSD Simplified Chinese Project CVS
2005-04-02 14:08:24 +00:00
bmah
668712e3dd New release notes: xl(4) polling, arcmsr(4).
MFCs noted:  cdce(4).

Modified release notes:  Mentioned that docs live on disc2.iso.
2005-04-02 05:41:29 +00:00
brueffer
59794f2db3 Autogenerate device listings for arcmsr(4). 2005-03-31 20:52:27 +00:00
jhb
bf0dd1fe6c - Move the doc project docs over to disc2 to free up some room for future
bloat on disc1.
- Output a message letting the user know that we are generating MD5 sums
  during the long pause after the last mkisofs invocation in the iso.1
  target.

MFC after:	3 days
2005-03-31 16:19:26 +00:00