Commit Graph

5654 Commits

Author SHA1 Message Date
augustss
3745c48073 Fix typo. 2002-06-05 06:53:26 +00:00
thorpej
fc4bb28e9c Don't -I${DESTDIR}/usr/include without -nostdinc'ing, first. Some
versions of GCC are unhappy with that.
2002-06-05 02:47:56 +00:00
thorpej
055791361b Some changes to facilitate fixing the toolchain issue on ns32k:
* Don't make OBJECT_FMT dependent on USE_NEW_TOOLCHAIN.  All ports
  except ns32k are ELF, so set it appropriately.  Allow it to be
  overridden in the ns32k case.
* If ns32k && USE_NEW_TOOLCHAIN, don't build shared libraries, because
  external toolchains don't support them for our a.out.
* If ns32k && OBJECT_FMT == ELF, the GNU platform is "netbsdelf".
* If ns32k && USE_NEW_TOOLCHAIN, don't attempt to build the in-tree
  binutils 2.11.2, gdb 5.0, or gcc 2.95.3.

This allows us to do USE_NEW_TOOLCHAIN cross-builds to ns32k using
an external toolchain.
2002-06-05 02:42:09 +00:00
thorpej
a46ef4e6ab Don't use -traditional-cpp if HAVE_GCC3. 2002-06-04 21:14:59 +00:00
thorpej
f7e9eefade Add case for armeb. 2002-06-04 21:13:21 +00:00
isaki
ae114ad44f add factor_denom. 2002-06-04 14:09:34 +00:00
itojun
75e5289eda typo 2002-06-03 09:12:16 +00:00
wiz
2f6c445df5 Improve mdoc, and correct the example of how to create mixerctl.conf. 2002-06-02 19:07:25 +00:00
jmcneill
3d886831b0 Remove clause #3 (forgot to remove it before the original commit) 2002-06-02 19:05:09 +00:00
jmcneill
29ed807363 mixerctl.conf(5) documentation. 2002-06-02 18:55:08 +00:00
pooka
5e4c038a45 Reflect bsd.doc.mk rev 1.52 here, and make sure that ROFF uses MACROS.
This has the effect of the postscript output actually being readable.
2002-06-02 17:40:44 +00:00
drochner
deb9ae080c update uvm_page_physload() description for "waitok" and "nsegs"
obeyed now, and clarify "rlist" initialization.
2002-06-02 14:59:11 +00:00
wiz
835deee1f9 Document ipkdb_trap based on comments by ws. 2002-06-02 11:21:53 +00:00
lukem
06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
bouyer
3a63a4122e Note DFE-580TX 2002-06-01 17:33:21 +00:00
wiz
4edf535225 For macro arguments, separate punctuation from the argument so that the
punctuation does not get marked up with it.
2002-06-01 09:16:08 +00:00
lukem
874c812dae correct descriptions of SLIST_REMOVE_HEAD() and SIMPLEQ_REMOVE_HEAD() 2002-06-01 06:08:07 +00:00
nathanw
d7d367fd73 Couple of .Dv fixes. 2002-06-01 00:27:19 +00:00
wiz
bed7ab561f Add MAKEDEV(8) for pmppc, and install it. 2002-05-31 12:20:49 +00:00
wiz
8f713e513e Descend into man4.pmppc. 2002-05-31 12:20:32 +00:00
wiz
262278751f regen (wd) 2002-05-31 12:16:41 +00:00
wiz
49a4c133ce regen (scif, sci) 2002-05-31 12:16:29 +00:00
wiz
a71c7fba62 Use standard directory name (man4.pmppc instead of man.pmppc). 2002-05-31 12:11:17 +00:00
kleink
bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
augustss
819220dbb3 Add some man pages. 2002-05-31 10:43:28 +00:00
augustss
8ff8887643 Put some info in this file. 2002-05-31 00:01:39 +00:00
augustss
b8f3581f52 Add a place for pmppc man pages. 2002-05-30 23:45:23 +00:00
augustss
b889804e98 Add pmppc. 2002-05-30 23:38:19 +00:00
itojun
8dea09ecf9 comment 2002-05-30 21:55:14 +00:00
msaitoh
0a2fcbab95 remove duplicated -Wpointer-arith when WARNS=2 2002-05-30 21:44:07 +00:00
itojun
dbbcec2c04 have bsd.endian.mk, which detects target endian.
generate *.db in target endian.  (see tech-userlevel for discussions)
2002-05-30 21:40:47 +00:00
itojun
f75be30e68 comment; no need to care about endianness, as DB keys are ascii strings
(modulo possible DB lookup performance issue)
2002-05-30 10:45:03 +00:00
itojun
784d7467c1 remove comment about route(8), which does not really fit here. 2002-05-29 23:40:25 +00:00
bjh21
bf9ec67e38 Add fgen as a host tool, used for sys/arch/sparc/bootblk. 2002-05-28 21:56:05 +00:00
wiz
78f4a66615 Drop trailing spaces. 2002-05-28 11:41:45 +00:00
itojun
f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
itojun
7c04a2ebc6 nroff fixes, from openbsd via kame 2002-05-28 11:34:44 +00:00
grant
05429892c8 add ref to atactl(8) 2002-05-28 04:10:17 +00:00
grant
5eb3939919 add ref to scsictl(8) 2002-05-28 04:08:52 +00:00
bjh21
4f4c426502 Change the end of caps mode from <font size="+0"> to </font>. This gets the
tag nesting more correct, and is necessary to get the INSTALL notes to
render correctly in Konqueror.  The results still look sensible in w3m,
Lynx and Mozilla.
2002-05-27 17:46:55 +00:00
wiz
bdc63189e4 Uppercase PCB. 2002-05-25 11:40:02 +00:00
wiz
7dc225507c Improve formatting. End list with .El. 2002-05-25 11:37:34 +00:00
wiz
f53504b9e9 Standardize spelling. 2002-05-25 11:08:21 +00:00
wiz
1d4b57bbcf ispell 2002-05-25 11:07:28 +00:00
wiz
58fa596f1c Remove a superfluous 'no'. kern/17022 by John Heasley. 2002-05-25 10:45:39 +00:00
wiz
171f5bbdd8 Fix Dt. 2002-05-25 10:44:38 +00:00
wiz
24a55aa86f Fix Xref. 2002-05-25 10:44:22 +00:00
gmcgarry
fc81003482 Document some mandatory machine-dependent interfaces. Addresses PR16272. 2002-05-25 02:16:35 +00:00
itojun
ed0f646e43 have an example with blowfish password. 2002-05-24 04:17:44 +00:00
itojun
c89c003ed2 support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
from openbsd
2002-05-24 04:02:47 +00:00