Commit Graph

91095 Commits

Author SHA1 Message Date
wiz
f931748857 Drop unhelpful BUGS section. 2002-01-19 03:18:52 +00:00
wiz
ecff1ade60 Drop some unnecessary empty lines, improve markup in some places. 2002-01-19 03:18:35 +00:00
wiz
b86bccf480 Drop some unnecessary empty lines. 2002-01-19 03:17:42 +00:00
wiz
ea5e7da234 Drop a trailing empty line. 2002-01-19 03:17:08 +00:00
wiz
45c833365a Drop some unnecessary .Pp and an unnecessary section, and replace an empty
line with .Pp.
2002-01-19 03:16:41 +00:00
eeh
160abd5faf Remove some obsolete code. 2002-01-19 03:16:38 +00:00
wiz
9afed566e5 Sort sections. 2002-01-19 03:15:44 +00:00
wiz
6b626e5f08 Use standard headers, sort sections, mark up AUTHORS section a bit more. 2002-01-19 03:15:05 +00:00
wiz
546138910d Drop some unnecessary .Pp, sort sections and SEE ALSO. 2002-01-19 03:14:33 +00:00
wiz
cf8a1479f6 Whitespace and punctuation nits, improve some markup. 2002-01-19 03:14:10 +00:00
wiz
c982600639 Drop .Pp before subsection, whitespace nit and sort sections. 2002-01-19 03:12:56 +00:00
wiz
8beb130316 Whitespace and punctuation nits, sort SEE ALSO. 2002-01-19 03:12:18 +00:00
wiz
76cb93f4d7 Drop a trailing empty line. 2002-01-19 03:11:44 +00:00
wiz
51d5c7d6bd Whitespace nit, sort sections. 2002-01-19 03:11:34 +00:00
wiz
5ba5a79d16 Sort SEE ALSO. 2002-01-19 03:10:41 +00:00
wiz
6b314d973d Whitespace nits. 2002-01-19 03:10:26 +00:00
wiz
98832f4861 Whitespace nit, sort sections. 2002-01-19 03:10:06 +00:00
wiz
5db87f557b Whitespace nits. 2002-01-19 03:09:21 +00:00
wiz
578af6b124 Fix xref. 2002-01-19 03:09:06 +00:00
wiz
3abdd84a78 Whitespace nits, and standardize an xref. 2002-01-19 03:08:50 +00:00
wiz
b0729ea665 Whitespace and punctuation nits. 2002-01-19 03:08:12 +00:00
wiz
7986ed946b Whitespace nits. 2002-01-19 03:07:54 +00:00
wiz
1a73e0f493 Whitespace and punctuation nits. 2002-01-19 03:07:33 +00:00
wiz
320ebd413b Whitespace nits. 2002-01-19 03:06:54 +00:00
wiz
99fc854a8f Whitespace nit, sort sections. 2002-01-19 03:06:26 +00:00
wiz
302fd23037 Whitespace nits. 2002-01-19 03:05:58 +00:00
wiz
776f7c2e1e Sort SEE ALSO, fix an xref. 2002-01-19 03:05:35 +00:00
wiz
611cc11bd4 Sort SEE ALSO. 2002-01-19 03:05:00 +00:00
wiz
04a507da91 Whitespace nits. 2002-01-19 03:04:34 +00:00
wiz
a2b8af2136 Sort SEE ALSO. 2002-01-19 03:04:20 +00:00
eeh
112afe4fa4 Fix a few more bugs. 2002-01-19 03:02:34 +00:00
oster
9872e4c410 Let's not bother building a number of infrequently used RAID types.
The code is still there if people want it, but these other RAID
types (using various DECLUSTERING and SPARING techniques) arn't being
used in practise.  Saves about 100K on i386 GENERIC kernels.
2002-01-19 02:50:54 +00:00
wiz
bc145df2ee Use .Nx, replace empty line with .Pp. 2002-01-19 02:01:35 +00:00
oster
e38e358cb2 Only include some debugging printf's if DEBUG is defined. 2002-01-19 01:51:51 +00:00
wiz
c0fcdf0b00 Fix typo in URL, reported by Peter Valchev in private mail. 2002-01-19 00:08:17 +00:00
jdolecek
ec531589ce couple cosmetic style fixes, and drop ^L's 2002-01-18 22:39:12 +00:00
ross
1390c78507 Use -mieee on alpha. (A recent kernel is also needed to successfully
run the signal delivery tests.)
2002-01-18 22:18:36 +00:00
ross
8828878167 Fix bug which prevented SIGFPE delivery 2002-01-18 22:15:56 +00:00
thorpej
2667ee3c74 Fix handling of FP registers. 2002-01-18 22:00:11 +00:00
jdolecek
74c54977ea drop completely superfluous PRINT() macro 2002-01-18 21:59:41 +00:00
thorpej
81a86a8f72 Centralize the initialization/declaration of the ttab. 2002-01-18 21:01:38 +00:00
thorpej
41d48940fa * Move stuff shared between lint1 and lint2 to the new common/ directory.
* Move the arch/ directory out of lint1/ into the top-level.
2002-01-18 20:39:17 +00:00
thorpej
55e9ae94b2 Initialize the type table with the correct type sizes for the target. 2002-01-18 20:14:32 +00:00
thorpej
d2ee788a90 Document the CONUNIT and CONSPEED config options. 2002-01-18 19:47:38 +00:00
thorpej
d25c8d3cac Allow the console unit to be overridden with the CONUNIT configuration
option.
2002-01-18 19:47:05 +00:00
pk
7b3fe83270 In Dir_FindFile() add a missing Lst_Close() and move another one to the
proper place.
2002-01-18 19:18:23 +00:00
fvdl
9e4014046f Unlock vnode before calling vgone() in case of getattr failure during
nfs_nget. Fixes problem reported by Chuck Cranor.
2002-01-18 18:59:24 +00:00
toshii
ee99b636ab Add back a missing key mapping for Japanese jornada720. 2002-01-18 15:27:26 +00:00
augustss
cbb3d4301d Re-read the configuration file on HUP. 2002-01-18 14:38:59 +00:00
lukem
f321bdd705 spelo 2002-01-18 14:38:32 +00:00