summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* CURRENT has devfs, so we do not need to specify what devices weluigi2002-03-105-20/+5
| | | | want on the MFS image. Update the config files accordingly.
* Uncomment the entry for a getty on the serial port. Boxes withluigi2002-03-101-1/+1
| | | | a serial console can make use of it.
* Add back the "sis" driver, we had some room left...luigi2002-03-101-0/+1
|
* With devfs, we do not need to initialize pty's permissions.luigi2002-03-101-1/+0
|
* The probable boot device is "machdep.guessed_bootdev".luigi2002-03-101-2/+2
|
* Filesystem translationgioria2002-03-101-1/+119
|
* "Base system/contributed software " section translationgioria2002-03-101-3/+101
|
* Adding Multimedia section translationgioria2002-03-101-1/+42
|
* PCCARD support translationgioria2002-03-101-2/+36
|
* Adding Disk and storage translationgioria2002-03-101-0/+134
|
* Spell-check and fix some other typos.bmah2002-03-101-6/+6
| | | | Pointed out by: tmm
* Couple minor updates.jake2002-03-091-9/+7
| | | | Reviewed by: bmah
* Adding Network Protocols section translationgioria2002-03-091-1/+157
|
* Remove host.conf, and introduce a way to override the contentluigi2002-03-093-6/+16
| | | | | | 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.
* More markup fixes, wordsmithing. It's not quite yet ready forbmah2002-03-092-66/+116
| | | | prime time, but we're getting closer.
* Nuke abandoned configuration.luigi2002-03-0942-1602/+0
|
* Make this fit again into a 1.44 floppy.luigi2002-03-093-10/+10
| | | | | | | 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).
* Fix SA-02:13 release note item (missing text).bmah2002-03-092-2/+6
| | | | Reviewed by: nectar
* New/changed release notes: OpenPAM has replaced Linux-PAM.bmah2002-03-092-24/+20
| | | | | | | 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.
* New release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),bmah2002-03-082-2/+42
| | | | | | | 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)
* Fix up (content) of rpc.lockd(8) release note.bmah2002-03-082-2/+2
| | | | Submitted by: alfred
* Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardwarebmah2002-03-082-0/+6
| | | | list.
* Further cleanup: remove useless entries from PATH, and be preparedluigi2002-03-081-2/+3
| | | | | to use kern.bootdevname (if available) to identify the boot device for updating the configuration. Fallback to /dev/fd0 as before.
* Add a (commented out) sample entry for use with a serial line.luigi2002-03-081-0/+1
|
* Do not depend on "expr" for doing arithmetic, use the shell builtin functionsluigi2002-03-081-1/+1
| | | | (picobsd might not have the command available).
* Unbreak "update" script, by doing a mkdir -p of the relevantluigi2002-03-081-30/+41
| | | | | | | | 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.
* Use a default of 25 lines for xterm. This only affects the behaviourluigi2002-03-081-1/+1
| | | | | over a serial line, because the terminal negotiations using ssh/telnet does the right thing anyways.
* Major cleanup of PicoBSD startup scripts, which now should beluigi2002-03-088-347/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* MFS: sync with -stable (no functional difference).luigi2002-03-082-4/+5
|
* Invalidate password for sample user entry.luigi2002-03-081-1/+1
|
* Atapi units are now /dev/ad* and not /dev/wd*luigi2002-03-081-3/+3
|
* Misc fixes to the build script:luigi2002-03-081-19/+31
| | | | | | | | | | | | + 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
* Update info on SCSI on AlphaStation 500 now that I own onewilko2002-03-071-2/+12
| | | | to play with and find out myself.
* New release note: SA-02:13.bmah2002-03-072-0/+18
|
* MFen.kuriyama2002-03-073-5/+50
|
* Add entry for xterm-colorluigi2002-03-061-0/+2
|
* Rewrite the section on downloading files to get all of the URLs in onebmah2002-03-061-17/+63
| | | | | | | place, near the front of the document. Also try to provide some introduction on the difference between CDROM and network installs.
* Point sparc64 &release.url; at a directory, rather than a specificbmah2002-03-061-1/+1
| | | | file, to be consistent with other platforms.
* Make it more obvious where to find RELNOTESng source files if someone wentbmah2002-03-062-16/+13
| | | | | | | | | 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
* First round of markup/spelling/grammar fixes.bmah2002-03-061-115/+134
|
* Add installation instructions for the FreeBSD/sparc64 port. I have verytmm2002-03-053-0/+457
| | | | | | likely introduced language and markup bugs, but it's a start. Makefile, initial docbook conversion & cleanups by: murray
* New release notes: CPU_ATHLON_SSE_HACK, ufm driver (+ MFC),bmah2002-03-054-2/+76
| | | | | 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.
* Don't move more drivers to mfsroot floppy.nyan2002-03-051-8/+8
| | | | A mfsroot floppy for pc98 is only 1.2MB.
* Fix two typos: s/verison/versionbmah2002-03-042-4/+4
| | | | Submitted by: hrs
* Activate sparc64 relnotes.kuriyama2002-03-043-1/+57
|
* Begin building sparc64 release notes for -CURRENT.bmah2002-03-043-0/+45
|
* Adding Network Interface Support sectiongioria2002-03-031-4/+226
|
* Comment out proc-alpha.sgml's line temporarily.hrs2002-03-031-1/+1
|
* Add Japanese version of hardware notes:hrs2002-03-0317-1/+2934
| | | | | | | | | | | | | | | | | | | | | | (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.
* Don't move the an and wi drivers to a mfsroot floppy.nyan2002-03-031-2/+2
|
OpenPOWER on IntegriCloud