Commit Graph

4866 Commits

Author SHA1 Message Date
perry 675aa2fd98 note that the path for installboot is /usr/mdec/installboot in SYNOPSIS 2001-11-24 16:38:07 +00:00
darrenr cbf13ec8c8 update man page to mention that you need to do "ifconfig greN create" before
using greN even if config'd into the kernel.
2001-11-24 14:27:03 +00:00
wiz 1ea75497ea filesystem -> file system; add `.' at end of HISTORY section; sort sections;
don't use Pc/Po/Pq; drop Nm arguments in most places (because they're not
needed); update Dd for mrg's changes today.
2001-11-24 07:40:22 +00:00
jdolecek b15c555bc8 back off previous - according to Klaus Klein, reference
should be made to actual CAE Specifications only, SUSv2 is
just a collection of standards
2001-11-24 02:41:48 +00:00
mrg 9ba47996ff add an example for forcing sparc blocks 2001-11-24 01:52:02 +00:00
mrg b4e48d1175 correct sparc64 bootblk/ofwboot pathnames (PR#14701), note ofwboot.net,
clarify sparc example is for sparc and add a sparc64 example, and
finally, add a FILES section describing all the sparc* bootblock files.
2001-11-24 01:44:55 +00:00
jdolecek 3abeb309bf Use <sys/systm.h> instead of <systm.h>. Noted in kern/14697 by John Franklin 2001-11-23 23:46:44 +00:00
jdolecek 8ea026bc30 add the 'drive' locator
g/c BUGS, add NOTES sections and note the driver should work okay
on machines with >16MB RAM
2001-11-23 23:00:52 +00:00
jhawk da2f8002bb hyphenate compound words
s/libc/C library/
grammar nits.
2001-11-23 21:06:02 +00:00
wiz ced65d9a35 Quote .Sq argument, and give correct argument to .Bd -offset (_not_ xxxx).
Second part fixes misc/14692.
2001-11-23 18:40:59 +00:00
jdolecek cd484662e8 add '-susv2' - Single UNIX (TM) Specification, Version 2 (SUSv2'', Unix98'') 2001-11-23 18:40:49 +00:00
bjh21 e43b9bb235 Add acorn32. 2001-11-23 16:32:20 +00:00
bjh21 986e444a33 Add acorn32 2001-11-23 16:28:16 +00:00
gmcgarry 3a3e29d852 General cleanup; xref kafs(3) 2001-11-23 07:45:54 +00:00
gmcgarry 30a683b2cc - Xr cdk(3), for what is worth
- describe libposix with xrefs
2001-11-23 07:18:52 +00:00
gmcgarry a81a662c06 Xref util.3 2001-11-23 06:22:24 +00:00
wiz 1fd7eeefcd "than" instead of "then". 2001-11-21 19:14:19 +00:00
augustss e26efb5202 A few more editorial changes. 2001-11-21 17:22:56 +00:00
wiz 74b5493cd3 Really improve grammar. 2001-11-21 17:17:42 +00:00
augustss a395f3700a Improve language. 2001-11-21 17:11:55 +00:00
augustss 3b945082ba Update a little for new reality. 2001-11-21 16:28:11 +00:00
wiz 957665b652 Use even more standard names for standards. 2001-11-21 11:25:22 +00:00
gmcgarry 3b6720fee9 xref com_err(3) 2001-11-21 05:45:10 +00:00
tv d00721de07 :U can't be used to test for existence, as the variable may contain an
arbitrary value; change back to .if !defined().  Problem noted by
bernd@arresum.inka.de in PR toolchain/14629.
2001-11-20 17:12:22 +00:00
lukem 0514531239 attempt to describe KGDB_DEV* options 2001-11-20 08:49:31 +00:00
kleink e1deb16aa0 NLS is commonly expanded to Native Language Support, not National Language
Support.
2001-11-19 16:20:26 +00:00
kleink 22c0e4ba00 Expand NLS acronym; from Jeremy C. Reed in PR misc/14577. 2001-11-19 16:15:00 +00:00
kleink 3a2aafc63a Fix email address. 2001-11-19 10:53:52 +00:00
lukem 00138c9a0d pfo 2001-11-19 09:36:43 +00:00
perry 2f370e4778 UNPRIVILEGED->UNPRIVED 2001-11-19 05:18:53 +00:00
perry 550b1df8d6 replace instances of ln with ${INSTALL_LINK} and ${INSTALL_SYMLINK} 2001-11-19 04:46:07 +00:00
perry 5fdc9f9a85 document/rename UNPRIVED 2001-11-19 04:45:06 +00:00
perry 77bd523e70 Snapshot of some things for builds as non-root -- work in progress:
0) rename UNPRIVILEGED UNPRIVED. It was too long. We'll argue about if
   we should replace it with yet something else later. It currently
   logs metadata by default. We'll argue more about that later too.
1) create a _SRC_TOP_OBJ_ variable pointing at the /usr/src objdir so
   we know where to dump metadata.
2) Add a METALOG variable pointing at the default location for the
   metadata log. (This may be moved or renamed -- the location is just
   for testing.)
3) Add a HOST_INSTALL_FILE used in host tools Makefiles instead of
   INSTALL_FILE, which doesn't include ${INSTPRIV} (i.e -U -M ${METALOG})
4) Add INSTALL_LINK, INSTALL_SYMLINK for use in other .mk files so we
   can get rid of explicit uses of ln. Slightly clean up INSTALL_FILE.
2001-11-19 04:44:32 +00:00
thorpej 8bfeb9a270 Use a little transitional hack to determine if we use -isystem
or -idirafter.  Use the former only of USE_NEW_TOOLCHAIN, since
-isystem causes the old toolchain to bomb out when building
libstdc++.
2001-11-19 02:46:50 +00:00
augustss bf71f0bf59 Fix typo. 2001-11-18 23:23:11 +00:00
augustss d9694b2e25 Xref each other. 2001-11-18 23:21:38 +00:00
augustss ba78f1455a Fix typo. 2001-11-18 23:13:37 +00:00
wiz c503012367 Sort sections. 2001-11-18 23:00:10 +00:00
wiz b8554660b9 Grammar fix and markup improvement. 2001-11-18 22:59:34 +00:00
wiz c2f2c277e3 Sort SEE ALSO. 2001-11-18 22:49:36 +00:00
augustss d774666fd6 Add autri(4) man page. 2001-11-18 16:46:49 +00:00
bjh21 dbd735b9b1 Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case. 2001-11-18 15:11:25 +00:00
kleink 735f41a128 Create a bus_space_mmap(9) link, too. 2001-11-18 12:02:13 +00:00
mrg eeaa44ea8e note linksys prism2 support. 2001-11-18 06:38:23 +00:00
thorpej 72915508bb Protect from multiple inclusion. 2001-11-17 22:55:24 +00:00
thorpej b78cf94ba5 Make sure MKDEP is defined for the non-USETOOLS case. 2001-11-17 22:48:48 +00:00
thorpej c08a9b5abe Need bsd.sys.mk for the GROFF definition in the non-USETOOLS case. 2001-11-17 20:38:45 +00:00
lukem 69e1926249 document M_PIPE, M_AGP, M_PROP 2001-11-17 03:54:36 +00:00
lukem 576eed5512 Add new malloc(9) flag M_ZERO - zeros memory before returning.
From Poul-Henning Kamp's equivalent enhancement in FreeBSD.
2001-11-17 03:50:27 +00:00
augustss c8a7be2fc5 Improve wording. 2001-11-16 17:22:54 +00:00