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
chs
ed160d6aac
make this compile again after -ffreestanding.
2001-12-24 18:20:50 +00:00
chs
c356097d58
use ELF instead of a.out symbols now.
2001-12-24 17:57:19 +00:00
chs
e5b36c6564
typo in last.
2001-12-24 17:56:59 +00:00
chs
c5fffebac0
needed for ELF, just include the m68k common header.
2001-12-24 17:56:31 +00:00
dbj
d91a86f994
revert revision 1.13
...
this turns single stepping back off since it doesn't correctly work
note that without single stepping, several things do not work as
expected, including continuing from interrupts
2001-12-24 16:57:40 +00:00
mycroft
913449a520
Disable the atexit(_IO_cleanup) for two good reasons:
...
1) There is already a destructor that does this. The atexit() is superfluous.
2) If libstdc++ is loaded dynamically by dlopen() and then is removed by
dlclose(), the pointer is no longer valid and the program would core dump
at exit() time. (This caused xmms to core dump at exit when xmms-sid was
installed, for example.)
NOTE: THIS NEEDS TO BE APPLIED TO THE `TOOLCHAIN' VERSION.
2001-12-24 16:38:19 +00:00
augustss
d9811dfdb5
Add a missing 4.
2001-12-24 13:54:11 +00:00
augustss
bb14260c36
Note wd at umass.
2001-12-24 13:53:27 +00:00
augustss
a6727606ec
Add (commented out) wd at umass (for ISD adapters).
2001-12-24 13:47:13 +00:00
augustss
ab7b323efa
Add a preliminary version of a driver for In-System Designs non-standard
...
ATA-over-BulkOnly protocol. The ISD chip can be found, e.g., in the
Archos MP3 player.
The driver still lacks real error handling.
2001-12-24 13:43:24 +00:00
augustss
45fc7e27e9
Regen.
2001-12-24 13:40:50 +00:00
augustss
0d60061a8b
Add some more In-System based adapters.
2001-12-24 13:40:31 +00:00
augustss
56b5867371
Make the separation between wire protocol (umass.c) and command protocol
...
(umass_scsipi.c) more distinct.
It is now possible to add new command protocols with a minimum of change.
The umassbus.[ch] files have been renamed umass_scsipi.[ch] since this
reflects their purpose better.
2001-12-24 13:25:52 +00:00
jdolecek
e71e5045dc
Back off rev. 1.21, this is going to be handled via userland keymap file.
...
Discussed with Martin Husemann.
2001-12-24 12:39:55 +00:00
jdolecek
d30b4c546d
add uvm_loan(9) and uvm_unloan(9)
2001-12-24 12:30:38 +00:00
jdolecek
165f781c45
Some basic documentation of uvm_loan() and uvm_unloan()
2001-12-24 12:28:46 +00:00
christos
6e8072d607
enable the card before trying to establish an interrupt because we need the
...
ccr mapped on multi-function cards.
2001-12-24 12:07:27 +00:00
minoura
6894058edf
ELF!!
2001-12-24 11:38:06 +00:00
minoura
09b4ffd576
ELF!!
...
Plus adopt my environment (TOKOCHAN is my development config as well
as an example).
2001-12-24 11:38:05 +00:00
minoura
ebfadba677
ELF!!
2001-12-24 11:38:04 +00:00
augustss
26ea6daa53
Add a clarifying remark to the -a option.
2001-12-24 10:10:10 +00:00