Commit Graph

1116 Commits

Author SHA1 Message Date
jeremy
9fff07817c Added subsections for easier reading and some explanatory paragraphs.
Used special groff characters where applicable.
1998-09-03 00:54:23 +00:00
jtk
24b461bf90 improve wording to mention that config options are for kernel config files 1998-09-02 21:23:52 +00:00
jeremy
45a63ebc4b Changed references to filesystem paths to use the mdoc filesystem path
macro (.Pa).
1998-09-02 05:13:07 +00:00
jeremy
268853e1ea Added missing punctuation and utilized more mdoc macros where possible. 1998-09-02 05:05:22 +00:00
jeremy
d04d27d492 Added kprintf.9 and its aliases. 1998-09-02 04:40:02 +00:00
jeremy
e7ec199a9c A manual page describing the kernel printf functions and the special formatting
options which differentiate them from their user space counterparts.
1998-09-02 04:39:23 +00:00
lukem
12806668fb document more kernel options:
* COLOR_KERNEL_BG - background color of kernel messages
* COLOR_KERNEL_FG - foreground color of kernel messages
* PCVT_CAPS_IS_CTRL - if defined, CapsLock acts like Ctrl
(the first two were never documented, and I recently added the last one)
1998-08-30 10:16:51 +00:00
enami
039b7f505b In SEE ALSO list, use comma to separate elements and don't use to terminate. 1998-08-30 05:06:11 +00:00
tsarna
c89a574ffa Execute ttyaction on termination of rlogind/telnetd sessions.
Also, say a little bit about ttyaction in the getty and login manpages.
1998-08-29 17:31:55 +00:00
mrg
97117adf97 add swapctl changes to COMPAT_13 section. 1998-08-29 15:32:07 +00:00
lukem
f35b097b81 fix capitalisation 1998-08-29 08:37:37 +00:00
garbled
7c802b05c2 Document use of NOT_FOR_ARCHS. 1998-08-28 14:19:44 +00:00
augustss
885a99bbd7 Add OPL and xref. 1998-08-26 12:30:51 +00:00
mrg
fade0ccb93 add sparc specific options. 1998-08-26 03:03:33 +00:00
lukem
8d2c1463af document check_disklabels 1998-08-25 13:50:45 +00:00
augustss
0016877c87 Add some more info. 1998-08-22 14:45:35 +00:00
tv
a5786dc458 Add a ranlib(5) based on the one from Berkeley ranlib(1). 1998-08-22 05:36:32 +00:00
tv
e69dff6119 Add an ar(5) manual page based on the one from the Berkeley ar(1). 1998-08-22 05:29:56 +00:00
augustss
b87d63e818 Add OPL man page. 1998-08-18 08:16:56 +00:00
pk
243ce288ee Fix date. 1998-08-17 15:27:13 +00:00
kleink
024ef32573 Correct reference to a header file, from Julian Coleman in PR 5733. 1998-08-16 16:49:54 +00:00
mycroft
3748c7c959 Assign my copyrights to TNF. 1998-08-15 09:16:27 +00:00
eeh
6bf713764a Document vm_offset_t => {vaddr_t,paddr_t} changes in the interface. 1998-08-14 05:05:07 +00:00
augustss
eca3e79014 Update a little. 1998-08-12 21:28:54 +00:00
augustss
0eb249f780 Update to reflect the fact that the speaker attaches to pcppi now. 1998-08-12 09:08:38 +00:00
thorpej
6bd72c7fd7 Cross-reference ifmedia(4). 1998-08-09 00:39:02 +00:00
thorpej
b066382d39 First cut at ifmedia documentation. 1998-08-09 00:37:16 +00:00
matt
ddfc7f739b Document the isapnp ess attachment. 1998-08-07 01:00:36 +00:00
augustss
8601edec8b Add a midi(4) man page. 1998-08-06 20:45:44 +00:00
fair
e56d5b203a update per PR#5915 1998-08-05 20:06:21 +00:00
leo
09d3d34056 Device on vme is set to 'etvme'. This in the hope that we can catch all
et-based VME boards in this driver... (Julian Coleman)
1998-08-03 13:06:41 +00:00
leo
c0e9fc057a Add the method to activate DDB on the atari (Julian Coleman). 1998-08-03 13:03:36 +00:00
leo
aa527cd0ee It's atari only...really. (Julian Coleman) 1998-08-03 05:53:16 +00:00
leo
d70e049c06 Man page for et4000 on VME (Crazy Dots). By Julian Coleman.
XXX: Remember to finalize name of the device-file.
1998-08-03 05:51:53 +00:00
kleink
f8df54401a The base of kernel virtual memory is now at 0xf0000000. 1998-08-01 21:41:41 +00:00
augustss
1fec1f2e79 Man page for the ESS driver. 1998-08-01 16:35:31 +00:00
augustss
31b747e8d1 Note that the wss driver attaches to isapnp. 1998-07-31 16:16:28 +00:00
thorpej
c5f4a4ce5a Now that the ccd driver uses the pool allocator, the CCDNBUF option is
non-existent.
1998-07-31 01:36:47 +00:00
mjacob
bc7133d8e3 Change I/O like behaviour of control device to be that like the
no-rewind device. This makes sense in that a no-rewind device may
always be rewound or ejected, but the opposite is not true.
1998-07-31 01:26:11 +00:00
mjacob
9471e81790 Quite a bit of rewriting:
1. Document CONTROL MODE (and the fact that you can do I/O now if
the device is opened in control mode- the actual close behaviour
is akin to normal mode (i.e., it rewinds)). This should probably
either be a separate bit, or O_NDELAY on the open as well.

2. Document new MTEWARN subcommand to MTIOCTOP (enable/disable
early warning behaviour).

3. Document EOM handling more fully.

4. Note that for DENSITY and BLOCKSIZE values that the values you
set aren't persistent past the current mount session unless you have
the CONTROL MODE device opened.

5. Remove the old EOM handling BUG notice and instead note that having
a minor bit for compression selection wouldn't be a bad thing.

Flame on!
1998-07-30 03:52:42 +00:00
pk
d52b27682e The new memory resource pool scheme. 1998-07-29 22:10:47 +00:00
pk
6648745358 Add a few more memory types. 1998-07-29 22:07:14 +00:00
perry
6a834adc63 NORVEGIAN -> NORWEGIAN 1998-07-27 23:56:34 +00:00
bouyer
11245c76f7 Ops, forgot FINNISH_KBD. 1998-07-27 18:38:07 +00:00
bouyer
82370f62b3 Document FRENCH_KBD,GERMAN_KBD,NORVEGIAN_KBD options. 1998-07-27 13:39:51 +00:00
augustss
e2bebe5d75 Add more information about the ioctl(2) available for the USB
controller device.
1998-07-26 22:22:26 +00:00
tv
766887e41b Add glob-style wildcards to ONLY_FOR_ARCHS. 1998-07-26 22:20:23 +00:00
msaitoh
1c30ddba45 fix a small bug 1998-07-26 20:18:52 +00:00
augustss
c6161a6ce6 Fix wscons installation. 1998-07-26 18:28:35 +00:00
augustss
34736fe9df Add wscons(4) man page and xref it from USB driver pages. 1998-07-26 17:50:12 +00:00