Commit Graph

3655 Commits

Author SHA1 Message Date
jdolecek
7f028da379 add I/O Data USB-ET/T to the list of supported devices 2000-12-06 21:45:41 +00:00
sommerfeld
304faf39ff define PRINTOBJDIR as a canned known-safe print-objdir invocation. 2000-12-06 03:21:33 +00:00
mycroft
60e1ee6e37 This is *purely* anal-retentive, but: remove extra spaces in the generated
commands in the previous.
2000-12-05 22:18:30 +00:00
mycroft
4a6da470ba When handling ELF library symlinks, rather than removing and recreating the
symlink, instead create a temporary one ending in `.tmp' and `mv -f' it.
This way there is no window where libc isn't loadable (and thus
`make -j 100 install' works for libc).
2000-12-05 22:12:37 +00:00
wrstuden
4a36104a80 Sync with current versions of MAKEDEV files. Was meant to catch
addition of ttyCY to bebox, i386, macppc, and prep, but evidently
is catching more.
2000-12-05 21:25:35 +00:00
wrstuden
c394928040 Update to changes in MAKEDEV. Intended to catch addition of ttyCY,
but is catching more.

Also, this is the first checkin using rev 1.2 of MAKEDEV.8.template,
and as such includes removal of the requirement to acknowledge
Christopher G. Demetriou in advertizing material.
2000-12-05 21:24:36 +00:00
drochner
19e58bdc3b documentation for NFS_BOOT_BOOTP_REQFILE 2000-12-05 18:05:49 +00:00
jdc
0271b15d0c Document 'ac'. Pointed out by Greywolf in current-users. 2000-12-03 20:51:59 +00:00
minoura
9532cd253c Alias compat_win32.8 and peace.8. 2000-12-03 02:41:19 +00:00
minoura
756530c58f Update. 2000-12-03 02:39:42 +00:00
wiz
0cd705dd27 add NFW 2000-12-01 02:33:32 +00:00
soren
7e2c7ffc2b Danish area codes have faded away. 2000-11-30 14:07:17 +00:00
jdc
25d69ca80f Boot OS is -b not -o. 2000-11-28 19:38:38 +00:00
ad
5edd5b624f Note auich. 2000-11-28 12:42:51 +00:00
thorpej
ea9d918cfd Manual page for the auich(4) driver. 2000-11-28 05:15:12 +00:00
ad
57ea462da2 lsu -> ld, by popular request. 2000-11-26 17:44:02 +00:00
takemura
3c9d9276dc Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY and
PWR_SOFTRESUME. Apm calls powerhook with the values in normal interrupt
priority level while others are protected with splhigh().
2000-11-26 11:08:57 +00:00
mrg
718e340319 document sparc64 usage. 2000-11-26 00:44:16 +00:00
bjh21
14463914f3 Add my explanation of the memory map. 2000-11-25 23:55:34 +00:00
itojun
2d2363e5d1 .Nd .Tn is too much. from openbsd, sync with kame 2000-11-24 10:25:11 +00:00
itojun
90f1f763c8 sync with recent kame.
- on AF_INET6, :: does not mean "local node"
- update draft/RFC revisions
2000-11-24 10:10:34 +00:00
itojun
5cd73eb3de mark some items that assume INET. 2000-11-24 10:09:46 +00:00
scw
7a09b2eab5 Document the bus_space_peek_N() and bus_space_poke_N() families
of functions, as proposed on tech-kern.

These provide a way to safely access bus space without crashing
the system if nothing responds on the bus.  c.f. `badaddr()'.
2000-11-23 22:56:53 +00:00
bjh21
e504c4c442 Copyright notice, RCSID. 2000-11-22 00:43:02 +00:00
bjh21
afecaa7cf7 Fix missing backslash in last commit. 2000-11-22 00:30:11 +00:00
bjh21
857cccb009 Move the BBBB man page out of the kernel tree, since it needs to be built on
all architectures and non-arm26 systems won't descend into sys/arch/arm26.
2000-11-22 00:28:45 +00:00
wiz
98e25ea2e6 Install adapted config file instead of old one. 2000-11-20 00:47:10 +00:00
wiz
3819ccc8d0 Adapt config file example to am-utils-6.0.4. 2000-11-20 00:46:09 +00:00
wiz
a496089c05 add SUS 2000-11-18 18:13:38 +00:00
lukem
71e62d7ddb use Dq as appropriate 2000-11-17 10:14:16 +00:00
lukem
18a3e2e22d - provide example of line syntax
- use Em instead of Ar
- use Dq as appropriate
2000-11-17 10:06:27 +00:00
lukem
ff1595ff75 use Em instead of Ar (we're not describing command line arguments here...) 2000-11-17 09:43:06 +00:00
lukem
4b7aaa4b0f - move the class explanation to the DESCRIPTION section, where it's more obvious
- format capabilitities with .Sy
- provide an example entry
2000-11-17 06:24:56 +00:00
lukem
a41efd22a5 display dummy dependancies in the order that they're actually started
in, to be slighly more helpful: (i.e, NETWORK, SERVERS, DAEMON, LOGIN)
2000-11-17 05:00:26 +00:00
hubertf
734654cc72 more supported cards, from our release docs.
We REALLY need to get things more in sync...
2000-11-12 20:47:44 +00:00
hubertf
6a84818774 The ELSA AirLancer MC-11 card works fine with this driver. 2000-11-12 20:35:08 +00:00
thorpej
dcf80e02de Update for the new pfil framework. 2000-11-11 01:22:37 +00:00
ad
0a38453bd1 Promiscious mode works now. 2000-11-09 14:58:51 +00:00
ad
1710c774e5 Xr iop, and note a "capacity may be different than SCSI" gotcha. 2000-11-09 13:01:41 +00:00
ad
0129c52c7d - A few minor changes (typos and the like).
- Use SPLs in iop_msg_send() and not the interrupt mask - it accesses
  shared resources lower down.
2000-11-09 12:51:36 +00:00
lukem
f3ae49b593 make entries in example line match field names used elsewhere 2000-11-09 00:06:17 +00:00
eeh
df87630144 Add console magic sequence framework. 2000-11-08 22:41:58 +00:00
ad
f051907656 Note iopsp. 2000-11-08 21:41:55 +00:00
ad
8f37299b94 Note iop. 2000-11-08 21:40:24 +00:00
ad
54fd36679e Add documentation for iop and iopsp drivers. XXX Needs more beef. 2000-11-08 19:54:12 +00:00
kleink
3ba9e614c1 Markup buglet. 2000-11-08 18:19:19 +00:00
lukem
ae840bf480 improve description of configuration lines 2000-11-08 13:27:44 +00:00
lukem
7617fc3115 - provide example of line syntax
- improve formatting and macro use
2000-11-08 13:18:28 +00:00
lukem
79b4c08d55 minor update of /boot; from simonb 2000-11-08 12:53:42 +00:00
wiz
f48466d127 Fix some obvious typos.
XXX: Casing isn't very consistent here.
2000-11-08 11:28:01 +00:00