Commit Graph

3328 Commits

Author SHA1 Message Date
jhawk
84ceb5dfe7 Fix long-standing inconsistency between manapage and code.
The "ditto" character is " (double-quote); not , (comma) as
indicated in the manpage; and not ' (single-quote) as indicated
in the man.old -style manpage from which the mdoc manpage was derived.

Some other versions of ddb use single-quote for this feature, and this
part of the code may change again in the near future, but the documentation
now affects reality now.
they
2000-06-07 13:24:11 +00:00
gmcgarry
66113db19c Autonegotiation is reported to work. Change the statement to a warning
rather than a problem.  Promiscuous mode has been fixed.
2000-06-07 02:12:00 +00:00
mycroft
b124cdf163 Abuse .USE some more. 2000-06-06 09:53:29 +00:00
mycroft
befa5650d3 Minor rearrangement. 2000-06-06 09:22:00 +00:00
mycroft
9994843c59 Fix some breakage with directory that have no subdirectories. 2000-06-06 08:54:06 +00:00
mycroft
602ebf1e8d Oops; fix a subtle bit of semantics that was broken in the previous. 2000-06-06 06:49:39 +00:00
mycroft
34e1bda46a Use ODE make(1) features to eliminate extra variables and move several things
outside of .for loops.  (Needs more work to completely eliminate .for.)

XXX Don't look at this stuff.  It will make your head hurt.
2000-06-06 05:40:47 +00:00
mycroft
58b1f972c2 Oops. DTRT with directory names with dashes (e.g. for crypto-*). 2000-06-06 05:39:26 +00:00
mycroft
d1460458fc A few changes to decrease parsing time and memory usage. 2000-06-06 05:33:58 +00:00
gmcgarry
3129070fd6 New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work.  Renamed to avoid clash with next68k network driver.
2000-06-05 23:14:22 +00:00
gmcgarry
efa5140d27 Document APM_ALLOW_BOGUS_SEGMENTS. Update description for APM_POWER_CHANGE,
addresses PR10066 from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2000-06-04 22:38:58 +00:00
cgd
cffb580806 Implement the more flexiable `evcnt' interface as discussed (briefly) on
tech-kern and now documented in evcnt(9).
2000-06-04 19:14:14 +00:00
itojun
0493f499b6 mention /etc/mail. PR 10273 from roskens@elfin.net. 2000-06-04 08:38:08 +00:00
veego
f9e6343390 Add netconfig.4 and rpc.4.
And format the entries a little bit.
2000-06-03 07:18:47 +00:00
fvdl
03359a9af1 Add netconfig(4) and rpc(4) manual pages. 2000-06-02 23:18:31 +00:00
matt
479163743d Note that softintr_schedule can safely be called multiple times
before the callback is invoked.
2000-06-02 22:12:11 +00:00
gmcgarry
8c0b13837f pcmplay -> audioplay 2000-06-01 21:54:54 +00:00
gmcgarry
59d8ecda45 xntpd -> ntpd 2000-05-31 22:26:58 +00:00
cgd
a6921e9cfe in foo_softc example, actual struct device, not a pointer to one 2000-05-31 19:39:21 +00:00
pk
bd447b03c0 Document pool_init(9) and generally Sync with Reality. 2000-05-31 15:27:33 +00:00
cgd
a66fd057e2 documentation of the NetBSD machine-independent software interrupt
framework, dredged out of the January, 1997 tech-kern e-mail archives.
2000-05-31 00:40:51 +00:00
augustss
0dbfa7d01e Note that the Y-E Data floppy works. 2000-05-30 02:04:48 +00:00
jdolecek
3e9a22e83b add the 'slot ?' to example config line 2000-05-29 08:56:01 +00:00
augustss
2499d71cdf Add mca(4) man page. Xref and add some tr(4) info. 2000-05-28 22:37:46 +00:00
mycroft
8c8608818f Mention section 9. 2000-05-27 22:49:45 +00:00
mycroft
804b61073e One more formatting nit. *sigh* 2000-05-27 22:34:24 +00:00
mycroft
a05c70639c Update the date. 2000-05-27 22:31:57 +00:00
mycroft
89e229d95c Fix formatting error. 2000-05-27 22:29:03 +00:00
mycroft
8d9497c3e3 Document *_EMPTY(). 2000-05-27 22:27:33 +00:00
enami
72d16d3ff2 Convert to use mdoc macros more. The pervious commit, which partially
converted to mdoc, just results malformed output.
2000-05-27 02:23:19 +00:00
soren
08f5b3301d The datap argument to bus_space_write_{multi,region}_* should be const. 2000-05-27 01:55:42 +00:00
jdolecek
49e9b8f9f9 note MCA attachment for Adaptec AHA-1640 2000-05-26 20:56:37 +00:00
jhawk
1fe6e4844f If db_onpanic is unset and DDB is compiled in, panic() now calls
db_stack_trace_print(__builtin_frame_address(0),...), to printf() the
stack trace to the message bufffer and console. Idea from SunOS/Solaris.
Useful when dumping fails.
2000-05-26 20:25:57 +00:00
jdolecek
24e1cab092 note the MCA attachment 2000-05-26 19:01:51 +00:00
ad
fb3a33ff99 We may as well allow local additions to /etc/security, since it gets done
for the other periodic checks.
2000-05-26 17:08:21 +00:00
thorpej
bc166bd72a Docuement Xircom X3201-3 and Davicom DM9102/DM9102A. 2000-05-26 16:41:52 +00:00
jhawk
ef5465cf9f Note "sifting" requires backslash escapes for leading digits. 2000-05-23 23:48:43 +00:00
jhawk
41ebaaaf09 Add a "sifting" command to ddb (named from the Sun OpenPROM command of
the same name); it searches the symbol table(s) for all symbols matching
a given substring, and prints.

Extremely useful for when you forget that critical symbol name.

Also, with /F support (cf. "ls -F") to print a char indicating the
symbol type.
2000-05-22 14:49:10 +00:00
jhawk
6bea74b95a BREAK gets ddb on the i386 serial console
fix ")." misconstruction (mandoc)
2000-05-22 11:46:07 +00:00
jhawk
b931e9206f Sort commands alphabetically (wow, much easier to find things now).
Fix few commands using Cm instead of Ic [consisntency].

Make .Bl's -compact in most cases (where items are one-line entries);
dramatically improves readability
2000-05-22 11:28:36 +00:00
jhawk
dbc1cf06d2 Resync list with reality:
comment out nonexistant pages (eqnchar, man, me, ms, term)
  add missing ones (hostname, mdoc, mdoc.samples, operator, release, signal,
      symlink)
2000-05-22 09:02:07 +00:00
jhawk
4a80dfe1fe style/grammar.
NetBSD -> .Nx
SIGPWR origin moved to HISTORY
2000-05-22 08:55:57 +00:00
itojun
2abe5dee91 refer inet6(4) and ip6(4) where necessary. 2000-05-22 02:01:34 +00:00
soren
d07e520289 No more 'mach halt' on MIPS. 2000-05-21 05:42:01 +00:00
jhawk
6799326e44 Comment out "xf" and "xb"; they aren't implemented and don't
ever appear to have been.
2000-05-20 02:28:33 +00:00
thorpej
6c7c329b31 Manual page for the Cyclades-Z mutli-port serial adapter driver. 2000-05-17 18:15:08 +00:00
blymn
92ca49cd50 Added documentation of the magic ZZ capability. 2000-05-17 12:36:47 +00:00
itojun
9b2a791c1b improve recommendation on inbound packet filtering/auditing. 2000-05-17 02:27:51 +00:00
jdc
2eea39ee35 Add descriptions for colour related and 'ZZ' capabilities.
Pointed out by Perry E. Metzger.
2000-05-16 20:23:11 +00:00
jhawk
f9d6838fb8 Document "!" as a synonym for "call" 2000-05-15 20:37:56 +00:00
bouyer
d7a4b673e1 Use my standart copyrigth notice. 2000-05-15 06:34:47 +00:00
bouyer
d7e243ca4f Use same copyrigth notice everywhere. 2000-05-15 06:33:21 +00:00
bouyer
48d7ad6cf4 Add a man page for siop and xref it. 2000-05-15 06:31:56 +00:00
veego
6759f2632c Remove the last traces of libahdi. 2000-05-14 14:13:52 +00:00
tsutsui
8810dd5228 Add cobalt. 2000-05-14 13:16:47 +00:00
bjh21
676b808327 Tidy up a typo 2000-05-14 10:09:45 +00:00
bjh21
6a05ab8371 Accuracy 2000-05-14 10:08:15 +00:00
bjh21
5f06420548 et is now ei 2000-05-14 10:04:21 +00:00
bjh21
471fe4c6da Add copyright notice 2000-05-14 10:00:38 +00:00
bjh21
cdd5634031 Change to my standard licence notice 2000-05-14 09:54:54 +00:00
itojun
2e9df64fa3 sync IPv4 rogue address filter with RFC1122. (sync with kame) 2000-05-14 03:44:02 +00:00
wiz
3f3abfd359 PNG 2000-05-14 01:32:58 +00:00
jhawk
47d4e03246 Fix SEE ALSO sorting error noted by mycroft. 2000-05-13 17:11:35 +00:00
mycroft
dd7aa6db1b GC spurious blank lines. 2000-05-13 15:27:17 +00:00
mycroft
1f2cf096b8 GC spurious blank lines. 2000-05-13 15:22:15 +00:00
mycroft
3c20f768a7 Fix formatting glitches. 2000-05-13 15:20:35 +00:00
jhawk
11c5aee5eb Rototill boot.8 and dosboot.8. Fix a pile of mandoc usage, sort
options, sort SEE ALSOs, etc.

Add support for on-the-fly switching of console devices interactively
from biosboot via the "consdev" command.
2000-05-13 05:27:21 +00:00
jhawk
86584b9a4e Synchronize with reality. Fixes PR 9233. 2000-05-13 05:25:58 +00:00
jhawk
a72e1e9c59 Add support for on-the-fly switching of console devices interactively
from the i386 biosboot via the "consdev" command.
2000-05-13 05:25:20 +00:00
mycroft
f296458aa2 Avoid using \\n(C? in .lV, as it may not be initialized yet. Instead call
.aT to determine the argument type, as in .bV.
2000-05-13 04:27:16 +00:00
jdc
92a065ab4f Add missing ':'.
Pointed out by Charles M. Hannum.
2000-05-12 06:44:34 +00:00
jdc
fbfcc3d68c Add extra function key and colour sequences to xterm-xf86-v32. 2000-05-11 23:06:59 +00:00
bjh21
8748ae4382 Add arm26 port 2000-05-11 19:35:03 +00:00
bjh21
6c97e2bd78 Initial commit of arm26 port 2000-05-09 21:55:44 +00:00
jhawk
e02d0e3597 Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ff
is not a reasonable place to allocate 12-bit pcmcia iospace.
It seems to cause conflicts on a large number of modern laptops,
necesitating hand-patching of the kernel (mostly due to
video devices in the upper range of that space).

This will presumably cause problems on the NEC Versa 6030X,
however that appears to be a vastly less common case than
the laptops that are inconvenienced by the current state.

12-bit iospace now uses 0x400-0xfff.
2000-05-09 17:59:39 +00:00
thorpej
84543d59da Make the fact that we disable -Wuninitialized explcicit in the Makefile,
rather than relying on a compiler hack to do it for us.
2000-05-09 00:15:55 +00:00
joda
6d3ce966ce VIA VT82C686A hardware monitor 2000-05-08 16:40:42 +00:00
wiz
a30914202c add man page for bktr(4) 2000-05-07 20:46:10 +00:00
mrg
6f214275ce feex speeling eroor 2000-05-07 17:09:32 +00:00
itojun
0098d48228 typo; duplicated verb 2000-05-07 06:23:02 +00:00
wiz
2b61227e4a regen (urio & bktr added) 2000-05-07 01:38:15 +00:00
sjg
3540a44721 correct description of KERNSRCDIR and others 2000-05-07 01:20:47 +00:00
sjg
d14a51faf9 Document bsd.kernobj.mk 2000-05-07 01:19:58 +00:00
augustss
32e67c7edb Add pas(4) man page. 2000-05-06 14:33:22 +00:00
sjg
940f61650e if make(obj) then use MAKEOBJDIRPREFIX regardless 2000-05-06 07:41:59 +00:00
itojun
13c8f7a2df check /etc/mail/aliases on check_aliases.
/etc/aliases will be checked as well, if exists (for backward compatibility).
2000-05-05 18:28:53 +00:00
augustss
dcb22c6a4f Make some more links. 2000-05-03 22:59:36 +00:00
augustss
b8119742d5 Move bba(4) man page since it works for both alpha and pmax. 2000-05-03 22:56:55 +00:00
matt
b5db9f5e6e Implement my MKLINKLIB=yes fix a bit differently. Don't include ${OBJS}
in ${ALLOBJS} if MKLINKLIB=yes.  This allows Makefiles to continue to
modify ${OBJS}.
2000-05-03 15:15:50 +00:00
matt
1fef86f176 rework slightly so that when MKLINKLIB=no only the shared objects are built.
(building normal objects when they are never used really sucks on slow build
machines).
2000-05-03 03:44:12 +00:00
sjg
45fb67b360 remove/change missleading comments 2000-05-03 00:10:33 +00:00
drochner
f518286a27 fix typo 2000-05-02 19:02:28 +00:00
augustss
d81e26a851 Note rtk and com attachment at cardbus. 2000-05-02 11:54:15 +00:00
simonb
b155979066 Add HTMLDOCDIR pointing to /usr/share/doc/html. 2000-05-02 11:44:20 +00:00
augustss
c279885e45 Add a very short man page for mainbus (following my philosophy that
every device in the config file should have a man page).
2000-05-02 11:42:06 +00:00
augustss
062a7e5eb4 Xref pnpbios(4). 2000-05-02 11:11:39 +00:00
augustss
f788a32437 Add line for cms attach. 2000-05-02 11:05:27 +00:00
augustss
f4284215b0 Update bba(4) man page and xref it. 2000-05-02 08:00:00 +00:00
augustss
08e476f3c5 Add bba(4) man page. 2000-05-02 07:17:20 +00:00
itojun
e37f1e2284 specification (specifically, 6to4-04) forbids use of private
IPv4 address in 6to4 prefix.
2000-05-02 04:05:25 +00:00
sjg
44f0af2b1f Allow optimizer/debug flags to be changed on command line without
breaking everything.  Eg. use DBG="-O0 -g" when debugging something.
2000-05-02 03:44:36 +00:00
sjg
a434bb7045 Added bsd.kernobj.mk to centralize the magic for the location
of kernel configs and compiles.  Relies on BSDSRCDIR being set
which is now handled by src/Makefile.inc if need be.
2000-05-02 03:43:15 +00:00
hubertf
6e8a3849d8 sync with src/etc/etc.*/MAKEDEV 2000-05-02 00:30:55 +00:00
hubertf
4b76dc04dd This was written for the NetBSD Project. 2000-05-02 00:15:41 +00:00
fvdl
015216d717 Clarify that you shouldn't use the bus_dma_segment_t return value from
bus_dmamem_alloc to program DMA registers, but that the dm_segs array
of a successfully loaded DMA mapping should be used.
2000-05-01 23:12:20 +00:00
augustss
221cbea0c2 Add cms(4) man page. 2000-05-01 22:46:43 +00:00
augustss
425a1525a7 Fix typo. 2000-05-01 09:32:59 +00:00
augustss
afc55c0adf Xref cmpci(4). 2000-04-30 23:51:51 +00:00
augustss
891e47054b Add cmpci(4) man page. 2000-04-30 22:03:24 +00:00
dmcmahill
7d8f383dc6 Change -fpic to -fPIC. Change was approved by mycroft. 2000-04-29 17:41:11 +00:00
mycroft
72c28c5c3b Set the ms flag for wscons. 2000-04-29 02:49:39 +00:00
lukem
9fb4c732ec minor typo 2000-04-29 00:38:43 +00:00
lukem
1be62bfbcb link rc(8) to rc.shutdown(8) and rc.d(8). clean up other MLINKS entries. 2000-04-29 00:29:01 +00:00
mycroft
e48c1f3d01 Since ME implies OP on xterm and wscons, ME must == OP. So, change OP to be
\E[m.  This is less optimal in some obscure cases, but it probably doesn't
matter in practice.
2000-04-28 23:39:46 +00:00
mycroft
65406b5c76 Set the `ut' attribute for xterm and wscons. 2000-04-28 21:59:15 +00:00
uch
fa8a38980b update man page. 2000-04-28 19:15:15 +00:00
tron
8427714121 Add "dependall" target. 2000-04-28 10:47:34 +00:00
drochner
4bc03f3617 -fix .Dv usage at one point
-The ucom_get_status() argument list gets messed up - should be .Fn
 anyway, so change it accordingly. Convert the other functions to
 .Fn/.Fa too for consistency.
2000-04-28 09:37:43 +00:00
lukem
dfdc326b50 update NAME 2000-04-28 06:13:00 +00:00
lukem
e208665d58 Total rewrite post rc.d implementation. 2000-04-28 06:10:54 +00:00
mycroft
c4e16b9e76 Enable color on wscons consoles. 2000-04-27 22:16:52 +00:00
mycroft
89b35205b5 Don't do an implicit AE in ME! Duh! 2000-04-27 18:55:32 +00:00
augustss
4af55eca62 Xref rtk(4). 2000-04-27 16:27:35 +00:00
msaitoh
64460a0195 rl.4 -> rtk.4 2000-04-27 13:39:22 +00:00
haya
42ef08cae2 Rename manual page for RealTek RTL81[23]9 driver. This is copied from
rl.4 rev 1.2.
2000-04-27 08:56:42 +00:00
mycroft
e41b5a9c23 Use ANSI color in the xterm-16color entry for now. 2000-04-27 05:28:51 +00:00
jdc
4aa3da9879 Add extra KEY_* definitions (from SUSv2). 2000-04-27 00:24:16 +00:00
tron
aaad4a1656 Document "USE_SSL". 2000-04-26 21:17:03 +00:00
fair
065c791de8 Add skeyaudit to /etc/security (with a variable to disable) per PR 5871 2000-04-24 23:46:37 +00:00
simonb
1177aeba7c White space bogons (double spaces, spaces instead of tabs). 2000-04-24 14:22:05 +00:00
itojun
9d8c88b382 remove reference to vif(4). PR 9930 from Greg Woods. 2000-04-24 13:23:59 +00:00
matt
062baf0157 Add DELQA references. Remove IFF_TRAILERS note since NetBSD doesn't have
trailers anymore.
2000-04-23 21:04:02 +00:00
matt
9b1f3f4d2d note secondary csr used by DEQNAs. 2000-04-23 20:40:44 +00:00
matt
1c6337fe76 Note that IBCS2 also mean SVR3 and vax. 2000-04-23 18:58:46 +00:00
matt
1039107b59 Add scsi cross reference. 2000-04-23 18:39:50 +00:00
matt
983caed134 Add asc.4. Reformat to make adding/removing entries easier. 2000-04-23 18:26:42 +00:00
matt
fec059ae32 Add manpage for VS4000 SCSI attachment 2000-04-23 18:20:54 +00:00
simonb
db352c9bba Change SYMLINKS so that the link isn't recreated if it already points
to the right place (much the same as bsd.obj.mk already does).
2000-04-23 07:58:17 +00:00
ragge
06de28e743 Nice to have a rl man page also. (Where did the old one go?) 2000-04-22 17:40:28 +00:00
itojun
a4c0de6355 correct description on ipsec AH twist. 2000-04-20 14:24:43 +00:00
itojun
16740380e6 sync with latest kame coc. add AH tunnel twist in caveat section. 2000-04-20 08:08:33 +00:00
augustss
a3bdc6a5f9 Update HARDWARE list. 2000-04-19 20:39:11 +00:00
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