Commit Graph

2994 Commits

Author SHA1 Message Date
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
lukem
25260389e9 add woftam 2000-02-20 08:17:36 +00:00
itojun
86065fe362 s/u_char/u_int8_t/ for sin6_{len,family} 2000-02-20 06:51:28 +00:00
wiz
9b73fe4714 removed 'UVM?= YES' 2000-02-20 06:50:54 +00:00
darrenr
8619d2b757 update to match recent changes 2000-02-20 01:03:13 +00:00
erh
a2802fd5fa Add NOPATH to prevent files in the serach path from interfering with what we're building. 2000-02-19 23:57:12 +00:00
erh
0d07e9caed Add NOPATH to keep *.cat files in the search path from interfering with the build. 2000-02-19 23:02:17 +00:00
erh
ad351344c0 Add NOPATH to prevent .cat* files in the search path from interfering. 2000-02-19 22:54:08 +00:00