Commit Graph

78732 Commits

Author SHA1 Message Date
jdolecek
17c0a84170 Remove superflous uvmfault_unlockmaps() in uvm_loan(), only call it
if uvm_loanentry() returned 0; otherwise, the unlocking would already
have been done by uvmfault_unlockall() call in  uvm_loanentry().
Okay'ed by Chuck Silvers
2001-04-08 16:51:51 +00:00
tron
3849906202 Abort parsing and invoke "nroff" if an unsupported macro is found in the
description section of an unformatted manual page. While this makes the
"makewhatis" two times slower in avoids creation of several incorrect
entries in the "whatis.db" database. This fixes PR bin/12535 by
Thomas Klausner.
2001-04-08 14:49:32 +00:00
tron
fd7e4484fc - Use ".TH" lines in unformatted manual pages to find correct section
number.
- Always invoke "nroff" if builtin parser for unformatted manual pages
  fails and try to parse formatted manual page.
2001-04-08 14:27:50 +00:00
tron
bb87fe99b0 Correct section numbers: we don't have "3X", use "3" instead. 2001-04-08 14:13:38 +00:00
hubertf
741e17c0cd * Invent ZOULARISBASE, defaulting to $LOCALBASE/bsd
* allow overriding CHOWN/CHGRP/CHMOD (= -> ?+)
2001-04-08 14:11:48 +00:00
tron
f535470624 Fix incorrect manual page section in ".TH" macro call. 2001-04-08 13:48:33 +00:00
tsutsui
c65417c92f Make sure to print "\n" at the end of the attach line on non-DEBUG case. 2001-04-08 11:45:45 +00:00
itojun
8bb1748b2e use RBL only for IPv4 addrs. 2001-04-08 10:56:43 +00:00
pooka
7d3a3a5b91 add the all-important airports FOO and BAR 2001-04-08 10:16:17 +00:00
tsubai
2a7597f49e Make this compile w/o ukbd. 2001-04-08 08:53:31 +00:00
ross
2d8e2c19d6 Fix soo_stat() calls for the new parameter, even if the direct call is
now obsolete, so that kernels will at least compile. I guess it was too
much trouble to change all 10 call sites, or perhaps, these days, only
things that build on i386 are important. Maybe it's the full moon tonight.
2001-04-08 08:01:36 +00:00
atatat
671d048ebd Adjust the dhclient objs to deal with the new dhcp source that was
imported.
2001-04-08 04:23:43 +00:00
minoura
5ffce5f735 Do not use bsd.prog.mk. 2001-04-08 03:28:44 +00:00
minoura
d516f7b9fe We can now do upgrade by using sysinst. 2001-04-08 02:49:17 +00:00
augustss
82fe39b9cb Add a Peracom adapter. 2001-04-08 02:10:57 +00:00
thorpej
dfaae5d853 Fix markup bug accidentally un-done in 0.3e merge fixup. 2001-04-07 22:20:33 +00:00
tshiozak
042dae07d7 support "running status" handling. midiplay via umidi is working now. 2001-04-07 22:01:34 +00:00
thorpej
f4872dded4 Reduce diffs with 0.3e (mostly, complete the merge). 2001-04-07 21:29:20 +00:00
thorpej
9ad709dc65 More mishaps from the 0.3e merge. 2001-04-07 21:03:51 +00:00
tshiozak
a2942d2644 fix a simple, but important bug for system exclusive messages.
(forgot to increase a pointer, if the message has over 6 bytes length.)
2001-04-07 21:03:41 +00:00
reinoud
ed0aea79a7 Make the NC start run again ... it didnt detect the start of the DRAM good
enough.
2001-04-07 20:57:24 +00:00
jhawk
e446a91889 Restore stripped comments accidently removed in rev 1.14 (1997!) when
the comment-stripped version was checked in over the source
version by mycroft. Where are those bricks?
2001-04-07 19:11:19 +00:00
jhawk
0c09295682 Update copyright date
capitalize X Window System
kill gratuitous newline
periods after sentences.
s/Domain Name Service/the Domain Name System/
s/new install system/current install system/
Be consistent and say 'ip address' not 'ip number'
Grammar (comma)
s/GMT/UTC/
2001-04-07 18:48:09 +00:00
thorpej
5cbdcc502b Add ALTQ support (both for the VLAN interface itself, as well as for
being a VLAN on a ALTQ'ified interface).
2001-04-07 18:41:42 +00:00
jhawk
8fd0b0996d s/image(s) (.fs file)/image(s) (.fs file(s))/ 2001-04-07 18:29:54 +00:00
jhawk
f084662218 s/Li/Ic/ for sysinst
Note what sysinst is before using it.
2001-04-07 18:25:46 +00:00
thorpej
c28f672aee Add altq_etherclassify(), a slight hack modified from the kame/freebsd4
tree, which allows a packet with Ethernet headers already present to
run through the ALTQ packet classifier.  This is needed in order to
suport ALTQ on VLAN and bridge devices.
2001-04-07 18:01:48 +00:00
jhawk
efa8f5e0f6 missing right-paren 2001-04-07 17:44:49 +00:00
jhawk
e70bb2fdff Update copyright date.
Update validity date of ftp.netbsd.org ipaddr
hyphenate "high-numbered"
2001-04-07 17:44:15 +00:00
jdolecek
bb8ceadfcc Adapt to struct fileops, soo_stat() changes.
Pointed out by Bernd Ernesti in private mail.
2001-04-07 17:37:09 +00:00
jhawk
6721e16d69 Note that footnotes are explained after Supported devices listing.
No space before terminal sentence punctuation.
Add some more to the WaveLAN entry.
.(bullet implies initial It
s/PCMIA/PCMCIA/
2001-04-07 17:28:10 +00:00
jhawk
9c550d0d72 oops: .(bullet implies the initial .It 2001-04-07 17:21:30 +00:00
jhawk
a7092e61e6 Update copyright date.
"laptop" is not a proper noun + grammar.
"NetBSD's" is ".Nx Ns 's".
correct spurrious wrongly-marked up emdash to a semicolon.
2001-04-07 16:48:17 +00:00
kleink
7be2be4b36 No need for <sys/types.h>. 2001-04-07 16:14:44 +00:00
kleink
d8fe668b8f Add a LIBRARY section. 2001-04-07 16:13:32 +00:00
jdolecek
09b64e8678 bump kernel version - struct fileops change 2001-04-07 15:56:50 +00:00
jhawk
152a0585ea Update copyright date.
Update document date.
Periods at ends of sentences.
Don't hyphenate NetBSD (for .ps versions)
Avoid wording that implies the current release is 1.5.
Emdashes are \(em and not -- and especially not '-'; no surrounding whitespace
bound checking => bounds checking
Grammar (including parallelism, articles, etc.)
Tagged lists spaced from largest tag.
Semicolons for list delimitters where commas are ambiguous.
Colons after text before examples.
s/1.4 or later/1.4 or prior/
Simon Burge is a pmax portmaster now
Havard Eidnes -> H\(oavard Eidnes
Jaromir Dolecek -> Jarom\('ir Dolecek [can we do better?]
note The End
2001-04-07 15:23:15 +00:00
jhawk
e938d20702 Update copyright date.
Colons after text before examples.
2001-04-07 15:19:59 +00:00
jhawk
5d9d9a6f51 Update copyright date.
.Ic sysinst
Periods at ends of sentences.
X window system -> X Window System
cleanup PKG_PATH markup
2001-04-07 15:19:32 +00:00
jhawk
0a02ec5538 fix warnings from html generation due to unexpanded
unquoted tabs.
2001-04-07 14:56:48 +00:00
jhawk
7cf3a148ae Fix after-period spacing issue with "NetBSD Foundation, Inc. and its" 2001-04-07 14:51:52 +00:00
jhawk
0a0e469daf Fill the few lines that could manage it to 80col for better
source readability.
2001-04-07 14:45:09 +00:00
jhawk
2c7a339df0 Update copyright date.
Remove .Pp between items. Now runs
as one long paragraph, and takes 2x less space. This is fine
because each item was a single sentence anyhow.
2001-04-07 14:41:52 +00:00
dbj
179671f564 automatically restart dma for unexpected shutdowns 2001-04-07 13:02:55 +00:00
tsutsui
4112cebef6 Document COMPAT_AOUT_M68K. 2001-04-07 12:31:17 +00:00
tsutsui
aff5787b5b Regen from aoutm68k/syscalls.master rev 1.5:
> Allow enabling/disabling /emul/aout alternate path search
> on COMPAT_AOUT_M68K environment by options COMPAT_AOUT_ALTPATH.
2001-04-07 12:28:55 +00:00
tsutsui
0286ef8bba Allow enabling/disabling /emul/aout alternate path search
on COMPAT_AOUT_M68K environment by options COMPAT_AOUT_ALTPATH.
2001-04-07 12:25:15 +00:00
dbj
b2e3cc1a2e continue to tweak nextdma detection of xfer length
add check to esp driver for incomplete transfers, but still does not handle them.
2001-04-07 11:29:50 +00:00
ichiro
8aa94c66a0 regen 2001-04-07 11:16:35 +00:00
ichiro
f5842381bb add product centronics adapter USB-1284 BRIDGE 2001-04-07 11:16:12 +00:00