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