Commit Graph

7677 Commits

Author SHA1 Message Date
chs b44e7530d5 update shlibs. fixes PR 25970. 2004-06-27 03:45:25 +00:00
fredb 857732d328 Make the "iso-image" a hybrid HFS/Rockride image. The main benefit, is
that the Macbinary files in the "misc" directly are now directly executable
from within Mac OS. This solves a "chicken-and-egg" problem: you can't even
distribute a tool to unpack the archives on a plain ISO image, as the
executable code is all in the resource fork on mac68k. In other words, a
user can now begin the installation by simply double-clicking on the Booter
program on the CD-ROM.
2004-06-26 16:09:09 +00:00
itojun 8f329619b8 spamlogd(8) 2004-06-25 16:34:45 +00:00
wiz 54a45d8710 Add route.conf(5). 2004-06-25 16:32:28 +00:00
itojun 344e6a89ca spamdb(8) and spamd.conf(5). noted by Thomas Klausner 2004-06-25 16:25:00 +00:00
itojun 3b8461f315 let spamd use /var/chroot/spamd, not /var/empty 2004-06-25 15:54:31 +00:00
itojun e3e62063f0 authpf from OpenBSD 3.5 PF 2004-06-25 00:06:09 +00:00
bsh 1d3636cf59 add kgetcred.0 a 'cat' tag 2004-06-23 13:28:54 +00:00
kleink ec4b63917c Repair pf fallout. 2004-06-23 12:44:21 +00:00
itojun 9ec960c351 add ftp-proxy from PF OpenBSD 3.5. adjust setlists 2004-06-22 22:19:36 +00:00
itojun 3c9aef7cc5 additional files for pf 2004-06-22 18:24:06 +00:00
itojun c2d7a8642b spamd-setup, comes with PF for openbsd 3.5 2004-06-22 15:53:17 +00:00
itojun 10c71795a1 build and install spamd(8) 2004-06-22 15:41:54 +00:00
itojun ad399b67b8 PF from openbsd 3.5
massage pfctl to compile/run on netbsd.  put reachover makefile for pfctl
into src/sbin.
reviewed by matt, perry, christos
2004-06-22 15:16:29 +00:00
adrianp 06233d77b0 add myself to the list of developers 2004-06-21 21:18:18 +00:00
jmc 84fafa3db5 Ignore errors on some rm -rf's for platforms that aren't quite
POSIX compliant
and return errors on r/o source (FreeBSD) for -rf. Fixes PR#25022
2004-06-21 18:20:08 +00:00
uebayasi bb2fc6fa86 Install GNU `troff' (or `groff') info manual.
Reviewed By:	wiz
2004-06-19 15:02:59 +00:00
mbw d08f636e0f - hyperSPARC SMP works
- nell has less problems
2004-06-17 08:07:50 +00:00
mbw eb13198661 - Increment to "eight major release"
- hyperSPARC SMP supported
 - XFree86 4.4.0
2004-06-17 08:01:36 +00:00
mhitch 75665927eb AmigaDOS installation tools moved to distrib/amiga/stand. 2004-06-16 02:41:55 +00:00
mhitch 131e8719e4 AmigaDOS installation tools moved to distrib/amiga/stand. 2004-06-16 02:31:27 +00:00
bouyer 80ee929c70 Translate "Keyboard type" to french. 2004-06-14 21:49:15 +00:00
dsl 6ca1928243 German translation of 'keyboard type' from Martin. 2004-06-14 21:38:55 +00:00
jmc 498ccb631b Move libgcc_s.so.X into base as C++ compiled programs (ala groff) will need them 2004-06-14 04:23:26 +00:00
jmc 944c6c8bad Add support for building/install just cat pages (via MANINSTALL=catpages) in
the sets. Originally from PR#24949. Tested w. all combinations of MANINSTALL
2004-06-13 22:35:02 +00:00
jmc 7c62a6e881 Fix typo. closefrom.3 is a 'man' not a 'cat' tag 2004-06-13 22:28:42 +00:00
lukem 4de28a2c38 Move /usr/X11R6/lib/X11/X68kConfig from xserver to
xetc (as /etc/X11/X68kConfig), as it's an end user's configuration file.
2004-06-13 11:52:57 +00:00
sjg e000118700 Bump the miniroot size else release build fails. 2004-06-13 05:27:18 +00:00
dsl a9372a42f1 Add a menu (right at the start) to ask for the keyboard type.
Save the result in /etc/wscons.conf at the end of the install/upgrade.
Currently only builds for i386 - change arch/*/Makefile and add the
extra messages (though they could go into the msg.mi.* files).
Needs the 'Keyboard type' message translated in to German, French and polish.
Maybe the keyboard type names could be less cryptic...
2004-06-12 19:18:24 +00:00
dsl 3d7f966def The code to pad floppies could sometimes overwrite the end of the kernel
(causing the decompress to generate random data).
I've changed it to pad using:
	dd if=xx.fs of=xx.fs conv=sync conv=notrunc bs=${floppysize}b count=1
which isn't subject to rounding errors!
This might be the fix for PR/25552
2004-06-12 18:39:53 +00:00
mbw f212da435d Mention that installer defaults to serial speed of 9600 8N1 and user might
want to pre-configure their system around that.
Closes PR 11946
2004-06-12 17:34:29 +00:00
mbw e90800e8dc Removed references to split sets, which aren't distributed with .Nx
anymore.  Closes PR 24434.
2004-06-12 17:21:41 +00:00
mbw e861ae8410 formatting nit 2004-06-12 17:00:45 +00:00
mbw f0340cfea7 Mention that installer defaults to serial speed of 9600 8N1 and user might
want to pre-configure their system around that.
Closes PR 11946
2004-06-12 16:41:14 +00:00
wiz ebcfc8acc7 Grammar fix. 2004-06-12 15:55:23 +00:00
he 0433215caf Add "extern" to a couple of array declarations. Declaring an
undimensioned array in the outer scope will produce warnings that
it's assumed to have one element, and under -Werror will fail to
compile.
2004-06-12 14:44:42 +00:00
hubertf 287db2b13f fix language, noted by logix@#NetBSD 2004-06-12 13:03:12 +00:00
mbw 6372bea64c 0680 card is silicon image, not cmd tech 2004-06-12 07:35:15 +00:00
mbw c53ca7153a mrg@ says all platforms use XFree86 4.4.0 2004-06-12 07:22:21 +00:00
mbw 8c900e6c95 Add sparc64 tag
Also sysinst now tries to merge /etc, not move to /etc.old
2004-06-12 07:21:21 +00:00
mbw e77ab5c610 Use MI upgrade in ../common/upgrade 2004-06-12 07:18:28 +00:00
mbw f96c75924f expand pci card compatability descriptions and list known working cards 2004-06-12 07:00:39 +00:00
mbw fdbdd68d12 Redo suggested partitioning info with more resonable sizes 2004-06-12 07:00:00 +00:00
mbw a4c417e92e sparc64 has OpenFirmware, not OpenBoot PROM
also, ditch extraneous example disklabel
2004-06-12 06:59:17 +00:00
mbw e6b7505c08 Mention that sparc64 users can install 32-bit sparc distribution 2004-06-12 06:58:29 +00:00
mbw 0bb65aa707 sparc64 has OpenFirmware, not OpenBOOT PROM 2004-06-12 06:57:53 +00:00
mbw f7211b4ccd Fix distribution sizes for macppc, sparc, and sparc64
Add some missing info for macppc, sparc and sparc64
2004-06-12 06:21:49 +00:00
mbw 3fd3fc7e11 Mention that more models are supported in this release 2004-06-12 06:01:42 +00:00
mbw 6437082f28 Add IPv6 address of ftp.NetBSD.org as of June 2004. 2004-06-12 05:11:44 +00:00
mbw 82bbe8f581 Add sparc64 tags 2004-06-11 06:40:51 +00:00