Commit Graph

90161 Commits

Author SHA1 Message Date
wiz
acb59d0bfd Sort SEE ALSO, drop a .Pp. 2001-12-26 02:09:22 +00:00
wiz
6ea632172b Drop a trailing xref, and a superfluous .Pp. 2001-12-26 02:07:49 +00:00
wiz
5414862987 Formatting improvements. 2001-12-26 02:06:45 +00:00
wiz
0d83421514 Sort sections. 2001-12-26 01:53:18 +00:00
wiz
4caae17753 Misc formatting improvements. 2001-12-26 01:52:55 +00:00
wiz
44c9c20f7b Fix Xref. 2001-12-26 01:46:58 +00:00
wiz
0785450c2f Sort sections, drop some .Pps. 2001-12-26 01:45:35 +00:00
wiz
36b78735f0 Sort sections. 2001-12-26 01:45:03 +00:00
wiz
64f70da4c9 Drop some .Pp, use .Sx instead of .Em. 2001-12-26 01:39:09 +00:00
wiz
e8231e3b8d Sort sections, and drop trailing comma in SEE ALSO. 2001-12-26 01:30:52 +00:00
wiz
ff40071128 Drop a .Pp and two nits. 2001-12-26 01:30:05 +00:00
wiz
e5275bd169 Sort sections, separate Xrefs by a comma. 2001-12-26 01:29:10 +00:00
wiz
6804ce1070 Sort sections and other minor fixes. 2001-12-26 01:28:23 +00:00
wiz
50e04395c6 Punctuation improvements and other minor fixes. 2001-12-26 01:26:44 +00:00
wiz
02f8a4ff57 Sort sections. Drop an empty line. 2001-12-26 01:20:34 +00:00
wiz
58fb38c899 Fix .Dt. 2001-12-26 01:19:11 +00:00
wiz
09f3662bde Formatting fix. 2001-12-26 01:17:33 +00:00
wiz
e56b04e5cf Sort sections. 2001-12-26 01:15:47 +00:00
wiz
af4e822d93 Drop a trailing comma in SEE ALSO. 2001-12-26 01:15:35 +00:00
wiz
225791c70a Bd -literal instead of -unfilled. 2001-12-26 01:11:51 +00:00
wiz
8a30edc62f Drop a .Pp. 2001-12-26 01:10:32 +00:00
wiz
103e7a7f14 Whitespace nit. 2001-12-26 01:10:11 +00:00
wiz
83d0300fdb Empty lines vs. .Pp cleanup, and sort sections. 2001-12-26 01:08:56 +00:00
wiz
a64bb9915b Empty lines vs. .Pp cleanup. 2001-12-26 01:08:41 +00:00
wiz
3f37d4c950 Sort sections. 2001-12-26 01:07:45 +00:00
wiz
a8cecf0840 Drop some .Pp, sort sections. 2001-12-26 01:02:01 +00:00
ross
71c3eef663 include systm.h (for libkern.h (for ffs())) 2001-12-26 00:38:37 +00:00
wiz
694d483d3e Fix SEE ALSO section. 2001-12-26 00:24:32 +00:00
wiz
e0fd4da4e6 Drop some .Pps. 2001-12-26 00:24:16 +00:00
wiz
a0a66802fa Fix SEE ALSO section. 2001-12-26 00:16:30 +00:00
manu
9423df444f Added accept, bind, connect, getpeername, getsockname, listen, recv, recvfrom,
recvmsg, select, send, sendmsg, sendto, setsockopt, shutdown, socket, readv,
and writev. IRIX's telnet now works.
2001-12-25 21:32:30 +00:00
wiz
3231b4bedf Add some obsolete man pages. 2001-12-25 20:06:53 +00:00
manu
ae9b01a907 Added getcontext/setcontext. This has not been fully tested, but it seems to
work enough for binaries that use it (eg: telnet).
Problems:
- what should we do with uc_filler?
- how to handle FP regs?
2001-12-25 19:04:18 +00:00
someya
09638d7a55 add 600 times dummy read from codec for YMF744 (revision < 2). 2001-12-25 16:55:50 +00:00
manu
0d7961013d Added irix_sys_lseek64() 2001-12-25 16:40:48 +00:00
lukem
a269984793 - partially fix ${foo:?true:false} so that at least it now parses ok and
the true result works. for some reason the false result doesn't, even
  though make -dv shows it being set as the result. (blah!)
- add braces in comments to fix vi showmatch
2001-12-25 14:50:36 +00:00
christos
70e238a1bc PR/15049: Katsuomi Hamajima: fix memset re-definition. 2001-12-25 14:03:15 +00:00
lukem
8975510a51 Fixes from FreeBSD:
- Fix error if first tape was write protected.  Fix NetBSD PRs 4754 and 6098.
- Make dump exit codes confirm to manual page.
- Use \a instead of \7 to make noise.
- Fix estimated number of tapes for huge dumps to cartridges.
- Use <sys/queue.h> SLIST_* instead of home-rolled lists.
- Do not exit if unable to read or create /etc/dumpdates.
- Support output (tape) device returning ENOSPC for end-of-media on a write.

Fixes by me:
- Remove unused ddates_in.
- Don't dump core if SIGINFO is received before 1 second has elapsed.
- Only process SIGINFO in current "active" child.
- Don't dump core in -w if dumpdates wasn't readable and ddatev == NULL
- Minor KNF; wrap some lines
2001-12-25 12:06:26 +00:00
lukem
1f19340e88 document more of the debug options 2001-12-25 11:56:14 +00:00
jmcneill
ff0249d84d Fix block position calculation in esl_intr. 2001-12-25 04:05:34 +00:00
jmcneill
b0df9e12af The check for AUMODE_PLAY in esl_set_params was breaking some applications.
Remove it.
2001-12-25 03:47:46 +00:00
jmcneill
a89f9c462b 'nintr' from esl_softc was never used -- remove it 2001-12-25 03:46:34 +00:00
jmcneill
c4669fd0d0 Fixes output at 44kHz, 16-bit, stereo. Thanks to Charles Hannum and
Lennart Augustsson for providing proper fixes.
2001-12-25 02:37:39 +00:00
augustss
0228f218d3 Add UISDATA_DEBUG. 2001-12-24 21:37:52 +00:00
augustss
213baeaad6 Use the new USB_PRODUCT_ANY match. 2001-12-24 21:36:54 +00:00
augustss
bfc3660fb1 Add some more DIAGNOSTIC tests.
Make usb_match_device() match on USB_PRODUCT_ANY.
2001-12-24 21:36:15 +00:00
wiz
a6703d1135 Add /usr/include/dev/irdaio.h, and remove some that are in comp/mi (that
is, get installed currently....).
2001-12-24 20:59:57 +00:00
wiz
eeb870f152 Fix typo. 2001-12-24 20:52:09 +00:00
augustss
c33e730dd9 Get rid of the transfer_speed nonsense to calculate the timeout.
We get passed a timeout from the upper layer which is what matters.
2001-12-24 19:24:33 +00:00
augustss
972cd7f492 Change copyright date. 2001-12-24 18:27:09 +00:00