Commit Graph

5832 Commits

Author SHA1 Message Date
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