Commit Graph

3086 Commits

Author SHA1 Message Date
itojun 11b0c60db2 use "Op Ar count" rather than hardcoded number 2000-04-19 09:42:24 +00:00
soren da0560cb7d Typo. 2000-04-19 07:57:50 +00:00
itojun 8c8a291b7f add stf(4), for stf (6to4) pseudo interface. 2000-04-19 06:34:19 +00:00
itojun 78d75a2130 improve bugs and security section. correct reference.
(sync with kame)
2000-04-19 06:31:49 +00:00
itojun 979880d916 cleanup $KAME$. 2000-04-19 05:31:29 +00:00
itojun 8d205dbca9 document IPV6_PORTRANGE. 2000-04-19 05:18:01 +00:00
jhawk 0c38ea8190 Remove text asserting CONSDEV_AUTO and CONSDEV_COM*KBD imply
COMCONS_KEYPRESS (because they do not).
2000-04-17 21:28:49 +00:00
augustss 38ec6217fb Make mandoc point to mdoc. 2000-04-17 17:03:37 +00:00
augustss 0e00356898 Make PCIBIOS point to pcibios. 2000-04-17 17:02:16 +00:00
augustss b224c2d757 Mention and xref pcibios(4). 2000-04-17 16:58:38 +00:00
drochner 295689ce1a -document the BUS_SPACE_MAP_PREFETCHABLE flag introduced a while ago
-add a missing link: bus_space_vaddr() to get a pointer from a handle;
 needed to make the BUS_SPACE_MAP_LINEAR flag useful
2000-04-17 09:52:21 +00:00
itojun e688f5e39a fix unterminated sentence. remove space at EOL. 2000-04-17 05:03:25 +00:00
perry 994ba36f4b add uftdi.4 (it was missing from the makefile) 2000-04-16 23:36:51 +00:00
mrg 72cbcc0079 fix an error in the previous 2000-04-16 08:37:27 +00:00
mycroft 687b9d2de6 Add alternate character set mappings for xterm-xf86-v[32].
Default the `xterm' entry to point to xterm-xf86-v33.
2000-04-16 01:27:44 +00:00
tsarna a32696c2de Death to nfsiod!
It is replaced by kernel threads that do the same thing. The number of
kernel threads used is set with the vfs.nfs.iothreads sysctl.
2000-04-15 21:14:48 +00:00
augustss ef3b31168d Add a man page describing the ucom interface for making tty like USB devices. 2000-04-15 17:20:26 +00:00
augustss 3bd4f105d9 Say something about the mixer controls. 2000-04-15 16:32:41 +00:00
hubertf aa0b10ef87 mention the suse_linux pkg 2000-04-15 00:16:56 +00:00
augustss 6f3f5d93d8 Minor editorial fixes. 2000-04-14 14:55:46 +00:00
augustss 23de687384 Add uftdi(4) man page.
Update usb(4) man page to be closer to reality.
2000-04-14 14:55:18 +00:00
augustss dbe724e9df Add urio(4) man page. 2000-04-14 14:48:29 +00:00
mrg 114bdbd5eb use -rpath-link rather than -R when linking objects using a DESTDIR.
this replaces the previous change as that ended up adding
$DESTDIR/usr/lib to the runtime path of every binary created, which
is bogus and dangerous.
2000-04-14 03:36:13 +00:00
jhawk a71de73182 From kern/9569.
Preserve ddb's idea of "count" from one command to the next if
repeating a command via hitting newline.
2000-04-13 22:48:29 +00:00
jhawk c0274e402d Fix some typographical errors accidently commited
to the 1.4 branch (1.3.2.2).
2000-04-13 22:04:23 +00:00
jhawk b938c62328 Re-sort references (by section, then alpha by name) per mdoc.samples(7) 2000-04-13 20:05:52 +00:00
jhawk 73ada5abd6 Fix port-i386/9683 ("No doc on pcmcia IO space conflicts").
Note the usage and existance of options PCIC_ISA_ALLOC_IOBASE and
PCIC_ISA_ALLOC_IOSIZE.
2000-04-13 19:40:02 +00:00
is a11e71c0f9 Clarify language. Fixes PR 9708 by Matthew R. Green. 2000-04-13 11:14:42 +00:00
mrg 1ae7478b2a fix long standing bug in `make build' with $DESTDIR:
- during `make build' after /usr/share/mk has been installed, call
  make with `-m $DESTDIR/usr/share/mk'.
2000-04-10 14:47:22 +00:00
soda 464da48333 remove reference to pica, add a directory sys/arch/arc, pointed out by enami. 2000-04-10 02:04:04 +00:00
augustss 147fc51309 Add upl(4) man page. 2000-04-09 18:27:04 +00:00
augustss a60d90540d Bring man page up-to-date. 2000-04-09 18:25:53 +00:00
erh ba1b2fbe3b Add #include <sys/types.h> since the other header files need it. 2000-04-08 03:31:05 +00:00
hubertf 383f5943ba Use "uk" for the United Kingdom, not "gb". (there's only one domain
remaining under .gb and the organisation concerned doesn't use it
any more).

Addresses PR 9789 by dot@dotat.at
2000-04-05 15:58:40 +00:00
enami 07702f68a6 Introduce new filesystem type FS_CCD so that an operator can mark the
ccd component partition.  Note that the ccd driver still allows partitions
of any types as components since an on-disk BSD disklabel isn't available
on some port.
2000-04-05 04:03:20 +00:00
enami 2903a6278e - Remove empty line before .Pp
- Remove .Pp before .Sh
2000-04-05 03:29:06 +00:00
enami 551a5b2934 Add missing reset nS to 0. 2000-04-05 03:21:31 +00:00
kleink 9cb38b96c7 Typo. 2000-04-04 10:39:56 +00:00
augustss bde257eda1 Make attachment locators match reality. 2000-04-03 01:14:18 +00:00
augustss 136667cd21 Note umass(4) changes. 2000-04-02 23:48:14 +00:00
tsarna 54f08f143d Xref fms(4) too 2000-04-01 00:32:23 +00:00
augustss af00111d22 Xref auvia(4). 2000-03-31 20:23:44 +00:00
hubertf ca4c16d936 Note that the Handspring Visor is a Palmpilot compatible PDA. 2000-03-31 13:08:01 +00:00
tsarna b3211bfad4 Back out last. Didn't mean to commit it yet. 2000-03-31 05:58:57 +00:00
tsarna 3fcc80b868 Man page for auvia(4). Also xref fms(4) from audio(4). 2000-03-31 05:49:59 +00:00
augustss bf2c43adb6 Xref uvisor(4). 2000-03-30 17:53:56 +00:00
augustss 9dc719027b Add uvisor(4). 2000-03-30 17:09:09 +00:00
augustss 05588e792a Add Visor man page. 2000-03-30 16:57:47 +00:00
deberg e028b266a6 fix UVM whatis entry, fixes kern/9692 2000-03-29 06:00:42 +00:00
ws 39d088cbd3 Provide some form of documentation for IPKDB. 2000-03-28 14:21:46 +00:00