Commit Graph

90412 Commits

Author SHA1 Message Date
augustss
1928358f48 Add udsbr(4). 2002-01-02 03:15:03 +00:00
augustss
040f1e8c05 Support detach. 2002-01-02 02:44:02 +00:00
wiz
a152e6e23e Whitespace nits. 2002-01-02 02:15:42 +00:00
wiz
ebb2a6eca9 Fix a typo and uppercase half a word. 2002-01-02 02:14:48 +00:00
augustss
1ec3f0c9cc Remove factual errors from the radio man pages.
Also rearrange some information.
2002-01-02 02:08:02 +00:00
chs
e9a82c88ce in uvm_fault_unwire_locked(), if we find that a pmap entry is missing,
just skip that page.  this situation can arise legitimately when a file
with a wired mapping is truncated so that a wired page is no longer
part of the file.
2002-01-02 01:10:36 +00:00
chs
9451559ef4 pmap_page_protect(VM_PROT_NONE) must remove all mappings in the PV list,
even if they are wired.  we need to be able to remove all mappings to
pages that are being freed due to (eg.) file truncation.
2002-01-02 00:51:33 +00:00
augustss
369f1d1c80 Add radio names. 2002-01-01 23:12:19 +00:00
wiz
b84c911d8e Fix typo in last. 2002-01-01 22:55:49 +00:00
augustss
2a96325dfe Xref radio pages. 2002-01-01 22:54:36 +00:00
wiz
5371349c1e Sort sections, drop any trailing dots at end of SEE ALSO section. 2002-01-01 22:54:11 +00:00
chs
a70dcbb2fd merge in a bit from the MP branch to cut down on LOCKDEBUG spew:
Use optimistic locking in pmap_create() so that we don't lock against
ourself if allocating the page directory causes pmap_growkernel() to
be called.
2002-01-01 22:52:11 +00:00
wiz
e444a75ab8 Sort sections. 2002-01-01 22:51:10 +00:00
wiz
8999cac7c3 Sort sections, drop a space. 2002-01-01 22:50:29 +00:00
augustss
63efc4537f Make radio devices. 2002-01-01 22:49:32 +00:00
wiz
9b3401f255 Sort sections. 2002-01-01 22:48:18 +00:00
augustss
2817b7c5b5 Add xrefs and touch up a little. 2002-01-01 22:34:06 +00:00
augustss
219e9e68dd Add various radio stuff. 2002-01-01 22:28:57 +00:00
chs
a7ec5b4144 redo part of the last commit. 2002-01-01 22:18:39 +00:00
augustss
18f7211eb9 Make mr pci attachment conform. 2002-01-01 22:15:43 +00:00
augustss
b35aae7c82 Make the man page more accurate. 2002-01-01 22:14:05 +00:00
augustss
27e1a497ea Xref radioctl(1). 2002-01-01 22:10:28 +00:00
augustss
80fe404c6a Add radio(4) man pages. 2002-01-01 22:09:42 +00:00
augustss
3a54cdce68 Add NetBSD to HISTORY. 2002-01-01 22:07:36 +00:00
augustss
9c9a9cad20 Add a program for controlling radio(4) devices. Written by Maxim Tsyplakov
and Vladimir Popov for OpenBSD.
2002-01-01 21:56:28 +00:00
augustss
32d039b3bf Add (commented out) radio card support. From OpenBSD. 2002-01-01 21:54:21 +00:00
augustss
1c06f6a40f Add support for radio cards. Written by Maxim Tsyplakov and Vladimir Popov
for OpenBSD, from where it was imported.
2002-01-01 21:51:38 +00:00
augustss
cdf2a29382 Regen. 2002-01-01 21:47:34 +00:00
augustss
ec0a570a33 Add a radio card. 2002-01-01 21:47:08 +00:00
chs
ef0d72c9ba libusb -> libusbhid 2002-01-01 19:05:15 +00:00
chs
5192c64824 miniroot is out of space, use the ramdisk termcap file in the miniroot too
so that it fits again.
2002-01-01 18:51:40 +00:00
hpeyerl
19d2ddde8d Add entry for PC Weasel/PCI. 2002-01-01 16:52:23 +00:00
hpeyerl
739775cbbb Add stanza for PC Weasel/PCI. 2002-01-01 16:49:05 +00:00
hpeyerl
e59c0dedfb Watchdog back-end driver for PC Weasel/PCI serial console and remote
management board.  Written by hpeyerl@realweasel.com and
thorpej@wasabisystems.com.  Requires Weasel firmware v2.04 and later.
2002-01-01 16:48:34 +00:00
skrll
e25a471c87 Fix typo in comment. 2002-01-01 16:24:33 +00:00
augustss
371722006a Add a missing subclass definition. 2002-01-01 14:23:37 +00:00
augustss
9e60e6cc53 Some s/libusb/libusbhid/ that I forgot. 2002-01-01 11:55:25 +00:00
perry
57ff912445 Happy New Year! 2002-01-01 09:27:53 +00:00
perry
dc0e791802 Happy New Year! 2002-01-01 09:17:28 +00:00
perry
259130c9d4 boost up default times for when clocks are insane (as we do every few years.) 2002-01-01 09:14:14 +00:00
mrg
4a2b3c13ef fix 2001/03/04 change: audio_parse_wav_hdr() returns a signed value. 2002-01-01 08:07:28 +00:00
mrg
c41c89d556 fix typo: u-are -> u-area 2002-01-01 08:03:43 +00:00
mrg
73824b4903 link /sbin/disklabel, and copy dhclient-script in as well (dhclient was already included, just not available) 2002-01-01 08:01:58 +00:00
mrg
4ea659d3c8 add a checkflist-x11 target 2002-01-01 07:59:32 +00:00
mrg
efaa45dd2e add clcd device support, plus document magma support. 2002-01-01 07:55:26 +00:00
thorpej
b1b955b60f Simply rid ourselves of the evil cpp tricks being done here. The
fact that one version couldn't be made to work on two different versions
of the cpp says something about how portable the code was.
2002-01-01 06:31:49 +00:00
thorpej
2135cbaadd Oops, this is NOT a C++ program. 2002-01-01 05:16:18 +00:00
thorpej
d2453f69b1 Remove the call to abort(). We don't pull in a prototype for it,
and there's no sane way to do so.
2002-01-01 01:58:01 +00:00
thorpej
4c0be6ef79 If HAVE_GCC3 is set, force MKLINT to "no", since GCC 3.x's C pre-processor
does not yet support our lint(1).
2002-01-01 01:44:29 +00:00
thorpej
d68ee9d8e3 Per a suggestion from matthew green, PROG_CXX takes the place of
PROG for C++ programs.
2002-01-01 01:38:25 +00:00