Commit Graph

3301 Commits

Author SHA1 Message Date
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
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
enami 1dbed11dc4 - Use .Dq instead of hardcoding double quote.
- Sync the value of default PATH environment variable with _DEF_PATH
  defined in paths.h.
2000-03-28 01:25:00 +00:00
enami df4907ec58 UVM is no longer a controll variable. 2000-03-28 01:21:36 +00:00
jdolecek ff20a537dd Add an include statement to SYNOPSIS sections. Fixes kern/9685. 2000-03-27 17:13:50 +00:00
soda 3a43cd9eec add a MLINKS for spllowersoftclock.9 2000-03-27 09:56:01 +00:00
soda 4dc63f2546 semantics of splclock() were changed, and spllowersoftclock() was introduced
on the following commit (thanks Frank van der Linden, Steve Woodford
and Alistair G. Crooks for english correction of HISTORY section):

date: 1999/08/05 18:08:10;  author: thorpej;  state: Exp;  lines: +3 -2

Change the semantics of splsoftclock() to be like other spl*() functions,
that is priority is rasied.  Add a new spllowersoftclock() to provide the
atomic drop-to-softclock semantics that the old splsoftclock() provided,
and update calls accordingly.

This fixes a problem with using the "rnd" pseudo-device from within
interrupt context to extract random data (e.g. from within the softnet
interrupt) where doing so would incorrectly unblock interrupts (causing
all sorts of lossage).
2000-03-27 09:36:29 +00:00
martin aa06a55954 Added an entry for the new PCI attachment of this driver. 2000-03-27 09:05:48 +00:00
kleink 61b9c51f8f Update for uvm object offsets being described by voff_t's. 2000-03-26 20:57:58 +00:00
mycroft 1f813e767e When linking with $DESTDIR, use an explicit -R to get library dependencies
correct.
2000-03-25 23:15:13 +00:00
enami 1648836fc1 Remove duplicated ``bin'' entry under /usr. 2000-03-24 22:55:13 +00:00
enami 3709ba5058 Fix .Nm usage. 2000-03-24 22:48:32 +00:00
mycroft d5d33d2b7f Add some text about `dialout' devices. 2000-03-23 19:48:29 +00:00
thorpej fed1844c73 Documentation for new callout interfaces. 2000-03-23 07:05:30 +00:00
onoe 18a4fe585b supports 802.11 DS cards as well as FH cards. 2000-03-22 11:24:33 +00:00
itojun 1e2580bc32 correct reference and example. 2000-03-22 08:19:30 +00:00
augustss 48a09511be Fix typo. 2000-03-21 20:47:34 +00:00
augustss 1f5130e712 Note as a BUG that OPL3 is used as an OPL2. 2000-03-21 20:42:07 +00:00
drochner 636652df32 make clear it's the 802.11 RoamAbout card which is supported, not the
older models
pointed out by cgd
2000-03-21 19:59:16 +00:00
ad 85a89c2017 Note some 'bugs'. 2000-03-21 13:11:45 +00:00
ad 11caabf6bd Note one 'bug'. 2000-03-21 13:10:23 +00:00
soda 9c35e2d9d5 merge changes in FreeBSD.
XXX - supported hardware list is somewhat awful...
2000-03-21 10:38:24 +00:00
oster 704061a359 'rouinte'->'routine' 2000-03-21 02:24:30 +00:00
augustss 1fc4d58335 Add esp reference and xref pcmcia. 2000-03-20 18:28:28 +00:00
ad e27368706e Note cac(4). 2000-03-20 18:16:16 +00:00
pk e07db3089d Spelling. 2000-03-20 11:52:34 +00:00
pk 4592b78fd2 spelling. 2000-03-20 11:51:59 +00:00
mycroft cf7960a4a0 Mention the PCMCIA attachment. 2000-03-20 05:31:21 +00:00
augustss b111207df9 Document USB_SET_REPORT. 2000-03-20 01:35:30 +00:00
augustss 2969a97b0c Add new hardware. 2000-03-20 01:34:22 +00:00
jdolecek 9456c0fc44 Note Advanced Micro Devices AMD-756 IDE Controller support, remarked
by Dave Sainty in kern/9640.
2000-03-19 10:07:37 +00:00
augustss ae8cbf077e Mention nca(4). 2000-03-18 16:54:37 +00:00
soren a2756a1d62 Appeared in 1.4. 2000-03-18 14:45:42 +00:00
augustss 6b1ce572cf Add a rudimentary man page for the nca driver.
(Why do people not do this when they add drivers?)
2000-03-18 14:08:19 +00:00
kleink 761188a49b Import tzdata2000d. 2000-03-18 00:39:49 +00:00
ad 1c12f136eb Documentation for cac/ca devices. 2000-03-16 14:54:56 +00:00
nathanw db94f2dea3 Include isapnp attachment. 2000-03-14 20:17:46 +00:00
soren 89c5a767f8 Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
soren 874c2bbe49 Fix doubled 'the's. 2000-03-13 22:37:10 +00:00
drochner d23390acec -mention support for DEC/Cabletron RoamAbout
-correct "first appeared" line
2000-03-13 19:28:35 +00:00
aidan 64f6f24aa6 Allow absolute directories in SUBDIR. There's probably a better fix that
can go in 'make'.
2000-03-11 14:51:40 +00:00
lukem 6243e0b38d add example on how to printf 64 bit quantities 2000-03-10 12:46:30 +00:00
lukem aa6dfe707c fix comment around CONSTCOND 2000-03-10 12:01:15 +00:00
groo bc60ba9fb7 Note how often sensor data is fresh. 2000-03-10 05:30:38 +00:00
groo bee07ea181 document rfact 2000-03-09 04:17:20 +00:00
veego 70b32a2849 Remove unused libahdi.
It will be replaced in the future with a more generic libdisklabel.
2000-03-07 20:54:57 +00:00
kleink 5434e486cd Xref clcs(4). 2000-03-06 18:49:11 +00:00
enami 1d15b87bc1 Remove unnecessary comma at the end of line of SEE ALSO list. 2000-03-06 14:06:09 +00:00
deberg a78a328fb3 add boot.8 2000-03-06 08:47:49 +00:00
deberg e19fe0de45 boot.8 manpage for next68k 2000-03-06 08:47:27 +00:00
hubertf b2b535f11d Mention netbsd.gz etc.
Fixes PR 9552 by John Hawkinson <jhawk@mit.edu>
2000-03-06 01:44:29 +00:00
perry 75d6c3f964 make clear twice year DST problems with RTC_OFFSET -- from jhawk. 2000-03-06 01:08:34 +00:00
nathanw cd9a72fda4 Fix typo (misplaced comma), from jhawk@mit.edu 2000-03-05 23:55:56 +00:00
kleink 015db55a92 Add an -isoC99 macro; while I'm here, correct white space usage in other
ISO/IEC document numbers.
2000-03-05 18:40:06 +00:00
oster 839aa84528 Update comments about using raw partitions. 2000-03-03 23:31:36 +00:00
soda e548437425 to make binary snapshot 2000-03-03 16:31:21 +00:00
soda 2b9070c1d9 to make binary snapshot 2000-03-03 12:56:05 +00:00
hubertf bc5bb72e62 case syntax is
foo\
	bar)
		...

not

	foo)
	bar)
		...

Pointed out in PR 9524 by Jim Bernard <jbernard@mines.edu>
2000-03-03 04:27:17 +00:00
hubertf 73fb745b9f Only setenv SHELL if it isn't already set. Makes life easier (and less
confusing) for tcsh users.

Reported by Reinoud Koornstra <Reinoud.Koornstra@ibbnet.org> in private
mail.
2000-03-02 16:21:44 +00:00
lukem d56d7ced69 major overhaul:
* require ANSI not K&R for prototypes, stdargs, etc
* document current practice for
	- rcsids & copyright
	- header file inclusion protection
	- expressions, and multi-statement macros
	- enum & struct decls
	- empty and large statements
	- wrapping long lines, prototypes, function decls
2000-03-02 08:51:54 +00:00
lukem 192c515bf1 change from -di8 to -di0 (the indentation, in character positions, from a
declaration keyword to the following identifier)
2000-03-02 08:48:07 +00:00
groo 96c9002613 Remove pnpbios attach from synopsis
Note there are no known pnpbios ids for lm chips
2000-03-01 20:12:45 +00:00
hubertf 2336090e01 fix typo: legaty -> legacy 2000-03-01 16:28:34 +00:00
hubertf f6754feada add 3com homeconnect (3c460) 2000-02-29 19:23:23 +00:00
augustss 806ca507b5 Add 3Com 3c460 2000-02-29 19:14:43 +00:00
enami f5419e2136 Sort SEE ALSO section first by section. 2000-02-28 13:54:55 +00:00
enami 833abddadd Sync the SYNOPSIS for tlp at cardbus wi/ reality. 2000-02-28 13:44:53 +00:00
enami 018973035f - Add a necessary period.
- Make sentences are separated by two spaces.
- Add Melco WLI-PCM-L11 in hardware list.
2000-02-28 13:28:42 +00:00
ad a06aabf7a9 Say that it does use features like RAID, and briefly explain how it's
accomplished. Noted by a couple of people that it might not be obvious.
2000-02-28 09:46:57 +00:00
soren 22f04b2a5c Typo. 2000-02-28 06:54:50 +00:00
augustss 84f956a487 Document that the flags can be used to force polling. 2000-02-27 23:13:23 +00:00
augustss 0deac90027 Add a pcibios(4) man page. 2000-02-27 17:09:39 +00:00
groo 92ec09f565 cleanup; suggested by hubertf in private mail. 2000-02-27 04:11:14 +00:00
wrstuden b4e4ede4f1 Add options OVERLAY 2000-02-27 01:29:48 +00:00
groo 68fe9fc6d9 Addition of lm.4 and envsys.4 2000-02-27 01:00:03 +00:00
groo 2ba6fe0d02 Environmental Systems API 2000-02-27 00:59:49 +00:00
groo 12abb6f348 National Semiconductor LM7[89] and compatibles 2000-02-27 00:59:23 +00:00
oster 1ee4d85bd1 Mention IDE and HP-IB drives too. 2000-02-26 19:55:01 +00:00
oster 680c384366 Update for 'options RAID_AUTOCONFIG'. 2000-02-26 19:43:07 +00:00
mycroft dc75306e58 Make sure the `rm' and `ln' for a link are in the same shell command.
(The reason for this is obscure...)
2000-02-26 19:02:40 +00:00
mycroft a24e9dea0c Treat these like other include files. This way:
* they are installed in the `make includes' pass.
* they are only updated if changed (which makes `make UPDATE=1' much faster).
2000-02-26 17:39:53 +00:00
hubertf 7ac1c2930d We do have intro(4) - xref it 2000-02-26 01:22:02 +00:00
oster a4d828bd4e Note auto-detection and auto-configuration, as well as the ability to
auto-configure even if the components are rearranged.
2000-02-26 01:14:16 +00:00
ad b74739734a Note DPT ISA support. 2000-02-25 00:22:36 +00:00
ad 5a1fbbb884 ISA frontend. 2000-02-24 18:50:06 +00:00
kleink 405ae2b76f Import tzdata2000b. 2000-02-24 00:22:07 +00:00
itojun 503ce101c1 getaddrinfo(3) now obeys nsswitch.conf correctly. 2000-02-20 14:45:34 +00:00