murray
d4863b60f2
Add support for kernel options to be removed from the BOOTMFS kernel
...
and loaded as modules, not just kernel devices.
2002-05-01 04:54:35 +00:00
murray
e87aeffbf0
Add the System V shared memory modules to the mfsroot. This
...
functionality is required for the linux module, which is required by
many third party packages.
Merged from: 5.0-DP1 / Perforce
2002-05-01 04:53:36 +00:00
bmah
2131cb8270
New release notes: bsd-airtools integration (+ MFC), reboot(8) -k (+
...
MFC), sysinstall(8) doesn't mount procfs(5) on new installs,
XFREE86_VERSION=4 default (+MFC), cross-version and cross-arch
releases.
Updated release notes: Heimdal Kerberos 0.4e (+ MFC).
MFCs noted: wi(4) hostap.
2002-04-30 19:40:22 +00:00
ru
7080bdd505
Milestone #2 in cross-arch make releases. They now work!
...
You need to set TARGET_ARCH and possibly TARGET, the same
way you normally do it for a cross build(7).
Renamed `distribworld' to a more natutal `distributeworld'.
Put pwd_mkdb(8) under ${INSTALLTMP}; for `distributeworld'.
2002-04-30 11:50:01 +00:00
ru
c7f10c0b18
boot2 does not exist on some platforms.
2002-04-30 11:31:25 +00:00
ru
d8d79a52dd
bin-install.sh has been repo-copied to base-install.sh.
2002-04-30 09:57:21 +00:00
ru
71467c0d57
Some components of the crunched binaries may use build-tools
...
that are to be run on the building host. (Currently, bin/sh
and usr.sbin/sysinstall use them.) Make sure we build them
in the correct environment, like we do it in the buildworld.
2002-04-29 15:26:37 +00:00
bmah
b6d822715d
Add DFE-530TX+ to rl(4) list.
...
Submitted by: Karl Heller <kheller2@mac.com>
2002-04-28 04:49:19 +00:00
bmah
91d576b0c5
New release notes: isdn4bsd Q.931 subaddressing.
...
Updated release notes: IPFilter 3.4.27 (+ MFC), isdn4bsd 1.0.2.
Fix up some confusion about ifpi(4) and ifpi2(4).
2002-04-28 00:09:42 +00:00
bmah
5bcb2ee069
Add devices supported by aue(4), cue(4), kue(4), an(4), wi(4)
...
drivers. Minor fix for ray(4).
Based on:
src/etc/defaults/pccard.conf 1.236
src/sys/dev/usb/if_aue.c 1.57
src/sys/dev/usb/if_cue.c 1.28
src/sys/dev/usb/if_kue.c 1.40
src/sys/dev/usb/usbdevs 1.88
2002-04-28 00:01:12 +00:00
matusita
8ad86ce423
Introduce CVSCMDARGS make variable to set command-line options for cvs.
...
You may want set '-D data-spec' to this variable.
PR: 31218
Submitted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 5 days
(if re@ permits)
2002-04-27 14:23:32 +00:00
bmah
4a087f78c8
Catch up ata(4) controllers, fix a typo (s/Cyrex/Cyrix).
2002-04-26 21:12:51 +00:00
bmah
8fb7b3e1de
New release notes: at(1) -r/-t, ls(1) -h, pwd(1) -L, split(1) -a,
...
sysctl(8) -d, unexpand(1) -t.
MFC noted: tftp(1)/tftpd(8) IPv6 support.
2002-04-26 20:13:13 +00:00
ru
ca2f9297a0
If we are making a "release", we can obviously use -DNOCLEAN buildworld,
...
to save some time, because ${CHROOTDIR}/usr/obj does not even exist.
2002-04-26 19:40:45 +00:00
ru
8ad1c2807b
Milestone #1 in cross-arch make releases.
...
Do not install games and profiled libraries to the ${CHROOTDIR}
with the initial installworld.
Eliminate the need in the second installworld. For that, make sure
_everything_ is built in the "world" environment, using the right
tool chain.
Added SUBDIR_OVERRIDE helper stuff to Makefile.inc1. Split the
buildworld process into stages, and skip some stages when
SUBDIR_OVERRIDE is set (used to build crypto, krb4, and krb5
dists).
Added NO_MAKEDB_RUN knob to Makefile.inc1 to avoid running
makewhatis(1) at the end of installworld (used when making crypto,
krb4, and krb5 dists).
In release/scripts/doFS.sh, ensure that the correct boot blocks are
used.
Moved the creation of the "crypto" dist from release.5 to
release.2.
In release.3 and doMFSKERN, build kernels in the "world"
environment. KERNELS now means "additional" kernels, GENERIC is
always built.
Ensure we build crunched binaries in the "world" environment.
Obfuscate release/Makefile some more (WMAKEENV) to achieve this.
Inline createBOOTMFS target.
Use already built GENERIC kernel modules to augment mfsfd's
/stand/modules. GC doMODULES as such.
Assorted fixes:
Get rid of the "afterdistribute" target by moving the single use
of it from sys/Makefile to etc/Makefile's "distribute".
Makefile.inc1: apparently "etc" no longer needs to be last for
"distribute" to succeed.
gnu/usr.bin/perl/library/Makefile.inc: do not override the
"install" and "distribute" targets, do it the "canonical" way.
release/scripts/{man,cat}pages-make.sh: make sure Perl manpages and
catpages appear in the right dists. Note that because Perl does
not respect the MANBUILDCAT (and NOMAN), this results in a loss of
/usr/share/perl/man/cat* empty directories. This will be fixed
soon.
Turn MAKE_KERBEROS4 into a plain boolean variable (if it is set it
means "make KerberosIV"), as documented in the make.conf(5)
manpage. Most of the userland makefiles did not test it for "YES"
anyway.
XXX Should specialized kerberized libpam versions be included into
the krb4 and krb5 dists? (libpam.a would be incorrect anyway if
both krb4 and krb5 dists were choosen.)
Make sure "games" dist is made before "catpages", otherwise games
catpages settle in the wrong dist.
Fast build machine provided by: Igor Kucherenko <kivvy@sunbay.com>
2002-04-26 17:55:27 +00:00
bmah
8213b19eec
New release notes: kenv(2), kenv(1) can set/delete kernel environment
...
variables, mv(1) -n.
MFCs noted: last(1) -y.
2002-04-26 15:36:37 +00:00
matusita
1601ff5797
Add script to install the compat4x distribution, just like other
...
compat*-install.sh scripts.
PR: 37485
MFC after: 5 days
2002-04-26 13:33:46 +00:00
ru
844bfe0b65
Removed some cruft.
2002-04-26 07:40:08 +00:00
bmah
b4b0c8282b
New release notes: xe can be built as a module, ng_eiface, many new
...
PAM modules noted.
While here, fix a markup bogon in a recent patch(1) note.
2002-04-25 18:35:07 +00:00
bmah
a852281c63
New release notes: se driver, ofw driver, ispppcontrol(8) removed,
...
fold(1) -b/-s, killall(1) -z, lpd(8) -s, patch(1) -i, pr(1) -f/-b,
renice(1) -n, tftp(1)/tftpd(8) IPv6 support.
Updated release notes: FICL 3.02, IPFilter 3.4.26.
2002-04-25 04:03:01 +00:00
bmah
1cde165502
New release notes: expr(1) and EXPR_COMPAT, m4(4) OpenBSD import and
...
-s, bin->base distribution renaming, cdboot used for i386 ISOs by
default, XFree86 4.2.0 support in sysinstall.
2002-04-24 20:38:25 +00:00
ru
406a2b145c
Build the catpages distribution in a more natural way.
2002-04-24 12:54:34 +00:00
ru
d1865bed8c
The chrooted environment isn't nearly pristine, so reset
...
MAKEOBJDIRPREFIX to the canonical /usr/obj while there.
2002-04-24 12:51:48 +00:00
bmah
4008e6d755
Whitespace.
2002-04-24 01:01:17 +00:00
bmah
0fe76feca5
New release note: wi(4) hostap.
...
Modified release note: Edited RFC 1948 note to reflect post-syncache reality.
Submitted by: Thomas Skibo <skibo@pacbell.net> (for hostap),
silby (for RFC 1948)
2002-04-24 00:58:36 +00:00
obrien
c837861546
Change the name of the 'bin' distribution to 'base'.
...
This is done since it contains much more than /bin, and also gets in the
way when making a combined install+fixit CD.
OK'ed by: jkh
2002-04-23 22:16:41 +00:00
ru
ced0e287eb
Do not spam initial ${CHROOTDIR} world with Texinfo and HTML docs.
...
For rerelease, run "make -DNOCLEAN world" instead of simple and
insufficient in some cases "make all install". This is especially
true for cross-arch "make release"s which we don't (yet) support.
2002-04-23 09:24:00 +00:00
bmah
7f9efdd860
New release notes: SA-02:22, SA-02:23.
...
Updated release notes: Device polling for rl(4), updated URL for
SA-02:18, smbfs userland 1.4.4.
2002-04-23 01:23:20 +00:00
des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
ue
b30303358f
MFbed: translation updates
2002-04-21 18:45:07 +00:00
ue
7baa2e20d4
MFen 1.318-1.327
2002-04-21 18:28:49 +00:00
bmah
20c79cca8d
Use newly-added USB manpage entity references where appropriate.
2002-04-21 15:35:52 +00:00
bmah
4e1d1a5400
Un-do note of MFC of inetd change.
2002-04-21 06:33:20 +00:00
bmah
a39ea225ca
New release note: mergemaster(8) -p/-C.
...
MFC noted: inetd(8) off by default.
2002-04-21 04:58:24 +00:00
bmah
90b27f494f
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
bmah
5e3f88743f
New release notes: my driver.
...
MFCs noted: viapm(4), ng_etf(4) (fixed spelling), libstand splitfs.
2002-04-19 17:07:28 +00:00
ru
a40e88df53
Record libtelnet.a death.
2002-04-19 12:39:09 +00:00
ue
431577d47c
Whitespace fix after the restructuring, no content changes
2002-04-18 01:27:19 +00:00
ue
7316f95396
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
bmah
6f7bfc5148
New release note: SA-02:21.
2002-04-17 23:16:40 +00:00
bmah
53f7a32aeb
New release note: SA-02:20.
2002-04-17 17:49:57 +00:00
bmah
a1c1001cdd
Updated release notes: spic(4) tweaks and note MFC, OpenPAM Cineraria.
2002-04-16 04:47:35 +00:00
wilko
8a2b08e5a7
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
ue
53c29c17d7
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
bmah
5cdcbe90bd
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
bmah
d141d37d3d
New release note: sendmail startup script/options.
...
Reviewed by: gshapiro
2002-04-11 23:16:58 +00:00
jhb
9f1849779c
Switch to using cdboot for booting i386 CD's by default.
...
Approved by: murray
2002-04-11 16:39:13 +00:00
bmah
3914b07547
MFC noted: I18N additions/enhancements.
...
Pointed out by: phantom
2002-04-11 15:58:27 +00:00
bmah
964f0c52a8
Add Dynalink IS64PPH+ to ISDN interfaces, fix an apparent typo.
...
Submitted by: znerd
2002-04-11 15:47:52 +00:00
bmah
22095aac04
Add Netgear MA401 to wi(4)-supported devices.
...
Submitted by: Michael Sierchio <kudzu@tenebras.com>
2002-04-11 15:44:17 +00:00
gshapiro
4391304aed
Record sendmail 8.12.3 import
2002-04-10 03:08:35 +00:00
matusita
1db8894aba
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
ru
54bcb55671
Align for const poisoning in -lutil.
2002-04-08 11:07:51 +00:00
ru
655eb3fb4f
Synch with login/login.c,v 1.81: Switch to OpenPAM.
2002-04-08 10:58:01 +00:00
ue
92869adb92
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
e6465566f6
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
asmodai
6a6580e549
Add a missing void in the parameter list of http_request().
2002-04-07 17:42:27 +00:00
asmodai
ffbac76a7e
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
asmodai
b88a08173b
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
asmodai
dd9f8f3445
Garbage collect unused variables.
...
PR: 29725
Submitted by: Eugene Grosbein <eugen@svzserv.kemerovo.su>
2002-04-07 17:16:28 +00:00
asmodai
922292c1c5
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
gioria
3b6f1fdecb
First version of the translation of the Security section
2002-04-07 09:04:04 +00:00
murray
143a20a662
Add net/cvsup-without-gui and print/acroread4 to the disc3 package list.
2002-04-07 06:03:33 +00:00
ue
da782502c3
Show that 'device.hints' is a filename
2002-04-06 21:57:38 +00:00
murray
727934fcf8
Sort.
2002-04-06 01:24:58 +00:00
murray
77a96a13b5
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
asmodai
7a9becef0e
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
bmah
a8a03c809a
Add a missing word.
2002-04-05 17:03:33 +00:00
bmah
29ebde2950
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
bmah
485d7951bd
Add 3Com 3c996-SX to bge(4) list, add uplcom and uvscom devices to USB
...
section.
2002-04-04 21:27:50 +00:00
bmah
deba8533c7
Updated release note: ISC DHCP 3.0.1RC8.
2002-04-04 18:11:39 +00:00
bmah
be562d9939
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
ue
944aec1b85
Fix translation
2002-04-03 05:50:41 +00:00
matusita
abc9671573
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
77d700702c
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
bmah
659ed8f491
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
4dfcd8bee4
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
8b64ecbffc
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
keramida
563788e98a
Fix entities that lack an ending ';' character.
...
Reviewed by: bmah
2002-03-30 00:20:51 +00:00
murray
6085f75ded
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
bmah
e535d9bd9b
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
bmah
79194c1b8a
Remove an extra "a".
2002-03-28 16:09:41 +00:00
murray
c646fdd05c
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
ru
702cd91226
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
abial
8682302fbd
Function declared void shouldn't return any value...
2002-03-27 20:10:53 +00:00
keramida
ff7ea7dcf4
Minor sgml fixes.
...
Reviewed by: bmah
2002-03-26 20:23:53 +00:00
jhb
6de60b2636
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
phk
811d04c86c
Modernize my email address.
2002-03-25 13:52:45 +00:00
kuriyama
25b9aaaa01
MFen.
2002-03-25 03:31:19 +00:00
luigi
292f82a709
Add a few popular entries.
2002-03-24 21:13:53 +00:00
bmah
ac2fb91ee4
Lots of markup fixes and improvements.
...
Submitted by: ue
2002-03-23 00:24:32 +00:00
bmah
430b41d259
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
bmah
969de7d2d6
Remove an obsolete release note about TCP and SYN-flood protection.
...
Reviewed by: silby
2002-03-23 00:07:12 +00:00
ue
e65c986e46
MFen 1.4
2002-03-22 18:44:57 +00:00
ru
6740a56f48
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
bmah
c81b313862
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
bmah
f6e5ef2ebf
MFCs noted: ata(4) RAID rebuild, atacontrol(8).
2002-03-22 05:38:50 +00:00
bmah
b8113dab24
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
kuriyama
ce819c0c13
MFen.
2002-03-22 00:19:50 +00:00
bmah
59f469af3b
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
32cb7030ba
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
tmm
d180de2878
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
kuriyama
e8f7a49843
MFen.
2002-03-20 02:01:26 +00:00
murray
4a8299a7c0
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
ue
4c48575687
MFen 1.303
2002-03-19 05:26:14 +00:00
kuriyama
e43d2fc088
MFen.
2002-03-19 00:41:57 +00:00
bmah
e59bbf2ec6
New release note: SA-02:18.
2002-03-19 00:19:53 +00:00
bmah
3b5e42c16d
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
ue
4da5f64312
MFen 1.301
2002-03-18 19:41:51 +00:00
bmah
bdae5e51a4
Updated release notes: Perl 5.6.1, one-true-awk 2002-02-10.
2002-03-18 02:04:47 +00:00
bmah
bd1b0f4297
Updated release notes: ACPI 20020308, OpenPAM Centaury.
2002-03-18 02:01:08 +00:00
kuriyama
a54439fd09
Translate SA-02:13 entry.
2002-03-17 16:02:56 +00:00
ue
710deccc7f
MFen: release.prev.stable
2002-03-17 16:01:52 +00:00
kuriyama
7ea9ccdeb1
MFen.
2002-03-17 15:55:31 +00:00
jhay
b4a12c650a
Add one more dependency, graphics/jbigkit.
2002-03-17 15:40:01 +00:00
ue
8cdb068869
MFbed: language fixes after the mailing list change
2002-03-17 12:35:19 +00:00
murray
f7794e6e1a
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
284b7db51d
Remind developers to update release(7) if they make substantial
...
changes to this file.
2002-03-17 07:34:12 +00:00
ue
8806dbc3e2
MFen 1.38
2002-03-16 03:34:24 +00:00
murray
06009e09a5
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
1f0532971f
rectify AS500 sound stuff.
...
Submitted by: ue
2002-03-15 19:06:19 +00:00
ue
62164107cc
MFbed: Use German Release Entities for all articles
2002-03-15 13:51:23 +00:00
ue
36967b42be
MFen 1.299
2002-03-15 13:48:48 +00:00
ue
0e45866dc3
MFen 1.2, use DE release entities
2002-03-15 13:47:12 +00:00
ue
efb2edc499
MFen 1.37
2002-03-15 13:30:44 +00:00
kuriyama
0c27a8ca0c
MFen.
2002-03-15 09:05:25 +00:00
kuriyama
9897c79f5d
MFen (SA-02:13 is not yet translated).
2002-03-15 08:56:30 +00:00
luigi
6d841eb679
Batch of fixes to the configuration files from Bruce Montague
2002-03-15 08:46:18 +00:00
bmah
15ca0fbf5c
Whitespace only change to reduce diffs to RELENG_4 version of this
...
file.
2002-03-14 21:52:01 +00:00
ue
b9032f9455
FreeBSD/sparc64 installation documentation, German version
2002-03-14 18:32:27 +00:00
bmah
ed97e4d42e
Activate the sparc64 installation document.
2002-03-14 01:47:56 +00:00
bmah
a48dba8b2d
Whitespace, no content or markup changes.
2002-03-14 01:40:47 +00:00
bmah
8e06bec884
s/Sparc/SPARC/
2002-03-14 01:34:26 +00:00
bmah
ebb034597a
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
ue
7918719dc7
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
ue
7f733cd94b
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
bmah
b15736770c
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
f11a52179b
TGA and TGA2 clarification
...
AS500 onboard sound.
2002-03-12 20:50:06 +00:00
wilko
3de23abb8e
- 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
ue
b400f3a822
German Translation of the Release Notes for FreeBSD-current
2002-03-12 18:35:54 +00:00
murray
af1be86a5d
* 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
6597c656f9
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
5c52748eb6
Make this compile again
...
Reported-by: Bruce Montague
2002-03-11 08:03:50 +00:00
luigi
04d8a3dc77
Make this compile again (increase MFS size, remove invalid option).
...
Reported-by: Bruce Montague
2002-03-11 08:03:07 +00:00
luigi
145ec650e8
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
2f70b8739d
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
c41381fd39
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
5f22dca4bb
Use machdep.guessed_bootdev to guess the boot device.
2002-03-11 05:15:44 +00:00
dd
195b310620
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
837ffe4451
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
bf24f7e68a
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
b979035403
Add back the "sis" driver, we had some room left...
2002-03-10 21:10:25 +00:00
luigi
58e10953a4
With devfs, we do not need to initialize pty's permissions.
2002-03-10 20:47:26 +00:00
luigi
8546115965
The probable boot device is "machdep.guessed_bootdev".
2002-03-10 20:37:04 +00:00
gioria
c91f006802
Filesystem translation
2002-03-10 15:37:56 +00:00
gioria
e948cabaa6
"Base system/contributed software " section translation
2002-03-10 14:50:34 +00:00
gioria
87b83d87f4
Adding Multimedia section translation
2002-03-10 14:05:41 +00:00
gioria
a3b6b34c1b
PCCARD support translation
2002-03-10 13:49:02 +00:00
gioria
8775955f6b
Adding Disk and storage translation
2002-03-10 12:33:02 +00:00
bmah
90ca0e362f
Spell-check and fix some other typos.
...
Pointed out by: tmm
2002-03-10 02:52:44 +00:00
jake
9c0d6e4511
Couple minor updates.
...
Reviewed by: bmah
2002-03-09 21:06:50 +00:00
gioria
22a782cd90
Adding Network Protocols section translation
2002-03-09 20:04:36 +00:00
luigi
2731e7d254
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
bmah
0e4b6e5e8f
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
92d4835f65
Nuke abandoned configuration.
2002-03-09 08:28:11 +00:00
luigi
9c14b6308e
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
bmah
c00d7245d7
Fix SA-02:13 release note item (missing text).
...
Reviewed by: nectar
2002-03-09 01:12:03 +00:00
bmah
55c64e290c
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
bmah
7c8a803be1
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
bmah
2d24fa974b
Fix up (content) of rpc.lockd(8) release note.
...
Submitted by: alfred
2002-03-08 20:40:37 +00:00
bmah
13cfe390c4
Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
...
list.
2002-03-08 17:12:40 +00:00
luigi
9efe38f96b
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
de1c5cdc03
Add a (commented out) sample entry for use with a serial line.
2002-03-08 12:37:42 +00:00
luigi
c5f52263f4
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
4ee67ab530
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
0e60fb334d
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
6b229a1455
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
fa65eefffd
MFS: sync with -stable (no functional difference).
2002-03-08 04:54:52 +00:00
luigi
5fc8233445
Invalidate password for sample user entry.
2002-03-08 03:57:57 +00:00
luigi
841fdef9ef
Atapi units are now /dev/ad* and not /dev/wd*
2002-03-08 03:55:19 +00:00
luigi
48ded5bf3a
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
ff572ea42e
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
bmah
5bb3c6521b
New release note: SA-02:13.
2002-03-07 16:53:21 +00:00
kuriyama
c90924a379
MFen.
2002-03-07 03:53:15 +00:00
luigi
8c8642cb94
Add entry for xterm-color
2002-03-06 19:47:20 +00:00
bmah
c2374ee8e1
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
bmah
506a396cdb
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
bmah
0ebe379c20
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
bmah
b7e5e31b04
First round of markup/spelling/grammar fixes.
2002-03-06 07:36:29 +00:00
tmm
8dfde376a3
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
bmah
c20e01b111
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
nyan
3f87b66c9a
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
bmah
bfb9bebc76
Fix two typos: s/verison/version
...
Submitted by: hrs
2002-03-04 16:57:41 +00:00
kuriyama
dc2d000aa4
Activate sparc64 relnotes.
2002-03-04 08:33:27 +00:00
bmah
d35de47e83
Begin building sparc64 release notes for -CURRENT.
2002-03-04 06:46:00 +00:00
gioria
72b0228f10
Adding Network Interface Support section
2002-03-03 21:17:15 +00:00
hrs
4499674958
Comment out proc-alpha.sgml's line temporarily.
2002-03-03 16:22:13 +00:00
hrs
e053135efa
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
nyan
6e2be7da8d
Don't move the an and wi drivers to a mfsroot floppy.
2002-03-03 11:09:40 +00:00
nyan
4efc0823d9
- 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