kiyohara
d7b7d02e73
Add new port NetBSD/epoc32.
2013-04-28 12:11:25 +00:00
kiyohara
0514024aff
Add support SoC CL PS-711x.
2013-04-28 11:57:13 +00:00
kiyohara
532bd4edbe
Fix ID ARM710a for CL PS-711x.
2013-04-28 11:51:41 +00:00
pooka
95993d785f
be a bit less sloppy with errno
2013-04-28 11:03:25 +00:00
pooka
96066ad81e
* remove the unused "opaque" parameter
...
* fix some typos in the previous
2013-04-28 10:53:21 +00:00
pooka
ad45a6e694
make the file monitoring hypercalls private to shmif
2013-04-28 10:43:45 +00:00
pooka
6dace0b387
problem with ioconf.c solved, reenable
2013-04-28 10:25:41 +00:00
pooka
aa83835eae
Build only rumpcomp_user.c as part of the rumpcomp_user rules
...
(otherwise ioconf.c wants to be part of .ALLSRC for whatever reason
I'm not really interested in, but which the make gurus will surely
explain to me)
2013-04-28 10:25:04 +00:00
pooka
fbf1bd8cce
need errno
2013-04-28 10:23:36 +00:00
rkujawa
4fb6fc4e82
Add slhci at zbus.
2013-04-28 10:23:03 +00:00
pooka
284b8252f5
duh, the untypoed version doesn't work with bsd.ioconf.mk. comment it
...
out while i figure it out
2013-04-28 10:16:52 +00:00
pooka
6270e64d06
typo
2013-04-28 10:06:16 +00:00
pooka
b985b935c6
The ioctl hypercall is used only by the usb host controller driver,
...
so make it exclusive to that component. I'm happy to see it gone.
2013-04-28 09:58:11 +00:00
tsutsui
fb2f15afec
Fix yet another "openpty() failed" error during sysinst.
...
Prepare a new entry for ramdisk that includes ipty target in
etc.hp300/MAKEDEV.conf and use it in distrib/hp300/ramdisk/Makefile.
See also PR/46812, PR/47123, and PR/47774.
We could simply add "ipty" to MAKEDEVTARGETS as miniroot/Makefile does,
but it's better to shrink ramdisk size as much as possible.
Should be pulled up to both netbsd-6 and netbsd-6-0.
2013-04-28 08:08:03 +00:00
joerg
6b96d07889
Don't forget to include bsd.own.mk.
2013-04-28 06:14:52 +00:00
matt
0b573b56b6
Make all earm variants use earm.
2013-04-28 06:09:52 +00:00
matt
409a042a76
Add missing build glue for libc++.
2013-04-28 05:41:25 +00:00
joerg
c7fbe15f37
MKLIBCXX and MKLIBSTDCXX
2013-04-28 04:44:21 +00:00
joerg
2fa1d2471b
Introduce MKLIBSTDCXX, defaulting to yes.
2013-04-28 04:05:37 +00:00
christos
eb311ca14e
no need for raid.h
2013-04-28 03:12:37 +00:00
christos
8c308c5be0
put needs flag back in a bunch of drivers because we need the file for #ifdefs
2013-04-28 03:11:32 +00:00
macallan
d0f0888dde
make this work on PowerMac G5
...
from Phileas Fogg
2013-04-28 00:47:56 +00:00
jakllsch
8ffb004c45
put the one out-of-order register info in its proper sequence
2013-04-28 00:47:20 +00:00
macallan
f6a41c7ccb
remove PMAC_G5 kludge - fixed this elsewhere
2013-04-28 00:45:45 +00:00
macallan
76c99e815c
some macppc boxes have onboard devices where parts or the whole PCI interrupt
...
register is hardwired to zero - fix this up here
2013-04-28 00:44:27 +00:00
macallan
5b4a4538c0
make this work on G5
...
from Phileas Fogg, interrupt fixup from me
2013-04-28 00:42:29 +00:00
jakllsch
37ee57142f
remove trailing whitespace
2013-04-28 00:41:22 +00:00
joerg
d81d2afdeb
Update to LLVM/Clang snapshot r180686. Allows building without cxxabi.h.
2013-04-28 00:41:00 +00:00
joerg
ee8b1e3e15
Typo
2013-04-28 00:14:14 +00:00
joerg
5f14cb8bb7
Optionally recurse into libc++.
2013-04-27 23:03:10 +00:00
joerg
ecb06a3b09
Add build glue for libc++.
2013-04-27 23:02:17 +00:00
joerg
560a52b9a0
Retire ldexp sources. scalbn has the aliases.
2013-04-27 22:58:15 +00:00
christos
70417199d5
more needs-flag removed.
2013-04-27 22:56:39 +00:00
rkujawa
026c3432cd
Note Thylacine USB support.
2013-04-27 22:42:08 +00:00
rkujawa
d425271cba
Add slhci at zbus (Thylacine) and some USB HID devices.
2013-04-27 22:29:56 +00:00
rkujawa
5bc844d257
Add Thylacine USB Host Controller driver (just a zbus frontend to slhci).
...
Barely works due to combination of SL811HS brain damagae and our unforgiving
driver. At least most keyboards and mices are good. Of course on amiga WSCONS
kernel is needed to make any use of them.
2013-04-27 22:27:33 +00:00
pooka
92384a689b
Make sure spin mutexes get allocated as spin mutexes (the hypervisor
...
asserts it now).
2013-04-27 22:26:57 +00:00
christos
9434c99ee1
more bogus number removal
2013-04-27 22:21:12 +00:00
christos
1da1754862
allocate dynamically
2013-04-27 22:12:42 +00:00
christos
1cc8b68d4b
the bogus number police
2013-04-27 21:43:10 +00:00
joerg
89a508fbb5
Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.
...
Some are redundant, but make verification with grep much easier.
2013-04-27 21:35:24 +00:00
joerg
e8c1e0eee9
Include sys/featuretest.h before using _NETBSD_SOURCE.
2013-04-27 21:24:27 +00:00
joerg
cce2130bb3
machine/ansi.h is included by sys/ansi.h.
2013-04-27 21:22:05 +00:00
christos
e3f6e1aa23
no more needs flag
2013-04-27 21:19:19 +00:00
christos
5f4b970906
allocate devices dynamically.
2013-04-27 21:18:42 +00:00
joerg
eb3cdf8761
Provide stubs for pthread_detach/pthread_join.
2013-04-27 20:36:47 +00:00
christos
8c31c1cdbd
fix warning
2013-04-27 20:13:16 +00:00
joerg
bc802c017d
Add a dummy s_scalbln.S to avoid the generic implementations of scalbln
...
and co on i386 and amd64. They are implemented next to scalbn and co.
2013-04-27 18:44:39 +00:00
joerg
877d9fe29e
Add aliases to scalbn* as ldexp*, they are identical for FLT_RADIX=2.
2013-04-27 18:43:25 +00:00
joerg
5204c9072e
Add aliases for scalbn* to ldexp, they are identical for FLT_RADIX=2.
2013-04-27 18:39:28 +00:00