Commit Graph

6422 Commits

Author SHA1 Message Date
lukem 77dee4dead set BOOTFILE.sparc64, to create bootable sparc64 cds. 2002-10-09 11:57:14 +00:00
thorpej b8c378293f * Clean up the handling of rescue.* files makeflist.
* Move all md.* and ad.* /rescue/... files into their
  own list files.
2002-10-09 01:22:37 +00:00
martin 6060607b3f Add sun-type4 termcap entry and a hint to use this as TERM when using
a Type 4 keyboard.
2002-10-08 20:29:58 +00:00
martin 73d617f74e Add sun-type4 termcap entry and print a hint to change TERM to this
if using a Type 4 keyboard.
2002-10-08 20:26:38 +00:00
lukem 863e999f52 - add more MACHINE_ARCH.xxx variables
- when building RSYNC_INCLUDE, only add a directory once
- automatically add `shared/ALL' and `shared/${MACHINE_ARCH}' to
  ${BASE_PORTS.${image}} for each unique MACHINE_ARCH in the latter.
- don't bother explicitly listing shared/* in the example
- note that the cats cdrom is now bootable
2002-10-08 15:20:50 +00:00
lukem f7e2efaa06 gunzip cats/binary/kernel/netbsd.aout-INSTALL.gz to /netbsd.cats 2002-10-08 14:18:17 +00:00
augustss 0c81b8340d Add ubsa(4). 2002-10-08 13:18:42 +00:00
lukem 887a1407d6 Update example.conf to be more relevant to NetBSD 1.6, and to take
advantage of the support for symlinks to shared/* .
2002-10-08 07:38:52 +00:00
lukem 92184041d7 oops; still need ./usr/lib/lib{crypto,des}.so* (for the symlinks) 2002-10-07 22:46:24 +00:00
lukem 93305911e9 Move libcrypto.so* from /usr/lib to /lib, as /sbin/cgdconfig needs it.
Requested by elric@.
2002-10-07 00:53:31 +00:00
thorpej 7d588a758e * Move the rescue bits into their own file.
* In makeflist, skip rescue bits in arch's that don't yet support it
  (MIPS, currently, due to an objcopy-crunch bug).
2002-10-06 17:28:46 +00:00
thorpej 796c5d9347 Crank ramdisk size to 1440k. 2002-10-06 17:01:27 +00:00
grant 3b71e362fa add /etc/mail/local-host-names, required by sendmail(8). 2002-10-05 15:24:43 +00:00
grant eac5abccd0 sync with reality: add cgdvar.h and cgd/cgdconfig man pages.
(hi Roland!)
2002-10-05 06:02:56 +00:00
gmcgarry 06b14f09b7 config_match(9) 2002-10-05 05:43:38 +00:00
grant a94624a921 during timezone selection, only update the clock once per minute. once
per second is painful and annoying over a serial line.
2002-10-05 02:41:54 +00:00
martin 3371592c77 Do not use -Os when compiling small programs for the miniroot or
install kernel ramdisk image. It triggers some toolchain bug and
causes for example ifconfig to not display inet addresses.
2002-10-04 21:23:06 +00:00
elric 7d7701ff68 include cgdconfig(8) in the installation. 2002-10-04 18:43:36 +00:00
jwise c33cdb26b3 Fix paste-o which put `kdump' in wrong syspkg. Pointed out by nick. 2002-10-04 14:57:11 +00:00
lukem e103106547 enable -o append for alpha as well 2002-10-03 07:28:33 +00:00
lukem d864e0371d revert part of previous;
alpha installboot still needs to come after everything else, because non of
the other installboot(8) backends support recalculating the alpha checksum
(yet).
2002-10-03 05:26:49 +00:00
lukem a50326b0d6 - create ${IMAGEDIR}/${image}.contents, with the files from BASE_PORTS.${image}
(could be extended )
- move alpha installboot above pmax/vax; it doesn't need to be last anymore
- cosmetic tweaks
2002-10-03 03:58:56 +00:00
grant 8f34e7dde1 sync with reality: add pwhash.1 (missed in last commit). 2002-10-02 03:20:40 +00:00
grant 5599dcbd7b sync with reality: add ./usr/include/i386/atomic.h. 2002-10-02 03:19:33 +00:00
provos c00f24e6cf add pwhash to sets 2002-10-01 22:43:03 +00:00
lukem cf6615ab93 slight tweak 2002-10-01 00:58:00 +00:00
agc 821fe4ba95 SYnc with reality - add apm and zzz 2002-09-30 18:44:27 +00:00
agc 0edfa8219b Sync with reality - add apmvar.h 2002-09-30 18:43:50 +00:00
jdolecek ecb97b038d bring knote(9) and kfilter_register(9) from kqueue branch to mainline
HISTORY section mentions the interface is only available on experimental
  kqueue branch (for now)
2002-09-29 20:29:13 +00:00
wiz 2ebc2ec36b No more sleep(9). 2002-09-29 17:38:37 +00:00
lukem 752effddfa Instead of building the staging area with symlinks and using "mkisofs -f",
only populate the stage area with the minimal necessary files and use
"mkisofs -graft-points -path-list pathlistfile", and populate pathlistfile
with the "reachover" paths.

    IMPORTANT NOTE:
	This change requires mkisofs 1.15a34 or newer for a working
	-graft-points option.
	This can be found in the cdrecord-devel 1.11a34 package.

Don't fetch by default; the rsync is resource intensive on rsync.netbsd.org
and is often unnecessary.  Deprecate NO_FETCH whilst here.
Use "make fetch" explicitly...

Explicitly add ${RELEASENAME} to RSYNC_SITE (and remove it from all
the other rsync options), and deprecate ${RELEASE_SUBDIR}

Add some  # {  and  # }  comments, to make it easier to track make(1)
conditionals & loops.
2002-09-29 14:29:19 +00:00
lukem 4408faac1a - don't hardcode the CD size to 666000 blocks; use CD_SIZE variable instead.
- access mksunbootcd via ${NETBSDSRCDIR}/... && ${PRINTOBJDIR}
- use ${INSTALLBOOT} for alpha,pmax,vax instead of /sys/arch/*/stand/...
- use ${.CURDIR}/macppc_installboot to access macppcboot.raw
2002-09-29 07:23:15 +00:00
lukem 461cf89b24 fix path to macppc INSTALL kernel
remove VAX_IBOOT?= ; it's set in the Makefile and i'll be fixing the
definition in the latter in another commit RSN
2002-09-29 06:44:36 +00:00
lukem 891c2e212a clean up the building of macppcboot.raw (the previous mechanism wasn't
USETOOLS=yes friendly):
since the file only changes when a new bootxx.raw is committed into this
directory, commit a generated version of macppcboot.raw here as well.
clean up the framework that builds mkmacppcboot as well, and don't
remove macppcboot.raw on make clean.
2002-09-29 06:38:19 +00:00
elric c37b0f13ba Fix usage of -mdoc that wiz pointed out to me. 2002-09-28 23:35:41 +00:00
elric f075a6c2cc Added a little verbiage describing that root logins from the network
are not enabled by default even via ssh(1).  Thanks to Thomas
Klausner for some rewording of this.

Addresses PR: install/18456
2002-09-28 23:07:31 +00:00
chris ffffdcd9c7 Add footbridge_intr.h 2002-09-28 16:08:03 +00:00
chris d20df65c58 Remove cats/byte_swap.h. 2002-09-28 16:02:54 +00:00
kano f33e9b1e1a add myself 2002-09-28 09:45:04 +00:00
thorpej bc35b15d70 Add /usr/share/mk/bsd.shlib.mk 2002-09-27 21:42:15 +00:00
grant b81826593e s/unused/inutilis'e/
from Stoned Elipot.
2002-09-27 15:21:52 +00:00
grant 6f98f8dffe update French translation, add "don't change" option to mbr partition
type selection.

from install/18192.
2002-09-27 15:20:01 +00:00
wiz 4a47c952db Add documentation for utmpx and some related functions.
Thanks for some explanations to christos, and for some STANDARDS hints
to Klaus Klein.
2002-09-27 15:02:24 +00:00
thorpej f27313f9ab <sys/map.h> is gone. 2002-09-25 23:07:38 +00:00
augustss 1f35d185e0 Add a file I forgot when creating the pmppc port. 2002-09-25 21:32:58 +00:00
lukem cbfa6ea631 fix path to pmax install kernel 2002-09-25 04:15:41 +00:00
wiz f020223b5c Add auto-generated MAKEDEV(8) for ofppc. 2002-09-25 01:07:41 +00:00
pooka 28b38adf3b add iwic man page 2002-09-24 22:20:17 +00:00
provos 28f9f41e2a add myself 2002-09-24 15:29:24 +00:00
shin 29815951b2 reorder lines so that ${MAKESUMS} is executed after all files are installed.
(previous revision calculates checksums only for *boot.exe)
2002-09-24 12:15:11 +00:00
agc 7c4cb11d99 sync list with reality - add /rescue/chgrp and /rescue/chown 2002-09-24 10:49:15 +00:00
grant 7dd9244284 crank imagesize to 1440k (same as ramdisk-rescuetiny). 2002-09-24 06:04:24 +00:00
mbw 3d91bfef79 Corrected names for release ISO images for macppc and sparc 2002-09-23 03:32:04 +00:00
thorpej 9b20f878a6 Bump libpcap to 1.3. 2002-09-22 16:24:35 +00:00
lukem 2f7d49d929 Enable MKDYNAMICROOT=yes by default.
This means that:
    +	/bin and /sbin (and the few programs in /usr/* which were statically
	linked) are now dynamically linked.
    +	The shared libraries that are needed by the /bin and /sbin programs
	are now installed into /lib (with compatability symlinks from
	/usr/lib).  These are:
		c crypt edit ipsec kvm m m387 termcap termlib util z
    +	The shared linker is now in /libexec/ld.elf_so, and
	/usr/libexec/ld.elf_so is a symlink to the former.

If you want the prior behaviour of "some applications statically linked,
the rest dynamically linked", set MKDYNAMICROOT=no in your mk.conf(5).

If you have a philosophical objection to dynamic libraries, continue
to set LDSTATIC=-static in your mk.conf(5), and please don't waste any
more time in trying to convince us why dynamic libraries are 3v1l.
2002-09-22 15:08:17 +00:00
jdolecek a64260b3ae add kqueue(2)/kevent(2) manpage to mainline, to reduce difference between
the kqueue branch and -current and thus make testing easier

change HISTORY to clearly state this interface is only available with
  experimental kernel branch
add Jason Thorpe and me to AUTHORS
update .Dd
2002-09-22 13:11:45 +00:00
gmcgarry 7ef5deacf6 More section 9 page; sort 2002-09-22 06:32:47 +00:00
chs c3165f3274 first cut. 2002-09-21 17:28:42 +00:00
skrll 7f926b9934 Update after snprintb(3) changes. 2002-09-21 14:16:45 +00:00
lukem 8ae3e73d6b add stuff formerly in tc.old 2002-09-21 07:16:40 +00:00
lukem 274807d878 add usr/libexec/cpp (formerly in tc.old) 2002-09-21 07:14:50 +00:00
lukem 1221f9d72d add stuff formerly in tc.old 2002-09-21 07:14:37 +00:00
chs e242b25448 allow "make release" to work. no install stuff yet though. 2002-09-21 01:44:11 +00:00
ad ea047b151e Switch alpha to XdecNetBSD. 2002-09-20 21:47:33 +00:00
christos 09f431f5bf Add libutil. 2002-09-20 21:23:02 +00:00
jdarrow aec33ab640 Very belatedly add myself 2002-09-20 01:30:41 +00:00
lukem 94989d34ca switch from checking USE_NEW_TOOLCHAIN == yes to TOOLCHAIN_MISSING != yes,
and don't bother with tc.old any more
2002-09-19 22:04:34 +00:00
ragge 8ed209e110 EOL clist.h. 2002-09-19 10:47:47 +00:00
briggs efcea71648 Add ./var/log/wtmpx 2002-09-17 18:42:59 +00:00
thorpej 9b81f1bdb0 -path is an extension to find(1) that not all systems have, so don't
use it.  Instead, filter out the metalog file using a separate loop
in the pipeline.
2002-09-16 23:04:39 +00:00
thorpej 23d33fadf0 Don't escape constructs like ${FOO} in printf statements. awk doesn't
expand variables like that in printfs, and the escapes end up in the
output in some versions of awk.
2002-09-16 02:13:16 +00:00
mbw b51dc642a3 fix broken link to CD-ROM FAQ 2002-09-15 21:55:41 +00:00
mbw a005b67fcd Mention that some non-Sun CD-ROM drives can't boot any OS on Sun hadware
(link to CD-ROM FAQ was already present)
2002-09-15 21:42:28 +00:00
thorpej 3587dba99e Escape { and } in the regexp that matches e.g. ${FOO}. 2002-09-15 16:15:40 +00:00
lukem 40b2b53564 Also sum symlinks (as well as files) which match, as we often replace
common sets with a symlink to a shared copy, and this change ensures
that all the appropriate entries have sums generated.
2002-09-15 09:47:42 +00:00
mycroft cfedc10218 typo: PROC -> PROG 2002-09-14 02:00:25 +00:00
ad 3fad09211c Add entries for zx(4) manpage. 2002-09-13 19:00:14 +00:00
joda 88c01303c3 changes after importing kerberos 2002-09-12 17:18:48 +00:00
joda d998bbaa97 move manpages to man/obsolete.mi 2002-09-10 22:32:09 +00:00
joda b602ef94f1 kf/kfd has gone 2002-09-10 22:19:41 +00:00
leo 289e5ff1d8 tos binary utilities 2002-09-10 13:58:41 +00:00
grant 5e3818a6e0 add "don't change" option to mbr partition type selection.
addresses part of install/18192.
2002-09-09 10:53:48 +00:00
grant 3404913871 add explanation of normal vs. serial bootblocks.
addresses part of install/18192.
2002-09-09 10:32:49 +00:00
lukem 74ec33db88 minor tweaks for shark. (XXX: still some things to chaseup) 2002-09-09 01:35:45 +00:00
gehenna 620752e3a7 Obsolete machine/conf.h 2002-09-07 12:48:51 +00:00
lukem 226a372abc crank date 2002-09-07 04:04:05 +00:00
lukem 9cd11379df updates to "compatibility with netbsd 1.5" section:
- de was renamed to tlp
- postfix config needs updating (as postinstall in 1.6 doesn't do that)
2002-09-07 04:01:46 +00:00
lukem cfe3482639 remove duplicate entry for netbsd-GENERIC.gz.
noted by Remi Zara in [port-mac68k/18196]
2002-09-07 03:24:52 +00:00
tron 3237921cc3 Add new files installed by XFree86 4.2.1. 2002-09-04 22:56:21 +00:00
jdolecek ae25afd5a6 Do not get confused by empty MBR when gathering information for disk layout.
This fixes install/18153 by Johnny C. Lam.

Base for fix provided by Tyler Retzlaff. Tested by Tyler, Grant Beattie & me.
2002-09-04 14:22:20 +00:00
chris 672ed5ea6a Fix a few typo's in the kinetic support.
Seems that kinetic support doesn't work, it hangs after branching into the relocation asm code.

Time to start debugging this stuff.
2002-09-03 22:02:02 +00:00
abs df86ef5a9f Split raidframe parity checking/rebuild out into raidframeparity, which is
called after quota so we don't end up with fsck and raidframe parity rebuild
taking forever after a crash/reboot.
While we are here check for raid[0-9].conf & raid[1-9][0-9].conf not
			    raid[0-9].conf & raid[0-9][0-9].conf
2002-09-03 15:35:51 +00:00
wiz bd93d53f7c Add /var/run/utmpx, requested by soren. 2002-09-03 00:56:08 +00:00
rnestor 4ca44777d6 Correct the printout of the partition start and size values. 2002-09-03 00:35:53 +00:00
lukem f12d816d02 shark also has netbsd.aout in kern-GENERIC 2002-09-02 02:38:58 +00:00
atatat 692fefdd0e Move pmap(1) to /usr/bin (from /usr/sbin) where it belongs. 2002-09-01 20:32:43 +00:00
atatat 658ca620c9 Add pmap to the sets lists 2002-09-01 19:52:32 +00:00
nsmrtks c763a95295 x68k: Note for `floppy-root' installation system which is currently broken. 2002-09-01 16:44:27 +00:00
mycroft 7d1a320ba9 Add module stuff. 2002-09-01 15:38:56 +00:00
mycroft d8c6540a80 Add XF86 4 stuff for macppc. 2002-08-31 16:22:22 +00:00
mycroft d920addfd1 Remove include/X11/pixmaps from here. 2002-08-31 16:21:44 +00:00
mycroft f70e623863 Someone doesn't know the alphabet... 2002-08-31 16:11:03 +00:00
mycroft 096e4935aa Add XF86 4 stuff for macppc. 2002-08-31 16:06:23 +00:00
itojun 50d422c24f e_os.h is not part of exported openssl interface, so don't install it into
/usr/include/openssl (e_os.h has an explicit comment about it).  it obviously
is a bug in openssl 0.9.6 Makefile.
based on openssl 0.9.7 snapshot.
2002-08-31 10:46:36 +00:00
wiz 3ffc87a5bb Add some commas in enumerations. 2002-08-30 22:16:30 +00:00
itojun 8b7a566748 need kerberosIV/des.h as part of kerberos 4 API. have a dummy file. 2002-08-29 14:52:07 +00:00
itojun ced053b6b3 avoid inclusion of kerberosIV/des.h (it is a dupliate of openssl/des.h,
and openssl discourages inclusion by <des.h> - <openssl/des.h> must be used)
2002-08-29 14:40:00 +00:00
lukem edeb8a9da6 improve the description of the key to the output 2002-08-29 04:19:36 +00:00
lukem a647dca5e8 tweak the ./rescue entries 2002-08-29 01:30:37 +00:00
lukem 0eb91a1107 add ./libexec (thanks nathan!) 2002-08-29 00:51:40 +00:00
gmcgarry 3fc3b75dad rasctl(2) 2002-08-28 09:38:52 +00:00
gmcgarry 45e99c1a85 Have ras.h too. 2002-08-28 08:01:31 +00:00
gmcgarry d70a7f871f ras(9) 2002-08-28 08:00:21 +00:00
takemura b8ce6e8201 Added touch panel calibration utility. 2002-08-27 14:12:09 +00:00
grant da7c095365 remove setting root's shell, as this was addressed in install/17676. 2002-08-27 00:22:53 +00:00
chris 1843317ea6 add byte_swap.h for cats. 2002-08-26 13:37:46 +00:00
bouyer 86514a3c90 Note support for HPT372 and (better late than never) HPT374. 2002-08-23 16:31:09 +00:00
bouyer ceb355fe05 Add support for Promise Ultra133TX2, and Ultra133TX2v2. 2002-08-23 16:29:37 +00:00
tron 85f89e9c20 Adapt minor number of "libutil". 2002-08-23 10:35:36 +00:00
abs a086fb2909 Move humanize_number(3) from libutil to libc as per discussion on tech-misc
Revert minor number bump on libutil (with note to skip it next update), and
bump libc.
2002-08-22 17:24:08 +00:00
lukem 5f50d1d9da add ./rescue/* 2002-08-22 03:31:33 +00:00
rafal c4aeb232d4 Make what should have been a .gz really a .gz (not a .hz) 2002-08-22 02:27:06 +00:00
lukem 7e9b35cc5a add ./lib and ./rescue 2002-08-22 01:43:16 +00:00
lukem dd11502947 Migrate rescue tools from distrib/rescue -> rescue 2002-08-22 01:24:56 +00:00
lukem fe222c765c support "init.bak" as a synonym for "init" 2002-08-22 01:03:41 +00:00
jdarrow 48ee0561fe Belatedly bump libdes shared library major number, due to bump of
libcrypto shared major when we moved from OpenSSL 0.9.5 to 0.9.6.

Add note to libcrypto shlib_version file to remind people to also
update libdes shlib_version.
2002-08-20 13:49:55 +00:00
isaki f208681961 Correct CLEANFILES. 2002-08-18 14:43:16 +00:00
isaki 25a181f53b Kernel must be gzipped to boot.
Correct CLEANFILES.

Reviewed by lukem@netbsd.org
2002-08-18 14:43:00 +00:00
lukem b3cba06420 - implement `install' target with:
${PARSELIST} -v mode=install | ${MAKE} -f - install
- don't need ../common/Makefile.image any more
2002-08-18 14:06:54 +00:00
lukem a7e553295a support "mode=install", which generates a Makefile with an install target. 2002-08-18 14:03:42 +00:00
lukem e9f8f83170 add systrace and init 2002-08-18 13:00:02 +00:00
lukem 854be9c977 - use an improved heuristics for determining if certain special
"for specific platform only" programs are to be included
- add pdisk to the list of specially handled programs
- use ../common/mtree.dot instead of local duplicate
2002-08-18 12:39:42 +00:00
is a71878134b IDE drives are no longer configured as sdN 2002-08-16 12:01:39 +00:00
lukem 0978bdfe12 update xset sizes for vax (from matt@) 2002-08-16 04:15:11 +00:00
mbw e14d5b6d36 Apple's official name for recent iBooks is actually (16VRAM). 2002-08-14 16:28:16 +00:00
junyoung 4861d7eefb - pppoe(8) -> pppoe(4)
- passwd(4) -> passwd(5)
- heirarchy -> hierarchy
2002-08-14 01:02:45 +00:00
thorpej f5435ff138 Add <arm/byte_swap.h> 2002-08-13 22:43:52 +00:00
wiz 123e4bc909 Add elansc(4). Noted in misc/17925 by FUKAUMI Naoki. 2002-08-13 11:22:03 +00:00
wiz 7e50d43e7d libpmc lint files are only for i386 and arm for now.
Reported in misc/17923 by FUKAUMI Naoki.
2002-08-13 11:18:34 +00:00
blymn d1557aec15 Apply fix from pr 17924 - Thanks to FUKAUMI Naoki for the fix. 2002-08-13 11:12:05 +00:00
mrg d4c1463d23 if the type of either partition is 0 ("unused"), then these partitions
do not overlap.  from Tyler Retzlaff <rtr@wasabisystems.com> and fixes
PR#12386.
2002-08-13 03:58:56 +00:00
grant 6b0d856a30 use current values for start/size/bsize/fsize as defaults when editing
disklabel partitions.
2002-08-12 02:45:17 +00:00
grant 2df65a0a6e make mbr and disklabel editor consistently use Start, End, Size in
that order.

"offset" -> "start" where applicable.
2002-08-12 02:22:52 +00:00
soren 7c512daf55 slhci(4) 2002-08-11 15:37:06 +00:00
isaki 0f6d6286d9 add Nereid USB (SL811HS/T) 2002-08-11 13:42:27 +00:00
blymn 56c64e7f71 Add linked man pages for libform and resort the file. 2002-08-11 13:35:37 +00:00
thorpej 3d2c2adc31 Add a set list for "armeb". "armeb" never existed in NetBSD as
a.out, and therefore does not get the old a.out compatibility
tools.
2002-08-10 02:03:21 +00:00
thorpej 9aa60a9f15 If ad.${machine_arch} exists, perfer it over ad.${machine_cpu},
because it will have more specific information.
2002-08-10 02:01:00 +00:00
lukem 4c7d8ab16d this file is now unnecessary, now that MAKEDEV's "local" target
doesn't complain if $0.local doesn't exist.
2002-08-10 00:25:06 +00:00
lukem 06d1e8dbaa openssl is now at 0.9.6g 2002-08-09 23:49:37 +00:00
wiz 3834238acd Add some more pmc files. 2002-08-09 17:29:56 +00:00
blymn bce7a5f2e3 bump libform minor. 2002-08-09 14:19:10 +00:00
thorpej 55420f8c67 Add libpmc. 2002-08-09 00:15:57 +00:00
abs 35a808e4e8 Add humanize_number.3 from Tomas Svensson in PR lib/15508.
Bump version of libutil
2002-08-08 16:50:35 +00:00
briggs 2054da9569 Add powerpc/atomic.h 2002-08-08 13:42:22 +00:00
briggs 587b64d0c1 Catch up to new pmc header files. 2002-08-07 21:20:49 +00:00
mbw 3888c69eb0 Add mention of experimental MP support in -current 2002-08-07 19:36:31 +00:00
tron 43d843204b Add manual pages for pmc_control(2) and pmc_get_info(2). 2002-08-07 14:47:09 +00:00
tron 67e63b789c Add manual page for nsclpcsio(4). 2002-08-07 14:42:22 +00:00
tron 87fa861990 Fix incorrect package name for unformatted pmc(9) manual pages. 2002-08-07 14:39:51 +00:00
tron f03ec337d7 Add pmc(9) manual pages. 2002-08-07 11:18:37 +00:00
tron be34577012 Add "/usr/include/sys/pmc.h". 2002-08-07 11:04:13 +00:00
lukem b17115c44a hpcsh does not have X at the moment 2002-08-07 04:35:45 +00:00
fredb 8bb4151f34 Minor tweak for clarity. 2002-08-07 02:50:22 +00:00
fredb 0dee98e0b8 The mac68k installation kernels are INSTALL and INSTALLSBC, not GENERIC
and GENERICSBC.
2002-08-07 02:49:03 +00:00
soren 4ef5847406 Update for etc/skel removals. 2002-08-06 13:58:44 +00:00
soren 9e129fde67 Add ATA SMART reporting support from Ben Collver in kern/12787. 2002-08-05 23:29:27 +00:00
lukem a6c9a72bf5 update sparc & amiga x set sizes 2002-08-05 07:44:06 +00:00
jdc 1492c7c525 libcurses now version 5.2 (colour changes). 2002-08-04 16:43:44 +00:00
gmcgarry 26945b2c8b Bootblock is called uboot.lif. Problem reported by
Sageev T. George <sageev@bmsrs.usc.edu>.
2002-08-04 01:24:57 +00:00
gmcgarry 6e62e5cefa Add tset to ramdisk. Use it to set TERM before running sysinst. 2002-08-04 01:21:48 +00:00
gmcgarry 15c98684c7 + pci_get_powerstate()/pci_set_powerstate() 2002-08-04 01:07:21 +00:00
chris 23b6de2614 Add xset md files for cats. Note that I suspect most of whats in both these files should/could be in the mi files.
This is the last piece of the puzzle to get X 4.2 ready to go on cats.
2002-08-04 00:04:33 +00:00
chris f5dc2677f5 scanpci.0 is only available if you've got scanpci, which is currently only installed on i386. 2002-08-03 23:58:06 +00:00
chris 16a64b295a Add beforelight and dga. 2002-08-03 23:53:11 +00:00
chris a8e647da2e Add cyrillic fonts. All X4 builds have them by default (unless explicitly disabled) 2002-08-03 23:43:43 +00:00
chris 0cf781dc3b Add app-defaults and pixmaps for xsystrace. 2002-08-03 23:24:14 +00:00
thorpej 71c431ae1c The Application Accelerator Unit is now supported on the i80321. 2002-08-03 21:29:41 +00:00
itojun 2d22288a93 typo. PR 17824 2002-08-03 15:34:09 +00:00
itojun 9b10247223 have setloginx() and friends to avoid linking *.o from libutil. PR 17820 2002-08-03 11:37:17 +00:00
lukem ebeb074411 openssl is now at 0.9.6e 2002-08-03 03:58:06 +00:00
thorpej 7ff17d754e Add evbarm/iopwdog(4) manual page. 2002-08-02 21:29:46 +00:00
thorpej 26c8830394 Add {man,cat}4/evbarm subdirectories. 2002-08-02 21:21:43 +00:00
thorpej c8c1d803c3 Add evbarm/iopaau(4) manual page. 2002-08-02 21:20:28 +00:00
is 539874bb55 loadbsd doesn't work for ELF kernels. 2002-08-02 14:35:49 +00:00
grant c095f9f3cc make 'use existing partitions' work on i386.
patch provided by Tyler Retzlaff, fixes install/17747.
2002-08-02 10:28:17 +00:00
mrg 81cda3082a fix PR#11945 Tyler Retzlaff <rtr@wasabisystems.com>:
>The reason this occurs is because of left over scum in unused partition
>table slots for host system parts.  This should clean it up.
2002-08-02 05:38:18 +00:00
grant 0b81a2c68e set root partition default bsize and fsize. 2002-08-02 05:11:29 +00:00
grant f4e0ef0aad allow unsetting of mountpoints in disklabel editor.
partially addresses install/17801.
2002-08-02 04:08:47 +00:00
thorpej 2952a59281 Add dmoverio(4) manual page. 2002-08-02 01:33:07 +00:00
thorpej e1ea50db07 Add dmover(9) manual pages. 2002-08-02 01:31:06 +00:00
junyoung bff41c67e3 Add dreamcast to new platforms list. 2002-08-01 06:26:24 +00:00
grant c8c81b4a57 nullify ftp passwd whenever user is changed, not only when user is
changed to 'ftp'.
2002-07-31 12:44:14 +00:00
itojun 151d7bb9f3 regen openssl manpage from 0.9.6e source. 2002-07-31 01:45:20 +00:00
bouyer b5d03f4f44 Note ICH4 support. 2002-07-30 21:04:41 +00:00
wiz 94732e83a5 Add /etc/rc.d/wdogctl. 2002-07-30 08:37:41 +00:00
lukem e1f944b902 sun2 doesn't have x server or clients at this time 2002-07-30 03:32:47 +00:00
thorpej 3a9f076a1f Note support for the i80321 watchdog timer. 2002-07-29 22:05:37 +00:00
lukem 491925ee64 update mac68k xserver size 2002-07-29 16:12:26 +00:00
simonb c42f11dc45 Don't install <machine/{intr.h,isa_machdep.h,pci_machdep.h,rnd.h}>, and
add these to the obsolete list.
2002-07-29 15:55:43 +00:00
mrg 43df3bff77 fix a comment 2002-07-29 14:23:12 +00:00
blymn a9d15d3cf7 Bumped minor version of libmenu, new function added. 2002-07-29 13:06:47 +00:00
grant 2a31902244 nullify ftp password when changing user to 'ftp', from Thomas Klausner
in install/11436.
2002-07-29 03:24:47 +00:00
grant f9419717d2 add setting of root's shell, from Julio Merino in install/17676 with
minor changes by me.
2002-07-29 03:05:16 +00:00
grant 56ad586e08 filesystem -> file system
(www.m-w.com)
2002-07-29 02:51:07 +00:00
enami e70fdaec2f Sync wi/ reality; libc minor is now 86 and libutil minor is 1.
Pointed by Kimio Ishii.
2002-07-29 01:58:47 +00:00
grant 39427aa237 whitespace and comment cleanup. 2002-07-29 01:30:25 +00:00
christos 354b208f1e add utmp_update 2002-07-28 22:43:13 +00:00
grant b4dfc38d21 add blank lines to editpart, ala editparttable.
this stops the table of partitions jumping about while using the mbr
editor.
2002-07-28 08:58:59 +00:00
grant 32c14ac1fc refresh screen before processing menus. 2002-07-27 10:02:50 +00:00
grant 8136155741 move password cipher menu down to avoid overwriting text. 2002-07-27 10:02:05 +00:00
grant e4767a0f1a resolve release failure by adding ./var/spool/output/lpd (from bin/7054). 2002-07-27 01:02:26 +00:00
rafal dcca4b64ea Add sgimips-specific file lists for installation and binary/kernel dirs. 2002-07-26 22:31:26 +00:00
manu 170080a9df Added fdisk for hpcarm 2002-07-26 18:03:11 +00:00
rafal a1489321a2 Fix up sgimips install sections to more closely correspond to the current
state of reality: comment out O2 references since 1.6 won't support the
O2, add notes on installing via a net-booted kernel, disk partitioning
(disk must have IRIX volhdr, one-disk split NetBSD/IRIX install has not
been tested and may/may not work).  Also expand/add some examples.

XXX: Should add info on the "extra" kernel sets like the INSTALL_INDY,
etc. sets.
2002-07-26 15:41:55 +00:00
simonb 64ccdf4b88 Fix size of the pmax Xserver set. 2002-07-26 14:36:03 +00:00
rafal e5e8d68abe Some minor touchups/rewordings/clarifications. 2002-07-26 02:45:37 +00:00
wiz 5db23d2c5d enouth -> enough. 2002-07-26 01:00:39 +00:00
grant 9676dd8001 typo in comment. 2002-07-26 00:42:04 +00:00
lukem 9a3e02035b be consistent and use \n[XXX] instead of rXXX 2002-07-26 00:11:29 +00:00
rafal e88eea4ac8 Fix remaining uses of ".if r_xxxx", when we really want ".if rxxxx", or
even better ".if \n[xxxx]".
2002-07-25 19:49:27 +00:00
grant b0f2d974df allow partitions i-p to be modified, from Masanori Kanaoka in
port-i386/17689, with minor changes by me.
2002-07-25 15:19:17 +00:00
grant e5d316be94 allow partitions i-p to be modified, from Masanori Kanaoka in
port-i386/17689, with minor changes by me.

add_rc_conf() needs a trailing \n.
2002-07-25 14:31:10 +00:00
matt 3e065ff8fe Need to wait after making the notes in case the port uses them later on. 2002-07-25 00:35:33 +00:00
mbw 9b58ceb3ab Update info on models 362 and 382 2002-07-24 21:59:00 +00:00
mbw 97ca58a9f9 Fix link to hp300 FAQ on X11 2002-07-24 21:57:18 +00:00
lukem c13d5538de postinstall can be run from the etc set (extracted into a temporary directory)
rather than requiring the full system sources to be extracted
2002-07-24 03:03:58 +00:00
lukem f4811c84e8 esp got tagged queuing 2002-07-24 02:50:47 +00:00
lukem 770f0725e5 macppc/powerpc x set size updates 2002-07-24 02:50:22 +00:00
lukem 37381fa45a updates per discussion with matt green 2002-07-24 02:47:51 +00:00
lukem c76a9a63b3 updates prompted by mail from Bang Jun-Young:
- add to updated 3rdparty products: gcc 2.95.3 and binutils 2.11.2
- xfree 4.2.0 is i386 only (at this stage)
2002-07-24 01:06:12 +00:00
briggs c9c72ff6d8 macppc is using XF86 v4 now, and installs a few more files. 2002-07-23 21:00:11 +00:00
lukem d376b4bd66 disable pmax miniroot for now; it won't build due to objcopy-crunchide issues 2002-07-23 11:08:28 +00:00
lukem e3e1a93b17 add TARGETS+=release 2002-07-23 10:43:50 +00:00
lukem c64952588e set MAKE="${MAKE:-make} -j 1" to prevent problems where the output
of make -j N>1 would result in junk in various shell variables
2002-07-23 09:02:45 +00:00
mhitch 5055d25658 Add support for aout to ELF conversion to install.md, copied from the sparc
miniroot install.md.  Add usr/bin/file and usr/share/misc/magic to the
miniroot - used by the install.md changes.  Upgrades will now move the
standard a.out shared libraries to /emul/aout.
2002-07-23 03:52:02 +00:00
bouyer 788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
lukem 11fec0854a update sizes of alpha x sets (info from havard) 2002-07-22 17:53:26 +00:00
lukem 329392a42b add two missing .bullet) s 2002-07-22 17:27:16 +00:00
lukem caef436ae7 - provide .showsize [<G> <U>] to display set size info.
if <G> and <U> aren't provided, use values from last  .setsize <G> <U>
  reset sizes upon display
- convert to .showsize as appropriate
- fix .el ... .ie
- fix up a bunch of set sizes
- use '-unknown-', '-unset-', and '-unknown-machine-arch-' to flag
  unknown set size info (instead of "???")
- consistently use \n[MACHINE] instead of r_MACHINE
- ensure that all MACHINE_ARCH registers are at least defined to 0
- don't bother setting register _\*M
2002-07-22 16:45:14 +00:00
lukem 944ca18c84 missing . 2002-07-22 15:44:14 +00:00
lukem a6034b5b35 use sh3eb or sh3el instead of sh3 2002-07-22 15:13:41 +00:00
lukem a0ae692ffe - define "termtype" string (based on \n[MACHINE] and use appropriately)
- consistently use \n[MACHINE] instead of r_MACHINE
2002-07-22 14:55:14 +00:00
lukem ad6d00062f fix .ie ... .el usage 2002-07-22 14:39:44 +00:00
lukem 099331397a - define some useful strings and use appropriately
\*[part_raw]	`raw' partition (usually `c' or `d')
	\*[part_free]	first "free" partition (usually part_raw+1)
	\*[part_usr]	default "/usr" partition (usually part_free)
	\*[part_max]	last partition (usually `h' or `p')
- consistently use \n[MACHINE] instead of r_MACHINE
- fix up formatting fubars on mac68k (and others)
2002-07-22 14:38:11 +00:00
lukem 3c01b2785f consistently use \n[MACHINE] instead of r_MACHINE 2002-07-22 14:07:52 +00:00
lukem b4bc051a2c consistently use \n[MACHINE] instead of r_MACHINE in places 2002-07-22 14:02:07 +00:00
lukem f9d025b03b as sun3x is now part of sun3, we can't test for a sun3x machine register.
rewrite appropriate paragraphs to be relevant for either sun3 or sun3x.
2002-07-22 13:59:24 +00:00
lukem 86448dfa2c - convert sun2/upgrade to use ../sun3/upgrade, rather than unnecessarily
duplicating the contents of the latter
- fix some types in sun3/upgrade
2002-07-22 13:49:56 +00:00
lukem 86e5d269f7 for single references, use r_XXX instead of \n[XXX] 2002-07-22 05:23:32 +00:00
lukem 39d512abf7 oop; we need <bsd.own.mk> for ${PRINTOBJDIR}; pull that in, and
convert this Makefile to be more similar to others in distrib/**.

XXX: this still needs work to make this more non-netbsd-cross friendly.
e.g, use ${PAX} and compress instead of assuming that tar supports `Z', etc.
2002-07-22 04:42:43 +00:00
rafal f7a70aa74c More minor updates to release notes -- a large part of these changes were
sgimips specific, but there are also MI tweaks.
2002-07-21 20:29:47 +00:00
lukem 6ce309ed65 simplify some sections, and improve .ie ... .el .ie stuff 2002-07-21 13:00:45 +00:00
lukem 9bcd1bdb1b more fixes to previous 2002-07-21 12:58:02 +00:00
lukem 9d18ea70e6 doh; fix previous 2002-07-21 09:28:03 +00:00
lukem d406154bd8 fix up various .ie ... .el usages 2002-07-21 09:25:27 +00:00
lukem 450802d92e - define COMMON as "${.CURDIR}/../common", and use appropriately
- remove .PATH: ${.CURDIR}/../common
- update the various MERGED_SRCS lines to reflect reality
2002-07-21 08:14:46 +00:00
lukem e3c1695a2b add back comment lost in previous revision 2002-07-21 00:12:28 +00:00
mrg 950cb7a7a6 install "sparc" includes for sparc64 as well 2002-07-20 11:46:14 +00:00
grant 6742cb1812 sweep of errx/warnx, remove unnecessary trailing \n 2002-07-20 08:36:17 +00:00
lukem 49306c00c1 work around argument quoting warning 2002-07-20 07:39:30 +00:00
lukem e58bf406f1 Mount the mfs /instfs with a reasonable inode density, otherwise it
runs out of space.
Problem found & fixed by Adam Lebsack <adam@lebsack.com> in [port-sparc/17614]
2002-07-20 07:06:28 +00:00
lukem f478f495f1 - Explicitly reference "install" as "${.CURDIR}/install" as our <bsd.own.mk>
does a ".PHONY" on "install", and this prevents .PATH lookups working for
  that target, so "make" unnecessarily considered the files out of date and
  rebuilt them every time.  (make(1) needs a .NOTPHONY)
- Separate out the TOC dependencies so that a given ${TARG}.type only
  depends upon the appropriate ${TARGET}.type.toc.  Prevents unnecessary
  rebuilding of all the TOCs when you're only generating one target type.
- Remove *.toc.tmp in cleannotes.
2002-07-20 06:59:19 +00:00
thorpej 67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00
lukem 95ca9a452f escape ... 2002-07-20 02:41:15 +00:00
lukem 93f4baca25 Nx*V is not a valid macro... 2002-07-20 02:10:58 +00:00
lukem 2f2d6a6d64 Use ${PRINTOBJDIR} appropriately.
Noted by Patrick Welche in private email.
2002-07-19 16:32:13 +00:00
lukem 4bb9c7d951 more .ie ... .el fixes. (atari is still complaining about a missing .El) 2002-07-19 16:13:40 +00:00
lukem 96074c3941 - move a closing ".bullet)" outside of a mac68k specific section, so
that other platforms don't warnings about missing .El
- tweak newly added stuff to be consistent with recent cleanup i did
2002-07-19 15:50:41 +00:00
lukem 6c521a3f01 tweak newly added stuff to be consistent with recent cleanup i did 2002-07-19 15:47:10 +00:00
lukem b33d13117d there are now over 3000 packages 2002-07-19 15:43:37 +00:00
blymn 6d1dd3e8f0 bump libcurses minor number. 2002-07-19 13:26:15 +00:00
scottr 5f62db771b This is a complete refit of the mac68k documentation.
Of particular note is documentation on the new preferred method of
installation using sysinst, provided (and updated) by Bob Nestor.
2002-07-19 07:17:45 +00:00
lukem 8a46416777 r_mips is not valid; use r_mipseb or r_mipsel. noted by rafal on icb 2002-07-19 02:28:09 +00:00
rafal 04d70c3689 Fix PR port-sgimips/17567: sysinst wasn't installing/upgrading bootblocks on
the new disk.  This requires my previous changes to sgivol to get a non-
interactive mode.  While here, change the way sysinst invoked sgivol (it
called system(), now it uses run_prog()) so we don't mess up the logging
and scripting contexts.
2002-07-18 16:23:36 +00:00
agc f30405c842 Add ./usr/share/man/cat9/bufq.0 and ./usr/share/man/man9/bufq.9 2002-07-18 09:35:48 +00:00
scottr 9f0a09b27b Automatically select the appropriate kernel set based on the
kernel used to do the installation.
2002-07-18 05:35:00 +00:00
fredette 2683443f81 Added ./usr/include/m68k/proc.h to the list. 2002-07-17 23:35:12 +00:00
fredette 9090c61c66 Added support for ad.${machine_cpu}.shl listfiles. These list
architecture-dependent files that are present when shared libraries are in use.
2002-07-17 23:34:20 +00:00
rafal ac042a39e1 Fix `xterm25' entry to actually claim 25 lines. XXX: Still need to fix up
bugs pointed out by Thomas Dickey.
2002-07-17 14:09:59 +00:00
rafal 9b5e467d2e Don't set speed in the stty commands, so installs still work if the user
has their console speed set to something other than 9600.
2002-07-17 14:04:59 +00:00
agc 7907df8eaa correct pfil_run_hooks.0 -> .9, and put the pfil_* manual pages in the right
system package
2002-07-16 10:04:39 +00:00
lha 5fd41a12f3 add missing pfil_head_get in manpage
add missing MLINKS
add new files to sets lists

fixes my own pr kern/15060
2002-07-16 00:36:45 +00:00
lha a9c28fe019 add myself 2002-07-16 00:31:44 +00:00
rafal c4181ec121 Update sgimips portions of release notes to more closely match reality, esp.
after the removal of the kern-GENERIC set from sysinst.  While here, fix up
some minor things (wording, bad markup, typoes) in the non-sgimips specific
common portions.
2002-07-15 12:47:58 +00:00
rafal 21b586407d Since the O2 kernel doesn't work, don't bother giving users a choice to
install it.  Discussed with Soren and Scott G. Taylor (who originally
suggested we do this).
2002-07-15 04:51:41 +00:00
mbw 0b1aae71e4 Properly name SPARCstation Voyager.
Mention that nell PCMCIA support works for Voyager as well as Sbus card.
2002-07-15 00:19:54 +00:00
jdolecek f5cda4499d missed trap.h 2002-07-14 17:34:01 +00:00
wiz b086d19bf7 Add simple_lock_unlock. 2002-07-14 10:40:54 +00:00
gmcgarry f289290626 simple_lock_unlock -> simple_unlock 2002-07-14 04:08:42 +00:00
rafal 4d8aea6332 Fix PR port-sgimips/17566: Install the INDY kernel set by default, since we
need one of the kernel sets installed (and since O2 support is currently not
working, it's easy to figure out which we should install 8-).
2002-07-12 14:22:16 +00:00
tshiozak bbf8234bfe add Slovak (sk_SK) locale support. 2002-07-12 05:20:46 +00:00
junyoung 2570d0b9f2 Move 'for' to the right position. 2002-07-11 19:52:25 +00:00
jdolecek e7b5e675e6 sync with reality, couple whitespace fixes 2002-07-11 19:44:26 +00:00
jdolecek 474110ee92 add walnut-specific includes (uncovered by checkflist) 2002-07-11 19:40:02 +00:00
jdolecek bb11cfcbd1 add bus.h (uncovered by checkflist) 2002-07-11 19:01:12 +00:00
junyoung 92668839c1 Fix typos. 2002-07-11 07:37:06 +00:00
scottr cfbda5a775 Replace "filesystem" with the correct phrase, "file system." 2002-07-11 04:52:48 +00:00
mbw 5c30b4c0c4 Matt Thomas <matt@3am-software.com> just added Xserve support to -current 2002-07-11 02:33:29 +00:00
reinoud b77d4d3db2 Use the ${MDSETIMAGE} instead of hardcoding it 2002-07-11 00:11:28 +00:00
jdolecek f6b916e206 sync with reality (uncovered by checkflist) 2002-07-10 19:58:02 +00:00
jdolecek 40e6e39cac add MD hpcarm files (uncovered by checkflist) 2002-07-10 19:52:37 +00:00
thorpej 60777de1c3 Sort. 2002-07-10 19:08:43 +00:00
thorpej 0d597f071e Revert previous. 2002-07-10 19:07:48 +00:00
thorpej b11786d3ca Add postsig.0 and sched_psignal.9 2002-07-10 19:06:54 +00:00
reinoud 3dd0dee412 Fix typos 2002-07-10 17:43:13 +00:00
scottr 520b15f793 Add date(1) to pacify dhclient-script. 2002-07-10 15:50:09 +00:00
reinoud b1ab5aa1a9 This file ought to be human readable as it is now. I accidently committed
it as tokenised Basic.
2002-07-10 15:42:15 +00:00
agc cfa7090f41 Sync with reality 2002-07-10 12:03:08 +00:00
reinoud 1ce9f1474d We dont need the gzip anymore ... it was even reported to me by Gavin that
it crashed his machine :(
2002-07-10 11:49:37 +00:00
reinoud 9ed171579f OK this is the modified bb_netbsd bootblock partion program to facilitate
larger discs. It was allways broken for these discs anyway giving negative
cylinder numbers (!!)

The critical calculation is now done in float for the extra bits we get and
then converted back to ints rounding up ...  not much i agree but it
appears to be enough.
2002-07-10 11:47:45 +00:00
reinoud 4fe0887c60 We dont use gzip anymore 2002-07-10 11:33:21 +00:00
reinoud 50bb5ad8e1 Delete the file wd0d ... it was useless for it can't be mounted even! Since
it denotes the NetBSD partion in its whole.
2002-07-10 11:15:40 +00:00
reinoud 8d73754487 Reflect the changes to the installation process on RISC OS. The
installation process has been simplified a great deal.
2002-07-10 11:12:37 +00:00
agc 7636ce789e Sync with reality 2002-07-10 10:49:50 +00:00
agc 726008ea4b sync with reality 2002-07-10 10:44:24 +00:00
agc d9f8798ea1 Sync with reality 2002-07-10 10:35:50 +00:00
agc 8b57b1c85f Fix a typo 2002-07-10 10:01:46 +00:00
mycroft 00be20acba Sync. 2002-07-10 03:17:33 +00:00
lukem 6857cedfef oops; the ssh config changes were:
/etc/sshd.conf -> /etc/ssh/sshd_config
	/etc/ssh.conf -> /etc/ssh/ssh_config
2002-07-10 01:22:42 +00:00
reinoud 44dc6eeabd Small patch that took some time to fizzle out though that includes the
installation kernel into the BtNetBSD thus helping the installation
process on Acorn32 tremendously.

New users now only have to download the BtNetBSD.tar.Z image, unpack it
with the suplied !SparkPlug and run the installation kernel as they
normally would expect to be able to under RiscOS.
2002-07-10 00:54:02 +00:00
wiz e00999b95c Add man page for gem(4). OK'd by eeh. 2002-07-09 23:30:21 +00:00
jdolecek 78703f950e Put grfconfig(8) manpage to amiga subdir, since it's amiga-only tool.
Adresses part of bin/8733 by Danny Thomas.
2002-07-09 22:18:37 +00:00
mycroft ca2c3f8bc2 Sync. 2002-07-09 19:59:41 +00:00
lukem dc4928f26f checkflist:
- add "-M metalog".  if metalog starts with "${DESTDIR}/", it
	  will be skipped in the flist check, to prevent unnecessary
	  warnings about extraneous ./METALOG
	- if the diff returned a non-zero exit code, print a warning message,
	  and for the default diff output, print a blurb describing the
	  meaning of the output.

Makefile:
	- call checkflist with "-M ${METALOG}" if UNPRIVED
	- run "${MAKE} checkflist" if ${DESTDIR} != ""

 NOTE:	this change will prevent maketars from running if the
	sets lists are out of date.  This is intentional.
	Better to fail than to build tar files with missing files.
2002-07-09 16:08:38 +00:00
mycroft e6589dc35e Add obsolete files. 2002-07-09 15:07:19 +00:00
mycroft 286a6dd7dd Sync. 2002-07-09 15:04:26 +00:00
lukem 743c37bcb0 - more new ports
- more features
- improve display & details of 3rdparty updates
- add Ss2 sub section header for port specific stuff
- add 1.5 upgrade items, and refer to etc/postinstall
- add back ".if \n[FOR_RELEASE] \{\" i accidentally removed a couple of revs ago
2002-07-09 14:49:27 +00:00
wiz 148bbc0647 Typos. 2002-07-09 14:49:24 +00:00
lukem 67270d0611 remove info that's not relevant for 1.6 2002-07-09 14:32:38 +00:00
mycroft b572262b8a Fix formatting errors. 2002-07-09 12:52:03 +00:00
mycroft cabca75155 Fix silly typo. 2002-07-09 12:40:41 +00:00
mycroft 746a89b6ae Sync. 2002-07-09 12:24:32 +00:00
lukem afef24c235 1.6 feature: asian LC_CTYPE locales from citrus.
thanks to Bang Jun-Young <junyoung@mogua.com> for the reminder.
2002-07-09 11:16:53 +00:00
lukem 670f095799 - update alpha sizes (for base system; haven't built xsrc yet)
- fix a couple of minor mdoc issues
2002-07-09 08:49:27 +00:00
lukem 45ee1ccce9 fix rev 1.37; .el needs .ie (not .if) to work 2002-07-09 08:42:51 +00:00
lukem d2c851f82c remove unnecessary .It 2002-07-09 08:39:51 +00:00
dbj 913e76340c get pdisk compiling on macppc and mac68k 2002-07-09 05:57:32 +00:00
mycroft 418d617a93 Add the (inane) zzz link for apm. 2002-07-09 05:30:49 +00:00
lukem 384ed56864 usr/include/alpha/fpu.h is not actually obsolete! 2002-07-09 02:25:57 +00:00
mycroft 53fb5dd4fa Sync. 2002-07-09 00:48:35 +00:00
skrll a77e9569b8 Document how to make savecore work with netbsd{,.aout} 2002-07-08 21:51:02 +00:00
mbw 42e956ef0c Some newer models now confirmed to work with the latest 1.6_BETA snapshots
iBook (Late 2001) (Aymeric Vincent <Aymeric.Vincent@labri.fr>)
eMac (Josh Elsasser <jre@vineyard.net>)
PowerMacintosh G4/1000MP (Quicksilver 2002) (Joseph Sarkes <jsarkes@tiac.net>)
2002-07-08 20:41:35 +00:00
lukem 80505e4ddb define new macro - ".setsize x y" - to print "x MB gzipped, y MB compressed"
and update various size displays appropriately (based in information
obtained from latest autobuild).

XXX: alpha info is now missing, as well as a bunch of x11 sets for
various platforms.
2002-07-08 18:00:29 +00:00
lukem ceb6460386 use .Nx \*V instead of .Nx\*V 2002-07-08 17:56:04 +00:00
lukem 296716d127 + Update list of changes between 1.5 and 1.6.
Mostly from Hubert Feyrer <hubertf@netbsd.org>, with tweaks from me.
+ Tweak "NetBSD developers" section
	- move non developers into separate "other contributers" section
	- list everyone, even if they're a member of another group
	  such as core or portmasters
+ Update "releng members" for reality.
2002-07-08 16:27:05 +00:00
lukem 3b4c8a691f be consistent WRT "major" and "formal" 2002-07-08 14:51:51 +00:00
lukem da4f0c80e3 update MD "whatis" to closer to what 1.6 provides 2002-07-08 14:42:47 +00:00
tv e248b10f59 Remove empty "ftpwelcome" entirely. This makes ftpd emit a two-line
extended greeting, which confuses lots of established firewalls.
(Not added to "obsolete" since removing this file is not mandatory.)
2002-07-06 04:24:08 +00:00
scottr ee8f37fa3f Add support for DHCP network configuration. 2002-07-04 17:59:33 +00:00
lukem 252d84882a a Makefile at this point is pointless... 2002-07-04 11:46:30 +00:00
lukem ded5b486f1 revert a chunk of the previous; we only need foo.so.x and foo.so.x.y moved
from comp to base; foo.so, and foo*.a stay in comp.
2002-07-04 03:23:32 +00:00
itojun facb67f7a9 move lib[mi]387.so and friends to base/md.i386. PR 17452 2002-07-04 00:52:49 +00:00
itojun 5be887c6f1 build kernel with ramdisk attached. PR 16979 2002-07-02 04:14:36 +00:00
itojun a74fa420bb new CMU boilerplate (4th clause) 2002-07-01 22:20:51 +00:00
skrll 8a3fc3baea More fixes and information for the CATS install documentation. 2002-07-01 20:31:32 +00:00
skrll 369c050c12 Whitespace fix. 2002-07-01 18:25:09 +00:00
heinz 16264d3f6d include polish keymaps in xserver sets 2002-06-30 22:05:16 +00:00
lukem 8fa83f4011 consistently use Ic for sysinst 2002-06-30 13:10:16 +00:00
lukem cebe6c909f clean up whitespace, formatting, copyrights 2002-06-30 13:06:05 +00:00
lukem aaa70508d4 clean up whitespace and formatting 2002-06-30 12:57:29 +00:00
lukem 8cc4b67328 clean up whitespace and formatting 2002-06-30 12:48:46 +00:00
lukem 17ae171521 clean up whitespace and formatting 2002-06-30 12:34:38 +00:00
lukem d563844456 clean up formatting 2002-06-30 12:30:20 +00:00
lukem 0012b1d7a8 consistently use Ic for sysinst 2002-06-30 12:28:55 +00:00
lukem b980ea3e8a clean up whitespace, formatting, copyrights 2002-06-30 12:22:25 +00:00
lukem 5acad45822 clean up whitespace, formatting, copyrights 2002-06-30 12:07:35 +00:00
lukem d89d1d6e44 clean up formatting 2002-06-30 11:53:35 +00:00
bjh21 d2a5e4a9e6 libc.so.12.85 2002-06-30 09:47:20 +00:00
scottr fc9da5f33b If a valid file system type is found for a particular partition but no
mount point was specified, make sure to add only a commented-out entry for
that partition when building fstab. This prevents sysinst from generating
an otherwise invalid fstab. This problem was originally reported by
Frederick Bruckman and fixed by Bob Nestor.
2002-06-30 04:02:47 +00:00
scottr 23b6b38874 Correct fsck_num() implementation; return the fs_passno value as defined
in fstab(5). Noticed by Frederick Bruckman.
2002-06-30 03:57:46 +00:00
lukem 2ce4c4de5e clean up formatting 2002-06-30 00:46:48 +00:00
lukem 31f7b8e74e clean up formatting 2002-06-30 00:25:04 +00:00
lukem 28d4530e33 clean up whitespace and formatting 2002-06-29 23:54:05 +00:00
lukem 7b70a250c5 clean up whitespace, formatting 2002-06-29 22:37:39 +00:00
chris 6ea75ea7a1 Add simtec as the makers of Chaltech CATS boards. 2002-06-29 21:39:54 +00:00
scottr 2a946905e4 Back out last; inadvertantly committed. This will be resurrected
in the future, in all likelihood, but it wasn't ready yet.
2002-06-29 20:16:41 +00:00
scottr 7de06b16d5 If a valid file system type is found for a particular partition but no
mount point was specified, make sure to add only a commented-out entry for
that partition when building fstab. This prevents sysinst from generating
an otherwise invalid fstab. Bob Nestor found this while working on sysinst
for mac68k, and as such there is no corresponding PR.
2002-06-29 20:12:57 +00:00
scottr 0aafec883d A malloc() return value wasn't checked properly in cleanup_dist() while
reading the file list. Bob Nestor found this by inspection while working on
sysinst for NetBSD/mac68k, and as such there is no corresponding PR.
2002-06-29 20:04:56 +00:00
itojun c589b132db dig /etc/systrace 2002-06-29 17:27:42 +00:00
scottr e307d4c847 Rework sysinst so that it actually works for common cases. Notably, the
partition handling has been completely rewritten to address serious data
loss issues with Mac HFS partitions, and the a.out -> ELF upgrade has
been addressed. From Bob Nestor; part 1 of 2 of a fix for PR 15528.
2002-06-29 17:00:18 +00:00
lukem 772ba32c77 clean up whitespace, formatting, copyrights 2002-06-29 10:54:14 +00:00
lukem f35e7d6ba6 clean up whitespace & formatting 2002-06-29 10:49:51 +00:00
lukem d68c395113 clean up whitespace, formatting, copyrights 2002-06-29 09:46:39 +00:00
lukem 3e3b24dd9c remove obsolete arm32. comment out incomplete arc 2002-06-29 09:39:44 +00:00
lukem 8b5a68d83b remove obsolete arm32 docco 2002-06-29 09:38:44 +00:00
lukem cfaac1c351 clean up whitespace, formatting, copyrights 2002-06-29 09:33:10 +00:00
lukem 1d70ab3a63 add Makefile 2002-06-29 09:06:34 +00:00
lukem 4ba3e5d19f whitespace cleanup 2002-06-29 09:02:36 +00:00
lukem 8f49991ec6 formatting and whitespace cleanups 2002-06-29 08:57:21 +00:00
lukem 69a13b6392 use ../common/sysinst 2002-06-29 08:56:36 +00:00
lukem 08aa146fe0 s/disc/disk/ for consistency 2002-06-29 08:50:34 +00:00
lukem 72222fe23b start sentences on new lines 2002-06-29 08:49:51 +00:00
lukem e270f3d997 - more "1.5*" -> "1.6" reference updates
- remove 1.5.x changes;  still need to update changes between 1.5 - 1.6
  (i'm working on it)
- copyright crank
- whitespace cleanup
- formatting cleanup (start sentences on new lines)
2002-06-29 08:36:06 +00:00
lukem cb50ccb853 _ copyright crank
- whitespace cleanup
- formatting cleanup (start sentences on new lines)
2002-06-29 08:32:30 +00:00
lukem c8ef0c6235 update copyright date 2002-06-29 08:29:46 +00:00
wiz 32b1596627 As much as I like "Lunux", I'll still fix it. 2002-06-28 22:45:21 +00:00
skrll 537396d314 Update for cats.
Fix sgimips typo while I'm here.
2002-06-28 15:26:37 +00:00
grant 4276beff76 remove installboot(8) for alpha, sparc, sparc64, sun3 and vax, as they
do not install /usr/mdec/installboot anymore.
2002-06-28 08:45:51 +00:00
christos fe60109b71 wsmoused additions. 2002-06-27 15:18:19 +00:00