Bruce A. Mah
65e2390042
New release note: mergemaster(8) -p/-C.
...
MFC noted: inetd(8) off by default.
2002-04-21 04:58:24 +00:00
Bruce A. Mah
01fa0604af
New release notes: UserConfig gone (release note long overdue!), kget(8)
...
gone, UDF support added, inetd(8) not run by default, inbound SMTP not
enabled by default.
2002-04-20 21:19:57 +00:00
Bruce A. Mah
71e398c525
New release notes: my driver.
...
MFCs noted: viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
2002-04-19 17:07:28 +00:00
Ruslan Ermilov
33c4ab81da
Record libtelnet.a death.
2002-04-19 12:39:09 +00:00
Udo Erdelhoff
1291e40d3d
Whitespace fix after the restructuring, no content changes
2002-04-18 01:27:19 +00:00
Udo Erdelhoff
4bd2a978f6
Restructure the Sparc installation instructions to
...
- get rid of the 4th level headings
- seperate the actions required to prepare the installation (getting
the CD, settings up the various daemons, ...) from the actual
installation
Translation teams: This patch moves some paragraphs around and changes
a lot of <sectX> headers, but does not contain any content changes in
the strict sense of the word (i.e. I did not rewrite paragraphs yet).
There were no changes to the indentation, either.
Reviewed by: bmah, -sparc, -doc
2002-04-18 01:07:25 +00:00
Bruce A. Mah
e124b1b104
New release note: SA-02:21.
2002-04-17 23:16:40 +00:00
Bruce A. Mah
5a02974a18
New release note: SA-02:20.
2002-04-17 17:49:57 +00:00
Bruce A. Mah
e5ee83db1d
Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria.
2002-04-16 04:47:35 +00:00
Wilko Bulte
b67866bbf8
The new Compaq DS20L is a direct derivative of the CS20 so we support
...
it with FreeBSD/alpha.
Pictures of DS20L will be available soon at
http://people.freebsd.org/~wilko/Alpha-gallery/
Along with pictures of a ES80 'Marvel' EV7 box (which we don't support
yet :-P )
2002-04-14 18:19:27 +00:00
Udo Erdelhoff
d087b48826
MFbed: translation updates
...
errata/article.sgml: internal fixes
hardware/alpha/proc-alpha.sgml: MFen 1.39, entity fixes
hardware/common/dev.sgml: MFen 1.77-1.80
hardware/sparc64/proc-sparc64.sgml: MFen 1.4
installation/common/install.sgml: MFen 1.13-1.14
readme/article.sgml: MFen 1.17, formatting fixes
relnotes/common/new.sgml: MFen 1.303-1.317
2002-04-12 18:26:14 +00:00
Bruce A. Mah
366c509056
Updated release note: OpenPAM Cinchona.
...
Deleted release note: NetBSD sort.
MFCs noted: New ephemeral port range, ISC DHCP client update.
2002-04-11 23:26:22 +00:00
Bruce A. Mah
ecfc370f50
New release note: sendmail startup script/options.
...
Reviewed by: gshapiro
2002-04-11 23:16:58 +00:00
John Baldwin
649739635f
Switch to using cdboot for booting i386 CD's by default.
...
Approved by: murray
2002-04-11 16:39:13 +00:00
Bruce A. Mah
742c52629b
MFC noted: I18N additions/enhancements.
...
Pointed out by: phantom
2002-04-11 15:58:27 +00:00
Bruce A. Mah
487bddf5f2
Add Dynalink IS64PPH+ to ISDN interfaces, fix an apparent typo.
...
Submitted by: znerd
2002-04-11 15:47:52 +00:00
Bruce A. Mah
d4799564fc
Add Netgear MA401 to wi(4)-supported devices.
...
Submitted by: Michael Sierchio <kudzu@tenebras.com>
2002-04-11 15:44:17 +00:00
Gregory Neil Shapiro
a4a4d0803c
Record sendmail 8.12.3 import
2002-04-10 03:08:35 +00:00
Makoto Matsushita
1665df2994
Set hint.acpi.0.disable to 1 in /boot/loader.rc of {boot,kern}.flp,
...
since we have no ACPI feature in the installation kernel at this time.
Without having this, we'll see
ACPI no autoload failed -- no such file or directory
message at boot time, and it makes some confusion to the users. We can
backout this change if installation kernel has ACPI feature.
PR: 36911 (partly)
2002-04-09 01:17:47 +00:00
Ruslan Ermilov
f2f306b622
Align for const poisoning in -lutil.
2002-04-08 11:07:51 +00:00
Ruslan Ermilov
6db4dfa90f
Synch with login/login.c,v 1.81: Switch to OpenPAM.
2002-04-08 10:58:01 +00:00
Udo Erdelhoff
e09a98d30f
Explain how to double-check that the partitions do end on a cylinder
...
boundary.
reviewed and nitpicked by: bmah
2002-04-08 05:19:32 +00:00
Luigi Rizzo
4323f7b024
Fix handling of undefined variables.
...
Add override for /etc/rc.local .
Add hook to start syslogd if compiled-in and /etc/syslog.conf exists
2002-04-07 20:41:09 +00:00
Jeroen Ruigrok van der Werven
b3d3fc366e
Add a missing void in the parameter list of http_request().
2002-04-07 17:42:27 +00:00
Jeroen Ruigrok van der Werven
ebd3c05e64
Give functions proper return type, since the default is an integer, where
...
the author obviously meant a void since he doesn't return any values.
One caveat, http_request has three return()'s, but doesn't do anything
with it. Either the code needs to be rewritten to take care of proper
error handling on that point, or the returns ripped out. I made it void
for now.
2002-04-07 17:41:33 +00:00
Jeroen Ruigrok van der Werven
bc45ee7458
Use %lld instead of %d in order to print struct stat's st_size, which is
...
an off_t.
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:22:23 +00:00
Jeroen Ruigrok van der Werven
6ef06b5a75
Garbage collect unused variables.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:16:28 +00:00
Jeroen Ruigrok van der Werven
41c6cb53dd
Actually print the port we are listening too when specified verbose mode.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:07:37 +00:00
Sebastien Gioria
a52f0da989
First version of the translation of the Security section
2002-04-07 09:04:04 +00:00
Murray Stokely
8de89da016
Add net/cvsup-without-gui and print/acroread4 to the disc3 package list.
2002-04-07 06:03:33 +00:00
Udo Erdelhoff
4fc687acbe
Show that 'device.hints' is a filename
2002-04-06 21:57:38 +00:00
Murray Stokely
f7adda6c7b
Sort.
2002-04-06 01:24:58 +00:00
Murray Stokely
328630760a
Add www/links to the list of required packages. It is used by
...
sysinstall to read the HTML documentation.
Move graphics/gimp1 and lang/gnat from disc #3 to disc #1 , we have
extra space.
2002-04-06 01:18:42 +00:00
Jeroen Ruigrok van der Werven
eac1eda045
FIPS 2.0 supports VFAT and FAT32. Reflect documentation to this fact.
...
PR: 35684
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-04-05 22:07:44 +00:00
Bruce A. Mah
86ea2d8216
Add a missing word.
2002-04-05 17:03:33 +00:00
Bruce A. Mah
22d3fe338f
New release notes: mutex(9) profiling, ucom/uplcom/uvscom, boot2 -n,
...
diskpart(8) went bye-bye, newfs(8) anachronisms removed.
Updated release notes: More functionality for ata(4), new tzdata
import.
2002-04-04 21:42:25 +00:00
Bruce A. Mah
1149868b6a
Add 3Com 3c996-SX to bge(4) list, add uplcom and uvscom devices to USB
...
section.
2002-04-04 21:27:50 +00:00
Bruce A. Mah
165a896820
Updated release note: ISC DHCP 3.0.1RC8.
2002-04-04 18:11:39 +00:00
Bruce A. Mah
b4374d9780
New release notes: UCONSOLE removed, viapm(4), geom(4), ifconfig
...
link (+MFC), libusb->libusbhid (+MFC), usbhidctl(1) (+MFC).
MFCs noted: texinfo 4.1.
2002-04-04 06:43:34 +00:00
Udo Erdelhoff
e75b6c86a6
Fix translation
2002-04-03 05:50:41 +00:00
Makoto Matsushita
203f3bd49f
Fix recent fixit.flp flood:
...
- don't make device files since we are in the DEVFS era.
(for the last resort, fixit.flp still has /dev/MAKEDEV.)
- increase FIXITINODE size to 10 times (40000).
After this change, we have 42kbytes of free space, and 38
of free inodes (confirmed with 5.0-CURRENT-20020327-JPSNAP).
Since 4-stable doesn't have DEVFS, we can't MFC this (except FIXITINODE).
2002-04-02 15:07:34 +00:00
Murray Stokely
9a0c70235d
Make it easier to specify a custom kernel configuration for the boot
...
floppies.
PR: misc/36032
Submitted by: David Yeske <dyeske@yahoo.com>
MFC after: 1 week
2002-03-31 17:21:29 +00:00
Bruce A. Mah
a317f25660
Mention the UltraSparc as supported in the README, also deal with the
...
fact that (now) not every supported platform has sysinstall(8).
2002-03-30 17:34:31 +00:00
Murray Stokely
5d4425e405
Add a driver configuration file for the Alpha platform, and specify that
...
the network drivers should be taken out of the boot kernel, and added to
the /stand/modules directory of mfsroot.flp.
2002-03-30 03:35:58 +00:00
Murray Stokely
ac95fa5040
Bump MFSSIZE to the value used by i386 and pc98. This larger MFS
...
filesystem will still compress below the 1.44 megabyte threshold for
the floppy image.
2002-03-30 02:31:17 +00:00
Giorgos Keramidas
d98975ba90
Fix entities that lack an ending ';' character.
...
Reviewed by: bmah
2002-03-30 00:20:51 +00:00
Murray Stokely
37c973e3dd
Alpha does not support PCCARD installs, so we do not need the 58k
...
/etc/defaults/pccard.conf. Assume for now that only
MACHINE_ARCH=="i386" wants to do PCCARD installs. We're still using
too much space, but this is a big help.
2002-03-29 22:22:34 +00:00
Bruce A. Mah
11b6545971
New release notes: NetBSD sort replaces GNU sort, texinfo 4.1.
...
Deleted release note: SA-01:13 (superceded by NetBSD sort import).
2002-03-29 17:50:22 +00:00
Bruce A. Mah
6ce2a2913e
Remove an extra "a".
2002-03-28 16:09:41 +00:00
Murray Stokely
4ba8b6cf17
Add a list of packages that should not be included on any CDROM, so
...
that we don't forget that sysinstall really does not like the
net/cvsupit package.
PR: ports/31399
MFC after: 1 week
2002-03-28 09:20:39 +00:00
Ruslan Ermilov
c06157d49f
Teach sysinstall(8) how to read boot managers out of /boot
...
instead of hardcoding them into the binary. This replaces
the work-around in usr.sbin/sysinstall/Makefile,v 1.121.
Suggested by: jhb
MFC in: 1 week
2002-03-28 08:23:33 +00:00
Andrzej Bialecki
3c0df64f68
Function declared void shouldn't return any value...
2002-03-27 20:10:53 +00:00
Giorgos Keramidas
0754580f02
Minor sgml fixes.
...
Reviewed by: bmah
2002-03-26 20:23:53 +00:00
John Baldwin
ab0235da5d
Remove all traces of write_mfs_in_kernel from the base system release
...
area.
Requested by: joe
2002-03-26 18:12:26 +00:00
Poul-Henning Kamp
aaead0dfe9
Modernize my email address.
2002-03-25 13:52:45 +00:00
Jun Kuriyama
ce13d8de4a
MFen.
2002-03-25 03:31:19 +00:00
Luigi Rizzo
4b70a96b46
Add a few popular entries.
2002-03-24 21:13:53 +00:00
Bruce A. Mah
4df161e512
Lots of markup fixes and improvements.
...
Submitted by: ue
2002-03-23 00:24:32 +00:00
Bruce A. Mah
27905e3dfa
Don't use graphics in callouts for the release documentation. The
...
little graphics images are a pain to deal with, and they don't work in
the *.TXT files anyways.
Submitted by: ue
2002-03-23 00:23:53 +00:00
Bruce A. Mah
dadb1dedec
Remove an obsolete release note about TCP and SYN-flood protection.
...
Reviewed by: silby
2002-03-23 00:07:12 +00:00
Udo Erdelhoff
0581c2c187
MFen 1.4
2002-03-22 18:44:57 +00:00
Ruslan Ermilov
0c77ef0f08
DESTDIR does not anymore does the -I${DESTDIR}/usr/include magic
...
in <bsd.prog.mk> and <bsd.lib.mk>.
Reviewed by: luigi
2002-03-22 18:36:41 +00:00
Bruce A. Mah
75ce89ce82
Add [MERGED] tag things to some items in the kernel section that should
...
have had them, but didn't.
While I'm here, do some general cleanup, including typo fixes, some
rewrites, and consolidation of some related entries.
2002-03-22 16:06:53 +00:00
Bruce A. Mah
44372e9d50
MFCs noted: ata(4) RAID rebuild, atacontrol(8).
2002-03-22 05:38:50 +00:00
Bruce A. Mah
54440848f0
New release notes: slab allocator, new ephemeral port range, OpenSSH 3.1.
...
Updated release notes: Binutils 2.12.0, gcc post-2.95.3 snapshot,
OPIE 2.4.
While I've got my hands dirty, make a couple of markup fixes as well.
2002-03-22 05:28:36 +00:00
Jun Kuriyama
9f6092398b
MFen.
2002-03-22 00:19:50 +00:00
Bruce A. Mah
c88a01217a
New release notes: libstand split file loading.
...
Updated release notes: sparc64 platform progress, IPFilter 3.4.25.
Belated MFC note: OpenSSH 2.9.
2002-03-21 16:30:34 +00:00
Luigi Rizzo
0a0f4967e0
Gracefully exit when no MFS signature is found in the kernel.
...
Add support for a new "import_files" option (see manpage for details).
2002-03-21 03:15:06 +00:00
Thomas Moestl
df9ee370ed
Add 6 models which have been successfully booted into multi-user mode
...
(Ultra 1, Ultra 30, Netra t1, Enterprise 220R, Enterprise 250 and
Enterprise 450R).
Thanks go to the following people for giving us access to their machines
or repeatedly testing kernels (in alphabetical order): Tim G. Børresen,
Jan Chrillesen, mux, phk and Tomi Vainio.
Reviewed by: bmah (slightly different version)
2002-03-20 21:14:00 +00:00
Jun Kuriyama
c605e9e62f
MFen.
2002-03-20 02:01:26 +00:00
Murray Stokely
fbc32c9b69
Add graphics/gimp1 and lang/gnat to the list of must-have packages for
...
disc #3 .
Requested by: "Dennis Lowery" <dennisl@rio.com>
2002-03-19 16:40:03 +00:00
Udo Erdelhoff
3177021b0b
MFen 1.303
2002-03-19 05:26:14 +00:00
Jun Kuriyama
d7e7591cf9
MFen.
2002-03-19 00:41:57 +00:00
Bruce A. Mah
a879a4d244
New release note: SA-02:18.
2002-03-19 00:19:53 +00:00
Bruce A. Mah
c3123ab6bf
Fix wording (hopefully for the last time) of my summary of SA-02:13.
...
Submitted by: ue
Reviewed by: nectar
2002-03-18 20:26:04 +00:00
Udo Erdelhoff
87aedd4eaa
MFen 1.301
2002-03-18 19:41:51 +00:00
Bruce A. Mah
54af1ca6c1
Updated release notes: Perl 5.6.1, one-true-awk 2002-02-10.
2002-03-18 02:04:47 +00:00
Bruce A. Mah
82d59fb5d0
Updated release notes: ACPI 20020308, OpenPAM Centaury.
2002-03-18 02:01:08 +00:00
Jun Kuriyama
a88176e594
Translate SA-02:13 entry.
2002-03-17 16:02:56 +00:00
Udo Erdelhoff
cfb98423a7
MFen: release.prev.stable
2002-03-17 16:01:52 +00:00
Jun Kuriyama
0fc8c85d35
MFen.
2002-03-17 15:55:31 +00:00
John Hay
69cf7927e6
Add one more dependency, graphics/jbigkit.
2002-03-17 15:40:01 +00:00
Udo Erdelhoff
2bca4f2b71
MFbed: language fixes after the mailing list change
2002-03-17 12:35:19 +00:00
Murray Stokely
be746f1805
Add a new entity for the previous stable release. For the most part,
...
the release notes compare 5.0-CURRENT to 4.0-RELEASE, but in at least
one place it is beneficial to mention the last stable release of
FreeBSD (4.5-RELEASE).
Reviewed by: bmah
2002-03-17 08:48:08 +00:00
Murray Stokely
0874402d9e
Remind developers to update release(7) if they make substantial
...
changes to this file.
2002-03-17 07:34:12 +00:00
Udo Erdelhoff
a506104c5e
MFen 1.38
2002-03-16 03:34:24 +00:00
Murray Stokely
957d4e317a
Add textproc/docproj and editors/xemacs21 to the list of packages for
...
disc #3 .
MFC after: 1 week
2002-03-15 23:55:54 +00:00
Wilko Bulte
f3f1c146a9
rectify AS500 sound stuff.
...
Submitted by: ue
2002-03-15 19:06:19 +00:00
Udo Erdelhoff
77a036a438
MFbed: Use German Release Entities for all articles
2002-03-15 13:51:23 +00:00
Udo Erdelhoff
69647060da
MFen 1.299
2002-03-15 13:48:48 +00:00
Udo Erdelhoff
464e596d53
MFen 1.2, use DE release entities
2002-03-15 13:47:12 +00:00
Udo Erdelhoff
6659553903
MFen 1.37
2002-03-15 13:30:44 +00:00
Jun Kuriyama
d0e3f54143
MFen.
2002-03-15 09:05:25 +00:00
Jun Kuriyama
523b04c8bb
MFen (SA-02:13 is not yet translated).
2002-03-15 08:56:30 +00:00
Luigi Rizzo
5da84e47e9
Batch of fixes to the configuration files from Bruce Montague
2002-03-15 08:46:18 +00:00
Bruce A. Mah
7ffada3048
Whitespace only change to reduce diffs to RELENG_4 version of this
...
file.
2002-03-14 21:52:01 +00:00
Udo Erdelhoff
c8ddc6240c
FreeBSD/sparc64 installation documentation, German version
2002-03-14 18:32:27 +00:00
Bruce A. Mah
355842bbfe
Activate the sparc64 installation document.
2002-03-14 01:47:56 +00:00
Bruce A. Mah
51bd1150a5
Whitespace, no content or markup changes.
2002-03-14 01:40:47 +00:00
Bruce A. Mah
d9e8b42c20
s/Sparc/SPARC/
2002-03-14 01:34:26 +00:00
Bruce A. Mah
54307325d3
Add a warning that URLs in this document are subject to change (in
...
fact, they're incorrect right now). Point readers to the list
archives for current locations.
2002-03-14 01:29:31 +00:00
Udo Erdelhoff
a3ead5848f
SGML fixes, part2: block elements like lists do not belong into inline
...
elements like paragraphs
This is a markup-only commit (just like the last one)
MFC after: 14 days
2002-03-13 15:29:51 +00:00
Udo Erdelhoff
a10036316f
Fix some of the worst sgml mistakes in this document:
...
- paragraphs are closed with </para>, not <para>
- for each opening tag, there should be a closing tag
Not fixed (yet): block elements inside inline elements
Noticed during translation, hunted down with suppe/slashexpand
2002-03-13 13:10:22 +00:00
Bruce A. Mah
dbde421bda
New release notes: sparc64 support and SMP (better late than never),
...
via82c686 sound driver supports VIA VT8233, ich sound driver
supports SiS 7012, libz 1.1.4.
Belatedly note the MFC of the ich sound driver (also better late
than never).
2002-03-13 05:41:41 +00:00
Wilko Bulte
2ea284f690
TGA and TGA2 clarification
...
AS500 onboard sound.
2002-03-12 20:50:06 +00:00
Wilko Bulte
a999da0bb5
- TGA clarification
...
- TGA2 VGA compatibility clarification
- Sound on AS500
Thanks to: "Andrew M. Miklic" <AndrwMklc@cs.com> (TGA2)
2002-03-12 20:44:03 +00:00
Udo Erdelhoff
b6dd310dec
German Translation of the Release Notes for FreeBSD-current
2002-03-12 18:35:54 +00:00
Murray Stokely
2b3b3d2cf1
* Add print/teTeX to the list of important packages for disc #3 . This
...
very large package is exactly the kind of thing that users buy the
CDs for, so leaving it off of a 4 CD set is very bad.
* Properly quote the last security/sudo entry.
* Add a comment in the CDROM #2 section explaining that packages don't
typically go on this disc.
2002-03-12 08:37:50 +00:00
Murray Stokely
fbe63bf2bb
Add security/sudo to the list of packages for disc #1 . sudo is small
...
(< 100k), has no dependencies, and is very popular.
2002-03-11 15:08:41 +00:00
Luigi Rizzo
900e78cdda
Make this compile again
...
Reported-by: Bruce Montague
2002-03-11 08:03:50 +00:00
Luigi Rizzo
1fe994e78b
Make this compile again (increase MFS size, remove invalid option).
...
Reported-by: Bruce Montague
2002-03-11 08:03:07 +00:00
Luigi Rizzo
5ea9adc715
Fix detection of existing ssh host key, generate the new one
...
in floppy.tree instead of mfs_tree.
Do not cleanup ${BUILDDIR}/floppy.tree, it might be useful to look
at it after an image has been built.
2002-03-11 05:54:22 +00:00
Luigi Rizzo
a914eaada5
Make appropriate changes to use devfs.
...
Add a reference to the fd_size variable to set floppy size.
2002-03-11 05:46:18 +00:00
Luigi Rizzo
6a615db5a9
Default to ee as EDITOR (some apps such as disklabel default to "vi"
...
which is not available).
2002-03-11 05:42:14 +00:00
Luigi Rizzo
45b51b4564
Use machdep.guessed_bootdev to guess the boot device.
2002-03-11 05:15:44 +00:00
Dima Dorfman
e26ddc9f60
Belatedly add a release note about destaticizing and modulizing of
...
snp(4), and note MFC of watch(8) -f.
2002-03-11 01:37:54 +00:00
Luigi Rizzo
d26070964a
CURRENT has devfs, so we do not need to specify what devices we
...
want on the MFS image. Update the config files accordingly.
2002-03-10 21:12:23 +00:00
Luigi Rizzo
a7bf50ea85
Uncomment the entry for a getty on the serial port. Boxes with
...
a serial console can make use of it.
2002-03-10 21:11:35 +00:00
Luigi Rizzo
1d5a02b911
Add back the "sis" driver, we had some room left...
2002-03-10 21:10:25 +00:00
Luigi Rizzo
390a2b4152
With devfs, we do not need to initialize pty's permissions.
2002-03-10 20:47:26 +00:00
Luigi Rizzo
5a9365040d
The probable boot device is "machdep.guessed_bootdev".
2002-03-10 20:37:04 +00:00
Sebastien Gioria
35db951f0e
Filesystem translation
2002-03-10 15:37:56 +00:00
Sebastien Gioria
8277f29174
"Base system/contributed software " section translation
2002-03-10 14:50:34 +00:00
Sebastien Gioria
55aabb5851
Adding Multimedia section translation
2002-03-10 14:05:41 +00:00
Sebastien Gioria
c5f14263c0
PCCARD support translation
2002-03-10 13:49:02 +00:00
Sebastien Gioria
ef941abbf9
Adding Disk and storage translation
2002-03-10 12:33:02 +00:00
Bruce A. Mah
9c330bfd7c
Spell-check and fix some other typos.
...
Pointed out by: tmm
2002-03-10 02:52:44 +00:00
Jake Burkholder
afc258402f
Couple minor updates.
...
Reviewed by: bmah
2002-03-09 21:06:50 +00:00
Sebastien Gioria
2f719135d8
Adding Network Protocols section translation
2002-03-09 20:04:36 +00:00
Luigi Rizzo
4814d31422
Remove host.conf, and introduce a way to override the content
...
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.
2002-03-09 18:27:02 +00:00
Bruce A. Mah
1145fadb26
More markup fixes, wordsmithing. It's not quite yet ready for
...
prime time, but we're getting closer.
2002-03-09 18:04:47 +00:00
Luigi Rizzo
93581d7445
Nuke abandoned configuration.
2002-03-09 08:28:11 +00:00
Luigi Rizzo
a100324819
Make this fit again into a 1.44 floppy.
...
We had to give up DDB and grep this time...
Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).
2002-03-09 08:17:40 +00:00
Bruce A. Mah
00148928a5
Fix SA-02:13 release note item (missing text).
...
Reviewed by: nectar
2002-03-09 01:12:03 +00:00
Bruce A. Mah
c3a919a128
New/changed release notes: OpenPAM has replaced Linux-PAM.
...
We used to have a note about new PAM modules; I moved it from the
contrib section back to the generic userland area. The list of new
modules was incomplete, so I've punted on trying to list them all
for now.
2002-03-09 00:03:44 +00:00
Bruce A. Mah
91e8728e48
New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
...
IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild,
/etc/rc.firewall{,6} don't add their own implicit rules (+ MFC).
MFCs noted: puc(4)
2002-03-08 22:57:25 +00:00
Bruce A. Mah
53b94d2cce
Fix up (content) of rpc.lockd(8) release note.
...
Submitted by: alfred
2002-03-08 20:40:37 +00:00
Bruce A. Mah
e0e03210e4
Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
...
list.
2002-03-08 17:12:40 +00:00
Luigi Rizzo
62afeb55c9
Further cleanup: remove useless entries from PATH, and be prepared
...
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.
2002-03-08 12:43:57 +00:00
Luigi Rizzo
e40778f2df
Add a (commented out) sample entry for use with a serial line.
2002-03-08 12:37:42 +00:00
Luigi Rizzo
124c9fa3f4
Do not depend on "expr" for doing arithmetic, use the shell builtin functions
...
(picobsd might not have the command available).
2002-03-08 12:33:48 +00:00
Luigi Rizzo
9db97a0145
Unbreak "update" script, by doing a mkdir -p of the relevant
...
directories when writing to disk.
Use the (yet to be committed) sysctl variable kern.bootdevname
to derive the device name, fallback to /dev/fd0 if kern.bootdevname
is unset or not available.
2002-03-08 12:14:46 +00:00
Luigi Rizzo
2fd53e8815
Use a default of 25 lines for xterm. This only affects the behaviour
...
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.
2002-03-08 12:10:13 +00:00
Luigi Rizzo
107a6eaf0a
Major cleanup of PicoBSD startup scripts, which now should be
...
closer to doing "the right thing".
The structure is now the following:
* /etc/rc (from MFS) loads the rest of /etc and /root from
/fd and then from floppy (if present), then transfers control
to /etc/rc1
* /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
set the hostname basing on the MAC address of the first ethernet
interface, and then sources /etc/rc.conf and /etc/rc.conf.local
for local configurations
* The rest of the startup process is then performed (rc.network and so on).
Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:
rc.conf rc.firewall hosts
Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.
2002-03-08 05:15:08 +00:00
Luigi Rizzo
7a70e8e1f4
MFS: sync with -stable (no functional difference).
2002-03-08 04:54:52 +00:00
Luigi Rizzo
10d2ffa58c
Invalidate password for sample user entry.
2002-03-08 03:57:57 +00:00
Luigi Rizzo
c9dca25e19
Atapi units are now /dev/ad* and not /dev/wd*
2002-03-08 03:55:19 +00:00
Luigi Rizzo
fbcd78c3cb
Misc fixes to the build script:
...
+ fix some dialog entries to correctly modify variables instead of working
in a subshell
+ add a logverbose function for debugging purposes
+ force 512/4096 blocks on filesystems
+ use 'auto' for disklabel so it works irrespective of the floppy size.
This is useful for larger images than 1720k
2002-03-08 02:24:21 +00:00
Wilko Bulte
9420f2539a
Update info on SCSI on AlphaStation 500 now that I own one
...
to play with and find out myself.
2002-03-07 20:38:31 +00:00
Bruce A. Mah
ddcc941ff2
New release note: SA-02:13.
2002-03-07 16:53:21 +00:00
Jun Kuriyama
e5bc97cf7f
MFen.
2002-03-07 03:53:15 +00:00
Luigi Rizzo
9db35c8cc3
Add entry for xterm-color
2002-03-06 19:47:20 +00:00
Bruce A. Mah
561d6e1ee2
Rewrite the section on downloading files to get all of the URLs in one
...
place, near the front of the document.
Also try to provide some introduction on the difference between CDROM
and network installs.
2002-03-06 17:24:19 +00:00
Bruce A. Mah
214169a10a
Point sparc64 &release.url; at a directory, rather than a specific
...
file, to be consistent with other platforms.
2002-03-06 16:57:53 +00:00
Bruce A. Mah
826236b795
Make it more obvious where to find RELNOTESng source files if someone went
...
browsing in the old release notes location.
While I'm here, update README files to be closer to reality.
Requested by: obrien
MFC after: 1 day
2002-03-06 07:59:18 +00:00
Bruce A. Mah
4a08581493
First round of markup/spelling/grammar fixes.
2002-03-06 07:36:29 +00:00
Thomas Moestl
bd66896af5
Add installation instructions for the FreeBSD/sparc64 port. I have very
...
likely introduced language and markup bugs, but it's a start.
Makefile, initial docbook conversion & cleanups by: murray
2002-03-05 23:22:08 +00:00
Bruce A. Mah
c065a85a6c
New release notes: CPU_ATHLON_SSE_HACK, ufm driver (+ MFC),
...
awk is BWK awk for sparc64, ctags(1) works for files with C++ comments
(+ MFC), dump(8) -s, last(1) -y, lint update/import from NetBSD.
2002-03-05 22:39:51 +00:00
Yoshihiro Takahashi
3af6b50453
Don't move more drivers to mfsroot floppy.
...
A mfsroot floppy for pc98 is only 1.2MB.
2002-03-05 11:53:56 +00:00
Bruce A. Mah
be256d7029
Fix two typos: s/verison/version
...
Submitted by: hrs
2002-03-04 16:57:41 +00:00
Jun Kuriyama
b48d423359
Activate sparc64 relnotes.
2002-03-04 08:33:27 +00:00
Bruce A. Mah
d89989e949
Begin building sparc64 release notes for -CURRENT.
2002-03-04 06:46:00 +00:00
Sebastien Gioria
f5976f2b20
Adding Network Interface Support section
2002-03-03 21:17:15 +00:00
Hiroki Sato
d2fdf997f8
Comment out proc-alpha.sgml's line temporarily.
2002-03-03 16:22:13 +00:00
Hiroki Sato
6ccc7d470a
Add Japanese version of hardware notes:
...
(new) -> 1.3 doc/ja_JP.eucJP/hardware/Makefile
(new) -> 1.2 doc/ja_JP.eucJP/hardware/Makefile.inc
(new) -> 1.6 doc/ja_JP.eucJP/hardware/alpha/Makefile
(new) -> 1.4 doc/ja_JP.eucJP/hardware/alpha/article.sgml
(new) -> 1.3 doc/ja_JP.eucJP/hardware/common/artheader.sgml
(new) -> 1.73 doc/ja_JP.eucJP/hardware/common/dev.sgml
(new) -> 1.3 doc/ja_JP.eucJP/hardware/common/hw.ent
(new) -> 1.3 doc/ja_JP.eucJP/hardware/common/intro.sgml
(new) -> 1.5 doc/ja_JP.eucJP/hardware/i386/Makefile
(new) -> 1.3 doc/ja_JP.eucJP/hardware/i386/article.sgml
(new) -> 1.2 doc/ja_JP.eucJP/hardware/i386/proc-i386.sgml
(new) -> 1.2 doc/ja_JP.eucJP/hardware/ia64/Makefile
(new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/article.sgml
(new) -> 1.1 doc/ja_JP.eucJP/hardware/ia64/proc-ia64.sgml
(new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/Makefile
(new) -> 1.1 doc/ja_JP.eucJP/hardware/sparc64/article.sgml
NOTE: {alpha,sparc64}/{dev,proc}-{alpha,sparc64}.sgml are
not translated yet.
2002-03-03 14:31:34 +00:00
Yoshihiro Takahashi
3932055940
Don't move the an and wi drivers to a mfsroot floppy.
2002-03-03 11:09:40 +00:00
Yoshihiro Takahashi
ec8ab20b51
- Sort some entries.
...
- Don't remove MATH_EMULATE and MSDOS from a 'SMALL' floppy.
- Use the pattern '<tab><device name><tab>' instead of '<device name>' to
avoid an unexpected matching.
2002-03-03 10:38:40 +00:00
Jun Kuriyama
64b88e383f
Bump original revision (1.290 --> 1.291).
...
Refill over 80 character line (no content changes).
2002-03-02 05:57:18 +00:00
Bruce A. Mah
184ae201c7
Whitespace-only commit, to make this file conform to FDP standards on
...
indentation and word-wrap. Convert strings of leading spaces to tabs
where appropriate, and delete trailing spaces.
No content was harmed in the creation of this delta.
Reviewed by: diff(1) on i386 and alpha HTML output
2002-03-02 01:40:11 +00:00
Bruce A. Mah
2abc78f94e
Convert some literal "FreeBSD" to &os;. While I'm here, fix two
...
grammatical problems (s/set of floppy/set of floppies/).
PR: 35115
Submitted by: gioria
2002-03-01 23:44:14 +00:00
Jun Kuriyama
8605ba3e5c
MFen (1.286 --> 1.290).
2002-03-01 15:30:04 +00:00
Bruce A. Mah
43228638de
New release notes: sparc64 SBus/EBus support, TCP now ignores IP-layer
...
broadcasts (+MFC).
MFCs noticed: dump(8) process title updating.
2002-03-01 05:04:11 +00:00
Bruce A. Mah
ea38f22b23
Remove some more i386-isms and alpha-isms from the Hardware Notes.
...
For the most part, these changes consist of adding arch= attributes.
2002-03-01 02:07:42 +00:00
Bruce A. Mah
38b4965da6
Add some more ed(4) devices.
...
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2002-03-01 01:32:13 +00:00
Bruce A. Mah
baf44bb58a
New release notes: lukemftpd(8), /etc/security now under periodic(8)
...
framework (+MFC).
MFCs noted: dc(4) VLANs.
While here, tweaked a lukemftp note to note its origin.
2002-02-28 21:58:43 +00:00
Bruce A. Mah
2f5c2d1e54
New release/hardware notes: gem and hme (sparc64 Ethernet NICs).
2002-02-28 21:40:06 +00:00
Sebastien Gioria
01dc2ef5b5
Adding Boot-loader translation
2002-02-27 17:57:49 +00:00
Sebastien Gioria
6b14afdf05
Motherboard and processor translation
2002-02-27 17:38:17 +00:00
Sebastien Gioria
713904f0f0
Build fix.
...
Remember to hit me 42000 times with a stick and to repeat "I sould not commit before a zero warning build"
2002-02-27 14:48:18 +00:00
Sebastien Gioria
3fcececad1
MFen + Typos Fix
2002-02-27 14:44:35 +00:00
Sebastien Gioria
6b5f8759ff
Initial effort for the translation of the -CURRENT relnotes. Actually
...
just the kernel section is translated, a lot of features are added in
5.0.
So help is appreciate :-)
2002-02-27 14:26:07 +00:00
Dima Dorfman
76e1b40ea1
<port>fish</port> -> <filename role="package">fish</filename>
...
Generated with: s:<port>(.*?)</port>:<filename role="package">\1</filename>:g
2002-02-27 05:11:11 +00:00
Sebastien Gioria
2a3eb093fa
MFen
2002-02-26 14:23:44 +00:00
Bruce A. Mah
9012745138
Sync with sparc64 devices in dev-sparc64.sgml rev. 1.1.
2002-02-26 06:43:59 +00:00
Bruce A. Mah
6a560d6e0b
Fix some minor spelling and grammatical problems, make one markup fix.
2002-02-26 06:29:08 +00:00
Peter Wemm
394015a422
Supply -DNO_WERROR to the kernel build during release.
2002-02-25 21:53:18 +00:00
Giorgos Keramidas
1d8d58a5b6
Add a link to the hubs article, at the part that talks about setting
...
up FreeBSD mirrors.
Reviewed by: bmah
2002-02-25 19:51:34 +00:00
Murray Stokely
7e43947c99
Add a few missing commas.
2002-02-25 10:27:51 +00:00
Murray Stokely
4fbbde7f8a
Add some basic FreeBSD/sparc64 Hardware Notes.
...
Reviewed by: jake, tmm
2002-02-25 07:25:38 +00:00
Makoto Matsushita
d7c4abbf21
Typo fix: missing ;.
...
Pointed out by: Manfred Antar <null@pozo.com>
Pointy hat to: matusita
2002-02-25 05:35:39 +00:00
Jun Kuriyama
ee3f6b858e
MFen (1.283 --> 2.286).
2002-02-24 23:54:59 +00:00
Sebastien Gioria
6ea3dcb823
Adding infrastructure for translation for alpha dir
2002-02-23 23:03:20 +00:00
Bruce A. Mah
7c39c26a65
Add SIIG Cyber Serial Dual PCI 16C550 to the list of puc(4)-supported
...
cards.
2002-02-23 22:28:17 +00:00
Bruce A. Mah
e9a44dbc83
Grrr. Got the wrong date on the last ACPI update. Fix this before
...
someone else notices.
2002-02-23 06:00:56 +00:00
Bruce A. Mah
b433517e20
Updated release note: ACPI 20020207. While I'm here, correct an
...
awkward wording.
2002-02-23 05:58:52 +00:00
Bruce A. Mah
fbfe83fda4
Modified release note: Binutils update. While I'm here, fix a minor
...
grammatical mismatch ("Binutils" is the name of a package and
therefore is singular, not plural).
2002-02-22 16:26:38 +00:00
Jun Kuriyama
3ed9b46ad1
MFen (1.281 --> 1.283).
2002-02-20 22:41:10 +00:00
Bruce A. Mah
b2ff8e4da9
MF4S: Fix typo in mention of sbniconfig port.
2002-02-20 19:25:03 +00:00
Bruce A. Mah
2669bebb75
Modified release note: ISC DHCP 3.0.1RC6.
2002-02-19 22:21:28 +00:00
Sebastien Gioria
b17f56276e
Adding errata directory
2002-02-19 12:22:51 +00:00
Sebastien Gioria
1ccecd1501
Initial french translation
2002-02-19 12:22:30 +00:00
Sebastien Gioria
500439d4b3
Initial translation of relnotes in French.
...
Reviewed by: Bruce A. Mah <bmah@FreeBSD.ORG>
2002-02-19 09:37:04 +00:00
Jun Kuriyama
9b83bb3356
MFen (1.277 --> 1.281).
2002-02-19 03:19:40 +00:00
Murray Stokely
a448c26154
Add emacs21 instead of emacs20 to the first CDROM.
...
Reviewed by: nobutaka (editors/emacs21 maintainer)
2002-02-18 23:04:03 +00:00
Bruce A. Mah
dcafc12e41
Some release notes should have [MERGED] markers on them but didn't:
...
kern.msgbuf sysctl and dmesg(8) not SGID, umodem driver, uscanner
driver, fpa(4) works on alpha, arp(8) -s pub/only, TCP_COMPAT_42
removal, bktr(4) update to 2.18, snd module dependencies work,
chown(8) -R does the right thing with symlinks, killall(1) works
correctly with SUID root processes, strnstr(3)/strcasestr(3),
style.perl(7).
Remove some somewhat-lacking-in content release notes: PCI subsystem
cleanup, netgraph(4) updates.
I don't mind reinstating the latter group of release notes, if there's
something less vague that can be said about them.
2002-02-18 22:27:35 +00:00
Bruce A. Mah
4fcc34b3d8
Whitespace and wordwrap fixes, no content or markup changes.
2002-02-18 21:22:08 +00:00
Bruce A. Mah
6d9533da76
New release notes: bridge(4) enhancements, dump(8) progress information
...
in proctitle, ldd(1) -a, rtld(1) object dependency tracing, usbdevs(8) -a.
MFCs noted: ldd(1) can be used on shlibs, BIND 8.3.1-REL, bzip-1.0.2.
2002-02-18 21:09:27 +00:00
Murray Stokely
7f06d758fa
Add net/samba to the list of important packages for Disc #1 .
...
Discussed with: steve, portmgr, re
2002-02-18 19:04:23 +00:00
Gregory Neil Shapiro
a23118f372
Update sendmail release note to reflect 8.12.2 import.
...
Change SUID -> set-user-ID
2002-02-17 23:58:31 +00:00
Jun Kuriyama
7b247033ca
MFen (1.275 --> 1.277).
2002-02-17 01:10:24 +00:00
Bruce A. Mah
644221cd0b
New release notes: puc(4).
...
Modified release notes: Network device polling not just for i386
anymore and has a manpage (+MFC), uudecode(1) -p un-deprecated.
MFCs noted: ARCNET support, cm driver,
2002-02-16 19:58:56 +00:00
Luigi Rizzo
a4e8fcc136
Put a more reasonable path for "more" sources in crunch.conf,
...
and disable telnet and friends in favour of ssh/sshd/scp.
Pull out a few NIC drivers from the config file to make the
image fit into a 1.44 image again. I have left "lnc" in as that is
emulated by vmware so this can be booted there.
2002-02-14 19:43:40 +00:00
Luigi Rizzo
99d1dbfdb0
Use { } instead of ( ) for grouping shell commands so that
...
variable assignments are retained ( () creates a subshell)
Reported-by: Michael Bretterklieber <mbretter@inode.at>
2002-02-14 19:21:50 +00:00
Makoto Matsushita
b389e7aaef
Mkdir ${CHROOTDIR}/usr/ports/distfiles if RELEASEDISTFILES is not set.
...
We ensure that 'ports.tgz' tarball should have ports/distfiles directory.
At first, ${CHROOTDIR}/usr/ports is empty (rm -rf ports), then extract
ports files from CVS repository. Then if RELEASEDISTFILES is defined,
${CHROOTDIR}/usr/ports/distfiles directory is created by cp(1). However,
if you don't specify RELEASEDISTFILES, there is no chance to create
${CHROOTDIR}/usr/ports/distfiles directory.
Submitted by: {ushi,tora}.jp.FreeBSD.org
MFC after: 5 days
2002-02-12 16:56:06 +00:00
Wilko Bulte
235e3297d0
Add some system code names. Explicitely list a few unsupported hardware
...
types that gave rise to emailed questions. Add quick note on Miata CPU
upgradeability.
2002-02-10 13:21:18 +00:00
Bruce A. Mah
68cc2a7edd
MFC noted: an(4) LEAP, Home key, and Linux utility support.
2002-02-09 01:38:23 +00:00
Jun Kuriyama
4d383110e5
MFen (1.272 --> 1.275).
2002-02-05 02:23:14 +00:00
Bruce A. Mah
825830b9c0
New release note: ldd(1) can be used on shared libraries.
...
Updated release note: BIND 8.3.1-REL.
2002-02-04 20:02:07 +00:00
Bruce A. Mah
b1668754dc
New release notes: ngctl(8) write, ps(1) -W deorbit burn.
...
MFCs noted: dumpdev loader tunable.
2002-02-04 17:50:01 +00:00
Bruce A. Mah
227c4518af
New release note: Linux emulation needs SYSVSEM.
...
Submitted by: archie
2002-02-04 16:31:38 +00:00
Makoto Matsushita
40227c902b
Change variable name from DOCDISTFILES to RELEASEDISTFILES. Respect
...
DOCDISTFILES if defined. No impact should happen with this change.
DOCDISTFILES is introduced by rev. 1.541, to point the directory that
contains the distfiles for ports/textproc/docproj. It's good, but
we also build ports/sysutils/mkisofs during the release (if MAKE_ISOS
is defined). It is natural that cdrtools tarball is prefetched, then
copy it under ${CHROOTDIR}/usr/ports/distfiles.
As a result, DOCDISTFILES variable is somewhat abused for non-doc
tarballs; *DOC*DISTFILES is no longger appropriate name for that.
PR: 16843
PR: 34194
Submitted by: murray
MFC after: 6 days
2002-02-03 07:00:37 +00:00
Jun Kuriyama
602a222d02
MFen (1.271 --> 1.272).
2002-02-02 01:47:37 +00:00
Bruce A. Mah
19976ce3a6
Modified release note: bzip 1.0.2.
2002-02-01 22:50:18 +00:00
Jun Kuriyama
9c12d8bc48
MFen (1.269 --> 1.271).
2002-02-01 13:37:35 +00:00
Bruce A. Mah
919834bd3f
The SiS 630 chipset is supported by the sis(4) driver.
...
PR: 34437
Submitted by: Hendrik Scholz <hendrik@scholz.net>
2002-01-31 19:40:51 +00:00
Bruce A. Mah
7057577703
New release notes: an(4) LEAP, Home key, and Linux utility support;
...
uudecode(1) -s; top 3.5b12.
Updated release notes: binutils update to 27 January 2002 snapshot,
OpenSSL 0.9.6c.
2002-01-31 18:38:03 +00:00
Bruce A. Mah
8437a87f23
New release notes: iir driver (submitted by msmith), dumpdev loader tunable
...
(submitted by sobomax).
2002-01-31 17:50:46 +00:00
Makoto Matsushita
65718a83c9
In revision 1.351, All files/directories in ${CHROOTDIR}/usr/ports/distfiles
...
are removed, because ports.tgz includes distfiles by accident.
However, removing files/directories is *not* mandatory. The only
requirement is "ports.tgz doesn't include distfiles/* but distfiles
directory itself". If this is correct, the right way is to set an
option to tar(1), not to include these files.
This commit is based on PR: 34194, but a little bit of modification
is made by me (original patch doesn't include 'distfiles' directory).
PR: 34194
Reviewed by: Adrian Steinmann <ast@marabu.ch> (PR submitter)
MFC after: 9 days
2002-01-31 00:38:09 +00:00
John Polstra
645701c559
Note that the bge driver now supports the Netgear GA302T.
...
MFC after: 3 days
2002-01-27 01:16:50 +00:00
Jun Kuriyama
2fca617186
MFen (1.266 --> 1.269).
2002-01-26 05:48:38 +00:00
Bruce A. Mah
1baa0c6c5d
Modify release note: larger buffer sizes might mean needing to
...
increase NMBCLUSTERS.
2002-01-25 20:54:46 +00:00
Bruce A. Mah
8d05ef92ce
New release note: sysinstall(8) autoloads drivers from mfsroot
...
/stand/modules.
2002-01-25 18:35:53 +00:00
Bruce A. Mah
cdd27ea438
Updated release note: Auto-tuning maxusers now maxes out at 384.
2002-01-25 18:27:45 +00:00
Murray Stokely
e4e61f7853
Providing long filename support on the Macintosh requires over 30
...
megabytes of additional space on the install CD. Given our premium
for space, I don't think this is a wise use of 30MB. HFS support was
not provided on the FreeBSD 4.4 CDs and I received a grand total of 0
complaints.
2002-01-24 10:44:16 +00:00
Jun Kuriyama
8ecbf394e0
MFen (1.265 --> 1.266).
2002-01-24 00:27:53 +00:00
Bruce A. Mah
5e6b58fcbe
New release note: smmsp/mailnull users.
...
Reviewed by: gshapiro
2002-01-23 18:49:43 +00:00
Jun Kuriyama
a8131f63ea
MFen (1.264 --> 1.265).
...
Refine translation (by y-koga@jp).
2002-01-23 00:46:49 +00:00
Joerg Wunsch
7109d65231
Mention that a minimal version of camcontrol(8) is now available in the
...
installation environment (currently only for i386 releases).
2002-01-22 11:13:43 +00:00
Jun Kuriyama
5c4132e9a0
MFen (1.263 --> 1.264).
...
Fix typo.
2002-01-22 06:04:46 +00:00
Bruce A. Mah
1b11aef2ba
hw.physmem is more properly a loader tunable, not an environment
...
variable (which is ambiguous).
Submitted by: dwhite
2002-01-22 05:21:21 +00:00
Makoto Matsushita
4b60693c3c
MFS 1.536.2.52 (partial) and 1.536.2.70: kgzip loader if i386 (only).
...
5.0-CURRENT-20020121-JPSNAP was failed to build since kern.flp has no
space. There is already a hack to kgzip loader, and it makes:
-r-xr-xr-x 1 root wheel 163840 Jan 21 07:40 loader*
-r-xr-xr-x 1 root wheel 90121 Jan 21 08:06 loader.kgz*
73719 bytes of free spaces to us.
2002-01-20 23:17:52 +00:00
Jun Kuriyama
cc51a2e8b1
MFen (1.261 --> 1.263).
2002-01-19 15:53:23 +00:00
Jun Kuriyama
2e950b9a72
Remove bogus entry.
2002-01-19 15:12:40 +00:00
Jun Kuriyama
094e81f83b
MFen (1.260 --> 1.261; order changes only).
2002-01-19 15:12:05 +00:00
Bruce A. Mah
16ade34a93
New release notes: ARCNET support, cm driver.
2002-01-19 13:38:48 +00:00
Bruce A. Mah
5f2e391e8f
New release notes: dc(4) supports VLANs, man(1) no longer SUID man,
...
/etc/pam.d/.
2002-01-19 13:02:32 +00:00
Bruce A. Mah
eb2e201983
Alphabetize the kernel changes section by manpage reference or
...
keyword, where possible.
2002-01-19 12:50:37 +00:00
Jun Kuriyama
937d2ef61a
MFen (1.259 --> 1.260).
2002-01-19 05:41:17 +00:00
Bruce A. Mah
84e76dff37
New release notes: bpf(4) works better with select(2) and poll(2),
...
natd(8) -log_ipfw_denied.
2002-01-19 05:23:17 +00:00
Jun Kuriyama
f09fcd7190
MFen (1.257 --> 1.259).
2002-01-19 04:29:55 +00:00
Bruce A. Mah
d5e4d0437f
Coalesce several release notes dealing with the aac(4) driver,
...
clean-up, and mention that it is "fully qualified and sanctioned by
Adaptec".
Requested by: scottl (the last part, that is)
Approved by: re (implicitly)
2002-01-18 19:10:06 +00:00
Bruce A. Mah
a9b95b0d62
Update PCMCIA cards (fe(4), ex(4), and ep(4) drivers).
...
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2002-01-18 16:55:22 +00:00
Bruce A. Mah
b35232e314
New release note: SA-02:07.
2002-01-18 16:42:43 +00:00
Yoshihiro Takahashi
30f0d81114
MFi386: revision 1.52: add camcontrol
2002-01-18 03:35:51 +00:00
Joerg Wunsch
b0b18a1cb8
Include /dev/xpt0 into the list of devices to go onto the boot floppy, so
...
camcontrol can get a handle to initiate a rescan or reset.
MFC after: 1 week
2002-01-17 20:29:02 +00:00
Joerg Wunsch
961cff1566
Include camcontrol(8) (in its minimalistic form) into the boot floppy.
...
This change should/could be merged into other arch's release build
areas (PC98, Alpha), but since i cannot test a "make release" there, i
won't do this myself.
MFC after: 1 week
2002-01-17 20:28:10 +00:00
Jun Kuriyama
99e85bf6fa
MFen (1.255 --> 1.257).
2002-01-17 09:52:19 +00:00
Bruce A. Mah
7d1861f51b
Combine a release note entry on the alpha and i386 boot loaders now
...
that they handle differently-sized blocks on filesystems in the same
way.
2002-01-17 05:56:39 +00:00
Bruce A. Mah
32d91b0458
New release notes: kern.maxvnodes now works, VIA 82C686B Southbridge
...
fix.
2002-01-17 05:29:03 +00:00
Jun Kuriyama
3b5465647c
Merge the changes in the English version (1.254 --> 1.255).
2002-01-17 02:09:43 +00:00
Bruce A. Mah
f170350757
Update release note: kern.security.* sysctls have moved to
...
security.*.
Requested by: arr
2002-01-16 16:45:29 +00:00
John Baldwin
9318987eea
Don't print out 0xaa55 at the end of a vnconfig disk and use the
...
"canonical" disk name when calling disklabel so that disklabel auto works.
2002-01-16 07:24:38 +00:00
Jun Kuriyama
3a979a698e
Merge the changes in the English version (1.253 --> 1.254).
2002-01-15 08:49:44 +00:00
Bruce A. Mah
24043ba7ec
Move bootloader-related changes into a new sect3-level section
...
underneath the Kernel Changes.
2002-01-14 19:02:19 +00:00
Jun Kuriyama
e32414dac3
Merge the changes in the English version (1.252 --> 1.253).
2002-01-14 15:54:18 +00:00
Bruce A. Mah
412b5b3d8c
Release note deleted: sysinstall newfs blocksize parameters on
...
alpha.
MFCs noted: Bootloaders support larger filesystem block sizes.
2002-01-14 15:46:58 +00:00
Jun Kuriyama
f19b385d84
Merge the changes in the English version (1.251 --> 1.252).
2002-01-14 08:27:35 +00:00
Bruce A. Mah
5535673fe8
New release notes: boot loaders support larger filesystem block
...
sizes, new sis(4) support, tcpd(8) now built and installed.
2002-01-14 03:59:36 +00:00
Bruce A. Mah
0fd08d1b33
Mention sis(4) support for SiS 635 and 735 motherboard chipsets.
2002-01-14 03:54:48 +00:00
Bruce A. Mah
4ab0ac1631
Rewrite the i386 processor support section. The old one was too
...
Intel-specific, and needed fleshing out.
PR: 33582
Reviewed by: Tom Rhodes <darklogik@pittgoth.com>,
"Ted Mittelstaedt" <tedm@toybox.placo.com>,
swear@blarg.net (Gary W. Swearingen)
MFC after: 1 day
2002-01-11 23:27:46 +00:00
Maxim Sobolev
9556cd33ce
Backout previious change - package built on bento is called sawfish-gnome,
...
but the port is still x11-wm/sawfish, not x11-wm/sawfish-gnome.
Shame on: sobomax
2002-01-09 21:28:48 +00:00
Maxim Sobolev
ef9cff0bec
Safwish package built on bento is called `sawfish-gnome', so adjust sysinstall
...
and print-cdrom-packages.sh accordingly.
Revealed by: re
MFC after: 1 day
2002-01-09 20:10:02 +00:00
Jun Kuriyama
04073a7ec5
Merge the changes in the English version (1.250 --> 1.251).
2002-01-09 01:37:56 +00:00
Bruce A. Mah
b8f52f738a
New release notes: syslogd(8) -c, less 371.
2002-01-08 19:59:54 +00:00
Jun Kuriyama
5fdc6d28ce
Merge the changes in the English version (1.248 --> 1.250).
2002-01-08 17:18:22 +00:00
Bruce A. Mah
2ab47b10e8
New release note: kernel/mfsroot split on installation CDs,
...
permitting the use of full kernels on CD installs.
MFC noted: New sysinstall Auto settings and Recover space from
deleted autosize partitions.
2002-01-07 22:22:35 +00:00
Bruce A. Mah
54cad77db1
New release note: On the alpha, sysinstall overrides the newfs block/frag
...
defaults for new filesystems it creates, to meet a boot1 assumption
about the block size of /.
2002-01-07 19:27:53 +00:00
Sheldon Hearn
6a0484375b
Add exim to the list of packages that's guaranteed to be on the first
...
CDROM.
Approved by: steve
2002-01-07 13:43:45 +00:00
Bruce A. Mah
bc45722c6c
Put URL references in footnotes (rather than in parentheses following
...
the link text), and put footnotes at the bottom of each page. This
change affects the release documentation only.
2002-01-07 03:51:41 +00:00
Bruce A. Mah
967375e92e
MFS: Sync to 4-STABLE...wordsmithing and markup fixes, also mention
...
manpages as a source for further reading.
article.sgml 1.1.2.9->1.1.2.10, 1.1.2.11->1.1.2.12
2002-01-06 17:17:55 +00:00
Jun Kuriyama
e8fbefccdc
Merge the changes in the English version (1.247 --> 1.248).
2002-01-06 04:30:46 +00:00
Bruce A. Mah
bcac684164
New (but very overdue) release note: ata(4) 48-bit addressing.
...
MFC noted: locale renaming.
2002-01-05 18:46:03 +00:00
Jun Kuriyama
e0c58e64c0
Merge the changes in the English version (1.244 --> 1.247).
2002-01-05 08:01:41 +00:00
Bruce A. Mah
f2185639f7
New release notes: SA-02:01, SA-02:02.
2002-01-05 06:07:17 +00:00
Bruce A. Mah
53bb974408
We were right the first time...the HPT372 is an ATA133 controller.
...
Pointed out by: Kent Stewart <kstewart@owt.com>
2002-01-04 21:55:32 +00:00
Bruce A. Mah
e54f2d6872
Fix (I think) a typo in the hardware list (HPT372 is ATA100 instead of
...
ATA133?).
MFC noted: "more" chipsets supported by ata(4).
2002-01-03 23:24:03 +00:00
Bruce A. Mah
adbd31cb47
New release notes (and hardware list updates): dc(4) support
...
for Xircom 3201 and Conexant LANfinity RS7112, ifpi(4).
2002-01-03 22:56:43 +00:00
Hiroki Sato
6b9e427258
Fix the footer in Japanese which is likely to mislead
...
the readers.
2002-01-03 17:42:38 +00:00
Jun Kuriyama
7af51791e5
Merge the changes in the English version.
2002-01-03 04:56:10 +00:00
Bruce A. Mah
7065a2fdeb
Update copyright years.
2002-01-02 17:27:58 +00:00
Jun Kuriyama
8d2a504e49
Merge the changes in the English version (1.242 --> 1.243).
2002-01-02 04:19:37 +00:00
Bruce A. Mah
865bd13f4c
MF4S: Minor wordsmithing and markup fixes.
2002-01-02 01:36:07 +00:00
Bruce A. Mah
febbbc6727
Modify the release-building process so the srelease distribution
...
doesn't get spammed by RELNOTESng files.
Previously, we built the RELNOTESng files "in place" and then
populated the media (e.g. floppy, cdrom, ftp) areas from the build
directories. However, the distributions got rolled after the
RELNOTESng build, and thus picked up the rendered RELNOTESng files.
Now, we install the RELNOTESng documents to R/stage/release.doc, then
clean out the original directories in src/release/doc. We use the
renditions in the staging area to populate the media areas.
PR: 33141
MFC after: 3 days
(plus re approval)
2001-12-28 17:21:28 +00:00
Jun Kuriyama
e8f2536ed4
Merge the changes in the English version (1.239 --> 1.242).
2001-12-28 05:07:23 +00:00
Bruce A. Mah
464af731bc
At least I'm consistent. Back out the last accidental rev to this file on
...
HEAD too.
Noticed by: ben
Another pointy hat to: bmah
2001-12-27 22:32:33 +00:00
Bruce A. Mah
31ce46afbf
New release note: network filesystems can now be listed in
...
/etc/fstab.
Submitted by: sheldonh
2001-12-27 21:55:02 +00:00
Bruce A. Mah
5de25ed9b8
New release notes: pseudofs-ize procfs(5), libstand can write to UFS
...
filesystems, sysinstall(8) auto-partition updates.
2001-12-27 21:37:38 +00:00
Bruce A. Mah
fb8f795e9b
New release notes found while trying to catch-up RELENG_4 to reality:
...
whois(1) -c, pkg_delete -r, rc.conf(5) support for IPFilter state tables.
2001-12-27 21:18:36 +00:00
Bruce A. Mah
c8c16add9a
Add nsmb.conf to list of files that sysinstall preserves on an upgrade.
2001-12-27 19:59:57 +00:00
Jun Kuriyama
09ec4b8de7
Ugh, I forgot to bump "Original revision" header...
2001-12-27 08:33:47 +00:00
Jun Kuriyama
2b4ffc85e2
Merge the changes in the English version (1.4 --> 1.6).
2001-12-27 08:31:05 +00:00
Jun Kuriyama
bc19a86310
Merge the changes in the English version (1.205 --> 1.239).
...
Finally, English and Japanese version are sync'ed in HEAD branch!
2001-12-27 08:28:40 +00:00
Jun Kuriyama
25605152aa
Remove unwanted(?) 0xa0 characters.
2001-12-27 03:18:24 +00:00
Jun Kuriyama
a069abe81a
Merge the changes in the English version (1.204 --> 1.205).
...
(Structure changes only.)
2001-12-27 02:33:54 +00:00
Jun Kuriyama
db2f66be52
Merge the changes in the English version (1.187 --> 1.204).
2001-12-27 02:27:21 +00:00
Jun Kuriyama
5060d43190
Remove doubled "ability to" word.
2001-12-27 01:38:02 +00:00
Bruce A. Mah
0051ce2970
Flesh out cdboot release note a little bit, note MFC.
2001-12-26 23:41:20 +00:00
Bruce A. Mah
1bb0556ad5
New release note: ipfw(8) precedence matching.
...
Updated release note: smbfs userland 1.4.3.
2001-12-26 23:27:54 +00:00
Jun Kuriyama
4d049e8ff2
Merge the changes in the English version (1.186 --> 1.187).
...
(Structure changes only.)
2001-12-26 14:02:58 +00:00
Jun Kuriyama
54adcde6c0
Separate entries with blank line.
2001-12-26 14:01:17 +00:00
Jun Kuriyama
a54d254e79
Merge the changes in the English version (1.178 --> 1.186).
2001-12-26 13:43:03 +00:00
Jun Kuriyama
ec7ef67042
Merge the changes in the English version (1.177 --> 1.178).
...
(Structure changes only.)
2001-12-26 10:55:17 +00:00
Jun Kuriyama
e42e22cbc3
Merge the changes in the English version (1.170 --> 1.177).
2001-12-26 07:33:04 +00:00
Jun Kuriyama
ee5278d332
Merge the changes in the English version (1.169 --> 1.170).
2001-12-26 04:29:26 +00:00
Jun Kuriyama
cf2d5bddbb
Merge the changes in the English version (1.168 -> 1.169).
...
This is structure changes only. Thanks, Bruce!
2001-12-26 03:19:16 +00:00
Jun Kuriyama
d651a2b298
Merge the changes in the English version (1.155 -> 1.168).
...
Add local configuration for psgml-emacs.
2001-12-25 14:00:15 +00:00
Jun Kuriyama
ddd3b56f38
Fix unbalanced paren.
2001-12-25 13:40:33 +00:00
Jun Kuriyama
40d4e05fce
Merge the changes in the English version (1.149 -> 1.155).
2001-12-23 16:17:50 +00:00
Jun Kuriyama
1b3d626a13
Merge the changes in the English version.
2001-12-22 15:26:46 +00:00
Bruce A. Mah
0d567ca509
MFCs noted: route(8) -ifa/-ifp, NTP 4.1.0.
2001-12-21 18:17:32 +00:00
Bruce A. Mah
9df826532b
New release notes: sysinstall(8) now turns on Soft Updates by
...
default for new filesystems, fdc(4) update.
2001-12-21 02:27:46 +00:00
Bruce A. Mah
e45e83304a
Add some remarks on em(4).
...
MFC noted: NFS/VM fixes.
2001-12-20 21:33:54 +00:00
Bruce A. Mah
8ff661ddc9
Delete a release note regarding mergemaster(8) which, while true, was
...
too vague to be useful.
2001-12-20 19:45:14 +00:00
Bruce A. Mah
7750015a22
Modified release note: syncache with syncookies.
2001-12-20 17:42:49 +00:00
Bruce A. Mah
4225365e92
New release note: xl(4) bugfix.
...
Modified release notes: UFS_DIRHASH now in GENERIC,
MFC noted: libfetch auth callback.
2001-12-20 16:45:21 +00:00
Bruce A. Mah
6b32417d21
Update smbfs release note for module-loading.
...
MFCs noted: sbni driver, id(1) handles groups(1) and whoami(1),
sysctl(8) -e.
2001-12-20 16:28:50 +00:00
Bruce A. Mah
02f2c8a235
Clarify dirprefs release note.
2001-12-19 23:38:11 +00:00
Bruce A. Mah
cc29665926
MFC: ftpd(8) -o/-O.
...
Requested by: sheldonh
2001-12-19 05:30:35 +00:00
Bruce A. Mah
a52deb66b2
New release note: i386 performance enhancements for dc(4) and sis(4).
...
Suggested by: luigi
2001-12-19 05:21:43 +00:00
Brian Feldman
e2f5b1e827
set TMPDIR to /tmp
2001-12-18 20:05:20 +00:00
Bruce A. Mah
8709e81edc
The smbutils import really only applies to the i386...fix this
...
(noticed by sheldonh). While I'm here, note its MFC, also add some
cross-references from the kernel part.
2001-12-18 16:26:57 +00:00
Bruce A. Mah
59f2fc2ca4
New release note: Network device polling.
...
Modified release note: Smaller local slowstart flightsize now that
buffers are larger.
2001-12-17 23:27:49 +00:00
Bruce A. Mah
db87a77bd4
New release note: smbfs userland import.
...
Modified release notes: bge(4) input checksum offload disabled,
ncv/nsp/stg modules.
MFCs noted: bootloader -p
2001-12-17 21:32:36 +00:00
Bruce A. Mah
4bb107882e
Second (hopefully last) alpha jumbo patch to remove i386-isms.
...
Reviewed by: wilko
MFC after: 3 days
2001-12-15 19:57:39 +00:00
Bruce A. Mah
142f8989bc
New release notes: root filesystem on a SCSI CDROM, filesystem
...
bugs fixed.
MFCs noted: em(4), faith(4) loadable/unloadable/clonable,
sis(4) VLAN support, interface capabilities, IP address hash
table, syn cache, newfs(8) defaults.
2001-12-15 06:48:18 +00:00
Ian Dowse
1cb4661d56
Enable UFS_DIRHASH in the GENERIC kernel.
...
Suggested by: silby
Reviewed by: dillon
MFC after: 5 days
2001-12-14 16:27:11 +00:00
Bruce A. Mah
0c9755a23b
Whitespace and capitalization fixes to sync with RELENG_4.
2001-12-14 04:29:57 +00:00
Bruce A. Mah
247e80274d
New release note: lukemftp.
2001-12-14 01:14:41 +00:00
Luigi Rizzo
8de7d83bc0
Add a '-l' flag to show CPU load for the various states, similar to what
...
"top" does (thinking of it, i could have as well used the same format line!)
This only makes sense when "-w" option is also specified, because the
load is computed as the difference between subsequent samples.
I think this (and the "-d" feature which shows differences in the
network statistics counts) would also make sense in the standard
vmstat and netstat.
2001-12-14 01:10:50 +00:00
Bruce A. Mah
d337b6b915
New release notes: boot loader -p for i386, maxusers autosizing,
...
burncd(8) for VCDs/SVCDs, newfs(8) new 16K/2K block/frag defaults,
watch(8) -f.
Updated release note: sis(4) VAN and note its MFC done a long time
ago.
2001-12-13 21:18:56 +00:00
Bruce A. Mah
9c6df0fa68
Fix missing semi-colons on some entity references.
2001-12-13 18:12:12 +00:00
Bruce A. Mah
f84dad7122
MFCs noted: isic(4) support for Compaq Microcom 610 ISDN,
...
isdnphone(8) -k.
2001-12-13 06:39:04 +00:00
Bruce A. Mah
6c27cf4a68
Grrr...TCP bugfixes don't belong in the filesystems section. Toss
...
another pointy hat into my pile in the corner.
2001-12-13 06:03:08 +00:00
Bruce A. Mah
5c020918b4
MFCs noted: vlan(4) devices now (un)loadable and clonable, ciss
...
driver.
2001-12-13 06:01:01 +00:00
Bruce A. Mah
0312bfaed9
Move some notes inside the paragraphs for the hardware they describe.
2001-12-12 23:22:34 +00:00
Bruce A. Mah
ede55da024
New release note: jail sysctl variables moved.
...
Submitted by: arr
2001-12-12 15:31:19 +00:00
Bruce A. Mah
e581388480
Make manpage links for 5.0-CURRENT release documents explicitly access the
...
FreeBSD 5.0-CURRENT manpages on the Web site, instead of pointing at
the (possibly wrong) default manpages.
MFC after: 3 days
2001-12-11 23:55:41 +00:00
Bruce A. Mah
e25076d79c
Reword "OpenSSH UseLogin yes" item, with cross-reference to
...
security advisory.
2001-12-04 17:27:32 +00:00
Bruce A. Mah
29bec00a2d
Back out the part of the previous commit that dealt with network device
...
polling (it isn't in CURRENT yet, as pointed out by rwatson).
New release note: TCP stalls fixed.
2001-12-04 17:20:33 +00:00
Bruce A. Mah
c1b1b5019b
New release notes: em(4), network device polling, ata(4) improved
...
SiS chipset support, OpenSSH UseLogin yes fix.
2001-12-04 15:15:04 +00:00
Makoto Matsushita
57c307da7c
Forget to remove fsck from src/release/{alpha,pc98}/boot_crunch.conf,
...
which should be done with src/release/i386/boot_crunch.conf rev 1.51
and src/usr.sbin/sysinstall/install.c rev 1.311.
Spotted by: nyan (via ReichaNet)
2001-12-02 04:58:40 +00:00
Makoto Matsushita
bbcb3e0620
Sysinstall cleanups for installation:
...
1) Use devfs to mount filesystems. If mounting devfs is fail,
fallback to old code.
2) When fscking filesystems, use 'fsck_ffs' explicitly. As a
result, we no longer need 'fsck' the wrapper program.
Reviewed by: jkh
2001-12-02 04:47:46 +00:00
Bruce A. Mah
fdd5b232b2
New release note: send-pr(1) -a (+ MFC).
...
MFC noted: Increased TCP sndspace/rcvspace defaults.
2001-11-30 21:37:25 +00:00
Bruce A. Mah
5b9f1319fe
Reword pciconf(8) -v release to be a little more useful (now that I
...
understand what it does), move it to the userland section, and note MFC.
2001-11-29 23:41:14 +00:00
Bruce A. Mah
acd844e79d
New release notes: ciss driver, sbni driver.
...
(Hardware list updated accordingly.)
2001-11-29 23:24:41 +00:00
Bruce A. Mah
57d484c8cc
Bring release note on /dev/net into line with reality.
2001-11-29 19:00:16 +00:00
Luigi Rizzo
b8be92123e
Implement a more efficient way to assign addresses: read /etc/hosts
...
only once into an array of shell variables, and then scan the array
to find entries matching the MAC address.
Associative arrays would really be handy here...
2001-11-29 03:16:23 +00:00
Bruce A. Mah
5393fef692
Alphabetize the "Disks and Storage" section of the release notes. No
...
content changes.
2001-11-28 23:32:24 +00:00
Bruce A. Mah
7b7ab09d93
Update release notes: ACPI imported version.
2001-11-28 23:27:23 +00:00
Bruce A. Mah
ef2b805fcf
New release note: TCP syncache.
2001-11-26 20:06:25 +00:00
Bruce A. Mah
1c8653816e
New release note: sh(1) now implements test as a built-in command, also
...
no longer has printf as a built-in.
Submitted by: knu
2001-11-26 06:00:28 +00:00
Bruce A. Mah
d90753c548
Lose the line listing CD-{R,RW} drives. Listing these few devices is
...
not particularly helpful, since there are many drives that work with
FreeBSD.
Submitted by: wilko
2001-11-26 00:26:10 +00:00
Bruce A. Mah
f36f107163
First alpha cleanup-patch to try to reduce the amount of hardware
...
that shows up on non-i386 hardware lists "by default" (because no
set of hardware platforms was explicitly listed).
Reviewed by: -alpha
Contributions from: Rolf Neugebauer <neugebar@dcs.gla.ac.uk>,
wilko, jhb
2001-11-26 00:24:04 +00:00
Bruce A. Mah
562ee0864c
Add attribution for lomac(4) feature.
...
Requested by: rwatson
2001-11-26 00:17:50 +00:00
Yoshihiro Takahashi
29921a60d7
Set a BOOTABLE variable to "-b" if MACHINE is not pc98, and use it for
...
mkisoimages.sh instead of "-b" directly.
MFC after: 1 week
2001-11-25 16:43:45 +00:00
Luigi Rizzo
e96781579c
Whoops... left some junk in previous commit.
2001-11-24 20:24:36 +00:00
Luigi Rizzo
11bc3e5610
Let "make" use the .mk files from the correct source tree instead
...
of the default ones (which could be incorrect when doing cross builds).
Also, try to be backward compatible when compiling wmk (the goal being
able to use the most recent "picobsd" script on a wide range of
source trees).
2001-11-24 20:22:20 +00:00
Yoshihiro Takahashi
dfbc75ff56
PC98 boxes cannot boot from CD-ROM.
2001-11-24 05:21:53 +00:00
Yoshihiro Takahashi
d0714ae55c
Search ${MACHINE}/drivers.conf instead of ${MACHINE_ARCH}/drivers.conf.
...
The previous commit is not completely.
2001-11-23 14:08:25 +00:00
Yoshihiro Takahashi
ea77a5b4ff
Use a separate drivers.conf between i386 and pc98.
2001-11-22 11:04:12 +00:00
John Baldwin
4c8ef1e668
Switch to using a standard /boot directory including the GENERIC kernel
...
on CD's 1 and 2. Create a simple /boot/loader.conf on each CD that loads
/boot/mfsroot.gz as a mfs_root image. The mfsroot moved from /mfsroot.gz
to /boot/mfsroot.gz so that all of the boot stuff is in /boot. This allows
a full kernel to be used when installing from CD on all architectures
that support CD booting. Note that on x86, this requires using
/boot/cdboot as a no-emulation boot image instead of /floppies/boot.flp.
2001-11-22 04:02:09 +00:00
Bruce A. Mah
43f5f1d6ac
New release note: lomac(4).
2001-11-21 20:05:05 +00:00
Bruce A. Mah
e19ee8d3f1
New release notes: debugging info in modules built with debugging
...
kernel (based on info from gad), timed(8) works on alpha.
2001-11-21 20:04:18 +00:00
Yoshihiro Takahashi
1d91a770f9
Increase the size of a mfsroot floppy for pc98 to 4320.
2001-11-21 09:42:06 +00:00
John Baldwin
114de50e0d
Bump the mfsroot up from 2880 to 3200 for Alpha so it fits again. Use
...
a label of auto instead of the fixed size minimum2 so that the bump in
size actually has an effect.
2001-11-20 20:27:54 +00:00
John Baldwin
ef48c744aa
- Remove the -T from the 4.x newfs as well.
...
- Don't write out 0xaa55 to the end of the filesystem as md(4) doesn't
generate that warning and it breaks 'disklabel mdX auto'.
- Use the 'canonical' disk name mdX instead of /dev/mdX to disklabel so
we can use disklabel auto for mfsroot filesizes that aren't a standard
size in /etc/disktab.
2001-11-20 20:25:12 +00:00
John Baldwin
22c4079990
The -T argument to newfs is only needed if teh disk isn't already labeled.
...
Since we run disklabel before newfs, this doesn't apply in this case.
2001-11-20 20:06:21 +00:00
Josef Karthauser
0dec49d17a
Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release
...
which is likely to be removed shortly, after repo-copying it from
there.
2001-11-20 01:00:52 +00:00
John Baldwin
3e9fbbe1df
Use modules-depend instead of kernel-depend for doing the depend stage
...
in doMODULES.
2001-11-19 21:42:08 +00:00
John Baldwin
839dfafeff
Split the mfsroot out from the kernel for the 2.88 boot floppy and the
...
Alpha CD. This makes it easier to customize ISO's locally by being able
to replace either the mfsroot or the kernel w/o having to do both. It also
allows us to switch to using the full GENERIC kernel when booting from CD
on the Alpha and on x86 when using cdboot. We don't do this yet, however.
Tested on: x86, alpha
2001-11-19 21:27:00 +00:00
Josef Karthauser
37787fbcce
Cull picobsd/custom. It's bit rotted beyond all recognition.
...
Approved by: freebsd-small
2001-11-19 18:04:04 +00:00
Makoto Matsushita
25337c6246
Add fsck tool for UFS to /stand tools (again).
...
Actually src/release/i386/boot_crunch.conf rev 1.45 does this change,
but unfortunately there is no src/sbin/fsck_4.2bsd directory, but
src/sbin/fsck_ffs.
This commit replaces 'fsck_4.2bsd' to 'fsck_ffs', and add a link to
'fsck_4.2bsd' and 'fsck_ufs'. Note that 4-stable's fsck(8) have an
ability of fsck_ffs also, there is no need to MFC at least now.
Tested only for: i386 (but I believe this doesn't break for other archs)
2001-11-19 14:43:29 +00:00
Bruce A. Mah
09088b1d15
Remove config.sgml from dependencies. Forgot this in my last commit.
2001-11-17 20:53:23 +00:00
Bruce A. Mah
f220e10788
No UserConfig under -CURRENT (at least so I've been led to believe)
...
so take out the text that discusses it.
2001-11-17 20:28:44 +00:00
Bruce A. Mah
463a339fac
Add a comment that the chroot area cannot reside on a "nodev"-mounted
...
filesystem.
PR: 12712
Submitted by: Sergei Laskavy <laskavy@Berkeley.Gambit.Msk.SU>
2001-11-17 19:54:22 +00:00
Bruce A. Mah
101acc33fa
New release notes: timezone database update, Linux emulation update
...
for linux_base-7 port.
2001-11-17 00:44:41 +00:00
John Baldwin
df3def7f43
Axe SMP support, the ses device, and the atapifd device from the kern.flp
...
boot kernel so it fits again. This actually gives us quite a bit of
breathing room, so some more ethernet drivers might be turned on now in a
later commit.
2001-11-16 18:33:19 +00:00
Yoshihiro Takahashi
c82db554a8
Use the md device not olny a version of the system is 5 but 5 and over.
...
Requested by: matusita
MFC after: 1 day
2001-11-16 03:01:50 +00:00
Bruce A. Mah
0721252ad2
New release notes: IPFilter supports IPv6, ipfs(8).
...
Reminded by: devet@devet.org (Arjan de Vet)
2001-11-16 01:48:31 +00:00
Bruce A. Mah
e4caab2649
New release notes: Jitter in load average computation, newsyslog(8)
...
support for bzip2(1).
MFCs noted: gx(4), edquota(8) -f.
2001-11-15 19:32:57 +00:00
John Baldwin
4a68905be9
NFS_NOSERVER doesn't do anything anymore and is about to get axed so don't
...
use it. Instead, remove NFSSERVER. This was already done on i386, but
the alpha still needed the fix.
2001-11-15 15:58:01 +00:00
Yoshihiro Takahashi
19ea5a3fbf
Use the vn driver on a stable system.
2001-11-15 07:27:25 +00:00
John Baldwin
2ac0462f16
The new libedit from a while back depends on ncurses, so put -ledit before
...
-lncurses so the fixit crunch binary links.
Tested on: alpha
2001-11-14 17:48:55 +00:00
John Baldwin
4082a49c1e
Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/
2001-11-14 00:12:27 +00:00
Bruce A. Mah
f1dcc7f929
Catch up on old release notes: fxp(4) dynamic standby mode workaround,
...
keyinfo(1) in C.
MFC noted: fxp(4) interrupt coalescing/packet bundling.
2001-11-07 20:30:12 +00:00
Jimmy Olgeni
b73ada49cd
Fixes:
...
* least -> list
* recommendations -> recommended
2001-11-06 21:34:11 +00:00
Jimmy Olgeni
d32cbf82df
Fixes:
...
* acceptible -> acceptable
* partiton -> partition
* bootdisk -> boot disk
* harddisk -> hard disk
* it's -> its
* bandwith -> bandwidth
* website -> web site
2001-11-06 21:32:02 +00:00
Jimmy Olgeni
4fe50cca4b
Typo: compatability -> compatibility
2001-11-06 21:27:30 +00:00
Jimmy Olgeni
60cd7e2378
Fixes:
...
* compatability -> compatibility
* El Torrito -> El Torito
* repectively -> respectively
2001-11-06 21:26:13 +00:00
Jimmy Olgeni
1c49be7139
website -> web site
2001-11-06 21:24:59 +00:00
Jimmy Olgeni
56bb3c0e58
Fix typo:
...
* compatability -> compatibility
2001-11-06 21:23:28 +00:00
Jimmy Olgeni
f4f9b0ead3
Fix typos:
...
* initialise -> initialize
* maintenence -> maintenance
* manufacured -> manufactured
* accomodate -> accommodate
2001-11-06 21:21:33 +00:00
Jimmy Olgeni
41619edf2e
Fix typos:
...
* intially -> initially
* accomodate -> accommodate
2001-11-06 21:17:25 +00:00
Bruce A. Mah
b1b863c1b2
Fix typo: s/dirver/driver/
2001-11-06 19:48:22 +00:00
Yoshihiro Takahashi
ff3d0079a9
Remove /usr/src/sbin/pc98 from srcdirs entry. It is not exist.
...
Add special entry for the fdisk command.
2001-11-06 12:34:07 +00:00
John Hay
d1df08b648
src/sbin/i386 does not exist anymore. Tripped over by make release.
2001-11-05 20:56:54 +00:00
Murray Stokely
6c412638de
Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
...
rl(4).
PR: docs/31270
Submitted by: Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
Bruce A. Mah
daa67917a6
New release notes: pmc driver, new loader tunables, ipfw(8) limit.
...
Updated release note: bridge(4) and dummynet(4) are loadable modules.
2001-11-05 00:30:47 +00:00
Dima Dorfman
2ad0f3c5f6
Note MFC of vmiodirenable=1.
2001-11-05 00:16:30 +00:00
Bruce A. Mah
45c9c28475
New release notes: gawk 3.1.0
...
Updated release notes: ACPI update and APM compatability, binutils
update.
Deleted release notes: awk from Bell Labs.
2001-11-04 23:57:37 +00:00
Bruce A. Mah
d4d3eb2a11
Add more ata(4) controllers supported.
2001-11-04 23:43:50 +00:00
Wilko Bulte
043f2faeae
Alpha now has a TGA-capable console driver.
2001-11-01 19:07:33 +00:00
Wilko Bulte
b3e9616ae8
TGA based display adapters are now supported.
2001-11-01 19:01:11 +00:00
Luigi Rizzo
72fb1b86f9
Add entries for "dumb" and "dialup" terminals, as the shell in HEAD
...
refuses to start if it does not find a matching entry for the terminal
type.
My impression is that this is a problem in the shell, because
at least on PicoBSD images, the shell itself coredumps.
Anyways, this is the quickest fix i can come up with.
2001-11-01 16:52:34 +00:00
Luigi Rizzo
3c560efb1a
Provide a new picobsd option, "--modules", to also build modules
...
(modload and friends are sufficiently small to consider their inclusion
in PicoBSD images).
2001-11-01 16:17:37 +00:00
Wilko Bulte
eb60ca1b24
Document RMC for DS[12]0
2001-10-31 19:08:53 +00:00
Bruce A. Mah
38696bb465
MFC noted: ipfw(8) -d/-e (plus small typo fix).
2001-10-31 16:47:55 +00:00
Bruce A. Mah
1accdac67a
New release notes: de(4) round-robin transmit/receive, ng_eth(4),
...
sysctl(8) -e.
2001-10-31 16:39:00 +00:00
Bruce A. Mah
cd0616d7c8
Resequence network protocols section.
...
Some ipfw(8) and ip6fw(8) items were mistakenly put here; move them
to the userland area.
No content or markup changes.
2001-10-30 20:25:33 +00:00
Bruce A. Mah
cec6e88146
New release notes: gprof(1) -K, tip(1) update and cu(1) substitute,
...
awk from Bell Labs replaces GNU awk.
Updated release note: UUCP removal.
Delete release note: GNU awk update.
2001-10-30 20:19:31 +00:00
Bruce A. Mah
e5217bf6e8
Group ed(4) entries together.
2001-10-30 19:49:17 +00:00
Bruce A. Mah
94216379e3
More reorganization of 3Com devices. While I'm here, add some
...
devices (gleaned from comments in driver source files) supported
by xl(4).
2001-10-29 22:31:22 +00:00
Yoshihiro Takahashi
142211755e
Make CD-ROM distributions at the pc98 release target.
...
MFC after: 3 days
2001-10-29 16:25:13 +00:00
Brian Somers
4d2c6266cf
Don't assume fixit media is a floppy disk.
...
Reviewed by: murray
MFC after: 1 week
2001-10-29 16:13:29 +00:00
Bruce A. Mah
ce249ef355
Add infrastructure for an ia64 hardware list. It's a long way from
...
being usable at this point, so it's not even hooked up to the rest
of the RELNOTESng build; however it will be helpful for testing the content
as it approaches reality.
2001-10-29 05:08:52 +00:00
Bruce A. Mah
ff237c89e4
Start to unravel some of the mess in the Ethernet NIC section. The
...
original hardware list was mostly organized by driver except for the
case of NICs by Intel, DEC, and 3Com, whose NICs tended to be
organized by manufacturer. Most of these entries are now organized by
driver, except for a few 3Com NICs; also the multitude of ed(4)
drivers needs to be coalesced.
While I'm here, fix a markup glitch in the ISDN section that caused
any non-i386 hardware list to be incorrectly numbered.
2001-10-29 04:45:08 +00:00
Bruce A. Mah
e75dab473d
Clarify a release note entry about fe(4)-supported PC Cards.
2001-10-29 04:14:40 +00:00
Bruce A. Mah
3fba5fc2fe
Turn on table-of-contents generation for the release notes and
...
hardware notes.
Requested by: many
2001-10-27 02:41:29 +00:00
Bruce A. Mah
09ab44abbd
If an article in the release documentation has a table of contents,
...
make it go down to 3 section levels (the default depth for FreeBSD
articles is 1 level, but few articles have tables-of-contents
enabled).
2001-10-26 20:26:59 +00:00
Bruce A. Mah
6f165fd0ae
Fix title to conform to FreeBSD/port naming convention.
2001-10-26 16:43:20 +00:00
Bruce A. Mah
344a6d29f2
New release notes: isic(4) support for Compaq Microcom 610 ISDN, fbtab(5)
...
globbing, rcmd(3) uses ${RSH}.
MFCs noted: sysinstall(8) can load KLDs at install-time.
Fix typo for isdnphone(8).
2001-10-26 16:28:36 +00:00
Bruce A. Mah
18d730731d
Move abstract inside articleinfo and re-indent, no content changes.
2001-10-25 21:06:37 +00:00
Bruce A. Mah
4caad653cf
New release notes: Multiple low-level consoles, fxp(4) bundling.
2001-10-25 20:47:12 +00:00
Luigi Rizzo
6297e47a34
Better code to scan the ethertable.
2001-10-25 17:40:03 +00:00
Luigi Rizzo
f36f7f8005
Use the correct sysctl names for intrcnt and intrnames.
2001-10-25 01:29:21 +00:00
Bruce A. Mah
53db40974b
Refer more consistently to the different FreeBSD (hardware platform)
...
ports. Also use "official" names for platforms where appropriate.
Partly suggested by: phantom
2001-10-24 16:01:40 +00:00
Bruce A. Mah
81787f40dc
Add some new entities with the "official" names of the platforms
...
we support (as opposed to the names of ports).
2001-10-24 15:37:25 +00:00
John Baldwin
4fab209391
Remove if_wx.
...
Submitted by: Dave Cornejo <dave@dogwood.com>
2001-10-23 22:56:41 +00:00
Bruce A. Mah
6efeb9a73c
Clarification: &release.next; refers to a future FreeBSD release.
...
Submitted by: phantom
2001-10-23 20:34:41 +00:00
Bruce A. Mah
d17a8cacce
New release note: pkg_create -b.
2001-10-22 19:23:07 +00:00
Bruce A. Mah
6328bae095
Re-order ports collection infrastructure section of release notes.
2001-10-22 19:20:31 +00:00
Bruce A. Mah
103818d5ad
Delete wx(4) release notes and hardware notes.
...
xl(4) now supports transmit-side TCP/IP checksum offload.
2001-10-22 18:25:39 +00:00
Bruce A. Mah
74af4616c6
Bring a few multi-architecture arch= attributes into the hardware
...
list, based primarily on dmesg logs posted to various mailing lists.
2001-10-19 20:56:31 +00:00
Bruce A. Mah
4fb1e6a7c9
Support a comma-separated list of architectures for the arch=
...
attribute. This change is necessary in order for the release
documentation to scale to support more than two architectures.
Based on work by: hrs
2001-10-19 20:41:09 +00:00
Bruce A. Mah
5207734205
New release note: xl(4) checksum offloading.
...
Reviewed by: alc
2001-10-19 20:07:07 +00:00
Bruce A. Mah
61fa74d8aa
New release note: route(8) add -ifp/-ifa.
...
Submitted by: ru
2001-10-19 20:02:22 +00:00
Bruce A. Mah
5b41c0773e
New release notes: libstand/loader(8) bzip2 support, isdnphone(8) -k,
...
arp(8) fddi/atm output.
MFC noted: arp(8) interface name in output.
2001-10-19 16:27:05 +00:00
Bruce A. Mah
81f6505ee2
New release and hardware note: gx(4).
...
While I'm here, fix a minor markup glitch in bge(4) release note.
2001-10-19 15:01:54 +00:00
Dima Dorfman
ff33c3ba38
Note MFC of syslogd -b.
2001-10-18 15:23:55 +00:00
David E. O'Brien
3514d5d26c
Add back DEC_EB64PLUS and DEC_AXPPCI_33 support as we've gained a little bit
...
more room on the install floppies now that modules can be on a 3rd floppy.
2001-10-15 02:50:18 +00:00
David E. O'Brien
3922b99c4c
+ Use ee' in lue of vi' as it is smaller.
...
+ Remove 'sleep' (not sure why it is so important in fix-it mode).
+ Remove ability to mount MSDOSFS as that is not a typical filesystem on an
alpha; and thus does not really add to the fix-it mix.
+ Sync style with i386.
2001-10-15 02:49:15 +00:00
Bruce A. Mah
28e80882c1
New release notes: arp(8) prints interface names, strnstr(3)/strcasestr(3),
...
sysinstall(8) can load KLDs.
Minor markup additions.
2001-10-13 00:33:40 +00:00
Bruce A. Mah
2bab9ad217
Re-order "Network Interface Support" section of release notes.
...
No other whitespace, markup, or content changes.
2001-10-12 22:07:09 +00:00
Bruce A. Mah
e7c25bd2f6
Start to move to an alphabetical (rather than semi-chronological)
...
ordering on release notes items, in an attempt to bring some order
to a huge mess. This commit covers the top-level "Userland"
section.
No other content, markup, or whitespace changes.
2001-10-12 17:29:22 +00:00
Bruce A. Mah
6af023343d
New release note: isp(4) Qlogic 2300 support. For some reason this didn't
...
get committed along with its accompanying hardware note entry.
2001-10-11 21:48:35 +00:00
Bruce A. Mah
56ccbf72ac
Move two misplaced release notes to the correct location.
2001-10-11 15:38:48 +00:00
Bruce A. Mah
5b2f237ee0
MFCs noted: amdpm(4), new newfs(8) cylinder group defaults.
2001-10-11 15:37:26 +00:00
Dima Dorfman
80037d24bb
Add missing space.
2001-10-11 12:18:14 +00:00
Luigi Rizzo
ce28e3e9fe
Add a -d flag to show deltas as opposed to cumulative counters
...
in interface statistics. Most useful when used with the -w flag e.g.
ns -i -w 1 -d
2001-10-10 17:52:04 +00:00
Bruce A. Mah
cb3ab08f03
Remove a redundant use of &arch;.
2001-10-10 02:34:20 +00:00
Bruce A. Mah
bc1ce487e9
Add a sentence giving a bit of background for recent newfs(8) changes.
...
Discussed with: Ollivier Robert <roberto@ns2.freenix.org>
2001-10-09 20:10:49 +00:00
Bruce A. Mah
9f970b5705
Updated release note: FILE 3.37.
...
MFC noted: tcsh 6.11.
2001-10-09 02:45:07 +00:00
Bruce A. Mah
bdede91ff0
Update relevant release note item with SA-01:62.
2001-10-08 21:33:56 +00:00
Wilko Bulte
275d9b59d3
Update references to 'device' entries for the kernel config
...
files to use 5.x syntax (I hope..)
Note: I suppose one might need to hack the hints file as well?
Submitted by: Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
2001-10-08 20:33:46 +00:00
Luigi Rizzo
9bbeaf002b
Use host keys from the config directory if they exist, instead of
...
regenerating them.
Make the script handle relative paths for the source directory.
2001-10-07 17:22:46 +00:00
Luigi Rizzo
e46899fcdb
Make fetch_mask return ${default_mask} if entry not found.
...
Add a couple of diagnostic messages.
2001-10-07 17:17:26 +00:00
Luigi Rizzo
2fbfa5f862
Add code to print interrupt statistics when they will be
...
exported via sysctl.
2001-10-07 02:13:23 +00:00
Luigi Rizzo
3cbee46209
Fix a typo (missing "; at the end of a string)
2001-10-07 00:29:59 +00:00
Luigi Rizzo
56d75155a6
Fix a typo and sync a comment with the version in RELENG_4
2001-10-07 00:21:13 +00:00
Bruce A. Mah
0f153072be
New release notes: eaccess(2), vfs.vmiodirenable=1.
...
MFCs noted: wall(1) -g, route(8) indirect routes, route(8) net/bits
syntax, route(8) proxy only published ARP entries.
2001-10-06 05:16:27 +00:00
Bruce A. Mah
2c8e36f96f
Update list of supported ata(4) controllers (from ata.4 manpage).
2001-10-05 23:52:15 +00:00
Bruce A. Mah
542d6f43f8
New release note: MAXMEM/hw.physmem.
...
Use entity for agp(4) driver.
2001-10-05 22:52:43 +00:00
Bruce A. Mah
03c00df3ce
Add an abstract for this document, flesh out the introduction a
...
bit, and fix up the upgrading section. While I'm here, delete some
of the SGML comments that were left-over from merging the source
files.
MFC after: 1 day
2001-10-05 22:03:35 +00:00
Bruce A. Mah
48badc3bef
Updated release note: fsck(8) default cylinder group behavior.
...
MFCs noted: KVA_SPACE, ping(8) -A, fmt(1) rewrite.
2001-10-05 03:32:49 +00:00
Bruce A. Mah
ee741c282c
Move <pubdate></pubdate> element into the <articleinfo></articleinfo> area,
...
where it goes for most other documents.
MFC after: 1 day
2001-10-04 23:06:37 +00:00
Bruce A. Mah
398f29f684
Consolidate the various SGML source files making up the release
...
notes document. Basically, I've moved the contents of common/
{artheader,intro,upgrading}.sgml into common/new.sgml, removed duplicate
$FreeBSD$ markers, and adjusted the various references to these files.
No other whitespace or content changes.
This change will make it easier to do some minor restructuring.
MFC after: 1 day
2001-10-04 22:40:19 +00:00
Bruce A. Mah
003c0a008a
The upgrade instructions referred to an article that was (I think)
...
folded into the Handbook. Point readers in the right direction and
do a little touchup on the text in this section.
MFC after: 1 day
2001-10-04 20:23:35 +00:00
Bruce A. Mah
6f2a7cbb4b
In "Further Reading", mention other DocProj articles/books (in addition to
...
the FAQ and Handbook).
MFC after: 1 day
2001-10-04 17:33:35 +00:00
Luigi Rizzo
19323fdd72
Add functions to lookup in /etc/networks and set interface
...
addresses, invoke them from /etc/rc
2001-10-04 00:46:44 +00:00
Luigi Rizzo
f03ad5f550
Add "networks" file used to lookup netmasks
2001-10-04 00:46:03 +00:00
Luigi Rizzo
c1a4244819
Use @__CWD__@ as the magic string meaning "this directory"
...
in crunch.conf -- the previous choice, CWD, was too subject to false
matches (this string will be replaced by the absolute pathname
during the build process).
2001-10-04 00:42:20 +00:00
David E. O'Brien
9f770bc78c
Restore MSDOSFS support to the install kernel.
...
Remove the `txp' `sf' `ste' network drivers instead.
Approved by: jkh
2001-10-03 03:58:08 +00:00
Hiroki Sato
879c1c1653
Merge the following from the English version:
...
1.145 -> 1.149 relnotes/common/new.sgml
2001-10-02 20:48:08 +00:00
Luigi Rizzo
4cd80eaaaf
A somewhat large change of this script.
...
From the user's perspective:
* everything is now built outside the source tree (more precisely,
in `pwd`/builddir-${name}/ ) except for the kernel config file(s)
which still need to be copied into src/sys/i386/conf because of
"config" limitations. I am not sure if there is an easy way
to get away from this without changing "config" or replicating
some part of the source tree.
This is really the only change that most users should worry about,
but it is a good one.
* if you do cross-compiles (using "picobsd --src somedir/src [--init] ... ")
then the libraries and include directories etc. are searched/created
in "somedir/usr" ;
* you can do most things (basically build the kernel and the crunched
binary and the filesystem trees) without root privileges. You need
privileges to use mdconfig/vnconfig to create the actual MFS and
floppy image, unfortunately.
* the -v option now prints some diagnostic but does not stop for
user input at each step. You need to specify -v -v to have the
old behaviour.
Internally, the script has been reshuffled quite a bit to support
the above features. Many shell variables have been renamed or
made local in an effort to avoid undesired side effects. There is
a somewhat better error handling in case something goes wrong.
2001-10-02 17:06:51 +00:00
Luigi Rizzo
d8e39ff94b
Compile the kernel under ${BUILDDIR} instead of polluting the source
...
tree. Unfortunately the latter cannot be completely readonly, because
"config" still depends on the kernel config file being in sys/${ARCH}/conf
(it seems to derive other pathnames from that one).
2001-10-02 16:53:50 +00:00
Bruce A. Mah
72ad2e4493
Fix organizational nits: Move Cardbus/NEWCARD release note to PCCARD
...
section. Move release notes for tunneling-type drivers from network
protocol section to NICs section for consistency (tap(4) release notes
were combined).
2001-10-02 04:59:33 +00:00
Bruce A. Mah
9b2b43ee84
Try to make some sense of the various release note items
...
documenting OpenSSH version updates in -CURRENT and coalesce them into
a single item.
2001-10-02 04:45:18 +00:00
Bruce A. Mah
1e8b9dd28c
New release note: Each jail(2) can have its own securelevel (requested by
...
rwatson).
Mention that the OpenSSH 2.9 upgrade made ssh-agent(1) work for DSA
keys.
2001-10-02 03:40:58 +00:00
Bruce A. Mah
7f19aa6131
New release notes: Per-interface IP address hash table, network
...
devices in /dev, UUCP moved to ports.
MFCs noted: bge(4).
2001-10-01 19:36:21 +00:00
Luigi Rizzo
7bdc285403
Remove some entries to make the image fit into a floppy again.
2001-10-01 17:32:43 +00:00
Luigi Rizzo
de9c5aeaaf
Whoops, I whould have removed the old entry...
2001-10-01 17:22:25 +00:00
Luigi Rizzo
150dba7952
Move up the tinyware entry so things are looked up there first.
2001-10-01 17:21:33 +00:00
Luigi Rizzo
a61f7148ba
Add customised version of login for picobsd images on -CURRENT.
...
This version is basically the same one as login.c 1.67, and does
not require the use of PAM.
2001-10-01 16:58:28 +00:00
Dima Dorfman
02af4ddc80
"Avance Logic", not "Advance Logic".
...
Submitted by: Robert Reid <robreid@cse.unsw.edu.au>
2001-10-01 12:36:52 +00:00
Luigi Rizzo
ed301014c5
Add "ln" entries for ssh, ssh1 and scp
2001-09-30 17:38:42 +00:00
Luigi Rizzo
dd23a435e6
Modify wildcard for vmware interfaces. I am not sure how
...
MAC addresses are generated for those interfaces, but as long
as the entry is next to the bottom of the list the chance of
conflicts is low.
2001-09-30 17:37:03 +00:00
Wilko Bulte
bd9477d238
Document AlphaPC64 and restructure section on EB64-family.
2001-09-30 12:04:14 +00:00
Jordan K. Hubbard
66a686ee82
Try eliminating some more things from the -current installation
...
kernel in an attempt to get release builds working again.
2001-09-30 08:23:05 +00:00
Bruce A. Mah
49b7294497
Correct snd_maestro3_load command line for loader.conf.
...
Submitted by: René Luria <rene@luria.ch>
2001-09-29 02:56:11 +00:00
Luigi Rizzo
d38e229ac3
Move a bunch of initialization into a function which must be run
...
before parsing the command line.
Move code to build include and libraries in a separate function,
so we can use the verbose flag for that.
Chang ownership of some directories so more of the build process
(namely, builds of include and libs) can be run without root
permission (we still depend on root permission to mount a memory
filesystem).
2001-09-28 21:02:15 +00:00
Bruce A. Mah
d4dd942354
New release notes: interface capabilities, faith(4)/stf(4)/tap(4)/vlan(4)
...
cloning, lpd(8) o-type print-file actions, edquota(8) -f, libgmp
superceded by libmp.
MFCs noted: OpenSSH 2.9.
2001-09-28 16:18:27 +00:00
Bruce A. Mah
a89040064b
New release notes: bge(4), ng_gif(4), ng_gif_demux(4), ng_ip_input(4),
...
tftpd(8) support for RFC 2349.
2001-09-28 00:45:31 +00:00
Bruce A. Mah
f8ff8acf43
Update list of urio devices supported.
2001-09-27 20:51:07 +00:00
Bruce A. Mah
02538b88ad
MFCs noted: ancontrol(8) -M, nl(1).
2001-09-27 18:06:22 +00:00
Luigi Rizzo
04d4d7cf05
Add entries for vmware interfaces.
2001-09-27 16:48:13 +00:00
Luigi Rizzo
e8b19bc63e
Enable the use of wildcards in the #ethertable section of
...
/etc/hosts to map MAC addresses to hostnames.
Main use is to get addresses for vmware interfaces.
2001-09-27 16:47:45 +00:00
Bruce A. Mah
99a7ea5c0e
New release notes: aac(4) update, Yahoo! coredump patch, touch(1) -h.
2001-09-25 19:09:24 +00:00
Wilko Bulte
7bdd46e6a1
Clarify that it is the SRM console that disables onboard USB on DS10.
...
Applies to newer SRM versions only. Verified by checking various SRM
revs.
2001-09-25 18:44:31 +00:00
Bruce A. Mah
5312a8def5
ghostscript6 has been replaced by ghostscript-gnu in the Ports
...
Collection, so we need to change the ports we need for a release.
2001-09-24 20:15:04 +00:00
Hiroki Sato
23bf18d696
Fix typo.
2001-09-24 12:56:52 +00:00
Hiroki Sato
393cd856ea
Merge the following from the English version:
...
1.139 -> 1.145 relnotes/common/new.sgml
2001-09-24 12:38:06 +00:00
Bruce A. Mah
3e742bc8dd
The README file in the floppies/ directory of a distribution should
...
come from the installation document (of the release documentation)
not the readme. The installation document is the one that has the
content of the old FLOPPIES.TXT.
Pointy hat to: bmah
2001-09-23 22:32:09 +00:00
Bruce A. Mah
f0a538a587
New release notes: KSE milestone 2, groups(1) and whoami(1) subsumed
...
by id(1).
2001-09-21 22:19:45 +00:00
Bruce A. Mah
1370bd89c6
New release notes: Load addresses of kernels exported, KVA_SPACE,
...
client/server NFS split, find(1) primaries now take time units.
2001-09-21 22:06:54 +00:00
Bruce A. Mah
e20fd30969
New release notes: cvs(1) -T, cvs(1) diff -j.
...
MFCs noted: cat(1) UNIX-domain sockets, dirpref.
While I'm here, group CVS-related items together in their own section
under userland contributed software.
2001-09-21 21:11:18 +00:00
Bruce A. Mah
461f19b387
New release note: netstat -S.
...
MFC noted: netstat -z.
2001-09-21 15:29:32 +00:00
Bruce A. Mah
123437c945
Move pccard release note entries into their own sect3 section (as was done
...
for 4.4-RELEASE), eliminate one entry that was superceded by another.
2001-09-21 14:56:10 +00:00
Bruce A. Mah
8bd7057071
Remove some repetitively redundant wording.
...
Pointed out by: Jason Andresen <jandrese@mitre.org>
2001-09-21 03:06:46 +00:00
Josef Karthauser
8b7c2294ba
On -current with devfs there is no MAKEDEV in /dev anymore, so use
...
it from ${SRC}/etc/MAKEDEV instead.
We may want to do this on -stable as well, but for now -stable still
uses /dev/MAKEDEV.
2001-09-20 13:34:16 +00:00
Josef Karthauser
1a77e80042
Relocate the memory disk selection code to the same place the other
...
variables are set.
2001-09-20 13:09:01 +00:00
Josef Karthauser
d845f3651a
Remove options INTRO_USERCONFIG, MFS, USERCONFIG and VISUAL_USERCONFIG
...
from the PicoBSD kernel files as they're not relevant any more to
-current.
2001-09-20 11:30:39 +00:00
Luigi Rizzo
a2f6c865cd
Make the script aware of mdconfig, so it can hopefully run on -CURRENT
...
as well. This works by selecting "md" or "vn" depending on "uname -r"
output, so we can use the same script on -CURRENT and -STABLE.
Also included minor bugfixes and code cleanup.
Testers welcome, as this code has only been tested on -STABLE
(and for this reason I am doing an immediate MFC).
2001-09-20 02:52:02 +00:00
Bruce A. Mah
7429c0e49b
Try to work off backlog of CURRENT release notes: vm.zeroidle_enable,
...
an(4)/ancontrol(8) -M monitor mode, burncd(8) -d, cat(1) UNIX-domain
sockets.
2001-09-18 15:25:00 +00:00
Murray Stokely
e23a4b011e
Add release note entry about the amdpm(4) driver.
2001-09-18 04:55:25 +00:00
Hiroki Sato
2e9122ea5b
Catch up with the English version:
...
1.5 -> 1.7 errata/article.sgml
2001-09-16 09:17:25 +00:00
Hiroki Sato
0ec5fd8092
Fix some typo and malformed SGML markups.
2001-09-16 08:28:53 +00:00
Hiroki Sato
af5acafc1b
Catch up with the English version:
...
1.124 -> 1.139 relnotes/common/new.sgml
2001-09-15 15:39:58 +00:00
Bruce A. Mah
54e1fea8cb
Add a sample Makefile as an example of building RELNOTESng for
...
the release documentation snapshot page.
2001-09-14 23:36:27 +00:00
Bruce A. Mah
6e4fa6775e
Add some cards to nge(4)-supported hardware list, as described in
...
src/share/man/man4/nge.4 rev 1.8.
2001-09-14 15:34:06 +00:00
Bruce A. Mah
d7c44aa0b5
Two style changes: Bring "maintained by" credit into a sect1info, and
...
move the ID string from a pubdate element into a comment on the
grounds that this document doesn't change rapidly enough to require
that the ID string to actually be rendered in the output.
2001-09-14 15:31:33 +00:00
Bruce A. Mah
e26dcaf81e
The Books and Articles section was very choppy due to its cut-and-paste
...
origins and prior edits. Polish it.
2001-09-14 04:33:37 +00:00
Murray Stokely
9b8a07ff32
'make release' should install docproj ports with BATCH=yes so that your
...
release builds don't stop in the middle of the night asking for user
input about which Ghostscript drivers to install.
2001-09-13 06:44:36 +00:00
Akinori MUSHA
8392e0846d
Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.
2001-09-11 21:34:27 +00:00
Bruce A. Mah
5395348ba7
New release note: semop(2) buffer overflow fixed.
2001-09-11 21:05:01 +00:00
Dima Dorfman
b21e7ed6ba
New release note about linker.hints and kldxref(8). Even though this
...
solves a pretty annoying problem, this release notes entry doesn't
describe what this fixes because I can't seem to figure out how to do
this without giving a lot of background.
2001-09-11 13:11:43 +00:00
Bruce A. Mah
2e76c457bf
Mention that uustat now gets run as uucp, not root, and note MFC.
2001-09-10 23:19:48 +00:00
Bruce A. Mah
bad6515af2
According to message-id <yfk7kv6rj15.fsf@vader.clickarray.com> on
...
freebsd-ports, ports/packages will be re-frozen and re-rolled before
4.4-RELEASE, so we can (imprecisely) mark the CVSup bugfix as being MFC-ed.
2001-09-10 20:41:39 +00:00
Bruce A. Mah
6b6ff9a926
New release note: Non-root-owned binaries in standard system paths
...
now have the schg flag set.
2001-09-10 18:51:13 +00:00
Bruce A. Mah
1c598c2c17
New release notes: Use net/cvsup, rather than net/cvsup-bin and
...
net/cvsupd-bin. Also note CVSup update to fix S1G bug.
I'm breaking a self-imposed rule of not mentioning ports-collection
updates in release notes. I'm only doing this because CVSup is a
fairly essential part of the FreeBSD Project infrastructure. Save
for exceptions such as this, the release notes will continue to
document changes to the base system only.
Suggested by: mike
2001-09-10 16:54:50 +00:00
Bruce A. Mah
92933027f4
Add a bit of background to the ACPI release note.
2001-09-07 15:30:18 +00:00
Dima Dorfman
fd73ce782f
ACPI CA updated to 20010831.
2001-09-07 12:14:24 +00:00
Bruce A. Mah
67e4fc622a
Delete a note to myself that doesn't really belong in a released
...
document.
2001-09-06 23:17:55 +00:00
Bruce A. Mah
20eb2c602f
Delete some cruft that somehow snuck into this file.
2001-09-06 23:16:04 +00:00
John Baldwin
e8c062e911
All of this is now committed to the XFree86 port.
2001-09-06 23:11:14 +00:00
David E. O'Brien
a950ae8393
Also try to build setcdboot' first, and only pkg_add -r' if you cannot.
...
Submmitted by: dirk
2001-09-05 20:04:35 +00:00
Bruce A. Mah
d213656282
Update release note: tcsh 6.11.
2001-09-05 18:19:08 +00:00
Bruce A. Mah
850f4860e2
Mention the Sparc64 port under development.
...
Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>
2001-09-05 17:04:36 +00:00
Luigi Rizzo
78734cf9ad
Remove "more" from the list, the port has not been committed yet.
...
Remove "mount_nfs" to reduce image size.
2001-09-05 16:06:40 +00:00
Luigi Rizzo
0e3d2dd788
Add lnc driver, so one can test picobsd images with vmware
2001-09-05 16:05:05 +00:00
Bruce A. Mah
c984b18e43
Add a missing "option".
2001-09-05 06:15:49 +00:00
Bruce A. Mah
5b2e8c1319
Clarify/cleanup pcic(4) release note.
...
Submitted by: msmith
2001-09-05 06:10:19 +00:00
Akinori MUSHA
f7dfa1ed27
Add sysutils/portupgrade to CD-ROM #1 . (+1.5MB)
2001-09-05 05:01:42 +00:00
John Baldwin
cbab05248c
- Add some diagnostic echos of status of each stage.
2001-09-04 22:54:13 +00:00
Bruce A. Mah
750de4f83b
Binary upgrades for -CURRENT preserve nsswitch.conf, not host.conf.
2001-09-04 21:12:42 +00:00
Bruce A. Mah
b5fffd3bde
New release note: SA-01:59.
2001-09-04 20:38:31 +00:00
Bruce A. Mah
df0ac42d6b
Oops. Fix document build-breaking SGML bogon.
2001-09-04 20:37:34 +00:00
Bruce A. Mah
f1286a1bdc
MFS: Sync boilerplate text with RELENG_4.
2001-09-04 19:48:01 +00:00
Bruce A. Mah
df5c1fb10b
MFS: Fix missing words, minor tweaks.
2001-09-04 19:20:27 +00:00
Bruce A. Mah
53f7adc6c9
New release note: pcic(4) interrupt routing.
...
Content provided by: imp
2001-09-04 19:17:55 +00:00
Hiroki Sato
791e5157f2
Merge Japanese version of RELNOTESng:
...
Makefile
errata/Makefile
errata/article.sgml
relnotes/Makefile
relnotes/Makefile.inc
relnotes/alpha/Makefile
relnotes/alpha/article.sgml
relnotes/common/artheader.sgml
relnotes/common/intro.sgml
relnotes/common/new.sgml
relnotes/common/relnotes.ent
relnotes/common/upgrading.sgml
relnotes/i386/Makefile
relnotes/i386/article.sgml
share/sgml/catalog
share/sgml/release.dsl
2001-09-04 17:48:07 +00:00
Akinori MUSHA
232c495d99
Because www/netscape47-{communicator,navigator} are forbidden, replace
...
them with www/linux-netscape47-{communicator,navigator}.
2001-09-04 17:41:52 +00:00
Akinori MUSHA
f9cd11dc04
archivers/bzip2 is no longer a VERY common build dependency.
...
(See the latest INDEX)
2001-09-04 17:32:30 +00:00
Bruce A. Mah
9371144d20
Add dhclient.conf and hosts.allow to the list of files in /etc
...
preserved by a binary upgrade.
2001-09-04 17:11:19 +00:00
Luigi Rizzo
1d199fd358
Move commands to create stripped kernel into Makefile.conf,
...
so as to make the "picobsd" script less version-specific.
Improve handling of cross-builds (which requires creation of
includes and libraries for the new source tree).
The "picobsd" script will not probably work on -current because it still
uses 'vn' instead of 'md', but i am commiting it anyways to keep it
in sync with the version in -stable.
2001-09-04 02:01:52 +00:00
David E. O'Brien
074aec36c2
Try to build mkisofs' first, and only pkg_add -r' if you cannot.
2001-09-03 20:29:21 +00:00
David E. O'Brien
2c1763d430
Cause an error condition to be sensed by make(1) if we have trouble
...
making the ISO.
2001-09-03 20:27:03 +00:00
David E. O'Brien
d0f44c4dad
Fix my backwards logic.
...
Submitted by: dirk
2001-09-03 20:23:59 +00:00
Dima Dorfman
f6b1b0cc33
If NO_LANGCODE_IN_DESTDIR is defined, don't put the language code in
...
DESTDIR. This avoids redundant information in the path when DOCDIR
points to some directory that already implies (or specifies) a certain
language. This is the case with the web site, where the release notes
are already installed under a language-specific directory. This
behavior is not being made mandatory because it might still be useful
to install all the translations in one directory, such as during
testing, or in a hypothetical release notes archive. Furthermore, it
is not being made the default because that breaks consistency with
stuff under doc/.
Reviewed by: bmah
2001-09-03 14:39:32 +00:00
Dima Dorfman
d3f265038e
Extend the release note about ftpd -o to cover ftpd -O, too.
2001-09-03 14:25:59 +00:00
Bruce A. Mah
9c90dce11b
New release note: am-utils 6.0.7.
2001-09-03 06:30:17 +00:00
Jordan K. Hubbard
9c552a1fd7
Use sh to execute scripts and just check that the script is readable.
...
I guess I pooched the permissions on the scripts before committing them
since they're not executable and now it's too late to change (I think -
I suppose you could chmod the ,v files and it might inheirit but I don't
feel like asking the repomeisters to try that).
Noticed by: Dirk Froemberg <dirk@freebsd.org>
2001-09-02 19:05:27 +00:00
Luigi Rizzo
93c013c83e
use correct "compile" directory, which is ../../compile/<filename>
...
This does not apply to RELENG_4 for which the compile directory is
../compile/<filename>
2001-09-01 21:19:15 +00:00
Luigi Rizzo
7f61417f8e
Supply a default value for the kernel config binary.
2001-09-01 19:16:00 +00:00
Luigi Rizzo
e619430f32
Bugfix: Use the correct variable for picobsd type (same bug is
...
present in STABLE). Also add a bit more logging (when enabled).
2001-09-01 18:27:39 +00:00
Dima Dorfman
d47a743336
New release note: syslogd -b
2001-09-01 10:52:25 +00:00
Bruce A. Mah
3e443c0512
It is *indeed* possible to run Alpha Linux binaries under emulation.
...
Reviewed by: gallatin
2001-09-01 04:39:16 +00:00
Matt Jacob
a58e848bef
add 2300/2312 notes
2001-08-31 21:50:09 +00:00
Bruce A. Mah
4e372c6746
Whitespace-only commit that can be ignored by translators.
...
The 1.2->1.4 deltas caused the indentation of this document to become
massively...well...confused. Try to fix this.
2001-08-31 17:26:18 +00:00
Bruce A. Mah
27554eda12
diskcheckd(8) is gone from the base system, so undo its release note.
2001-08-31 16:47:57 +00:00
Alexander Langer
d33a962d07
Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
...
discussed on the arch@ mailinglist (after repo-copy).
sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).
/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.
Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
Luigi Rizzo
5d97a228a8
add a missing -o.
...
There might be some other bug related to OBJDIR handling, once
fixed these changes can be MFC immediately.
2001-08-30 21:39:14 +00:00
Scott Long
5dba33ac48
Note the new cards supported by the asr and aac drivers.
...
MFC after: 1 day
2001-08-30 21:37:09 +00:00
Bruce A. Mah
b5a3c2f466
New release note: SA-01:58.
2001-08-30 21:06:43 +00:00
Bruce A. Mah
d6bf3e5def
Add some missing words, markup tweaks.
...
Commit from: SIGCOMM 2001
2001-08-30 20:56:42 +00:00
John Baldwin
21ed03d815
Axe all the plists and supporting scripts to manage them and use them to
...
roll dists.
2001-08-30 18:11:42 +00:00
John Baldwin
5356254edb
Overhaul this script a bit:
...
- build_x.sh now does all the steps to build an X dist rather than being
a child script of package_x_dists.sh
- Update the usage information to list the ports you need to install
before running this script as well as needing to set CVSROOT.
- Make sure CVSROOT is set. If not, exit with an error.
- We now take two parameters: a work directory and an output directory.
The work directory is used as scratch space. All of the bindist will
end up in the output directory.
- Only apply XF86.patch to the checked out XFree86 port if it exists.
- Use XFree86's build-bindist tool to package up the dists using their
distfiles rather than using our own packing lists that have to be
manually updated each time the port changes.
Example usage:
env CVSROOT=/home/ncvs ./build_x.sh /usr/xtmp /usr/x11dists
2001-08-30 18:10:26 +00:00
John Baldwin
999accad69
The current XFree86 port needs some help in the BUILD_XDIST case. Commit
...
this patch here until I can get the port fixed.
2001-08-30 17:53:00 +00:00
Wilko Bulte
10d5c1f939
DS10 has it's USB interface disabled (by Compaq/DEC). I wonder where I got
...
the info that USB works in FreeBSD??
2001-08-30 12:46:53 +00:00
Dima Dorfman
8dc27f5be5
New release notes: ntp suite updated to 4.1.0, daemon(8).
...
Updated release notes: ACPI 20010816.
2001-08-30 05:34:37 +00:00
Wilko Bulte
8e5d76275b
Remove reference to mknod zs0 for TurboLaser console
2001-08-28 17:54:07 +00:00
Dima Dorfman
2da6f1deb7
New release note: ftpd -o
2001-08-28 12:08:57 +00:00
Bruce A. Mah
91f36658d1
New release note: SA-01:57.
2001-08-27 22:04:34 +00:00
Dima Dorfman
1845f09c55
New release note: config(8) ENV. I put this under the "kernel
...
changes" section, but I'm not sure it's appropriate there. config(8)
is a userland utility, but this is actually a "kernel" feature. There
are release notes about config(8) in both sections, but "kernel" seems
more appropriate for this one.
2001-08-27 13:41:15 +00:00
Bruce A. Mah
d0b8716702
Try to make some sense out of the mess that used to be INSTALL.TXT.
...
1. Bring floppies.sgml section in-line into install.sgml, where it
makes more sense.
2. Slightly reorganize some sections of Installation section and
do some wordsmithing.
3. Update distribution layout to reflect RELNOTESng and new compat
distributions.
4. Update upgrade file list from 4-STABLE.
5. It's been a long time since 2.2.X; get rid of instructions dealing
with "new" handling of compatability slices and fix up other references
in the text.
6. Hunt down and kill emoticons with extreme prejudice. Try to
tone down the use of exclamation points.
7. Cross-reference new and improved Installation chapter in
Handbook.
8. Add a proper abstract for this document.
2001-08-27 03:37:56 +00:00
Bruce A. Mah
72117212fb
Use &os.numports; to track how many ports we have. Don't need to give
...
an example of a specific release in CDROM/DVD ordering.
2001-08-26 17:31:03 +00:00
Wilko Bulte
785142bf17
Alpha uses openjade i.s.o. jade for docs generation. So go out
...
and build the right port for make release.
Submitted by: bmah
Approved by: bmah
MFC after: 2 days
2001-08-26 07:52:56 +00:00
Bruce A. Mah
4be73c5892
Update rendition of a typical distribution directory. Text updates to
...
follow.
2001-08-25 04:22:24 +00:00
Bruce A. Mah
a6c6c6a29b
Reflect that the lge(4) driver has been tested on the Alpha.
...
Reviewed by: wpaul
2001-08-24 00:30:50 +00:00
Bruce A. Mah
a56ff0d456
New release note: SA-01:56.
...
Fix entry on SA-01:55, which was mislabeled as SA-01:54. Also fix a
typo (I still can't spell "compatibility" correctly, it seems).
2001-08-23 21:14:42 +00:00
Jimmy Olgeni
86df99e49e
Misc. changes:
...
* Rename cvsup-bin to cvsup (cvsup-bin does not exist anymore).
* Add the net/rsync port to the CDROM packages.
* Add the misc/compat* ports.
Approved by: jkh
2001-08-23 19:54:11 +00:00
Bruce A. Mah
984f40aeb8
Expansions and clarification of some existing release notes items.
...
Submitted by: Alex Kapranoff <kapr@acm.org>
2001-08-23 18:39:04 +00:00
Bruce A. Mah
91d88849e3
Typo and markup fixes.
...
Submitted by: Alex Kapranoff <kapr@acm.org>
2001-08-22 23:50:53 +00:00
Bruce A. Mah
594a202073
New release note: RFC 1948.
2001-08-22 03:13:33 +00:00
Bruce A. Mah
0bd2b09761
New release note: SA-01:54.
2001-08-21 22:26:02 +00:00
Gregory Neil Shapiro
75fd91d449
sendmail 8.11.6 has been imported
2001-08-21 01:42:08 +00:00
David E. O'Brien
9c2ee3164b
+ do not hard code where a port may be installed to
...
+ uses `mkisofs' rather than `mkhybrid' as the new mkisofs is the merger
of the two
+ checks for `setcdboot's existsance and tries to pkg_add it if needed
+ removes English contraction
Approved by: jkh
2001-08-20 21:22:33 +00:00
David E. O'Brien
729956024e
+ back out my `iso' target
...
+ allows one to set _R so one can more easily make an iso after the fact,
in the directory `make release' was issued in
+ changes name from miniboot to miniinst since we make other bootable ISOs
also (and we might confuse someone)
Approved by: jkh
2001-08-20 21:22:01 +00:00
Bruce A. Mah
6c852cd456
New release note: pppd(8) no longer world-executable/readable.
...
Submitted by: kris
2001-08-20 20:45:55 +00:00
Bruce A. Mah
ea0ed22be3
Typo and markup fixes.
...
Submitted by: Alex Kapranoff <kapr@acm.org>
2001-08-20 17:31:47 +00:00
Bruce A. Mah
119c74f12e
Fix an SGML glitch.
2001-08-20 04:56:37 +00:00
Dima Dorfman
406a1cee7d
Use `an' where appropriate.
2001-08-20 02:08:26 +00:00
Dima Dorfman
0b5c3be90d
Expand a little on the note about apm_battery. Note that apmd can
...
execute commands when the battery level changes, and point users at
the examples in /etc/apmd.conf since this stuff isn't (yet?)
documented in the manual page. Also note its MFC.
Submitted by: nsayer
2001-08-19 23:36:49 +00:00
Bruce A. Mah
732f13de20
New release note: CDROM booting on IBMs.
...
Reminded by: mp
2001-08-18 00:12:23 +00:00
Bruce A. Mah
3da705c074
New release note: SA-01:53.
2001-08-17 21:59:13 +00:00
Bruce A. Mah
a82d1944d1
Troll for MFCs that haven't been marked as such: KERNCONF, an(4)
...
support for Aironet 350, ed(4) support for Linksys cards, aac(4),
ssh(1) not SUID, passwd(1)/pw(8) support for passwd_format,
rc(8) deletes non-directories in /var/run and /var/spool/lock,
fmtcheck(3), sshd(8) X11Forwarding, sshd_config MaxStartups
deprecates ConnectionsPerPeriod.
Some of these MFCs are new, others were reflected in 4-STABLE's
release notes already, and still others were MFC-ed before prior
releases.
Relocate dgm->digi release note item to live next to digi.
Relocate an(4)/AIR350 note to be next to another an(4) entry.
Remove a duplicate entry documenting xargs(1) -J.
Port markup fixes: sysutils/cs9660_unicode, net/pim6dd, net/pim6sd.
2001-08-17 19:59:25 +00:00
Bruce A. Mah
e634b7c5ce
Markup nit: Mark some things with <envar> that used be done with
...
<literal> or <varname>.
2001-08-17 17:36:50 +00:00
Bruce A. Mah
1af57916eb
New/updated release notes: maxusers tunable, vidcontrol(1) -h,
...
tmpname(3) use of TMPDIR.
2001-08-17 17:18:39 +00:00
Bruce A. Mah
172e031961
New/modified release notes: Update isdn4bsd entry (users must
...
use ispppcontrol when doing kernel PPP over ISDN), s/Ukranian/Ukrainian/.
MFCs noted: cdcontrol(1) next/prev, sysctl(8) -N, sysctl(8) -ao/-ax and
-w deprecated, col(1) -p.
2001-08-17 16:04:01 +00:00
Bruce A. Mah
702aeed834
Note that cdrecord is a part of the sysutils/cdrtools port.
...
(While I'm here, change markup for a reference to the net/smbfs
port to use <port></port> tags.)
Submitted by: kris
2001-08-17 15:16:12 +00:00
Bruce A. Mah
b8355abfe3
MFS:
...
s/compatability/compatibility/
s/compatable/compatible/
s/behaviour/behavior/
2001-08-17 15:01:39 +00:00
David E. O'Brien
13e7108c06
Add an `iso' target to create ISO images properly for each platform.
2001-08-15 20:57:08 +00:00
Bruce A. Mah
4559d1c897
New release note: ppp(8) now supports IPv6.
2001-08-15 17:35:20 +00:00
Bruce A. Mah
99fe508b9d
New/modified release notes: Only two security profiles instead of three,
...
all inetd.conf services disabled by default but now editable in
sysinstall(8).
Deleted an item about disabling selected services in inetd.conf, since
it was superceded by the above.
While I'm here, rename the "Security Fixes" section to "Security-Related
Changes".
2001-08-15 17:05:07 +00:00
Bruce A. Mah
59b9ef51d2
MFC noted: SSE capabilities. Also moved these into
...
processor/motherboard support section.
2001-08-15 04:47:42 +00:00
Bruce A. Mah
71d57000e5
Make list of ports required for doc build consistent with
...
ports/textproc/docproj/Makefile rev. 1.33 (which adds graphics/scr2png).
2001-08-14 22:31:27 +00:00
Bruce A. Mah
2d3e5413ee
"New" release note: Removal of wd compatability devices from ata(4).
...
(The release note entry is new, but the fact it documents is not.)
Submitted by: silby
2001-08-12 20:58:30 +00:00
Bruce A. Mah
ce32de17d3
Note MFC of ARIN -> APNIC/RIPE whois(1) queries. While I'm here, add
...
a missing word.
Submitted by: mike
2001-08-12 20:36:44 +00:00
Dima Dorfman
446ab8032d
Note MFC of all the I4B stuff.
2001-08-11 17:55:07 +00:00
Dima Dorfman
43d384e14f
I4B is actually version 1.0.1.
2001-08-11 17:50:58 +00:00
Bruce A. Mah
b2791ed34b
MFCs noted: fsck_msdos(8), kldconfig(8), moused(8) -a.
2001-08-11 03:12:38 +00:00
Bruce A. Mah
f94ecc9c59
New release note (only about six months late): nmdm(4).
2001-08-11 02:49:57 +00:00
Bruce A. Mah
9e87704b0a
Close a </sect1> and add a line of whitespace, discovered during
...
MFC of 1.3->1.4 delta.
2001-08-10 21:18:35 +00:00
Dima Dorfman
8779e39a66
cvs updated to 1.11.1p1
2001-08-10 17:41:36 +00:00
John Hay
c8c7c06bb0
Add a missing backslash.
2001-08-09 09:32:16 +00:00
Bruce A. Mah
d97e531329
Reorganization of FreeBSD README document. This change adds no new
...
content or whitespace changes; it just moves sections around for
better organization; the content of this file used to be fairly
fragmented because it originally was derived from parts of several other
documents.
The first half of "About FreeBSD" has been pulled into the Introduction
section. The remainder of "About FreeBSD" plus the "Release Documentation"
section now make up a new <sect1></sect1> level section entitled
"Further Reading".
2001-08-09 04:27:11 +00:00
Bruce A. Mah
1d0372b2af
Collapse the seven *.sgml files containing the content of the README
...
document into article.sgml. Move the $FreeBSD$ tag from a
comment to a <pubdate></pubdate> entry, but no other content
or whitespace changes.
The two reasons for doing this are to: 1) Get rid of a bunch of
itty-bitty files and 2) help with a reorganization of the README that
will be much simpler if all the content is in a single file.
2001-08-09 00:35:04 +00:00
Bruce A. Mah
4f06748fd6
Fix up links from the FreeBSD README to portions of the Handbook.
...
While I'm here, delete a <warning></warning> paragraph that seems out of
place.
2001-08-08 23:42:07 +00:00
Bruce A. Mah
d2405064b4
Reflect the new location of the list of contributors and coalesce
...
two paragraphs.
2001-08-08 22:53:01 +00:00
Bruce A. Mah
9e5ae78a4a
Refer to SA-01:52 from the release note item documenting the fix.
...
Also move this item so that references to security advisories remain
in numerical order.
2001-08-08 19:04:48 +00:00
Wilko Bulte
7f5a02ce53
Document removal of hardware support from installkernel. Reflects:
...
obrien 2001/07/21 10:38:46 PDT
Modified files:
release/alpha dokern.sh
Log:
Fix the install kernel on a 1.44MB floppy again.
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
2001-08-07 21:10:17 +00:00
Nik Clayton
5de15c0508
Add libxslt and its dependencies.
...
Submitted by: John Hay
2001-08-07 15:28:20 +00:00
Dima Dorfman
ae71ff3eb0
Remove old blurb about BIND being updated to 8.2.3.
2001-08-06 05:26:06 +00:00
Dima Dorfman
c32b1c2d74
Note MFC of BIND 8.2.4.
2001-08-06 05:25:15 +00:00
Dima Dorfman
340f028495
Correct some pastos.
...
Submitted by: Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
2001-08-05 16:03:04 +00:00
Dima Dorfman
0512c8b6ab
Note MFC of file 3.36.
2001-08-03 12:31:43 +00:00
Dima Dorfman
3ec96e7a64
When talking about new versions, use the word "updated" instead of
...
"upgraded" for consistency. Prior to this commit, 9 of the entires
used the latter, and 51 used the former.
2001-08-02 12:16:17 +00:00
Dima Dorfman
1a3a2b1605
Note MFC or Binutils 2.11.2 (what we have is close enough to that
...
version that there's no need to talk about the snapshot business; all
it would do is serve to confuse).
2001-08-02 12:08:10 +00:00
Dima Dorfman
4880a1221e
Oops, note MFC of UFS_DIRHASH.
2001-08-01 20:08:37 +00:00
Dima Dorfman
9130d3cc55
Fix previous commit: actually move the UFS_DIRHAS stuff, not the
...
ddb(4) stuff. I have *no* idea how I managed to screw that up.
2001-08-01 20:07:51 +00:00
Dima Dorfman
073a5d3980
Move the UFS_DIRHASH paragraph to 'filesystems' and note its MFC.
2001-08-01 20:05:36 +00:00
Dima Dorfman
fdf72b194b
Note MFCs: WARNS, GCC_OPTIONS, and GNATS.
2001-08-01 20:04:19 +00:00
Dima Dorfman
0fbd88f52a
New release notes: file(1) update.
...
Note MFCs: install(1) cleanup, bzip2 import, libpcap update.
2001-08-01 14:22:27 +00:00
Gregory Neil Shapiro
7189f389b7
Note the import of sendmail 8.11.5
2001-08-01 01:40:56 +00:00
Wilko Bulte
a079a625af
164LX can have SRM or AlphaBIOS in flash.
2001-07-31 18:43:40 +00:00
Dima Dorfman
76e0d7899c
txp(4) isn't i386-only.
2001-07-30 18:28:27 +00:00
Dima Dorfman
a46910eef1
Note import of BIND 8.2.4-REL and the MFC of txp(4)
2001-07-30 18:26:53 +00:00
Dima Dorfman
d146c9975e
Note MFC of IPFilter 3.4.20.
2001-07-28 14:37:32 +00:00
Dima Dorfman
f20f450605
Note MFC of tcpdump 3.6.3.
...
I didn't do this when I merged the delta to RELENG_4 because I thought
&merged; didn't apply to contributed software since there is one entry
per application which gets updated with the new version number, as
opposed to all the other programs, which get one entry per update.
However, the previous commit removed &merged; from the IPFilter entry,
so perhaps I just didn't look long enough when I did the tcpdump
merge.
2001-07-28 12:24:18 +00:00
Dima Dorfman
5381286595
IPFilter updated to 3.4.20.
2001-07-28 12:21:19 +00:00
Bruce A. Mah
46d662ca95
Move route(8) entries out of Contributed Software section; they were
...
hanging out with a routed(8) entry.
Submitted by: dd
2001-07-27 17:20:33 +00:00
Wilko Bulte
e0ef368436
<ctl>-<alt>-<del> are seen as sgml tags. <keycap>ctl</keycap> etc works
...
a lot better. Yikes!
Caught by: bmah
2001-07-26 19:02:22 +00:00
Bruce A. Mah
99b3dc42ad
Split "Contacting the FreeBSD Project" into two sub-sections ("Email
...
and Mailing Lists" and "Submitting Problem Reports"). No content
changes.
2001-07-26 18:20:29 +00:00
Wilko Bulte
77fbb88a6f
Document you sometimes seem to need ctl-alt-del on Noname, Multia
...
and ZLXp is TGA-based and not currently suitable for console use.
2001-07-26 18:18:50 +00:00
Bruce A. Mah
7f85894ec2
Cleanup of "Reporting Problems" section, which has been renamed
...
"Contacting the FreeBSD Project": Mostly fixed style nits, and
performed some overlooked s/FreeBSD/&os;/ substitutions.
2001-07-26 18:16:55 +00:00
Bruce A. Mah
b886b9c7d4
UPGRADE.TXT doesn't exist anymore...point readers at INSTALL.TXT,
...
which now contains binary upgrade info.
2001-07-26 16:40:23 +00:00
Bruce A. Mah
e2d87179c8
Add some navigation in the form of internal hyperlinks to get around
...
the different sections of the release notes. There's probably a better
way to do this.
2001-07-26 16:31:22 +00:00
Bruce A. Mah
ba9973ec7f
Fix some style nits, and also try to include some text appropriate to
...
whether this release notes build is for a snapshot or a release.
2001-07-26 16:21:29 +00:00
Bruce A. Mah
c72c117ae1
List a forgotten SGML source file (intro.sgml) in the release notes
...
Makefiles.
2001-07-26 16:16:51 +00:00
Bruce A. Mah
362f39c0e6
New release notes: ed(4) MII, isdnd.rc(5) maxconnecttime, ppp(8)
...
tcpmssfixup for inbound packets, BIND NOADDITIONAL.
MFCs noted: RANDOM_IP_ID, ppp(8) tcpmssfixup, libcrypt unification.
2001-07-26 04:40:58 +00:00
Dima Dorfman
573af706e5
Note MFC of {d,h}watch DDB commands.
2001-07-25 11:58:49 +00:00
Brooks Davis
2997c5e24a
merged interface cloning support.
2001-07-24 19:27:22 +00:00
KATO Takenori
24906e1422
Added the txp driver into the list for SMALL kernel.
2001-07-24 11:32:18 +00:00
Dima Dorfman
3126811f39
Note that this list should follow the docproj dependency list as much
...
as possible.
2001-07-24 08:47:00 +00:00
Dima Dorfman
c49e9faf43
eps2png -> peps
...
Submitted by: Alexey V. Neyman <avn@any.ru>
2001-07-24 08:43:44 +00:00
Brooks Davis
961ba1e562
Bruce gave me a little too much credit ;-), stf didn't get the full
...
treatment along with gif so it doesn't support cloning yet.
2001-07-24 05:34:18 +00:00
Brooks Davis
78e7ec8afd
Fix four </para> tags that were either missing or misspelled as </para>.
...
Found by: make lint
Reviewed by: bmah
2001-07-24 04:27:54 +00:00
Bruce A. Mah
2b89c4490f
Add txp(4) devices to the supported hardware list.
2001-07-24 01:14:00 +00:00
Bruce A. Mah
8b373105cd
New release notes: txp(4) driver.
...
Updates: Cross-reference SA-01:49 for telnet(8) buffer overflow fix,
binutils upgrade to snapshot, tcpdump 3.6.3, OpenSSL 0.9.6b.
2001-07-24 00:32:51 +00:00
Bruce A. Mah
78e5e964ab
Grrrr: s/DFS-538TX/DFE-538TX/
2001-07-23 23:35:31 +00:00
Bruce A. Mah
681c444084
Add D-Link DFE-538TX to list of rl(4)-supported devices.
...
While I'm here, fix a typo: s/DGE=500SX/DGE-500SX/.
Submitted by: Christian Greisen <csg@fakse.dk>
2001-07-23 19:11:33 +00:00
Kris Kennaway
56bded8a29
s/adress/address/
...
Inspired by: OpenBSD
MFC After: 1 week
2001-07-23 12:05:27 +00:00
Jordan K. Hubbard
2ef74d2289
Add scripts and Makefile support for building ISO images automatically
...
as part of the release if MAKE_ISOS is set. Will also build the
first CD with packages (in addition to the "minimal" CD) if CD_EXTRA_BITS
points to them. This probably need a bit more work to get fully useful,
but it at least covers the basics for now.
2001-07-23 09:01:46 +00:00
Yoshihiro Takahashi
67f706dbc5
Correct typo.
2001-07-22 00:58:15 +00:00
David E. O'Brien
47a49221c2
This was repo copied to src/release/alpha/fixit_crunch.conf.
...
The i386 and PC98 already had their own platform-specific version.
2001-07-21 19:01:59 +00:00
David E. O'Brien
597dd1b581
I think this is OK for PC98, someone please check.
...
As was done to i386/boot_crunch.conf:
+ Build with `lint' defined to cut out some of the `rcsid's (binaries' code
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
ifconfig(8).
2001-07-21 17:55:38 +00:00
David E. O'Brien
4f5ee9293a
Fix the install kernel on a 1.44MB floppy again.
...
I had to be aggressively Draconian to succeed.
I diked out:
+ Multia, NoName, PC/EB 64, Aspen Alpine support.
+ SCSI tape support
+ AMI MegaRAID controller support
+ All parallel bus support (includes PLIP)
+ vx (3c590, 3c595), pcn (AMD Am79C97x PCI 10/100), sf (Adaptec AIC-6915),
sis (SiS 900/SiS 7016), ste (Sundance ST201 (D-Link DFE-550TX)),
wb (Winbond W89C840F) support.
If the removal of any of this support causes heartburn, please let me know.
2001-07-21 17:38:46 +00:00
David E. O'Brien
5dd6693718
Unconditionalize these now that they live in ARCH-specific directories.
2001-07-21 17:32:40 +00:00
David E. O'Brien
5b3d192e30
+ Build with lint' defined to cut out some of the rcsid's (binaries' code
...
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ Do not need libipx as I have conditionally diked that functional out of
ifconfig(8).
2001-07-21 17:28:21 +00:00
David E. O'Brien
de6e1e1a31
+ Build with lint' defined to cut out some of the rcsid's (binaries' code
...
only, the libs will still have the `rcsid's in them).
+ mount_mfs is OBE.
+ The Alpha install does not support SLIP, PCCARD or USB installs; so we do
not need the associated userland utils.
+ Do not need libipx as I have conditionally diked that functional out of
ifconfig(8).
2001-07-21 17:26:55 +00:00
David E. O'Brien
a591fb0865
dokern.sh was repo copied from src/release/scripts to
...
src/release/${MACHINE_ARCH}
2001-07-21 17:21:52 +00:00
David E. O'Brien
f336cdbe02
This has been repo copied to src/release/${MACHINE_ARCH}/dokern.sh
2001-07-21 17:21:02 +00:00
David E. O'Brien
56d767c1e4
This has been repo copied to src/release/${MACHINE_ARCH}/boot_crunch.conf
2001-07-21 17:19:59 +00:00
Bruce A. Mah
c45383e55c
freebsd.org -> FreeBSD.org
2001-07-19 18:14:56 +00:00
Bruce A. Mah
e0c7ae7028
More README file cleanup, mostly for style. Also punt the readers
...
to the Handbook for more documentation sources. Mention INSTALL.TXT
as one of the other release documentation files.
2001-07-19 16:29:28 +00:00
Bruce A. Mah
98417323dd
Punt users to the Handbook for a list of CDROM/DVD publishers, rather
...
than try to keep two copies of this information synchronized.
Reviewed by: jkh
2001-07-19 15:08:08 +00:00
Dima Dorfman
a4c53d9184
Note MFC of last -d.
2001-07-19 08:02:49 +00:00
Dima Dorfman
b61143b4ad
Note the MFC of vidcontrol -C (and it's the -C option, not the -H
...
option; note that, too).
2001-07-19 06:45:31 +00:00
Poul-Henning Kamp
be1234f248
Use quotes around ${RELEASETAG} to allow values like
...
-r RELENG_4 -D "2001-07-17 12:00"
2001-07-18 05:40:30 +00:00
Bruce A. Mah
58bc3f49ab
New release notes: TCP default sendspace/recvspace increases,
...
mail(1) -E, SA-01:48.
2001-07-18 03:10:53 +00:00
Bruce A. Mah
966222f878
MFCs noted: growfs(8) + ffsinfo(8), inetd(8) ident support cleanup,
...
inetd(8) AF_UNIX support.
2001-07-17 20:08:41 +00:00
Bruce A. Mah
a3faabe42d
Expand the "KAME import" release note item into two sections with more
...
details. Also move an existing item.
Details provided by: ume
2001-07-17 16:45:34 +00:00
Bruce A. Mah
7d2c37712b
Language-dependent catalogs for RELNOTESng should override
...
the language-independent catalog.
Tested by: Alex Kapranoff <kapr@acm.org>
2001-07-17 00:46:10 +00:00
Bruce A. Mah
823d90ddb6
Minor tweaks, mostly for style.
2001-07-16 22:23:07 +00:00
Bruce A. Mah
aa008d0cf2
MFS: Minor style tweaks and markup fixes.
...
obtaining.sgml: 1.1.2.1->1.1.2.2
2001-07-16 20:36:01 +00:00
Bruce A. Mah
b078d9c3b8
ftpmail.vix.com doesn't exist anymore; don't mention this as a viable
...
method for obtaining FreeBSD.
Discussed with: Paul A Vixie <vixie@vix.com>
2001-07-16 20:22:39 +00:00
Bruce A. Mah
58bcf09103
MFS: Minor style and markup tweaks.
2001-07-16 16:05:59 +00:00
Bruce A. Mah
c0b2a2425e
Add an abstract for the README.
2001-07-16 15:52:28 +00:00
Dima Dorfman
797c1bc2a1
New release notes: dirhash, new ddb(4) commands, and SSE.
2001-07-15 12:27:21 +00:00
Joerg Wunsch
5822ff170e
Mention the new behaviour of fdisk(8) (i386 only) to select the default
...
device.
2001-07-14 21:21:17 +00:00
Brooks Davis
50ef9f9b34
Mention new support for Cisco Aironet 350 series adaptors.
2001-07-14 21:17:25 +00:00
Bruce A. Mah
5bfda1cf23
Markup fixes: Move <screen></screen> and <programlisting></programlisting>
...
outside <para></para>. Some other minor adjustments around <screen></screen>
tags.
Discussed on: -doc (in the context of doc/)
2001-07-13 20:16:43 +00:00
Bruce A. Mah
db8ed62873
Note MFCs: Transmeta Crusoe/Longrun detection, TCP template buffer
...
allocation, lpd(8) -wand -c, lpc(8) tclean/clean improvements, dump(8)
-D, du(1) -I.
2001-07-12 18:58:18 +00:00
Bruce A. Mah
0ee19e4e19
Update list of cards supported by nge(4).
2001-07-12 18:42:41 +00:00
Bruce A. Mah
83789029c4
Note groff 1.17.2 import.
2001-07-12 18:24:51 +00:00
Wilko Bulte
021d0cee20
Document SET CONSOLE SERIAL/GRAPHICS for NoName as well
...
Suggested by: bob@sfcei.com
2001-07-11 18:33:58 +00:00
Bruce A. Mah
3cf5e6ff05
New release note: FreeBSD-SA-01:42.
2001-07-11 01:10:45 +00:00
Bruce A. Mah
20dc1576ee
New release notes: sysctl for TCP ISN fix, fsck_msdosfs(8), dump(8) -D,
...
OPIE replaced S/Key.
2001-07-09 21:21:38 +00:00
Bruce A. Mah
a2ddea9863
Better support for multi-lingual release documentation. We now support
...
language-dependant SGML catalogs (in ${LANG_CODE}/share/sgml) and also
use a default.dsl stylesheet similar to what the rest of the DocProj
documents use.
Requested by: hrs, Alex Kapranoff <kapr@acm.org>
Reviewed by: hrs, dd
MFC after: 2 days
2001-07-09 16:01:38 +00:00
Dima Dorfman
70d51341bf
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
Brian Somers
7bc6d0158f
Fix the type of the NULL arg to execl()
...
Idea from: Theo de Raadt <deraadt@openbsd.org>
2001-07-09 09:24:06 +00:00
Bruce A. Mah
f2678a49d8
Markup fix: Change sysctl variables marked as <literal></literal>
...
to consistently use <varname></varname>. No content changes.
2001-07-07 18:55:23 +00:00
Bruce A. Mah
b8c368430c
New release notes: Kernel message buffer via sysctl and dmesg(8),
...
new processor detection, better TCP memory usage, netstat(1) -z.
2001-07-05 23:56:15 +00:00
Bruce A. Mah
60087219de
When building an FTP area, put the CSS file for the release documentation
...
in the FTP area, not the CDROM area.
MFC after: 3 days
2001-07-05 22:14:25 +00:00
Bruce A. Mah
ca13856c09
Clarify (I hope) smbfs support item.
...
MFCs noted: ifconfig -m, OpenSSL 0.9.6a.
2001-07-05 02:50:19 +00:00
Bruce A. Mah
0f8d184704
Back out 1.6->1.7 change; this wasn't supposed to get committed.
2001-07-04 17:53:48 +00:00
Bruce A. Mah
43ac759d7c
New release notes: lpd(8) -c and -w, lpc(8) tclean, whois(1) recursive
...
lookups, moused(8) -a, binutils 2.11.2.
MFCs noted: IPv6 update.
2001-07-04 17:52:46 +00:00
Bruce A. Mah
ba03331add
MFCs noted: ALS4000 driver, ifconfig(8) support for IEEE 802.11
...
devices, traceroute(8) default TTL from sysctl MIB.
2001-07-04 05:34:20 +00:00
Thomas Moestl
df06371f65
Account for the machdep.msgbuf -> kern.msgbuf renaming.
2001-07-03 19:51:53 +00:00
Dima Dorfman
67196eb413
Remove duplicate $FreeBSD$ lines.
...
Approved by: bmah
2001-07-03 08:32:34 +00:00
Dima Dorfman
d8f203e797
New release notes: network device cloning, ich sound driver.
...
# I have deliberately not mentioned the kernel compile directory move;
# people using buildworld aren't affected, and those that aren't had
# better be reading cvs-all and/or src/UPDATING.
2001-07-03 08:25:54 +00:00
Dima Dorfman
8084b7b4c4
Mention hardware supported by the new ich sound driver.
...
Source: PR 25507
2001-07-03 08:19:06 +00:00
Brooks Davis
9d9d5c9ba4
Add Cisco Aironet 350 Series.
...
Approved by: bmah
2001-07-02 16:56:12 +00:00
Dima Dorfman
22e7ef3dd1
Mention xargs -J.
2001-07-01 22:58:45 +00:00
Warner Losh
189c7da2ec
Fix make release for new kernel locations
2001-06-30 17:20:12 +00:00
Dima Dorfman
2eca8ff74b
New release notes: farewell dgm; kldconfig.
2001-06-30 06:16:45 +00:00
Jordan K. Hubbard
d067d730b9
Fix crypto targets to be user-overridable and also obey the
...
NO_SENDMAIL flag if set. The whole NO_FOO mechanism in /usr/src
is pretty bogus and needs to be re-examined in the context of a
larger argument about modularity, but that's something for another
time.
Submitted by: Peter Pentchev <roam@orbitel.bg>
2001-06-25 00:43:10 +00:00
Dima Dorfman
7a95e9f2e1
Remove duplicate word.
2001-06-23 07:02:33 +00:00
Bruce A. Mah
22e22d2765
MFS: Add tx(4) section to hardware list.
2001-06-22 21:43:14 +00:00
Bruce A. Mah
57f2d14907
Take sbuf(9) item out of the release notes. It doesn't have as much
...
relevance to the average user as I thought it did originally.
2001-06-22 17:28:42 +00:00
Bruce A. Mah
f1aafe2646
Note that ed(4) supports the DE305.
2001-06-22 17:26:02 +00:00
Bruce A. Mah
279288f01a
New/updated release notes: gensetdefs(8) removed, mbuf allocator SMP-friendly
...
changes, TCP_RESTRICT_RST removed, getprogname(3), setprogname(3).
MFCs noted: dump(8) -T argument processing fixed, ee(1) 1.4.2.
2001-06-22 16:56:26 +00:00
Bruce A. Mah
cc8294cc08
MFS: Fix minor grammatical problem in orm(4) item.
2001-06-22 15:59:25 +00:00
Bruce A. Mah
0b6c0adac9
New/updated release notes: inetd(8) can manage AF_UNIX sockets, resolver(3)
...
with EDNS0 support, col(1) -p, mdmfs(8), bzip2 1.0.1, Heimdal
0.3f.
MFCs noted: orm(4), nge(4), lge(4), packet fragmentation limits (plus
minor update), df(1) -l, pkg_version(1) -s.
2001-06-22 15:51:49 +00:00
Bruce A. Mah
4139a26885
Put docbook.css in the ftp and cdrom areas of a release build because
...
they have HTML renderings of the release documentation.
2001-06-22 01:15:43 +00:00
Dima Dorfman
7450e06249
Change the way the value of DESTDIR is determined for the release
...
notes build. Instead of having doc.relnotes.mk make a guess, hardcode
quite a bit (but as little as possible) in Makefile.inc's sprinkled
strategicly throughout the tree. This has the advantage of actually
working properly (which is a Good Thing(tm)), and the disadvantages of
more files in the repository and more hardcoded paths (which are both
Bad Things(tm)).
2001-06-21 20:43:43 +00:00
Luigi Rizzo
8b3dd2e8c8
Remove tcpdump from the list of binaries. When cross-compiling
...
I get a link error on in6addr_<something> and i cannot find the
symbol in any of the libraries. It might be my mistake, but in any
case the crunched binary would overflow the floppy, so...
This applies to -current only.
2001-06-21 08:59:12 +00:00
Luigi Rizzo
2dc4c9a2f2
Remove support of I386_CPU in -current.
...
Make sure hints are statically compiled into the kernel,
because the bootloader is not available in picobsd and so the
hints file cannot be found at run time.
(This is kind of inconvenient if you have to handle non PnP devices,
but fortunately these days non-PnP ISA cards are disappearing...)
2001-06-21 08:56:59 +00:00
Luigi Rizzo
a177be2c24
Use /dev/fd0 instead of /dev/fd0c for mounting the floppy.
...
This must have to do with the use of devfs in -CURRENT, but i
have no idea when the devfs is actually mounted (is it a
side effect of mount -t nonfs or what ?) and when /dev/fd0c becomes
available.
For the time being, let's use this hack. Once I understand how devfs
works, this can be reverted back to the previous value, and also the
part of the build script which creates device entries can be nuked.
This is for -current only.
2001-06-21 08:53:21 +00:00
Luigi Rizzo
a39c93813c
Move handling of crunch* files into Makefile.conf, which is a
...
better place to handle dependencies.
Make another step at helping cross-compiling: when the user specifies
an alternate source tree, the script takes care of creating include
files and libraries for the new tree.
Furthermore, build and use a version of the "config" program which
matches the new sources.
It takes a long time to create libraries, and it might even not do
the right thing at once, there might be some dependencies that i
have forgotten. At any rate, with this code i have been able to
build a working picobsd image using -CURRENT sources on -STABLE
MFC after: 3 days
2001-06-21 08:49:46 +00:00
Luigi Rizzo
da485c53a9
Move variable assignement after argument parsing, to improve handling
...
of alternate source trees.
Also improve verbose behaviour.
2001-06-20 14:16:48 +00:00
Wilko Bulte
cfe6aa7862
Add note about partition a better be at offset 0 for a disk to be bootable.
2001-06-16 21:10:54 +00:00
Jimmy Olgeni
5d291a2f8e
Port "x11-fonts/XFree86-4-fontLatin2" has been removed from the ports
...
collection.
MFC after: 3 days
2001-06-15 17:35:54 +00:00
Peter Wemm
13465b1b33
Temporarily disable INTRO_USERCONFIG for the moment.
...
Noted by: Dave Cornejo <dave@dogwood.com>
2001-06-14 23:48:13 +00:00
Dima Dorfman
19980bc92d
Don't hardcode in "/release/doc/"; instead, make it the default of a
...
new RELN_ANCHOR variable. It may be necessary to override this if the
path to the checked out release notes tree doesn't end with
"release/doc".
2001-06-14 23:23:21 +00:00
Bruce A. Mah
d7a20073af
New release notes: New arp(8) keywords for proxy entries, new locale
...
names, route(8) has better error messages, new route(8) host/bits
syntax, route(8) proxy-only published ARP entries, pkg_version(1) -s.
2001-06-14 18:46:26 +00:00
Bruce A. Mah
36fccbcea4
New release notes: orm(4), VM out-of-swap fixes, IPv6 update from
...
KAME, isp(4) Fibre Channel update, dump(8) -T doesn't gobble its
argument, libfetch authentication callback, libfetch HTTP_USER_AGENT,
install(1) -d -C generates a warning, du(1) -I
MFCs noted: RFC 1323/1644 back-off.
2001-06-14 17:02:14 +00:00
Dima Dorfman
b41be79bc1
The 3Com 3c505 has not been supported since 3.0.
...
PR: 28085
Submitted by: Jon Hamilton <hamilton@pobox.com>
References: rev. 1.209 of sys/i386/conf/files.i386
2001-06-14 05:29:10 +00:00
Andrey A. Chernov
22df530d11
ISO_ -> ISO
2001-06-11 02:00:33 +00:00
Andrey A. Chernov
f2a2da8322
ISO_* -> ISO* rename
2001-06-11 01:48:17 +00:00
Bruce A. Mah
33d0fd448b
New release notes: OLDCARD PCI support, savecore(8) 2GB RAM fix,
...
inetd(8) faith syntax, ident support in inetd(8).
MFCs noted: Linux-PAM 0.75
Move PAM authenticators to be in the right place and update.
2001-06-08 19:18:50 +00:00
Bruce A. Mah
568f029a0a
MFS: Apply edits from 4-STABLE errata file to -CURRENT. Also add some
...
comments and notes to the effect that this file won't have any real
content until after 5.0-RELEASE.
2001-06-08 18:35:09 +00:00
Bruce A. Mah
a45d1cc148
Add Alpha User's Q&A section to the installation guide.
...
Obtained from: 4.3-RELEASE CD-ROM liner notes
MFC after: 3 days
2001-06-07 22:38:46 +00:00
Bruce A. Mah
dafc44644b
New release notes: SYN flood resistance, fmt(1) rewrite, df(1) -l,
...
traceroute(8) default maximum TTL.
Modified release notes: reverse sense of ipfw(8) -d and add ipfw(8) -e.
2001-06-06 22:08:26 +00:00
Bruce A. Mah
794f125157
Properly key RELNOTESng language selection from RELNOTES_LANG instead
...
of DOC_LANG.
Submitted by: Thomas Seck <tmseck@web.de>
2001-06-06 16:58:09 +00:00
Bruce A. Mah
1fa0e3cde3
New release note: SA-01:40.
2001-06-05 18:23:54 +00:00
Bruce A. Mah
f583629fe5
Revert previous commit. I have no idea how CVS let me do this; it
...
didn't even ask me for a log message.
2001-06-05 15:31:35 +00:00
Bruce A. Mah
b819823b29
*** empty log message ***
2001-06-05 15:28:41 +00:00
Bruce A. Mah
a9b6158aa7
Use WITHOUT_X11, not NO_X, as the standardized way of turning off doc
...
ports' dependencies on X Windows during release builds.
2001-06-05 14:16:50 +00:00
Bruce A. Mah
d75fccff71
New release notes: ti(4) and xl(4) VLAN fixes, RFC 1323/1644 workaround
...
for old terminal services, IP multicast on VLAN devices works, IPv4
fragmentation denial-of-service mitigation, diskcheckd(8).
2001-06-04 18:57:54 +00:00
Bruce A. Mah
2350da83c0
New release note: pim6dd(8) and pim6sd(8) removed.
...
MFCs noted: Ukranian console support, O_DIRECT.
2001-06-03 23:46:40 +00:00
Dima Dorfman
97ae8379a6
Remove unused VNDEVICE variable.
2001-06-03 01:36:06 +00:00
Dima Dorfman
a4296e5a9b
Use the new create-link procedure instead of (make element gi: "A" ...).
2001-06-03 00:08:43 +00:00
Dima Dorfman
43e496f75e
"$FreeBSD $" -> "$FreeBSD$" (the space causes CVS to think this isn't
...
a keyword, so it wasn't expanding it)
2001-06-02 23:12:23 +00:00
Bruce A. Mah
33877beebb
New release notes: lge(4) driver (and update hardware compatability
...
list from manpage), RANDOM_IP_ID, msdos->msdosfs, chown(8) doesn't
use "." for a delimiter anymore.
2001-06-01 16:29:21 +00:00
Ruslan Ermilov
2ede629142
mount_msdos(8) -> mount_msdosfs(8).
2001-06-01 12:06:06 +00:00
Ruslan Ermilov
aff344349b
mount_msdos(8) -> mount_msdosfs(8).
2001-06-01 11:25:40 +00:00
Wilko Bulte
8acf6921b0
Cleanup TurboLaser a bit. Add non-Adaptec statement for Miata SRM.
2001-05-31 18:54:06 +00:00
Bruce A. Mah
281e137f89
Document s/NORELNOTES/NODOC/ in RELNOTESng README.
2001-05-30 17:12:46 +00:00
Bruce A. Mah
21203b38d7
Fold the functionality of NORELNOTES into NODOC. There is now only
...
one Makefile variable to control the building/installation of both
the DocProj documents and RELNOTESng.
Suggested by: obrien, dd
Tested by: John Hay <jhay@icomtek.csir.co.za>
2001-05-30 17:05:15 +00:00
Bruce A. Mah
70e905be86
MFCs noted: newfs(8) -U, libcrypt Blowfish password hashing,
...
vidcontrol(1) font specifications, c89(1) executable, telnet(1) -U.
2001-05-30 03:18:59 +00:00
Bruce A. Mah
49ca4f3f52
New release notes: ACPI CA 20010518, MFS gone, ifconfig -m (submitted by
...
Brooks Davis <brooks@one-eyed-alien.net>), GCC_OPTIONS.
Minor rearrangement of some release notes items.
2001-05-29 21:46:26 +00:00
Bruce A. Mah
83f1488d6e
Take out the line that says that RELNOTESng will *eventually* become
...
the release default. It is now.
Reminded by: dd
2001-05-29 18:31:59 +00:00
Bruce A. Mah
13fc877343
Unbreak make release (didn't completely account for removal of *.TXT
...
files).
Another diff will be forthcoming to fold the functionality of
NORELNOTES into NODOC.
Tested by: John Hay <jhay@icomtek.csir.co.za>
Pointy hat to: bmah
2001-05-29 17:14:59 +00:00
Bruce A. Mah
d0efbf1a8b
New release notes: sa(4) error handling fixes, various filesystem
...
renames (and corresponding module and mount_* renames), cdcontrol(1)
next and prev, chmod(1) -h, whois IP address queries go to ARIN.
2001-05-29 00:28:22 +00:00
Bruce A. Mah
b25d1a137e
Catch up the supported hardware list with src/sys/pci/uhci_pci.c rev
...
1.34.
2001-05-29 00:10:32 +00:00
Bruce A. Mah
8819500b95
New release notes: ifconfig(8) 802.11-specific support, last(1) -d,
...
sysctl(8) options, su(1) PAM authentication, vidcontrol(1) -H,
chown(8) follows symbolic links, new install(1) options, Binutils
2.11.0.
Release notes deleted: pcm(4) in GENERIC.
MFCs noted: vidcontrol(8) -p.
2001-05-28 23:30:25 +00:00
Gregory Neil Shapiro
2722315d70
sendmail 8.11.4 has been imported.
2001-05-28 17:21:46 +00:00
Jimmy Olgeni
96fc36290a
MFS: Add vim-lite and netscape47-navigator.
2001-05-27 15:45:05 +00:00
Bruce A. Mah
544e355013
Update comments on RELNOTESng.
2001-05-25 23:52:26 +00:00
Bruce A. Mah
39ab86fd8b
RELNOTESng is now the default for -CURRENT release builds. (Floppy
...
images get TXT renderings only; CDROM and FTP areas get TXT and HTML.)
Remove the old *.TXT release documentation files, as they
have been subsumed into RELNOTESng. The new layout will greatly
facilitate their maintenence and help keep them internally consistent.
2001-05-25 18:01:34 +00:00
Bruce A. Mah
3a4b05d242
MF*.TXT: isdn4bsd updates.
2001-05-25 17:25:47 +00:00
Wilko Bulte
e69b658d5b
David kindly added the 'zs0' to /dev/MAKEDEV to make TurboLaser users
...
happy.
Submitted by: obrien@freebsd.org
2001-05-25 17:16:07 +00:00
Bruce A. Mah
b93be17186
New release notes: O_DIRECT flag for open(2) and fcntl(2), RFC 1323
...
enabled by default for TCP, ipfw(8) -d, Makefile WARNS, boot-time
enable of background_fsck, ping(8) -A, vidcontrol(1) -p, telnet(1) -u,
default vinum(8) stripe size change to 279KB, OpenSSH 0.9.6.
MFCs noted: smbfs kernel part.
2001-05-25 17:08:22 +00:00
Hellmuth Michaelis
925db41fa5
update to include the latest modifications to isdn4bsd.
2001-05-25 08:45:10 +00:00
Bruce A. Mah
7b9ca2bd8c
Minor markup fixup: s/username/groupname/ where appropriate.
2001-05-22 16:55:19 +00:00
Jimmy Olgeni
d98c7cd678
Sort the package lists to make tracking changes easier. No functional changes.
2001-05-22 12:01:52 +00:00
Bruce A. Mah
25baf47f30
Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4).
2001-05-21 18:15:01 +00:00
Bruce A. Mah
693617e6f4
Fix typo: The awi driver doesn't support PRISM cards, it supports the
...
AMD79C930 and Harris (Intersil). What crack was I smoking when I
wrote this?
2001-05-18 00:41:10 +00:00
Bruce A. Mah
210ea397b8
New release notes: digi driver, FICL 2.05, xargs(1) -J, apmd(8) now
...
support battery state monitoring, ncurses 5.2-20010512.
Woefully overdue release notes: ddb(4) show pcpu, telnet(1) autologin
and encryption defaults and -y option.
2001-05-18 00:14:21 +00:00
Bruce A. Mah
c7d080b12e
Fix typo: s/maestro3_load/snd_maestro3_load/ (pointed out by
...
Tadayuki OKADA <tadayuki@mediaone.net>.
New release notes: USER_LDT on by default (this entry is way overdue).
Add Abocom URE 450 to supported USB Ethernet devices.
2001-05-17 18:32:18 +00:00
Bruce A. Mah
ee6849153e
In some cases, there are some <sect1></sect1> elements that will have
...
version control information that is different from the rest of their
containing document (or at least other sections). For release notes
only, allow output of <sect1info><pubdate></pubdate></sect1info>
text, and add it to three sections of RELNOTESng where it's kind of
important ("What's New" in the release notes, "Supported Device" in
the arch-independent hardware list, and the processors section of the
alpha hardware list).
2001-05-14 22:31:51 +00:00
Bruce A. Mah
ebbbe578cb
Add RIO500/urio(4) to supported devices list.
2001-05-14 22:03:11 +00:00
Bruce A. Mah
370caecf8a
New release notes: devfs(5) on by default, new PAM modules, fdread(1).
...
MFCs noted: fxp(4) requires miibus.
2001-05-14 21:58:49 +00:00
Bruce A. Mah
929a7bceab
Add some clarification to the release note entry introducing the
...
sis(4) driver.
2001-05-14 05:08:09 +00:00
Bruce A. Mah
b5bf20dabf
General corrections and fixings of the hardware list:
...
1. Everywhere I could figure out what driver supported a device or
class of device, there is now a cross-reference via a &man entity.
For cases where a driver has no manpage (and hence no &man entity),
we now at least give the name of the driver. For the most part,
this was done by examining driver manpages.
2. A number of devices which are i386-only are now marked as such,
determined by noting manpages or kernel source files in
architecture-specific directories.
3. Added hardware supported by the vpo(4), wl(4), awi(4), and bktr(4)
drivers, based on a read of the manpages.
The manpages and source files in question were taken from 4-STABLE,
(which is what was running on my off-net laptop at the time)
but at this level of detail, I don't expect there to be any appreciable
differences between 4-STABLE and 5-CURRENT.
2001-05-14 05:05:13 +00:00
Bruce A. Mah
97967c08dc
Minor SGML-ification...convert ASCII characters to <quote></quote> and
...
<emphasis></emphasis>. No content changes.
2001-05-14 04:49:14 +00:00
Bruce A. Mah
a13a4ac3b8
New release notes: ELF rtld(1) performance improvements, catch up
...
RELNOTESng with RELNOTES.TXT for nge(4) entries (committed originally
by wpaul).
MFCs noted: ifconfig(8) slash/CIDR support
2001-05-12 04:19:26 +00:00
Dima Dorfman
ab9b07425d
Fix a spelling error.
2001-05-12 02:26:58 +00:00
Bill Paul
ce4946daa5
Add support for gigabit ethernet cards based on the NatSemi DP83820
...
and DP83821 gigabit ethernet MAC chips and the NatSemi DP83861 10/100/1000
copper PHY. There are a whole bunch of very low cost cards available with
this chipset selling for $150USD or less. This includes the SMC9462TX,
D-Link DGE-500T, Asante GigaNIX 1000TA and 1000TPC, and a couple cards
from Addtron.
This chip supports TCP/IP checksum offload, VLAN tagging/insertion.
2048-bit multicast filter, jumbograms and has 8K TX and 32K RX FIFOs.
I have not done serious performance testing with this driver. I know
it works, and I want it under CVS control so I can keep tabs on it.
Note that there's no serious mutex stuff in here yet either: I need
to talk more with jhb to figure out the right way to do this. That
said, I don't think there will be any problems.
This driver should also work on the alpha. It's not turned on in
GENERIC.
2001-05-11 19:56:39 +00:00
Wilko Bulte
9c4d044a0e
AS800 uses EDO DIMMs, not SDRAM
...
Submitted by: Brodie Hynes <brodie@alum.mit.edu>
2001-05-11 18:02:37 +00:00
Wilko Bulte
ad89c420d5
AS800 uses EDO DIMMs, not SDRAM DIMMs.
...
Submitted by: Brodie Hynes <brodie@alum.mit.edu>
2001-05-11 18:01:27 +00:00
Luigi Rizzo
630802eb2a
Sync picobsd script with the one in -stable, and also
...
patch boot2 so it goes to load /kernel right away
Perl code from Josef Karthauser
2001-05-11 07:39:40 +00:00
Bruce A. Mah
2daf163f91
New release notes: statfs(2) and df(1) track blocks committed to being
...
freed by softupdates, ifconfig(8) accepts CIDR notation, rc(8) clean-out
of /var/run and /var/spool/lock, c89(1) is now a binary, pax(1)
enhancements and cpio(1)/tar(1) compatability, Ukranian language console
support.
Other: Update/make (more) consistent the list of WaveLAN devices
supported.
MFCs noted: ln(1) -h/-n, find(1) timestamp flags.
2001-05-10 23:38:32 +00:00
Luigi Rizzo
52b51a0dbd
This file is not needed, use the default one
2001-05-10 05:03:43 +00:00
Scott Long
eeb2177a28
Clarify that the Adaptec 2400A is an ATA controller.
2001-05-09 05:58:01 +00:00
Scott Long
8cfe606902
Add the Adaptec 2400A as an ATA RAID controller. Remove reference to the
...
non-existant Adaptec 1400 controller.
2001-05-09 05:56:49 +00:00
Luigi Rizzo
f07e0883ca
remove a reference to a nonexisting script, "clean", when
...
building all images. Also, build "bridge" image as well.
Reported-by: Bruce Montague
2001-05-08 20:44:37 +00:00
Luigi Rizzo
93d0430f00
MFS: use absolute, not relative path for tinyware
2001-05-08 20:38:52 +00:00
Wilko Bulte
252b1431eb
Cleanups, more consistent use of <screen> etc.
2001-05-08 18:42:46 +00:00
Wilko Bulte
a2b5df0a56
SGMLify now completed. Comments are invited. I hope not to have introduced
...
too much typos / errors during the conversion.
2001-05-06 13:43:24 +00:00
Dima Dorfman
6e802e305e
Use &merged; entity where appropriate.
2001-05-05 02:37:46 +00:00
Dima Dorfman
7bf3e9d86b
Correct some spelling errors, a typo, and remove trailing whitespace.
2001-05-05 02:35:46 +00:00
Bruce A. Mah
6c17772ce4
New release notes: OpenSSH VersionAddendum, OpenSSH 2.9, new find(1)
...
predicates, PAM 0.75, nl(1).
2001-05-04 20:06:44 +00:00
Joerg Wunsch
dd1a1b3d6e
Add infrastructure that allows to build docs and RELNOTESng without
...
the need to also create the entire ports tree during a `make release'.
The main motivation behind this is that handling the ports tree still
takes a huge amount of time due to the large number of directories
involved, even on modern disks.
The solution is to establish a list of dependent ports that are
minimally required. This list needs to be manually maintained in case
the doc ports toolchain changes, and has thus been broken out into a
separate file Makefile.inc.docports. (release/Makefile has gotten
overly lengthy already anyway.)
Discussed with: bmah, nik
Reviewed by: bmah
2001-05-04 19:50:34 +00:00
Bruce A. Mah
e758685bc9
More RELNOTESng infrastructure fixup: The directory layout of
...
stylesheets (particularly with respect to translations) is now similar
to that of the doc/ tree. Added a customization for HTML page footers
(this is the only reader-visible change).
2001-05-03 21:59:35 +00:00
Wilko Bulte
9c6a0f184b
Third take, still not finished SGMLifying. SGML is more wordy
...
than I anticipated :(
2001-05-03 20:05:26 +00:00
Bruce A. Mah
1eb55ff65d
RELNOTESng infrastructure fixes:
...
1. There is now only one RELNOTESng stylesheet; the architecture-specific
stylesheets (to handle different values of the arch= attribute) are gone.
2. Several Makefile variable definitions were factored into
doc.relnotes.mk.
Submitted by: dd
2001-05-02 22:02:50 +00:00
Bruce A. Mah
c9cd7283cf
Cross reference recent TCP ISN fix to security advisory SA-01:39.
2001-05-02 21:47:36 +00:00
Wilko Bulte
21ac6df7ff
Second stage SGMLifying. More to follow.
2001-05-02 20:27:06 +00:00
Wilko Bulte
d893814116
First half of SGMLifying. More to follow.
2001-05-01 18:46:19 +00:00
Jens Schweikhardt
4e7c865a3d
pseudo-device -> device in kernel config.
...
Approved by: joerg, dd
2001-05-01 10:52:50 +00:00
Bruce A. Mah
d190c3ce1b
FreeBSD 3.0 is no longer in the future tense. Merge in some new
...
words from RELNOTESng to fix this.
PR: docs/26794
Submitted by: B.Candler@pobox.com
2001-04-30 16:13:58 +00:00
Bruce A. Mah
5cd86e36bd
Fix typo: Descriptions of SK-9842 and SK-9843 (GigE NICs supported by
...
sk(4)) were reversed.
While I'm here, update list of cards supported by sk(4) to be consistent
with the manpage.
PR: docs/21700
Submitted by: neuf@lrs.e-technik.uni-erlangen.de
2001-04-30 16:06:46 +00:00
Jimmy Olgeni
d07c5c0a7c
MFS: Add sawfish and windowmaker (1.1.2.2 -> 1.1.2.3)
...
They are required by sysinstall's XFree86 desktop configuration menu.
2001-04-30 15:59:53 +00:00
Jimmy Olgeni
f83c06a2c2
Fix typo in comment: dependancies -> dependencies
2001-04-30 15:46:07 +00:00
Dima Dorfman
703471ec7f
Build system:
...
o Define a RELN_ROOT variable which points to the root of the relnotes
tree (i.e., src/release/doc).
o By default, define DOC_PREFIX in terms of RELN_ROOT; this gives a
bigger chance of finding the doc/ tree without help in the form of
setting DOC_PREFIX on the command line.
o Respect DOCDIR; `make install` works now.
Approved by: bmah
2001-04-29 21:05:12 +00:00
Bruce A. Mah
b31c959ff3
Add a note on setting DOC_PREFIX when building release notes.
2001-04-29 19:24:32 +00:00
Wilko Bulte
21a6b0d3ba
SMP updates / sync to HARDWARE.TXT version. SGMLify comes next.
2001-04-29 18:39:42 +00:00
Wilko Bulte
0fff015e49
Remove most of the CPU: sections, and reflect SMP capability of
...
FreeBSD/alpha.
2001-04-29 13:27:26 +00:00
Bruce A. Mah
bc5a891c0e
New release note: SMPng on alpha.
...
MFC noted: wx(4) hardware support.
2001-04-27 22:25:15 +00:00
Bruce A. Mah
8ed3802bb0
First commit of RELNOTESng, the rewrite of the *.TXT documentation
...
files.
src/release/doc/README has additional information.
Reviewed by: -current, -doc
2001-04-27 21:28:02 +00:00
Jimmy Olgeni
1af6a10849
Some ports have been renamed after this script has been created.
...
A couple of renames are needed (disc 1):
print/xpdf -> graphics/xpdf
mail/pine -> mail/pine4
2001-04-27 20:43:57 +00:00
Bruce A. Mah
be6f489002
New release notes: Advance Logic ALS4000 driver, S3 Sonicvibes driver,
...
ln -h/-n.
2001-04-26 21:33:08 +00:00
Bruce A. Mah
c1202bf72f
New release notes: smbfs, fsck(8) backgrounding, fmtcheck(3),
...
file 3.35
MFCs noted: groff 1.17, ping -m
2001-04-26 20:57:25 +00:00
Steve Price
4b21204b19
- Add some environment variables that need to be present when using packages
...
from the build cluster. These are required to get the dependencies the
same as the parallel builds.
- Add an optional second argument that allows you to specific an alternate
ports directory.
- Remove the temporary file after we are done with it.
- Remove ksh93 because it won't make it on the discs until the license issues
are resolved.
Approved by: jkh
2001-04-25 21:40:57 +00:00
Bruce A. Mah
5d9898abd3
New release notes: TCP_COMPAT_42 option gone, labpc(4) gone, client-side
...
NFS locks, devinfo(8), options REGRESSION.
2001-04-24 22:47:34 +00:00
Josef Karthauser
a795418197
MF4S: Syncronise with Luigi's work in -stable.
2001-04-24 07:46:35 +00:00
Josef Karthauser
2ee38db2f5
MF4S: Syncronise with Luigi's work in -stable.
2001-04-24 07:12:34 +00:00
Josef Karthauser
d51352c9b1
MF4S: Syncronise with Luigi's work in -stable.
2001-04-23 20:25:40 +00:00
Josef Karthauser
18668d0278
MF4S: Sync with the developments that Luigi's been doing in -stable.
2001-04-23 19:55:03 +00:00
Josef Karthauser
7bba070f1c
MF4S: Remove some unused error messages. (revision 1.1.2.5)
2001-04-23 19:52:13 +00:00
Josef Karthauser
378918c059
Apply style guidelines (using gident to help).
2001-04-23 19:38:41 +00:00
Josef Karthauser
2e8d39560e
Fix a syntax error.
2001-04-23 18:41:48 +00:00
Josef Karthauser
b8ff2fec46
MFS4: Do not terminate if it fails to clean something. (rev 1.12.2.5)
2001-04-22 23:58:46 +00:00
Josef Karthauser
f7ea60ac9c
FFS_ROOT was made obsolete, so remove it from the PicoBSD kernels.
2001-04-22 23:33:18 +00:00
David E. O'Brien
a37c8a520d
Allow the `release' target to work if one disables the debug kernel build.
...
Submitted by: jhb
2001-04-22 16:54:01 +00:00
Gregory Neil Shapiro
cd7926424f
Fix a typo
2001-04-21 06:13:03 +00:00
Gregory Neil Shapiro
a9b474f1ed
Add a note about the new ip6fw(8) abilities.
2001-04-21 05:34:06 +00:00
Bruce A. Mah
6ca111f0e8
Note support for 3ware Escalade 7000 series. Note MFC of new TCP ISS
...
randomization, tail(1) large file support.
2001-04-18 22:48:04 +00:00
Wilko Bulte
1e64a6acd6
DS20 embedded Adaptec SCSI chips are unfortunately not enabled when SRM
...
5.9 is installed.
2001-04-18 21:46:18 +00:00
Bruce A. Mah
07eb2bbb9c
Update for security advisories: 01:32 (ipfilter), 01:33 (glob/ftp).
...
New release notes: TCP ISS randomization, groff-1.17.
2001-04-17 19:22:07 +00:00
Jens Schweikhardt
b3ab4c74e9
Fixed typos.
...
Approved by: jkh
2001-04-17 19:08:41 +00:00
David E. O'Brien
bb449dc283
Optimize make invocations by using multiple targets.
2001-04-17 18:32:35 +00:00
Jens Schweikhardt
54c5ef8397
Typos fixed.
...
Approved by: jkh
2001-04-17 17:42:46 +00:00
Bruce A. Mah
1fd931b580
s/Over 4500 ports/Over 5000 ports/
2001-04-17 02:22:16 +00:00
David E. O'Brien
3a1d7a55f8
Grrr, get the right change from the the machine I tested this on.
2001-04-16 15:17:27 +00:00
David E. O'Brien
c5e70d92ce
Turn on kernel debugging support (DDB, INVARIANTS, INVARIANT_SUPPORT, WITNESS)
...
by default while SMPng is still being developed.
Submitted by: jhb
2001-04-15 19:37:28 +00:00
David E. O'Brien
65d7fc7c83
Apply rev 1.48 (only dike out the `ncr' driver, not every line with the
...
[sub]string "ncr" in it) to the Alpha also.
2001-04-15 19:34:40 +00:00
Jordan K. Hubbard
f9c1855801
Get the crypto checksums in the right file. This bug has been
...
around for a very long time and it's my fault. Sorry. :)
PR: 20311
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
2001-04-14 22:29:31 +00:00
Bruce A. Mah
d848d54c3f
Hardware listing updates:
...
Make listings of dc(4)-supported cards consistent with manpage
(submitted by fenner).
amr(4) supports the Dell PERC 3/DCL (submitted by
Vivek Khera <khera@kciLink.com>).
Properly capitalize "Ethernet" and variants thereof.
2001-04-14 16:43:14 +00:00
David E. O'Brien
d81349c6dd
*sigh*... when trying to dike out the ncr' driver, I was getting the sym'
...
driver too because it had "ncr" in its comment.
Submitted by: joerg
2001-04-14 02:10:05 +00:00
Wilko Bulte
a8f2b5257f
Update boot capabilities for Adaptec 2940-series
...
Obtained from: axp-list@redhat.com / Jay.Estabrook@compaq.com
2001-04-13 19:47:07 +00:00
Bruce A. Mah
61b133b7c0
New release notes: wx(4) supports new cards (submitted by mjacob),
...
Add missing CMedia and Crystal Semiconductor sound chips (submitted by
orion).
Fix estimate of 5.0-RELEASE release date (submitted by dd).
ntpd(8) security fix cross-reference to SA-01:31.
Fix typo: s/maestreo3/maestro3/.
2001-04-13 16:11:20 +00:00
Bruce A. Mah
ee13a06d5e
New release notes: vidcontrol(1) update (submitted by sobomax).
...
Modified release notes: Note MFC of gcc-2.95.3, libreadline 4.2.
Clarify Maestro-3/Allegro driver loading issues (submitted by scottl).
2001-04-11 16:23:58 +00:00
David E. O'Brien
af9fb623c7
Missed one in rev 1.608.
2001-04-11 06:16:52 +00:00
David E. O'Brien
2eeee21d52
Properly set `KERNEL' w/in the "doSTDKERNEL:" target.
...
Reviewed by: jhb
2001-04-11 02:21:13 +00:00
John Baldwin
43ede6218e
NOBLOCKRANDOM doesn't exist anymore as a kernel option.
2001-04-10 19:01:30 +00:00
Bruce A. Mah
ce59954505
New release notes: FFS dirpref speedup, GNATS 3.113, BSDPAN.
2001-04-10 17:06:50 +00:00
David E. O'Brien
adbed65dd2
Correct some cut-n-paste errors. Also embellish the UP1100 a little.
2001-04-10 10:35:29 +00:00
Andrew Gallatin
85bbfcccc5
Document clear_error command on sable/lynx.
...
Thanks to Timothy D. First <firsttim@msu.edu> for figuring this one out
2001-04-09 14:21:24 +00:00
David E. O'Brien
3bcda1f141
Add FreeBSD IDs to some files and make the others consistent in style.
2001-04-08 23:09:21 +00:00
David E. O'Brien
19cc96f6a3
Fix typo in error message.
2001-04-08 23:02:12 +00:00
Bruce A. Mah
a147ff0916
New release notes: Fix IPFilter fragment cache, libposix1e integration
...
into libc.
Note default root partition for alpha is now 120MB.
2001-04-08 04:28:39 +00:00
David E. O'Brien
0ccceb256d
Reorder the Alpha cut-out list to match the order in the GENERIC kernel.
2001-04-07 06:12:10 +00:00
David E. O'Brien
64dc0a3e27
Strip comments from the MFSROOT's /stand/etc files.
2001-04-07 01:53:14 +00:00
David E. O'Brien
e4db09364d
Blow away all the help files on the MFSROOT for the Alpha.
...
Someone did something that really blew up the size of the crunchgen'ed
sysinstall+friends.
2001-04-07 01:48:55 +00:00
David E. O'Brien
da813eae92
Correct a bug in rev 1.589. The `make obj' that was removed for
...
sysinstall was also effectively a `make obj' for src/release.
2001-04-06 19:06:19 +00:00
David E. O'Brien
f8a584ac49
Don't need to preload the vn' KLD anymore as we use md' for release
...
building.
2001-04-05 22:36:41 +00:00
Bruce A. Mah
8b4fca1f63
New release notes: ata(4) configure options are now loader tunables,
...
isp(4) target mode support (submitted by mjacob).
Update hardware lists from isp(4) manpage, fix typos.
2001-04-05 18:12:50 +00:00
Bruce A. Mah
58476adac4
New release note: Fix for ntpd(8) vulnerability.
...
Correction: fetch(1) recently gained a -U option, not ftp(1) (pointed
out by des).
2001-04-05 01:36:39 +00:00
Ruslan Ermilov
83c9589f7e
Put back required ')'.
...
Submitted by: jhay
2001-04-04 12:15:52 +00:00
Bruce A. Mah
c523bc572c
New release notes: README file for ACLs and extended attributes,
...
libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22
cylinders/group, pkg_version better comparisons and -t.
2001-04-03 21:59:48 +00:00
Ruslan Ermilov
72de1624f0
Synch this with i386 version again. This fits nicely on alphas.
...
Reviewed by: beast
2001-04-03 14:55:24 +00:00
Bruce A. Mah
2d7dfa5e5a
Clarify instructions for using a CD-ROM equipped machine to support a
...
FreeBSD install and add a warning about enabling anonymous FTP.
Submitted by: nik
2001-04-03 14:07:07 +00:00
Ruslan Ermilov
98b901eee9
Cleanup: sort by directory/program, remove unused libraries.
2001-04-03 13:43:25 +00:00
Ruslan Ermilov
3c4869d927
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
...
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
2001-04-03 13:34:35 +00:00
Bruce A. Mah
a7d51bb8c8
New release notes: fsck(8) and /etc/fstab passes, newfs(8) -U,
...
libcrypt Blowfish support.
Fix a typo: newfs is section 8, not section 1.
2001-04-02 21:26:49 +00:00
Bruce A. Mah
fe1826cc9e
MFC candidate:
...
Fix ABOUT.TXT to be consistent with LAYOUT.TXT with respect to
the size of an unpacked ports collection (the stated 100MB
is a bit of an overestimate, but better to be conservative).
PR: 22778
Submitted by: David <ddavid@ican.net>
2001-04-02 19:06:52 +00:00
John Hay
51f5329641
Remove grep from the fixit floppy. This should free enough space to get
...
the snaps going again.
2001-04-01 14:41:54 +00:00
Ruslan Ermilov
9602ba91f2
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
...
Record libtelnet.a death.
2001-03-31 17:03:12 +00:00
Ruslan Ermilov
c3a205ef0b
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
2001-03-31 17:02:37 +00:00
Jordan K. Hubbard
93c81e0a02
Eliminate some things from the fixit crunch image so that it actually
...
builds again.
2001-03-30 07:50:29 +00:00
Bruce A. Mah
69f7c9a31c
New release notes: New CAM error recovery code, PAM support for
...
account management and session, tail(1) support for large files.
Updates: vn(4) removed, file(1) update to 3.34.
2001-03-29 17:11:58 +00:00
Bill Paul
e649781cea
Whoops, mention the Asante PCI 1000BASE-SX Gigabit Ethernet Adapter
...
(fiber version) too.
2001-03-29 00:25:58 +00:00
Bill Paul
a05fd6228a
Mention that the Asante GigaNIX1000T Gigabit Ethernet Adapter is supported
...
by the ti(4) driver. (Another OEM'ed Tigon 2.)
2001-03-29 00:23:17 +00:00
Maxim Sobolev
11f1917f8a
Put a note about ee(1) update.
2001-03-28 11:50:15 +00:00
Jordan K. Hubbard
1649c0b338
Update the acknowledgements section.
2001-03-27 22:06:37 +00:00
Bruce A. Mah
6dcd3d86f5
New release notes: Filesystem ACLs, getfacl(1) and setfacl(1).
...
Submitted by: rwatson
2001-03-27 21:17:18 +00:00
David E. O'Brien
0c1a06170b
Add ttyd0 which is needed on the Alpha when using the fix-it CDROM
...
over a serial console.
2001-03-27 01:06:58 +00:00
Bruce A. Mah
5a17403d43
New release notes: netstat -W, sockstat -c and -l, FFS/EXT2FS security
...
fixes (FreeBSD-SA-01:30).
Reorder netstat(1) notes to be adjacent.
2001-03-26 18:04:53 +00:00
Jordan K. Hubbard
4609c9b8e7
Stop claiming to support the DEC EtherWorks II/III cards.
...
PR: misc/18641
2001-03-26 01:32:29 +00:00
Jordan K. Hubbard
6bef82468f
Add apsfilter to "important package" set.
...
Submitted by: andreas
2001-03-24 23:05:44 +00:00
Jordan K. Hubbard
b72008f1dd
The early compat dists only make sense on the i386
2001-03-23 21:43:47 +00:00
Bruce A. Mah
f2bdba0b7a
Add Comtrol Rocketport cards to hardware list, for consistency with
...
i386/RELNOTES.TXT.
Submitted by: Chris Williams <psion@geekspace.com>
2001-03-23 16:46:09 +00:00
Bruce A. Mah
937250e681
New release notes: OpenSSH resistance to traffic analysis, make(1)
...
bugs fixed, fsck_ffs in background on mounted filesystems, TI-RPC,
portmap(8)->rpcbind(8), IPv6 support in NFS, lockd, rc(8) dependency
handling.
Synch up hardware devices with etc/defaults/pccard.conf 1.98.2.19
(yes, from RELENG_4). This change needs to be propagated to RELNOTESng.
2001-03-22 02:40:50 +00:00
John Baldwin
3c0df1109f
- XF86.patch is no longer needed as it is all checked into the XFree86
...
port conditional on the BUILD_XDIST variable.
- Define BUILD_XDIST=yes when compiling XFree86.
2001-03-22 01:47:02 +00:00
Alfred Perlstein
a191fd1be7
This adds /etc/netconfig to the list of files that get copied to
...
/stand/etc on the mfsroot, and hence to /etc on the install target
disk for use during the install. It also links netconfig and services
into /etc on the mfsroot so that they are available to a fixit
shell.
Submitted by: iedowse
2001-03-21 23:53:40 +00:00
Jordan K. Hubbard
114e70b5ab
Until this is *truly* unused (sorry Steve) and replaced by something
...
better, put it back.
2001-03-21 21:16:18 +00:00
Bruce A. Mah
eee43daea7
Reorder mergemaster entries to be adjacent. Reorder FFS-related
...
entries to be adjacent.
No new text.
2001-03-21 19:16:51 +00:00
Bruce A. Mah
18e7f42093
New release notes: ahc(4) bugfixes, FNV NFS hash, syscons(4) keyboard
...
paste, glob(3) limits, ping(8) -m.
2001-03-21 19:04:31 +00:00
Bruce A. Mah
fa21c6b472
New release notes: fxp(4) needs "device miibus", pkg_create(1)
...
dependency order (submitted by sobomax), "lprm -" works for remote
printers, mergemaster(8) updates, ftpd(8) updates.
Also make sure ESS Maestro-3/Allegro is mentioned in appropriate
hardware lists (submitted by scottl).
2001-03-20 23:41:44 +00:00
Wilko Bulte
868a048106
Document situation around Adaptec SCSI cards more accurately. Esp.
...
for 164SX machines.
2001-03-20 22:57:07 +00:00
Bruce A. Mah
c098a15ea0
New release notes: Kerberos compatability with OpenSSH, dump(8)
...
and nodump flag, ISC DHCP client update to 2.0pl5, split(1) support
for large files, units(1) update, netstat(1) per-address packet
counting, manpage updates.
Fix up notes on Adaptec SCSI RAID and DPT SmartRAID V/VI SCSI RAID
controllers (reviewed by scottl).
2001-03-20 06:08:45 +00:00
Wilko Bulte
c355a2fbbc
Mark 'going nowhere without my init' bug as MERGED.
2001-03-19 22:32:51 +00:00
Bruce A. Mah
363b21e29f
New release notes: timed(8) fix (FreeBSD-SA-01:28), rwhod(8) fix
...
(FreeBSD-SA-01:29), Heimdal 0.3 update, pkg_sign(1) and pkg_check(1)
added, BSD_daemon graphics.
Many MFCs for RELENG_4 noted as well.
2001-03-19 20:23:53 +00:00
Wilko Bulte
38bcd46212
Document fix for 'going nowhere without my init' install bug.
...
Thanks to: jkh / obrien
2001-03-18 22:28:10 +00:00
Peter Wemm
2843f91522
s/over 3500 ports/over 4500 ports/
...
MFC candidate. :-) The RELENG_4 version says 3000 still.
2001-03-17 12:37:28 +00:00
Murray Stokely
b6fc276b99
Clean up the grammar a bit from the last commit.
2001-03-16 22:55:55 +00:00
Murray Stokely
cde077545a
Document the fact that you can install through an HTTP proxy
...
PR: 21451
Approved by: jkh
2001-03-14 11:01:05 +00:00
Dima Dorfman
43822832e3
Point people looking to upgrade from source at "The Cutting Edge" in
...
the Handbook, rather than some nonexistent tutorial.
PR: 25556
Approved by: nik
2001-03-14 03:12:06 +00:00
Jimmy Olgeni
6299366fb0
Fix typo: compatability -> compatibility
2001-03-13 14:15:16 +00:00
MIHIRA Sanpei Yoshiro
8574142c75
Add PC-Card entry, I-O DATA PCET/TX-R
...
This card was DL10022 based card.
Submitted by: [bsd-nomads:15287]
Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-03-12 13:11:17 +00:00
Jordan K. Hubbard
a17b3742f6
Add tunefs to the mfsroot floppy
2001-03-10 19:52:12 +00:00
David E. O'Brien
221bdf6158
Everyone that has commented seems to agree `-m 0' will cause no problems.
2001-03-10 17:10:48 +00:00
Wilko Bulte
43c73f191e
Add note on instruction emulation on EV[45] for things like BWX.
2001-03-10 15:58:57 +00:00
David E. O'Brien
1363575f81
Remove tunefs'ing that was OBE by rev 1.30.
...
Submitted by: bde
2001-03-09 12:33:53 +00:00
David E. O'Brien
ca5bd0c65a
newfs with `-m 1'
...
This is needed even with `-o space' as the kernel decides to be "helpful"
and not really do space optimization. Looking at src/sys/ufs/ffs/ffs_alloc.c
we see why: if (fs->fs_minfree <= 5 ||
fs->fs_cstotal.cs_nffree >
(off_t)fs->fs_dsize * fs->fs_minfree / (2 * 100))
break;
log(LOG_NOTICE, "%s: optimization changed from SPACE to TIME\n"
I have picked `1' vs. `0' just incase some code somewhere has the assumption
the %free can never be `0'.
Helped with understanding why -m 1 made a different: imp
2001-03-09 01:03:15 +00:00
MIHIRA Sanpei Yoshiro
bca9e9472b
add PC-Card entry
...
Corega KK Wireless LAN PCCA-11
NEC WL11C (PC-WL/11C)
NEC Corporation PK-WL001
Submitted by: [bsd-nomads:15128] [bsd-nomads:15159]
[bsd-nomads:15176] [bsd-nomads:15283]
YAMAMOTO Shigeru <shigeru@iij.ad.jp>
NAKAGAWA Yoshihisa <y-nakaga@nwsl.mesh.ad.jp>
2001-03-07 13:30:44 +00:00
Jordan K. Hubbard
992da98522
Set NO_X during release build so the doc ports don't try to build XFree86.
2001-03-07 07:39:32 +00:00
MIHIRA Sanpei Yoshiro
1b6c0f0436
add new PC-Card entry, IO Data WN-B11/PCM
...
Submitted by: [FreeBSD-users-jp 59373]
"Masatake E. Hori" <eddie@luft.geo.tsukuba.ac.jp>
2001-03-07 00:58:52 +00:00
Yoshihiro Takahashi
9b509d44e4
SMALL floppy image require miibus device.
2001-03-06 00:39:53 +00:00
Bruce A. Mah
f366f1bed4
New release notes: TCP NewReno, TCP more aggressive timeouts on
...
SYN segments, IP verifies destination of received packet with
ingress interface, bc update to 1.06, ipfstat -t.
2001-03-02 23:02:10 +00:00
Ruslan Ermilov
afcf05e46a
setlocale(3) has been fixed to match POSIX standard:
...
LC_ALL takes precedence over other LC_* envariables.
2001-03-02 16:52:14 +00:00
Bruce A. Mah
dca18079fe
New release notes: CMI8338/8738, CS4281 sound driver, ISO-9660 Unicode,
...
ida crashdumps, login exports PAM environment variables, wall -g,
make.conf CPUTYPE, CVS_RSH default now ssh.
Updated release notes: ahc(4) updates, ICMP and TCP RSTs, random(4),
MFCs noted: rc.syscons.
2001-03-01 22:11:00 +00:00
Gregory Neil Shapiro
0d2124b844
The HEAD now has sendmail 8.11.3
2001-02-28 01:51:13 +00:00
Gregory Neil Shapiro
3812ddcdc5
Add release notes for the sendmail-related build infrastructure changes.
2001-02-28 01:49:57 +00:00
Bruce A. Mah
6f8e45340c
Fix typo: s/TAR_SSH/TAR_RSH/
...
Update: ICMP resetting TCP sysctl is now net.inet.tcp.icmp_may_rst.
Submitted by: knu, jesper
2001-02-27 19:25:23 +00:00
Bruce A. Mah
157449fd79
New release notes: TCP delayed ACK fixes, ICMP bugfix, find(1)
...
case-insensitive and regexp additions, pkg_delete(1) globbing,
tar(1) TAR_SSH, disklabel(8) fixes, rand(3) improvements.
New MFCs noted: pkg_info(1) globbing, burncd(8) -m and related changes.
2001-02-27 15:04:50 +00:00
Jimmy Olgeni
ec18c01db7
Spelling: Signalling -> Signaling.
...
Removed whitespaces at end of lines.
2001-02-25 22:26:37 +00:00
Jordan K. Hubbard
b4540ce2ea
Add fsck_4.2bsd to boot crunch target. This returns the ability to
...
actually fsck (and upgrade) a box from boot media again.
2001-02-25 08:02:46 +00:00
Wilko Bulte
277cfc1e89
Correct CS20 section.
...
Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
2001-02-23 22:08:35 +00:00
Wilko Bulte
6de2dafcf7
ispell-ify..
2001-02-23 21:47:30 +00:00
Daniel C. Sobral
c2bcc0a208
Since we don't have rfd0 anymore, put in a line that will actually work
...
for generating floppies.
Mention mdconfig(8) instead of vnconfig(8).
2001-02-22 07:34:53 +00:00
Jordan K. Hubbard
d61835a9e9
Put the kerberos checksum information into the correct CHECKSUM file,
...
fixing a long-standing bogon with this.
PR: 24264
Submitted by: Alec Wolman <wolman@cs.washington.edu>
2001-02-21 23:01:59 +00:00
Bruce A. Mah
c628fced3a
New release notes: Note format string paranoia and tempfile fixes,
...
OpenSSL ASM optimizations, sysinstall preserving /etc/mail,
savecore -k, pkg_delete(1) now deletes in dependency order.
MFCs noted: ipfilter 3.4.16, ipfw(8) me, gperf 2.7.2,
lpr(1)/lpd(8)/syslogd(8)/logger(1) IPv6-capable,
bzip2(1) packages.
A few typo fixes were backported from RELNOTESng.
Preference was made to features that have been MFC-ed. I'll try to
get HEAD caught up to reality soon.
2001-02-21 21:57:49 +00:00
Luigi Rizzo
25801a0e8b
Bring the new script into -current. Still untested here, but there
...
is a high chance that they work modulo minor things.
2001-02-20 17:09:40 +00:00
Jeroen Ruigrok van der Werven
faec9c805b
Actually make sure the make release line at the top isn't misleading.
...
CVSROOT is mandatory. Also note what CVSROOT has to be set to.
Found by: local make release hacking
2001-02-19 14:23:49 +00:00
Luigi Rizzo
a3ab0e4551
Enable command line editing in the shell
2001-02-18 06:54:07 +00:00
Luigi Rizzo
b8c84b6286
Make correct entries for atapi disks
2001-02-18 06:50:40 +00:00
Luigi Rizzo
d486335f22
Make the right device entries for atapi disks
2001-02-18 06:48:25 +00:00
Luigi Rizzo
87483083e9
Bump version to 0.500 -- not that it means much, but at least
...
gives some idea on the age of the source used for the build.
2001-02-18 06:46:20 +00:00
David E. O'Brien
2e27b67bc5
Remove the parts of the patch that was committed to the XFree86 port.
2001-02-18 04:49:42 +00:00
Jimmy Olgeni
2011d04002
Another ispell run.
2001-02-13 22:36:00 +00:00
Jimmy Olgeni
cdcb6bc676
Typo police:
...
Swap for <-> the.
compatability -> compatibility.
2001-02-13 21:15:48 +00:00
Bruce A. Mah
9d04d105d8
New release notes: ipfw(8) support for dynamic IP addresses, isp(4)
...
updated, OpenSSH vunerability in SA-01:24 fixed, local support
improved, compat4x distribution, compat3x distribution update.
2001-02-13 19:27:39 +00:00
Jimmy Olgeni
6c629110f9
Made some checks with ispell.
2001-02-12 18:04:20 +00:00
Jimmy Olgeni
0b0068ada8
Remove spaces at end of lines (whitespace only)
2001-02-12 17:34:32 +00:00
Gerard Roudier
cf0feb71dd
LSI/SYMBIOS/NCR 53C[8XX|10XX] supported hardware updated.
...
(One may check if the 8 words added are correct english :) )
2001-02-11 18:13:15 +00:00
David E. O'Brien
d87a6e73bd
Default the plist dir as we know where it is relative to us.
2001-02-11 03:50:32 +00:00
David E. O'Brien
9804bd18b2
Minor comment & doc tweak.
2001-02-11 03:49:34 +00:00
Andrzej Bialecki
6d8476df78
Resurrect Minix sh(1), after its license has been changed to BSD one.
2001-02-10 22:57:33 +00:00
Wilko Bulte
208058ad79
-Document DS20 serial/graphics console (as it bit me yesterday.. again.. grr)
...
-CS20 can have 2 CPUs but we don't have SMP currently on alpha
2001-02-10 20:22:06 +00:00
Bruce A. Mah
7a504379b7
New release notes: ed(4) bugfix, larger default root partitions in
...
sysinstall(8), pkg_info(1) globbing, rfork_thread(3).
MFCs noted: vidcontrol(1) -g.
2001-02-09 23:52:07 +00:00
Murray Stokely
9f7604aeef
Add the `compat4x' distribution to the release Makefile.
...
Approved by: jkh
2001-02-09 19:00:50 +00:00
Jeroen Ruigrok van der Werven
2fa72ea7d4
Fix typo: compatability -> compatibility.
...
Compatability is not an existing english word.
2001-02-06 12:05:58 +00:00
Jeroen Ruigrok van der Werven
9a01d32bfd
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
Jordan K. Hubbard
34594ab901
Ack, that will teach me to grep for "symbolic link" as well as "symlink" in
...
the commit logs - I just found the reason for the self-pointing symlink, as
documented in revision 1.517 by phk, who committed the change over a year
ago. Accordingly, put the feature back and drop all plans to MFC the previous
"fix".
2001-02-06 08:36:00 +00:00
Jordan K. Hubbard
223391541f
Remove the annoying ftp area symlink pointing at ourselves - people keep
...
asking what it's for and I can't answer since I can't see any conceivable
use for it. Unless someone corrects that impression, I'll also MFC this
change in a few days.
2001-02-06 08:27:56 +00:00
Bruce A. Mah
867b8dcbe4
Note that find -empty works on files, not just directories.
...
Submitted by: olgeni
2001-02-05 22:06:33 +00:00
Bruce A. Mah
26a66fb8ed
New release notes: ipfilter 3.4.16, pcm(4) updates including kobj and
...
new drivers, pkg_info(1) -g, tftp(1)/tftpd(8) large file transfers.
MFCs noted: pkg_create(1)/pkg_install(1) and bzip2-ed packages.
2001-02-05 21:56:58 +00:00
Wilko Bulte
7bab53dda3
Document API CS20
2001-02-04 12:11:09 +00:00
Wilko Bulte
945f238d08
Document API CS20 support.
...
HARDWARE.TXT update to follow.
2001-02-03 18:38:24 +00:00
Bruce A. Mah
42f1c17e48
BIND update now has security advisory number.
2001-02-02 17:02:05 +00:00
Luigi Rizzo
7a71790687
Add the MD_ROOT_SIZE option.
...
These files might need further work before producing a compilable kernel.
2001-02-01 21:05:52 +00:00
Luigi Rizzo
98f1f5f78e
Add a required option, MD_ROOT_SIZE
...
also put in a better set of devices and options.
2001-02-01 21:04:32 +00:00
Poul-Henning Kamp
2caebfe61a
Use mdconfig/md instead of vn.
2001-01-31 22:58:39 +00:00
Bruce A. Mah
198e399f86
New release notes: bridge(4)/dummynet(4) updates, find(1) -empty,
...
tftpd(8) -c/-C, vidcontrol(1) -g, ldconfig(8) permission/ownership checks.
2001-01-30 16:18:56 +00:00
Bruce A. Mah
209a653f29
Update release notes: devfs(5) now in GENERIC, libc_r changes.
2001-01-30 05:02:15 +00:00
Bruce A. Mah
034fcee1e3
Update for security advisories: 01:11, 01:12, 01:13, BIND fix/update.
2001-01-29 23:54:48 +00:00
Luigi Rizzo
a0ab7f4419
Put picobsd build scripts in sync with the ones in -STABLE.
...
With these scripts i was able to build a _working_ image of a
bridge-like floppy image with a reasonable set of utilities
in it, despite the code size increase we have in 5.0
The scripts are slightly different from the previous ones especially
on the place where the kernel and binaries are built. Hopefully
this will not cause too much trouble to people (is there any???)
using the old scripts.
2001-01-29 22:47:46 +00:00
Wilko Bulte
4a5e0673ab
Document which options to use for API UP1[01]00
2001-01-28 19:21:46 +00:00
Wilko Bulte
f0e20c106f
API UP1100 mainboard has been verified to work.
2001-01-28 10:09:17 +00:00
Wilko Bulte
45e8c4727d
Document API UP1100 mainboard which is reported to work fine with FreeBSD.
...
UP1100 owners are invited to comment on the info provided here.
2001-01-27 21:34:33 +00:00
Luigi Rizzo
d39036aea6
Make the shell handle arrow keys
2001-01-27 03:25:01 +00:00
Luigi Rizzo
e5b68d5513
The magic for autodetecting the boot media does not work anymore
...
on STABLE or CURRENT. Put the explicit name for the floppy.
2001-01-27 03:23:44 +00:00
Luigi Rizzo
4ff9c03cc5
Add dummy -n option, for compatibility with the standard netstat
2001-01-27 03:18:55 +00:00
Bruce A. Mah
7f42e5bb07
Catch release notes up with security advisories 00:41, 00:76,
...
00:77 (mistakenly referenced as 00:78), 01:01 (listed previously but
now has an advisory number), 01:08, 01:09.
2001-01-26 20:24:39 +00:00
Bruce A. Mah
8566f92052
New release notes: buildkernel uses KERNCONF, pkg_create/pkg_install
...
support for bzip2.
2001-01-26 19:06:00 +00:00
Hellmuth Michaelis
26474f4fe7
Add experimental support for Eicon.Diehl DIVA 2.0 and 2.02 ISA PnP cards.
2001-01-26 13:33:31 +00:00
Bruce A. Mah
95e61556c8
Note config(8) warnings->errors, clarify ConnectionsPerPeriod in sshd_config,
...
clarify (I hope) libgcc_r.a note. These and a few other items were/are
MFC-ed to RELENG_4.
2001-01-24 17:58:17 +00:00
Gregory Neil Shapiro
df23d327cf
sendmail 8.11.2 has been imported
2001-01-21 22:24:37 +00:00
Alexander Langer
5a86d4eafc
Make the name of the init script and the interpreter compile time options.
...
If not defined, default to the old values (with _PATH_BSHELL instead
of "/bin/sh", though).
Reviewed by: markm
2001-01-20 09:12:55 +00:00
Bruce A. Mah
097b422067
New release notes: Condition variables in kernel, ConnectionsPerPeriod
...
deprecated in sshd_config, cdcontrol(1) and CDROM, sysctl -N,
ports "origin", sysinstall->/usr/sbin.
Note MFC for LinkSys cards note, clarify and MFC syslogd(8) and
LOG_CONSOLE.
2001-01-18 19:25:40 +00:00
Bruce A. Mah
683ca03c88
Document I386_CPU kernel options, and note removal of I386_CPU
...
from the GENERIC kernel.
Reviewed by: peter, jhb
2001-01-18 17:25:34 +00:00
Jordan K. Hubbard
627f8f8b57
Note that /stand/sysinstall is deprecated.
...
Forgotten by: jhb
2001-01-18 08:13:38 +00:00
Wilko Bulte
c059fe98ac
Note fix for isp that made certain CDROM attach fail.
...
PR: 22650
2001-01-17 20:42:29 +00:00
John Baldwin
d2ef0cdab2
Sysinstall has been repocopied to src/usr.sbin/sysinstall and everything
...
now uses the sources found there.
2001-01-17 07:14:45 +00:00
John Baldwin
8cd2245c0e
- sysinstall now gets built as part of world, so don't throw in extra
...
commands to build sysinstall manually during release.
- Get the sysinstall help files from /usr/src/usr.sbin/sysinstall/help
rather than ${.CURDIR}/sysinstall/help.
2001-01-17 07:13:40 +00:00
John Baldwin
cad23515ec
Now that sysinstall lives in /usr/src/usr.sbin, we don't need to pull it
...
from /usr/src/release.
2001-01-17 07:11:05 +00:00
Peter Wemm
8c614ff6fe
Backtrack a bit.. Put the dangerously dedicated option under a
...
non-advertised option (F = "FreeBSD only"), and leave the A key with
standard partitioning. It seems people still want a runtime backdoo
to get to dangerously dedicated mode.
2001-01-15 08:15:19 +00:00
Peter Wemm
f357eb9800
Don't invite trouble by waving the 'Dangerously Dedicated' (DD) option
...
at people. This has been sitting in my tree for a few months now. I
have spoken with quite a few folks about this and the support for doing
this was pretty strong. I dont remember names though, so I cannot share
the blame :-(. Note that this does not *remove* DD mode, it just stops
waving it at new users. You can still set it via config files etc, and
the bootblocks and kernel still support it. You can still use disklabel
to make true DD disks.
2001-01-15 05:29:53 +00:00
MIHIRA Sanpei Yoshiro
8b4e190cc8
add new PC-Card entry, Melco/Buffalo LPC2-CLT
...
ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0
ed1: address 00:40:26:xx:xx:xx, type NE2000 (16 bit)
Submitted by: [FreeBSD-users-jp 58182]
YANAGAWA Kazuhisa <kjana@os.xaxon.ne.jp>
2001-01-14 08:40:20 +00:00
Daniel Harris
3df6b61592
The -i option to ln requests user confirmation, not configuration.
...
PR: 24279
Submitted by: Roelof Osinga <roelof@nisser.com>
2001-01-13 01:53:23 +00:00
Bruce A. Mah
ce6631b888
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
...
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
Josef Karthauser
e1f903baf7
MF4: Allow the build process to continue even if crunchgen returns an error.
...
Most crunchgen errors are non-fatal.
2001-01-11 22:35:57 +00:00
David E. O'Brien
6704216fbb
Add the us.pc-ctrl and us.unix keymaps.
2001-01-11 20:53:36 +00:00
Andrzej Bialecki
78d1fe9622
Fix so that the netmask is displayed correctly when it does not
...
consist of contiguous bits in little endian format. Before the fix
the netmask of 0xfffffff0 (0xf0ffffff in little endian format) was
displayed /24 instead of /28.
Also, add a missing include.
Submitted by: Maxime Soule <Maxime.Soule@IPricot.com>
2001-01-10 23:06:31 +00:00
Andrzej Bialecki
e1f84360ff
Reformat to be a bit closer to style(9).
2001-01-10 22:25:54 +00:00
Andrzej Bialecki
650da9d30a
Fix breakage after moving from struct proc/eproc to kinfo_proc.
2001-01-10 22:24:07 +00:00
Wilko Bulte
daeaccf9d9
Small note on FDDI support using DEC DEFPA
2001-01-08 22:38:11 +00:00
Wilko Bulte
77dc6cfa5e
Document support for FDDI using DEC DEFPA adapters.
...
Thanks to: Andrew Gallatin for the actual patch that makes DEFPA work
2001-01-08 22:36:21 +00:00
Wilko Bulte
f994ec91d8
Try, as much as possible, the messy situation around SCSI adapters on the
...
EB164 family. The mess is such that it is hard to document, but try to do the
best we can.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
2001-01-06 18:18:44 +00:00
Bruce A. Mah
befc2f0a79
Fix typo: s/libscrypt/libcrypt
...
Submitted by: gshapiro
2001-01-03 23:43:33 +00:00
Bruce A. Mah
29a36597e5
New release notes: libscript/libdescript unification, passwd(1) and
...
pw(8) select password hash algorithm at run time.
Submitted by: peter
2001-01-03 20:44:11 +00:00
Bruce A. Mah
a3252aff95
New release notes: md(4)/mdconfig(8) updates, ray(4) added, finger(1)
...
and .publickey, fix gcc typo, ancontrol(8)/wicontrol(8) fixes,
rdist(1) retired, Kerberos IV -> 1.0.5, ppp(8) tcpmssfixup.
2001-01-03 20:03:53 +00:00
MIHIRA Sanpei Yoshiro
c10c040070
add new PC-Card entry, COREGA FEther PCC-TXD
...
ed1 at port 0x300-0x31f iomem 0xd0000-0xd0fff irq 3 slot 0 on pccard0
ed1: address 00:90:99:xx:xx:xx, type NE2000 (16 bit)
2001-01-03 08:42:08 +00:00
Peter Wemm
623d7cd30e
Further tidy up the sbin/init and release builds.
2001-01-01 21:39:00 +00:00
Bruce A. Mah
d4b6ae6159
Sync up the list of supported AMI MegaRAID controllers with reality.
...
Submitted by: msmith
2000-12-30 20:11:55 +00:00
Bruce A. Mah
1d2187bfdb
Fix some misplaced release notes, correct some omissions and
...
inconsistencies between architectures.
2000-12-29 19:34:46 +00:00
Bruce A. Mah
7ef8f5b4b5
New release notes: vinum(4) updates, ICMP ECHO and TSTAMP reply
...
rate limiting, ICMP admin prohibited handling, PECOFF support,
retired kernfs(5), killall(1) behavior restored, rm(1) -v output
change, lpr(1)/lpq(1)/lpd(8) enhancements, pkg_update(1), libdisk
install-time configuration of boot0 for i386.
Also note MFC of an(4) changes for WEP.
2000-12-28 22:11:22 +00:00
Peter Wemm
9886bcdf93
Merge into a single US-exportable libcrypt, which only provides
...
one-way hash functions for authentication purposes. There is no more
"set the libcrypt->libXXXcrypt" nightmare.
- Undo the libmd.so hack, use -D to hide the md5c.c internals.
- Remove the symlink hacks in release/Makefile
- the algorthm is set by set_crypt_format() as before. If this is
not called, it tries to heuristically figure out the hash format, and
if all else fails, it uses the optional auth.conf entry to chose the
overall default hash.
- Since source has non-hidden crypto in it there may be some issues with
having the source it in some countries, so preserve the "secure/*"
division. You can still build a des-free libcrypt library if you want
to badly enough. This should not be a problem in the US or exporting
from the US as freebsd.org had notified BXA some time ago. That makes
this stuff re-exportable by anyone.
- For consistancy, the default in absence of any other clues is md5. This
is to try and minimize POLA across buildworld where folk may suddenly
be activating des-crypt()-hash support. Since the des hash may not
always be present, it seemed sensible to make the stronger md5 algorithm
the default.
All things being equal, no functionality is lost.
Reviewed-by: jkh
(flame-proof suit on)
2000-12-28 10:32:02 +00:00
Ruslan Ermilov
4303e19e3a
Prepare for mdoc(7)NG.
2000-12-27 14:22:05 +00:00
MIHIRA Sanpei Yoshiro
04ef3c0301
add PC-Card entry, ELECOM Laneed LD-CDL/TX
...
ed1 at port 0x240-0x25f irq 3 slot 0 on pccard0
ed1: address 00:90:fe:xx:xx:xx, type Linksys (16 bit)
Submitted by: taguchi@tohoku.iij.ad.jp
2000-12-26 00:59:34 +00:00
MIHIRA Sanpei Yoshiro
3997123f3f
add Melco LPC2-TX
2000-12-26 00:47:41 +00:00
Josef Karthauser
1826f66757
Remove floppy.tree from the build directory.
2000-12-23 19:33:13 +00:00
Josef Karthauser
a9b625407d
MF4: Update the bridge kernel config file to reflect the structure and
...
order that Luigi has just committed to RELENG_4.
2000-12-23 19:27:42 +00:00
Josef Karthauser
4050e5eb73
MF4: revision 1.3.2.1.
...
inetd is not always present, check before invoking it.
2000-12-23 19:11:53 +00:00
Josef Karthauser
04dbe0f9b9
Determine the names of the picobsd releases automatically.
...
Use the 'realclean' target in the crunch.mk file for cleaning the object
build tree.
2000-12-23 16:53:35 +00:00
Wilko Bulte
c0f2ef61df
Note that the root filesystem better be on the first partition for it
...
to be bootable
Triggered by: questions on -alpha
2000-12-22 20:59:48 +00:00
Josef Karthauser
67970143f8
Remove COMPAT_OLDPCI.
2000-12-22 14:32:34 +00:00
Wilko Bulte
44f6a9ff9b
Document IDE on NoName a bit better.
...
Suggested by: the Dutch FreeBSD Users Group (NLFUG)
2000-12-19 20:13:10 +00:00
Bruce A. Mah
c928bbcc1c
New release notes: spic(4), netgrph(4) updates, sbuf(9), el(4) now
...
a module, Kerberos IV fixes, telnet(1) environment fixes, procfs(4)
security fixes, better sysinstall defaults, gcc->2.96, fsck_ffs SIGINFO,
lpr(1)/lpd(8)/syslogd(8)/logger(1) now IPv6-capable.
2000-12-18 23:15:34 +00:00
Bruce A. Mah
9f996bba20
Add a line specifying the architecture for each RELNOTES.TXT file.
2000-12-18 22:50:20 +00:00
Josef Karthauser
5e75ac9fe2
Utilise the -p file to crunchgen to specify where the objects should
...
be built and remove the previous glue that did the same thing.
2000-12-18 16:28:03 +00:00
Jordan K. Hubbard
d97b90c7fc
Fix an informational message a little and properly check status of a yes/no
...
question which I bollicked up in my previous commit.
2000-12-16 05:36:10 +00:00
Eivind Eklund
44084c9348
Add better IP, netmask and gateway checks.
...
- IP addresses are verified as being correct dotted quad format.
- Netmasks are verified as being in correct dotted quad or 0x* format,
and being consecutive 1 bits followed by consecutive 0 bits.
- The gateway is verified as being correct dotted quad format and
being reachable through the configured IP address and netmask.
2000-12-14 13:59:10 +00:00
Jordan K. Hubbard
621005e3cb
Adapt sysinstall to use the new msgNoYes() function which assumes
...
no as a default. Sysinstall should be both less dangerous and less
annoying as a result of this change, though that's just my opinion
(since they're the defaults which annoy ME the least :).
2000-12-14 02:49:02 +00:00
Wilko Bulte
4fea7a60e4
For PC164: document "ERROR: ISA table corrupt!" and workaround
...
Thanks to: naddy@mips.inka.de
2000-12-13 19:57:08 +00:00
Bruce A. Mah
578dc923a9
Fix a typo in the listing for the Accton "Cheetah".
2000-12-11 04:51:12 +00:00
Bruce A. Mah
ae9c8c7ea5
New release notes: pccardc(8) beep types, PCI cleanups and pci_vendors,
...
OpenSSH->2.3.0 and PAM support, tcsh->6.10.0, elimination of emulation-
loading scripts, top(1) screen width fix, groff->1.16.1, growfs(8) and
ffsinfo(8), new indent(1) options.
Also fix a typo describing the Accton "Cheetah".
2000-12-11 04:50:21 +00:00
David E. O'Brien
1a37aa566b
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
Yoshihiro Takahashi
418754d037
Moved the snc driver position before the sn driver.
...
Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
2000-12-09 04:51:13 +00:00
Noriaki Mitsunaga
5e469ffaee
The drivers ncv, nsp and stg are already merged to -stable.
2000-12-08 12:52:42 +00:00
Wilko Bulte
9d2264913b
Document 'untested' status of ExtIO module on AS2100. Even when we
...
don't know if these things were ever produced.
2000-12-07 21:35:50 +00:00
Wilko Bulte
37a049c1b1
Document support for AlphaServer 2100A.
...
Thanks to: gallatin & Compaq for open-sourcing bits of Tru64 UNIX
Tested by: wilko
2000-12-07 21:13:39 +00:00
Jordan K. Hubbard
a630ff9a60
Fix bug where minimal dist selection didn't check off the right
...
menu item.
Noticed by: Dan "Sheepdip" Langille <dan@freebsddiary.org>
2000-12-07 20:04:35 +00:00
Jordan K. Hubbard
3796819e5c
Enable the same path deduction as for ftp install (great for snapshot tests)
...
Allow user to change proxy server
Allow user to change ftp path
Submitted by: pho
2000-12-06 00:47:54 +00:00
Wilko Bulte
bf1c92bfa2
Note that Symbios is the new owner of the NCR SCSI chip designs. And
...
that the document references to Symbios are ment to include NCR-stamped
chips as well.
Suggested by: obrien
2000-12-05 20:21:18 +00:00
Hajimu UMEMOTO
06617fbb29
Wait DAD complete after ifconfig up.
2000-12-04 18:06:49 +00:00
Wilko Bulte
62a0a69435
Update SCSI info for PC164
...
Obtained from: discussions on netbsd-alpha
2000-12-03 11:03:55 +00:00
Luigi Rizzo
5fed4e9f8c
login.conf: we don't want coredumps on picobsd
...
rc.conf: make the system recognise the MAC address and assign an IP
automatically from /etc/hosts (or ask the user)
sshd_config: don't do x11 forwarding.
2000-11-30 21:43:37 +00:00
Daniel Harris
7e4f887975
Lose an extra paragraph break.
...
PR: 23179
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-29 21:44:46 +00:00
Bruce A. Mah
01dfa89fd9
New release note items: realpath(1), file(1) contribify-ed, stty(1)
...
erase2.
MFCs noted: OpenSSL 0.9.6, Binutils 2.10.1.
While I'm here, also note that the next 4.X release will be 4.3.
2000-11-29 07:03:36 +00:00
Wilko Bulte
576ccb5693
Document removal of DEC3000-series and SLIP support from the mfsroot image.
...
Submitted by: obrien
2000-11-28 19:29:07 +00:00
Tatsumi Hosokawa
247fc4628e
Filename of install help file is "INSTALL.TXT", not "install.hlp".
...
Typing [F1] did not popup install help file window on main menu, and so on.
2000-11-27 13:35:11 +00:00
David E. O'Brien
964a751c62
The Alpha MFSROOT image runth over.
...
Dike out support for DEC3000/300* Pelic* and the DEC3000/[4-9]00
Flamingo/Sandpiper families, SLIP, lance Ethernet (especially since `le'
based Alphas are diked out now too), POSIX P1003_1B real-time extentions,
and last but not least "NOBLOCKRANDOM" since the random device is removed.
This lets us fit [barely!]:
Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted
/dev/vnn0c 1407 1386 21 99% 6 24 20% /mnt
*** Filesystem is 1440 K, 21 left
*** 80000 bytes/inode, 24 left
Created /R/stage/floppies/kern.flp
2000-11-27 09:29:40 +00:00
David E. O'Brien
518bd5cfa7
Using `r'aw device name is out of vogue now.
2000-11-27 09:19:18 +00:00
Ben Smithurst
759ca2b99f
Fix a layout problem (.It Li -> .Fx)
...
PR: 23055
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-24 11:17:28 +00:00
Jun Kuriyama
d83edf4e44
Remove extra ")".
2000-11-23 08:09:45 +00:00
Bruce A. Mah
9b3b2bd906
New release notes: Thread supports under Linux emulation on alpha,
...
an(4)/ancontrol(8) WEP, ng_one2many(4), softupdates bugfixes/
enhancements, OpenSSH agent/X forwarding bug fixed, ssh(1) no longer
SUID root, OpenSSL->0.9.6, binutils->2.10.1, lastlogin(1),
newfs(1) write combining (+MFC), config(8) buffer overflows fixed,
pcm(4) drivers compiled into GENERIC by default.
Other MFCs: Write combining for crash dumps.
Delete a duplicated note on mergemaster(8).
2000-11-23 01:22:59 +00:00
Jordan K. Hubbard
d3ae70097d
Finish the job of conditionalizing the PC98 stuff.
2000-11-22 22:28:34 +00:00
Jun Kuriyama
f4486e7573
Reflect reality about number of developers.
...
Submitted by: sheldonh
2000-11-21 14:31:10 +00:00
MIHIRA Sanpei Yoshiro
d0edec5ce3
add Linksts EtherFast 10/100 PC Card (PCMPC100 V2)
...
Submitted by: Ben Lutgens <blutgens@usinternet.com>
2000-11-21 07:01:24 +00:00
Marcel Moolenaar
0a0743b52a
Fix release, broken by the perl cross-build fixes.
...
The distribute target is basicly the same as an install. For
perl, this means that miniperl is needed. Since miniperl is
only present in the object directory, we need to make sure
the path is set correctly. To do this, we have make release
use a new distribworld target that sets the path before doing
a make distribute.
2000-11-21 04:37:30 +00:00
Jordan K. Hubbard
c46073c0d0
Update source description to note that everything is now included.
...
Submitted by: Chris Faulhaber <jedgar@fxp.org>
2000-11-21 02:22:31 +00:00
Bruce A. Mah
563b49c3d3
Note that CD-ROMs are ordered from "BSDi / Walnut Creek CDROM".
...
While I'm here, note that BSDi is in the USA and make the phone
number formats consistent.
2000-11-20 23:20:35 +00:00
Jordan K. Hubbard
a41801c68a
finish conditionalizing the PC98 specific options off the PC98
...
compilation variable.
2000-11-20 19:44:17 +00:00
Bruce A. Mah
236a1916b4
Reference security advisories FreeBSD-SA-00:{68,69,70}.
2000-11-17 17:48:40 +00:00
David E. O'Brien
aa4d4d3b16
Sync with sys/i386/conf/GENERIC rev 1.291.
...
Remove `pmtimer' from the MFSROOT kernel as `apm' is already removed.
`pmtimer' also removed from the Alpha kernel incase it ever winds up there.
(could it ever?)
2000-11-15 21:36:39 +00:00
Josef Karthauser
cc80a61ac0
Wrap the build options up into the crunch.conf file now that crunchgen
...
knows what to do with them.
2000-11-15 14:47:37 +00:00
Jordan K. Hubbard
cf47e60dd8
Really turn off srcs for upgrades.
2000-11-14 21:21:53 +00:00
Jordan K. Hubbard
bed73a244f
Don't put pcm device on boot floppies (yet - it would be kinda nice to be
...
able to play a little Joe Satriani during installs :-)
2000-11-14 01:15:02 +00:00
Jordan K. Hubbard
2d16329250
Replace GNOME + Afterstep choice with GNOME + sawfish. This is a more
...
popular configuration now.
2000-11-14 00:03:52 +00:00
Bruce A. Mah
0c806f7057
Mention security advisories FreeBSD-SA-00:{42,61,62,63}. Note that
...
IP Filter is now supported by rc.conf(5). Minor grammar fix in sshd
item.
2000-11-13 05:19:22 +00:00
MIHIRA Sanpei Yoshiro
ff919577fd
add SII MC-P200
...
Submitted by: Shigeru Ishida <ishida@isl.intec.co.jp>
bsd-nomads:14801
add NTT DoCoMo P-in Comp@ct
2000-11-13 03:14:18 +00:00
MIHIRA Sanpei Yoshiro
4c52c59a7e
add support for 3CXFE575BT(XJack Connector)
2000-11-13 03:08:33 +00:00
Jordan K. Hubbard
5be3b5d994
Stop using AUXRELEASETAG for everything and use PORTSRELEASETAG and
...
DOCRELEASETAG in the appropriate places instead.
Submitted by: asami
2000-11-12 11:04:11 +00:00
Andrzej Bialecki
b974f7d892
Fix bitrot.
2000-11-11 16:12:39 +00:00
David E. O'Brien
1f374a7c54
Create the various required directories if they don't exist.
2000-11-11 07:11:36 +00:00
Jun Kuriyama
c162a66b48
Minimal distribution now gets cropto binaries.
...
This can avoid waring about "no sshd" at booting after installation.
Approved by: jkh
2000-11-11 02:09:18 +00:00
Bruce A. Mah
c4b6adcfca
New release notes documenting: thread library enhancements, chflags(1)
...
move from /usr/bin to /bin, and CSMG_* macros fix.
2000-11-10 18:01:57 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Bruce A. Mah
ad736bbc89
Remove SMP kernel config note that wasn't really applicable to the alpha.
...
Submitted by: obrien
2000-11-10 17:37:12 +00:00
MIHIRA Sanpei Yoshiro
7782a74560
add Nokia Card Phone 2.0 (gsm900/dcs1800 HSCSD terminal)
...
and this PC-Card has function ID as modem, pccard.conf entry
is not needed.
Submitted by: (Roger Hardiman <roger@freebsd.org>)
2000-11-10 12:43:49 +00:00
MIHIRA Sanpei Yoshiro
9a438d25dd
Add MELCO IGM-PCM56KH
...
Submitted by: HIDETOSHI Imai <hidepin@infonets.hiroshima-u.ac.jp>
bsd-nomads:14735
2000-11-10 12:38:21 +00:00
MIHIRA Sanpei Yoshiro
9dd91da202
add Xircom 10/100 Network PC Card adapter.(rev.1.149)
...
add BUFFALO LPC3-CLX
Submitted by: Takashi Ikeda <ccikeda@moon.aichi-u.ac.jp>
2000-11-10 12:35:26 +00:00
Jun Kuriyama
ecefc8cf96
Make numeric shortcut key behaving correctly in "Installation Media" menu.
...
Approved by: jkh
2000-11-10 09:50:22 +00:00
Jordan K. Hubbard
3a335eb7a7
Set BATCH and PACKAGE_BUILDING to environment before exec()ing pkg_add
...
in order to suppress onwonted package interaction.
Submitted by: steve
2000-11-10 09:34:06 +00:00
John Baldwin
6286dfe072
Update this patch to apply to the latest XFree86 3.x port.
2000-11-09 21:26:28 +00:00
John Baldwin
8fb9f960ff
Correct some old comments.
2000-11-09 21:25:58 +00:00
John Baldwin
bcd0e8ce0e
Add in a few extra documents built by the latest XFree86 3.x port.
2000-11-09 21:22:42 +00:00
Josef Karthauser
5bc4c6bbce
Remove libipsec and libradius. We're now building without support
...
for these by default.
2000-11-08 02:23:26 +00:00
Jordan K. Hubbard
17d7bfc3fc
For High security profile, set securelevel to 1 to protect /dev/*mem
...
and mounted disks, among other things.
Requested by: kirk
2000-11-07 23:05:14 +00:00
Josef Karthauser
d08c457148
Fixup the /tmp directory permissions to 01777.
...
PR: misc/15875
2000-11-07 20:40:21 +00:00
Tatsumi Hosokawa
aac152216e
This file has not been used for long time.
2000-11-07 14:14:38 +00:00
Tatsumi Hosokawa
03828f2e69
Moved if_de to mfsroot.flp (we've got 16KB free space in kern.flp)
2000-11-07 14:00:04 +00:00
Josef Karthauser
57b8982cca
Load the kernel and root file systems from floppy:/.
2000-11-07 12:33:46 +00:00
Tatsumi Hosokawa
b986543ddf
Added Intel Gigabit Ethernet card to device menu.
2000-11-07 09:16:14 +00:00
Tatsumi Hosokawa
b1d6bbc98d
release/sysinstall/lndir.c has not been used, but statically linked
...
to sysinstall for long time. Remove it.
2000-11-06 09:28:54 +00:00
Jordan K. Hubbard
c8d2a747a4
MFS: comment character and readability fixes.
2000-11-05 22:49:15 +00:00
Don Lewis
e1a8c6b64e
Back out change to prepend /sbin:/bin to $PATH, just overwrite $PATH
...
with these in the normal case.
Set MAKEDEVPATH in sysinstall to include the /mnt2 stuff before starting
the fixit shell.
2000-11-05 17:59:29 +00:00
Don Lewis
937d0d5119
Ignore chflags failure so that doMFSKERN won't abort on an NFS mounted
...
filesystem.
2000-11-05 15:38:05 +00:00
Don Lewis
d777543987
Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally
...
overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so
that the copy of MAKEDEV on the fixit floppy is usable, since mknod and
expr live in /mnt2/stand when the fixit floppy is running.
Get rid of the sed invokation in release/Makefile that attempts to
delete the PATH setting stuff from MAKEDEV on the fixit floppy. This
hasn't worked since a long ago change to MAKEDEV caused the sed
expression to no longer match.
PR: misc/21241
2000-11-05 15:34:58 +00:00
Josef Karthauser
c6e77fea54
Crunchgen now has the necessary magic to include the make hooks that
...
munge_crunchmk was adding for us.
2000-11-03 15:50:04 +00:00
Jordan K. Hubbard
5dbd2e5b4e
Update ports count to "over 4000"
2000-11-03 10:05:26 +00:00
Josef Karthauser
095aac1a86
Fold the buildopts into the existing crunch.inc file.
...
Deprecate the "global" crunch.inc file and the CRUNCHFLAGS global build
options. Tools not policy. Move these global settings out into each
picobsd distribution.
2000-11-03 01:33:03 +00:00
Tatsumi Hosokawa
6415544bf7
Better way to ensure vn.ko is loaded.
...
This does not affect the kernel that vn is linked statically.
2000-11-02 15:14:27 +00:00
Josef Karthauser
be0d2a8f18
Build picobsd object files in /usr/obj/picobsd/${TYPE}.
2000-11-02 13:38:10 +00:00
Tatsumi Hosokawa
caab6fc8a5
Revert 1.574 (maybe dummy vnconfig is better)
...
Requested by: jkh@FreeBSD.org
2000-11-02 13:22:25 +00:00
Josef Karthauser
a5e7d98e8a
Post process the crunch1.mk file to allow make arguments to passed on
...
a per program basis allowing a greater control on what is built.
The buildopts file contains Makefile lines of form:
# Anything added to OPTS is added to every build rule.
OPTS= -DNOPAM
# These should only be added to the build of user-ppp.
ppp_OPTS= -DNOKLDLOAD -DNOINET6 -DNONAT -DNOATM -DNOSUID \
-DHAVE_DES -DNORADIUS -DNOI4B -DNONETGRAPH
Really these should be added to crunch.inc, but that file is currently
optional, and if defined masks the global one. Next step will be to move
these global settings back out into the individual builds as OPTS, and
then migrate OPTS and prog_OPTS back into the local crunch.inc file.
2000-11-02 13:16:43 +00:00
Josef Karthauser
c7afc3e07c
Remove an unneeded declaration for OBJ.
2000-11-02 12:46:02 +00:00
Tatsumi Hosokawa
bbe6d0827c
Merge from RELENG_4 (1.536.2.24 to 1.536.2.25).
...
Ensure vn.ko is loaded.
Submitted by: obrien@FreeBSD.org
2000-11-02 12:29:22 +00:00
MIHIRA Sanpei Yoshiro
defc432c55
add support for 3Com 3c575TX Fast Etherlink XL.
...
Device information for 3C575-TX is from NetBSD,
sys/dev/cardbus/if_ex_cardbus.c file.
Reviewed by: wpaul, imp
2000-11-02 06:49:38 +00:00
Josef Karthauser
0a007e03a9
Copy the built kernel from the right place. (Forgotten in the last
...
commit.)
2000-11-02 01:57:23 +00:00
Nick Hibma
13ae9867af
Metricom Ricochet GS wireless USB modems are now supported.
2000-11-01 18:03:14 +00:00
Nick Hibma
163e2cc7af
Update the entry for uscanner (only list devices that we know that work)
...
Also add an entry for umodem (3Com 5605)
2000-11-01 01:27:09 +00:00
Bruce A. Mah
ce51acb25e
Note MFC of uscanner(4).
2000-11-01 00:01:49 +00:00
Bruce A. Mah
94cdc1c80a
Note bktr(4) update to 2.18, cvs(1) update MFC-ed, new C/C++
...
runtime initialization code, BIND update to 8.2.3-T6B.
2000-10-31 22:01:32 +00:00
Tatsumi Hosokawa
0a3cb3425f
I forgot the driver configuration file for mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:41:38 +00:00
Tatsumi Hosokawa
b98c5f70ff
Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp.
...
http://people.freebsd.org/~hosokawa/driver-floppy/ for details.
Reviewed by: current@FreeBSD.org
2000-10-31 07:39:07 +00:00
Jordan K. Hubbard
a911f71629
Changes have been made to support a concept of VAR_FIXIT_TTY being
...
standard or serial. This change needs to be done to the entire system that
depends on this. This way we don't have some code using OnVTY checks
and other doing
strcmp(variable_get(VAR_FIXIT_TTY), "standard") == 0
checks. Also we need to set VAR_FIXIT_TTY to "serial" if we come up on
a serial console.
Also fixed a dialog problem in that dialog was used when dialog was
disabled causing some troubles such as not letting the cursor keys
work when exiting the fixit mode on media (ie. not the fixit shell but
for example fixit on a floppy).
Submitted by: Doug Ambrisko <ambrisko@whistle.com>
PR: 22352
2000-10-30 23:46:12 +00:00
Bruce A. Mah
aac62dffff
Note ipfilter update to 3.4.12, cd(4) support for write operations,
...
MFC of OpenSSH-2.2.0, MFC of chio(1) enhancements, MFC of libisc
import, mergemaster improvements.
2000-10-30 21:43:27 +00:00
Bruce A. Mah
5ea673934a
MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX.
...
PR: misc/22383
Submitted by: WAKABAYASHI Susumu <susumu@wakabaya.net>
2000-10-30 19:09:50 +00:00
Bruce A. Mah
1ab28ceb87
Note MFC to 4-STABLE of mly(4) driver.
...
Submitted by: msmith
2000-10-30 18:52:22 +00:00
Søren Schmidt
18993f4eb3
Add the ATA RAID device 'ar'.
2000-10-29 13:04:04 +00:00
Eivind Eklund
dd92980bbd
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
...
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
2000-10-29 09:57:50 +00:00
Noriaki Mitsunaga
71ebfb26f0
Add about ncv, nsp, and stg SCSI drivers and card names which
...
are supposed to work.
2000-10-29 05:58:27 +00:00
MIHIRA Sanpei Yoshiro
33eb563d67
add PC-Card melody beep(PC Card bus, kludge version)
...
Original idea from: PAO3
2000-10-28 13:35:34 +00:00
Mike Smith
d7252b2cef
Mention the new '40LD' AMI RAID controllers that we now support.
2000-10-28 11:51:12 +00:00
MIHIRA Sanpei Yoshiro
5b02b06ac8
add Xircom CreditCard adapters and workalikes(xe driver)
...
to Default (GENERIC) Configuration
2000-10-28 01:35:21 +00:00
Seigo Tanimura
c7b0985126
Add Melco LPC2-T/LPC3-TX PCMCIA Ethernet cards.
2000-10-27 06:22:40 +00:00
Tatsumi Hosokawa
bc34f29cf4
I don't know what "Toshiba Ethernet Cards" are.
...
I think this is very old entry and should be removed or
replaced with more accurate ones.
2000-10-27 01:24:36 +00:00
Bruce A. Mah
e5f42fe5ce
Note update of bktr(4) to 2.17 (+MFC) and fix up some problems with
...
a prior note about this driver. Note addition of uscanner(4).
2000-10-26 18:32:19 +00:00
John W. De Boskey
04063000a5
Always need to 'load /kernel', it's the 'read' that needs to
...
be isolated out for the 2 floppy install.
5.0-20001026-SNAP cdrom now boots correctly.
Reviewed by: Mike Smith <msmith@FreeBSD.org>
2000-10-26 15:22:47 +00:00
Jordan K. Hubbard
d9be478b74
More explicitly set crypto bits.
...
Partially submitted by: Jeff Kletsky <jeff@spotlife.com>
2000-10-26 13:19:02 +00:00
Jordan K. Hubbard
5b4d40c638
Shorten the labels in the keymap menu so it fits smaller screens.
...
Submitted by: pho
2000-10-26 12:32:28 +00:00
Bruce A. Mah
deb5cdfd95
Note the MFC of ATA support for new chipsets and tagged queueing,
...
ATA raid support (+MFC), snc(4) driver added (+MFC), ich(4) driver
added (+MFC), IFS, libisc now added, fix to netstat(1) "in use"
percentage (+MFC).
2000-10-25 21:04:09 +00:00
Nick Hibma
dcafb17498
Do not include uscanner in the generated kernel config. Also, remove
...
ugen, uhid, ulpt from small as well.
Suggested by: obrien
2000-10-25 15:21:19 +00:00
MIHIRA Sanpei Yoshiro
d55a5fbd96
add Xircom CreditCard adapters and workalikes(xe driver)
2000-10-25 15:20:10 +00:00
Jun Kuriyama
b3530b8293
Trim right column messages to display correctly in 80-column terminal.
...
Reviewed by: jkh
2000-10-25 11:36:31 +00:00
Nick Hibma
2fd84f56d5
The USB scanner driver. To be used together with SANE.
2000-10-25 10:34:38 +00:00
Bruce A. Mah
8f112745af
Add a relnote about large swap areas not panicking the system.
...
Submitted by: grog
2000-10-24 22:10:23 +00:00
David E. O'Brien
245824f1cf
We were trying to dike out `apm0', but of course devices do not have
...
unit numbers in GENERIC any more. So `apm' was acutally being compiled
in.
2000-10-24 19:08:40 +00:00
David E. O'Brien
9e239bc22f
Remove /boot/boot[12] from the MFS installation floppies.
...
This saves us 8KB.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
Reviewed by: jhb
2000-10-24 19:05:39 +00:00
David E. O'Brien
127bc4f9e6
Dike out more for the i386 release build: NCR SCSI card; anchient WDC
...
SCSI card (should it ever find its way into GENERIC); LPT (we don't need
to print during install time); the parallel 'geek' port; generic USB
driver (thus some attached USB devices will not be detected and thus the
user may wonder what is going on, we couldn't do anything with the device
if only ugen attached to it anyway and we are getting very, very low on
available space; USB "Human Interface Devices" as we don't do anything
with them during installation; and USB printers (same argument as LPT).
2000-10-24 18:48:16 +00:00
Wilko Bulte
db93a288e0
Document that pci_device_override requires a recent SRM rev on Miata.
...
Submitted by: Ralph Schreyer <schreyer@th.physik.uni-bonn.de>
2000-10-24 18:45:42 +00:00
Bruce A. Mah
287c68a25a
Catch up on some release notes: write combining for crash dumps,
...
bktr(4) update to 2.17, MFC new make(1) variable modifiers, note
the addition of style.perl.7.
2000-10-24 17:59:28 +00:00
Gregory Neil Shapiro
85e427cc94
Fix up the build for the STARTTLS version of sendmail (again). This method
...
mimics that of tcpdump in that for normal builds, sendmail will only be
built once. For 'make release', it is built once for the bin dist and
once for the crypto dist. This method also removes the need for two separate
Makefiles (which could become out of sync).
Suggested by: bde
Assisted by: kris
2000-10-24 16:04:56 +00:00
Gregory Neil Shapiro
a4799e4431
Remove obsolete setting. The directory src/usr.sbin/sendmail/cf hasn't
...
existing since sendmail was moved to contrib. Also, we now provide the cf
subdirectory in /usr/share/sendmail/cf/.
2000-10-22 05:57:50 +00:00
MIHIRA Sanpei Yoshiro
e579ef5921
add Toshiba Mobile HDD MEHDD20A (Type II)
...
(Shigeru Ishida <ishida@isl.intec.co.jp>, [bsd-nomads:14564])
add Melco IGM-PCM56K
(IMAI Hidetoshi <hidepin@infonets.hiroshima-u.ac.jp>, [bsd-nomads:14649])
add Panasonic KX-PH405
(Norio Suzuki <nosuzuki@e-mail.ne.jp>, [bsd-nomads:14620])
add TDK Grey Cell GCS2000 Ethernet Card
(PR: 22184)
add new wi cards(tested by imp)
2000-10-22 02:57:48 +00:00
Hajimu UMEMOTO
f3581390d2
Popup IPv6 dialog, again.
2000-10-21 14:06:24 +00:00
Jonathan Chen
e4cd0fe921
note the new preliminary support of cardbus stuff
2000-10-20 19:44:36 +00:00
Gregory Neil Shapiro
a9f042fd92
Make note of merged changes.
2000-10-19 21:54:37 +00:00
Bruce A. Mah
c0fe4ab249
ObCommit from BSDCon: Update SMPng note and add an entry for devfs,
...
which hopefully reflect something of what grog and phk presented in their
talks.
2000-10-18 23:45:31 +00:00
Josef Karthauser
924ea87683
Make these PICOBSD's compile... well, almost. Still some work to
...
do on PPP (atm problems.)
2000-10-18 22:02:33 +00:00
Jordan K. Hubbard
2b210391b8
Remove random from boot floppy on advice of Mark Murray
2000-10-17 22:16:15 +00:00
Bruce A. Mah
ef73bfb0f4
Clarify the location of the kernel and modules.
...
Submitted by: dcs
2000-10-17 20:32:04 +00:00
Scott Long
320bb610d5
Mention the new Adaptec RAID controllers that are supported by the asr driver.
...
Submitted by: mark_salyzyn@adaptec.com
2000-10-17 00:15:00 +00:00
Josef Karthauser
20841b5823
Update the crunch config:
...
* 'more' is now 'less'.
* telnet required libipsec.
This won't necessarily fit on a floppy, but at least it compiles now.
2000-10-16 08:21:35 +00:00
Josef Karthauser
72d93b8e80
Build the PICOBSD kernels using the 'make buildkernel' method.
2000-10-16 08:08:31 +00:00
Josef Karthauser
1e2b0ddcfa
Fix the PICOBSD kernel configs. They're now converted to use
...
Peter's new format, and I'd added hints files for each.
The build process uses the PICOBSD.hints file as well as the config,
and additionally builds with -DNO_MODULES. The build process
probably needs to be converted to use the 'buildkernel' method
instead of running config itself.
The kernels now compile. I've not been able to test the crunch
process however because it used the vn driver and there are no
/dev/vn device nodes under devfs yet. Maybe someone else could
give it a go.
2000-10-15 20:42:22 +00:00
MIHIRA Sanpei Yoshiro
f0af59f2c1
note: support for Fujitsu MB86960A/MB86965A based PC-Card Ethernet
...
cards is back. [MERGED]
and add "fe" cards into HARDWARE.TXT and RELNOTES.TXT
add TDK LAK-CD031(src/etc/defaults/pccard.conf rev. 1.133)
2000-10-15 11:13:34 +00:00
David E. O'Brien
7a6306f62f
I don't think we'll ever take any input (or send output) to a
...
Diamond Rio 500 MP3 player during an installation.
2000-10-15 01:23:02 +00:00
Jordan K. Hubbard
042c61e58d
Add another security configuration profile, call it "high" and
...
rename the previous one to indicate that it's not just high, it's
extreme (everything off, secure level raised).
Submitted mostly by: Tony Finch <dot@dotat.at>
2000-10-14 21:02:31 +00:00
Bruce A. Mah
ac37f3e6b2
Note fsck wrappers, ncurses update (+MFC), gperf update.
2000-10-13 14:31:01 +00:00
MIHIRA Sanpei Yoshiro
7713ddd380
Fix bug in ``the selection of pccard IRQs fully selectable''
...
in rev.1.12.
card_irq is local variable, not global variable
(variable_set2 and variable_get)
Reviewed by: jkh
2000-10-13 09:51:18 +00:00
Bruce A. Mah
c1ad6b9c83
Note Ports Collection restructuring, new make(1) variable substitution
...
modifiers.
2000-10-10 22:31:55 +00:00
Gregory Neil Shapiro
efe2ac73a3
Document the recent sendmail related changes:
...
- STARTTLS support in sendmail
- Use sendmail's version of vacation
- mail.local no longer installed set-user-id root
- Disable EXPN/VRFY SMTP commands by default
- Copy sendmail/cf config building tree into /usr/share/sendmail/cf/
2000-10-10 18:17:29 +00:00
Hellmuth Michaelis
767200d2c6
update with information about isdn4bsd upgrade
2000-10-10 15:11:45 +00:00
Hellmuth Michaelis
6d49fa4418
update to include the new isdn4bsd drivers
2000-10-10 14:54:45 +00:00
MIHIRA Sanpei Yoshiro
f7a26d1939
add new version of ELECOM Air@Hawk/LD-WL11/PCC
...
(Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588])
add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
2000-10-10 14:27:30 +00:00
Poul-Henning Kamp
f6b5c74c35
Initiate deorbit burn sequence for <machine/mouse.h>.
...
Replace all in-tree uses with <sys/mouse.h> which repo-copied a few
moments ago from src/sys/i386/include/mouse.h by peter.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/mouse.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/mouse.h> files will be removed.
2000-10-09 08:08:36 +00:00
Poul-Henning Kamp
00d25f512c
Initiate deorbit burn sequence for <machine/console.h>.
...
Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>.
This is also the appropriate fix for exo-tree sources.
Put warnings in <machine/console.h> to discourage use.
November 15th 2000 the warnings will be converted to errors.
January 15th 2001 the <machine/console.h> files will be removed.
2000-10-08 21:34:00 +00:00
MIHIRA Sanpei Yoshiro
7300b57eb3
add COREGA FEther PCC-TXF
...
(MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
2000-10-08 07:42:52 +00:00
David E. O'Brien
a00533ec57
Seems ${RD}/trees/bin/boot/kernel can exist before the `release.6:' target
...
runs. So perform a copy that take that into account.
2000-10-07 05:52:41 +00:00
Bruce A. Mah
768aa0f184
Argh. Fix typo and sync to alpha/RELNOTES.TXT.
...
Must remember to save changes to a file *before* a cvs commit,
not after.
2000-10-06 22:15:06 +00:00
Bruce A. Mah
2575ba1493
Note string-handling library calls fixed, stronger randomness in TCP
...
initial sequence numbers.
2000-10-06 22:07:09 +00:00
Bruce A. Mah
a3ca011532
Note security profiles added to sysinstall(8).
...
Add $FreeBSD$.
2000-10-06 18:17:03 +00:00
Maxim Sobolev
fef7fe8364
Remove references to recently removed voxware snd driver.
2000-10-06 11:40:44 +00:00
Bruce A. Mah
a481b52ea0
Working down my list of release note items: SMP configuration
...
option changes (+MFC), ahc(4) updates (+MFC), ACPI support, ,
tcpdump(1) updates (+MFC), ppp(8) updates (+MFC).
2000-10-06 00:41:15 +00:00
Bruce A. Mah
884f81fb1d
Note new pcm(4) hardware support. Synchronize the lists of supported
...
sound hardware among the various .TXT files.
2000-10-06 00:32:13 +00:00
Murray Stokely
d665d812e2
PR: 21729
...
Approved by: jkh
Write kern_securelevel_enable variable to rc.conf if user selects
medium or low security in sysinstall. This overrides the case where a
user selects fascist security and then tries to go back to a lower
setting.
2000-10-05 23:27:32 +00:00
Bill Paul
bd57768e0f
Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant
...
of the Am79c973 with "AlertIT Technology," whatever that is. Also mention
support for the PCnet/FAST III cards in the documentation. The
PCnet/FAST III chips have integrated 10/100 PHYs.
2000-10-05 19:40:19 +00:00
Jordan K. Hubbard
9913f234db
If user selects no distributions at all, assume "User" as
...
a default. This should prevent people from whacking return at
the Distributions menu and getting nothing selected as a result
(a minimal "standard" system will at least install).
Flagged as big tech support headache by: Chris Shumway <cshumway@osd.bsdi.com>
2000-10-05 18:02:09 +00:00
David E. O'Brien
a8730a56d3
This change adds:
...
/boot/GENERIC/kernel
/boot/kernel/kernel
/boot/kernel/*.ko
and removes:
/kernel.GENERIC
from the bin dist.
Approved by: jkh
2000-10-05 06:51:56 +00:00
Wilko Bulte
7f197ebfd5
Got an IDE disk to work on Multia. Document how & what
2000-10-04 22:15:25 +00:00
Bruce A. Mah
88646dd7c1
New info for ata(4) driver: Tagged queueing via ATA_ENABLE_TAGS,
...
support for ServerWorks ROSB4 ATA33, CMD 648 ATA66 and CMD 649 ATA100,
and Cyrix 5530.
2000-10-04 20:41:32 +00:00
Wilko Bulte
b1242235da
Multia seems to use different sound chips. Until now only the Crystal
...
Sound based one works for me.
2000-10-04 20:25:19 +00:00
Bruce A. Mah
f94b5cf2c3
Note that fingerd(8), rlogind(8) and rshd(8) are disabled by default
...
on new installs.
2000-10-04 17:47:01 +00:00
Bruce A. Mah
c27b5de4de
Note that the pcn(4) driver supports the PCnet/PRO cards, and MFC.
2000-10-03 21:24:07 +00:00
Wilko Bulte
d6a31f4715
Re-phrase wording on Multia burnout. Add section on Multia sound.
...
Suggested by: obrien
2000-10-03 20:55:51 +00:00
Wilko Bulte
47c407bf6d
Update section on Multia now that I have a few of my own to dissect..
2000-10-03 19:38:32 +00:00
Søren Schmidt
e1c3363398
We do not support RLL/MFM/ESDI controllers...
2000-10-03 15:42:38 +00:00
Bruce A. Mah
9723914110
Note the update of cvs to 1.11.
2000-10-02 16:08:58 +00:00
Yoshihiro Takahashi
0a917604f0
Added NEC PC-9801-83, 84, PC-9801-103, 104, PC-9801N-25 and PC-9801N-J02R
...
support which use National Semiconductor DP8393X (SONIC) as ethernet
controller. Currently, this driver is used on only PC-98.
Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Obtained from: NetBSD/pc98
2000-10-02 14:27:20 +00:00
Bruce A. Mah
0281e449f4
Fix omission: CD-ROMs can be ordered for 4.x-RELEASE, not just 4.0-RELEASE.
...
Submitted by: rosti@netvision.net.il
2000-10-02 00:46:25 +00:00
Alexander Langer
08c9740030
* Some freebsd.org -> FreeBSD.org fixes.
...
* The next -stable release is 4.2, not 4.1.
2000-10-01 13:30:15 +00:00
Gregory Neil Shapiro
3cadd66713
sendmail 8.11.1 imported
2000-10-01 02:11:43 +00:00
Wilko Bulte
bde5ba9dc0
document support for ed(4) on alpha.
...
Submitted by: alex
2000-09-30 20:01:09 +00:00
Bruce A. Mah
24e6299062
Release notes (and related documentation): ata(4) tagged queuing,
...
MFC asr(4) driver, update default kernel name, pcn(4) driver,
nullconsole type in i386 boot loader (+MFC), setproctitle(3) moved
to libc (+MFC), chio(1) voltag support, sed(1) -E (+MFC), ln(1) -i
(+MFC), PORTREVISION/PORTEPOCH (+MFC).
2000-09-29 23:12:33 +00:00
Jordan K. Hubbard
a1aa3a40fd
Adjust for new location and name of kernel.
...
PR: 21423
Reported by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-29 07:47:19 +00:00
David E. O'Brien
534b2c5c24
Move maxusers around to reduce the diff from RELENG_4 version.
2000-09-29 03:24:03 +00:00
David E. O'Brien
d1299267ac
MFS: do not include MSDSOFS support for the Alpha
2000-09-29 03:10:10 +00:00
MIHIRA Sanpei Yoshiro
ac8d1772de
There is not 342 series, 340 series includes 340, 341, and 342
...
models.
Suggested by: Brooks Davis <brooks@one-eyed-alien.net>
2000-09-28 10:23:17 +00:00
Jordan K. Hubbard
55124436ab
Fix specification for ftp5.fr.freebsd.org
...
Reported by: Jean-Claude Christophe <jch@oleane.net>
2000-09-27 17:23:57 +00:00
MIHIRA Sanpei Yoshiro
397afc3dfb
add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NIC
...
same cis as Aironet 340
PR: 21447
2000-09-26 06:39:47 +00:00
MIHIRA Sanpei Yoshiro
3af9501ad5
add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NIC
...
PR: 20777
2000-09-26 06:29:40 +00:00
Jordan K. Hubbard
bd7064a794
Fix the http proxy fetch code.
...
Submitted by: Philipp Mergenthaler <p@i609.hadiko.de>
PR: 21449
2000-09-25 20:19:43 +00:00
Jordan K. Hubbard
8ad4728c5d
Fix a small bogon with a boolean yes/no question check.
2000-09-25 07:15:19 +00:00
Jordan K. Hubbard
706669fd9b
Add Lithuania.
...
Submitted by: Domas Mituzas <midom@dammit.lt>
2000-09-24 06:53:04 +00:00
Jordan K. Hubbard
53447cc7b9
One small tweak on the security profile code; don't be verbose if
...
setting up default values for an express/custom install. It would
be confusing to see the informational popup completely out of context.
2000-09-24 06:44:00 +00:00
Yoshihiro Takahashi
5ef724ac4a
The 'pci' device is not needed for SMALL floppy, but the 'pcic' device is
...
needed.
2000-09-23 07:53:01 +00:00
KATO Takenori
adfac46ed2
Added the pcn device into the list for SMALL kernel.
2000-09-23 06:20:59 +00:00
MIHIRA Sanpei Yoshiro
8436d169fe
add ``xe'' driver
...
Approved by: jkh
2000-09-22 23:48:27 +00:00
Jordan K. Hubbard
b9d13dac47
One whack at the idea of having "security profiles" which select the
...
appropriate(?) defaults for "low", "medium" and "high" security
environments. Medium is basically what we currently have with a little
seat-belt tightening where it made sense. Low is the same as medium but
without the tightening. High is positively fascist with nothing turned
on by default and an automatic call to 911 if it can find a modem.
2000-09-22 19:12:41 +00:00
Jordan K. Hubbard
5e90bdab10
Remove the bogus check against "none" for release names (which
...
really doesn't make any sense, what was I smoking) and allow
the more canonical usage of "any" for either side of the comparison
for release name or architecture (meaning you can also set CD_VERSION=any
in a cdrom.inf file to cause sysinstall to always match it and likewise
with the architecture, if specified).
Sensibly suggested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-09-22 08:13:36 +00:00
Maxim Sobolev
301a545c0d
"zope language" --> "zope platform".
...
Requested by: asami
2000-09-22 06:53:44 +00:00
Satoshi Asami
418c506d48
Add french and zope.
2000-09-22 06:32:55 +00:00
Bill Paul
73334a4329
Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters.
...
Previously, these cards were supported by the lnc driver (and they
still are, but the pcn driver will claim them first), which is fine
except the lnc driver runs them in 16-bit LANCE compatibility mode.
The pcn driver runs these chips in 32-bit mode and uses the RX alignment
feature to achieve zero-copy receive. (Which puts it in the same
class as the xl, fxp and tl chipsets.) This driver is also MI, so it
will work on the x86 and alpha platforms. (The lnc driver is still
needed to support non-PCI cards. At some point, I'll need to newbusify
it so that it too will me MI.)
The Am79c978 HomePNA adapter is also supported.
2000-09-20 17:30:22 +00:00
Jordan K. Hubbard
a6ee521120
Simplify the ftp directory search code a little and eliminate a warning.
2000-09-19 07:45:08 +00:00
Jordan K. Hubbard
f295f79cb9
Enable crypto by default with "canned" distributions (it can still
...
be deselected or simply not chosen in a custom install).
2000-09-16 21:15:21 +00:00
Andrey A. Chernov
93ddf54615
Remove unneded -lmytinfo
2000-09-16 03:56:25 +00:00
Bruce A. Mah
5cd95fe8d5
Add release note for netgraph enhancements/improvements.
...
Submitted by: archie
2000-09-15 20:52:03 +00:00
Jordan K. Hubbard
b7bbaa3ca9
Correct variable check for VAR_TRY_DHCP.
2000-09-15 08:15:14 +00:00
Bruce A. Mah
f207b58535
New release note: aac driver.
2000-09-13 16:00:54 +00:00
Mike Smith
8e847be836
Teach sysinstall about 'aac'.
2000-09-13 06:15:53 +00:00
Bruce A. Mah
fe936fcbe2
New release notes: OpenSSH->2.2.0, binutils->2.10.0, libreadline->4.1,
...
ifconfig(8) lladdr, bktr(4)->2.1.5.
2000-09-11 18:18:57 +00:00
Bruce A. Mah
413f71808b
Note MFC: killall(1) as a C program, boot98cfg(8) for i386.
2000-09-11 15:08:21 +00:00
Bruce A. Mah
153349bab0
New release notes: ipfilter->3.4.9, new kernel location, FFS snapshots.
...
Add note to Alpha relnotes (accidentally omitted) on softupdates licensing.
2000-09-10 06:55:27 +00:00
Wilko Bulte
cb9c6f9887
Overhaul of AS2[01]0[A] description.
2000-09-09 10:02:39 +00:00
Bruce A. Mah
7c2624a5fa
Note 3C556/3C556B support in the xl(4) driver and subsequent
...
MFC.
2000-09-08 22:13:53 +00:00
Bruce A. Mah
43df730912
New relnotes: SMPng, clarification to nsswitch.conf(5)
...
that hosts.conf(5) is gone, perl 5.6.0. First two items inspired by
recent commits to UPDATING.
2000-09-08 05:58:18 +00:00
Bruce A. Mah
f34a27c910
Crypto-related release notes: sshd now has X11Forwarding on by default,
...
RSAREF no longer needed in the USA, sshd now enabled by default on
new installs.
2000-09-07 21:28:01 +00:00
Bruce A. Mah
2a512567a4
Note that the asr(4) and mly(4) drivers are in -CURRENT.
...
Reviewed by: msmith, "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
2000-09-07 18:47:55 +00:00
John Baldwin
281ec158d7
- Revert gratuitous reinstall -> install change in previous commit.
...
- Don't try to build modules when compiling a kernel during release.
2000-09-07 16:51:23 +00:00
Jordan K. Hubbard
c0953990e0
MFS: sync with -stable by removing the now-vestigal X_AS_PKG stuff.
2000-09-07 16:05:52 +00:00
David E. O'Brien
2440c807a3
The kernel is now known as `kernel.ko' and it and its matching modules
...
live in ``/boot/kernel/''. So tweak the release build to match previous
assumptions and expectations.
2000-09-07 05:52:43 +00:00
Bruce A. Mah
36677e00ae
Fix whitespace bogon.
2000-09-06 20:19:30 +00:00
Bruce A. Mah
8cb744f5ba
Note that the regular expression syntax supported by killall(1) changed
...
when it became a C program.
Submitted by: sheldonh
2000-09-06 20:17:33 +00:00
Bruce A. Mah
17c8ebb447
Note the addition of nsswitch support, recently merged from NetBSD.
2000-09-06 19:36:39 +00:00