ichiro
d334318f81
add product
...
Sun Communications Inc. Mobile-adaptor
2003-02-08 04:07:36 +00:00
simonb
e32d091ca8
Fix a tyop in a comment.
2003-02-08 04:01:53 +00:00
ichiro
6236662a85
change URL pointers of USB[1,2] specification
2003-02-08 03:32:50 +00:00
cgd
bc735179e8
use COP0_HAZARD_FPUENABLE in a couple more places when turning on FP:
...
In start (noticed after looking for more COP_1_BIT uses, and note
that there are extra nops here but really they don't hurt), and in
MachFPTrap (noticed by ... running regress!).
2003-02-08 00:50:33 +00:00
cgd
977552e0a4
in test1, unmap stack when finished. in test2, try NULL fn ptr and
...
NULL stack ptr independently, to make sure that both are properly
checked in libc. (To do this, need to alloc a stack in test2, as well.)
2003-02-08 00:44:00 +00:00
cgd
57daa57e46
* fix handling of invalid arguments (was jumping to wrong label!)
...
(found by... running the regress test!)
* clean up punctuation.
* create a proper frame for the child fn that follows the o32 calling
conventions. In particular, leave 4 stack slots that the child
fn can write on, put the GP above them, and invoke .cprestore
properly in light of the child fn arg area. (realized it was a
problem upon inspection, verified using the regress test compiled
-O0.)
2003-02-08 00:28:25 +00:00
nathanw
b5a9638ee1
Adapt to the new conventions of proc_unstop() and don't try to call
...
setrunnable(NULL).
2003-02-07 21:44:45 +00:00
nathanw
4c99df7fcc
Two fixes:
...
* Change the semantics of proc_unstop() slightly, so that it is
responsible for making all stopped LWPs runnable, instead of
all-but-one. Return value is a LWP that can be interrupted if doing
so is necessary to take a signal. Adjust callers of proc_stop() to
the new, simpler semantics.
* When a non-continue signal is delivered to a stopped process and
there is a LWP sleeping interruptably, call setrunnable() (by way
of the 'out:' target in psignal1) instead of calling unsleep() so
that it becomes LSSTOP in issignal() and continuable by
proc_unstop(). Addresses PR kern/19990 by Martin Husemann, with
suggestions from enami tsugutomo.
2003-02-07 21:43:18 +00:00
cgd
610dbac2cc
let's try to make sure that the mips cerror botch I just fixed doesn't
...
happen again. Check that cerror is stuffing errno in the right place
and that 32- and 64-bit returns of -1 happen as expected.
2003-02-07 21:00:43 +00:00
manu
44af8c7eb4
More IOKit shell. This makes ioreg looping on device discovery: foobar
...
has a child called foobar, and so on.
2003-02-07 20:40:37 +00:00
cgd
351f7a02f1
looks like nobody ever seriously tried the _REENTRANT version of this
...
code (which, uh, seems the default for a fresh build)... it wasn't
setting up v1 properly (the instruction to set up v1 was after the
return jump, in "reorder" code... i.e. after the end of the function).
That would break error returns from 64-bit syscalls (e.g. checks
in dd and who knows what else) to see if input or output are pipes.
It looks like the non-_REENTRANT version was broken (on the nathanw-sa
branch) in rev 1.9.2.1 and fixed in 1.9.2.2, but the _REENTRANT version
was never fixed, and the broken bits were merged back on to the trunk.
2003-02-07 20:35:05 +00:00
wiz
cf95ff4f19
gcc-3.2.2, texinfo-4.5.
2003-02-07 18:40:30 +00:00
augustss
529cc7ff54
Add more PDAs (untested).
2003-02-07 18:12:37 +00:00
augustss
4dee2e92d2
Regen.
2003-02-07 18:08:25 +00:00
augustss
a9a792e32c
Add HAndspring Treo.
2003-02-07 18:08:06 +00:00
augustss
aed26c3d33
Regen.
2003-02-07 18:06:49 +00:00
augustss
05a8763715
Add some Palm and Sony PDAs.
2003-02-07 18:06:23 +00:00
cgd
cc51cff619
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
2003-02-07 17:52:08 +00:00
cgd
8a6b8c3b72
Update to consistently use Broadcom GPL-compatible license on all SiByte code.
2003-02-07 17:38:48 +00:00
mjacob
caffbd9ad1
kern/20231- pass the correct argument (arg_addr) on thru to scsipi_do_ioctl,
...
not the locally dereferenced fetch.
2003-02-07 17:36:13 +00:00
cgd
045575c57d
add BCM112x A2 definition
2003-02-07 17:35:05 +00:00
manu
d0139ca922
More iokit shell: it does nothing, but WindowServer get a bit more far
...
away and ends with a SIGSEGV.
2003-02-07 16:56:19 +00:00
jdolecek
018aae11cd
use LIST_FOREACH() macro in proc_stop()/proc_unstop()
...
rewrite contents of the loop in proc_unstop to be a bit more easily
comprehensible
2003-02-07 09:02:14 +00:00
thorpej
15e901c4b9
No need for DEBUG in an install kernel.
2003-02-07 04:47:04 +00:00
thorpej
6068b273f4
Fix some printf formats.
2003-02-07 04:39:09 +00:00
lukem
0de4f7b5d2
Remove dependency of $(srcdir)/c-gperf.h on c-parse.gperf, because we
...
don't have gperf in the base system, and differences in timestamps in
these files due to a cvs checkout can cause lossage.
2003-02-07 04:14:27 +00:00
lukem
27c21a917d
replace DIST with GNUHOSTDIST, and don't unconditionally define it
...
in Makefile.gnuhost (use ?= instead of =, to allow overriding)
2003-02-07 01:52:51 +00:00
dsl
53d3dabb6a
Use on-stack buffer to check for 2.88MB floppy, malloc() hasn't been
...
loaded when this is called.
Clearly the information is actually available from the bios.
(Approved by christos)
2003-02-07 00:46:08 +00:00
enami
166444b3a9
No need to print same error message twice in the same line.
2003-02-06 23:25:02 +00:00
matt
48e8876d50
Add a _bus_dmamap_sync which supports cache-incoherent implementations.
...
Support BUS_DMA_NOCACHE.
2003-02-06 23:03:54 +00:00
matt
5d223c9c9c
Add oea_iobat_remove(paddr_t).
2003-02-06 23:02:33 +00:00
matt
42b98bbd45
Allow KERNEL_SR/KERNEL2_SR to be overriden (I run a kernel with
...
the mapped space at 0x8000000-0x9fffffff).
2003-02-06 23:01:32 +00:00
matt
c766d3b064
Include vmparam.h to get USER_SR.
2003-02-06 23:00:15 +00:00
enami
8d849f483a
Check lseek error correctly (i.e., use == -1 rather than < 0).
2003-02-06 23:00:08 +00:00
matt
3b768ce056
PPC_MPC6XX is now PPC_OEA
2003-02-06 22:23:11 +00:00
enami
561033c00e
Consistently, don't expand ${MACHINE} in help message.
2003-02-06 22:19:06 +00:00
petrov
12784e54c3
Correct unsigned to float conversions, add license, adjust style.
2003-02-06 20:23:35 +00:00
hannken
9ec14301ad
Remove unneeded #include's.
...
Approved by: Paul Kranenburg <pk@netbsd.org>
2003-02-06 16:20:05 +00:00
martin
63f12be4f3
Add <sys/lock.h> include for ncr53c9xvar.h.
2003-02-06 15:21:21 +00:00
salo
f3a1dd8300
Use pipe ("|") as a sed command field separator and allow slash ("/")
...
character in acronyms. (e.g. W/, B/C, ...)
Approved by jdolecek.
2003-02-06 15:17:01 +00:00
fvdl
3e5d4ebe28
Get stat info and pass it to the object map function.
2003-02-06 12:40:21 +00:00
fvdl
c8ba6436ed
If fstat info was passed, and from it it can be seen that the file size
...
is smaller than an ELF header, don't even bother to try to look at it.
Avoids coredumps with zero-sized files.
2003-02-06 12:38:17 +00:00
pk
9d74642196
XXX ttioctl(): some drivers call back on us from t_param(), so delay acquiring
...
tty spin lock until after t_param() returns.
Require t_param() to unlock upon callback?
2003-02-06 12:21:21 +00:00
pk
1262bf7cb5
bdwrite(): remove check for MFS major device number (why was 255 changed
...
to 4096?). In any case, bdevsw_lookup() will take care of it.
2003-02-06 11:46:49 +00:00
pk
9df517d22e
In getnewbuf(), release the buffer queue lock before calling bawrite() and
...
re-acquire it afterward.
2003-02-06 11:22:35 +00:00
jdolecek
ef9eed1dac
pthread_kill() was implemented, remove from list
...
pthread_cond_timedwait() now works even before SA initialization, but some
other routines do not; update the paragraph for this
2003-02-06 09:55:47 +00:00
pk
408ae56abd
Require the bdirty() be called at splbio() and with the buffer interlock held.
...
This is essentially just a helper routine called from biodone() through
ffs softdep's I/O completion, to re-queue the buffer.
2003-02-06 09:46:46 +00:00
grant
eb9c846694
add makphy PHY for Intel gigabit cards (wm).
...
fixes PR install/19338 from Tomi Nylund.
2003-02-06 04:51:51 +00:00
grant
0df4872b2e
add entry for smmsp user/group.
...
fixes PR misc/17513 from Geoff C. Wing.
2003-02-06 04:37:59 +00:00
rafal
d08b4f2d41
Once again fix the `pk' entry in iris-ansi (it appears to have been fixed
...
once in response to PR misc/3250 a while back and then re-appeared in the
broken form again!), and add `@8' and `k9' entries to irix-ansi-ap.
Fix prompted by Thomas Dickey, who originally spotted the issue in the
stripped-down termcap used by the sgimips install media.
PR: misc/17620.
2003-02-06 04:25:03 +00:00