Commit Graph

217512 Commits

Author SHA1 Message Date
riz
bf1b27dcc7 NetBSD 6.0 was released several months ago; time to garbage
collect this document.

It's not clear that src/doc is the best place to manage this
information;  a "NetBSD-7" file may or may not be forthcoming
shortly.
2013-03-16 23:35:01 +00:00
christos
ca64aca745 move the useful macros somewhere where they can be used in userland. 2013-03-16 23:04:22 +00:00
christos
747508ddb1 no man pages for tools build. 2013-03-16 22:32:50 +00:00
christos
b5b92792fe fix debugging sets 2013-03-16 22:16:02 +00:00
christos
d9f1763a86 Fix the build w/o DESTDIR 2013-03-16 21:38:21 +00:00
christos
605eafc82d fix the build! 2013-03-16 21:37:04 +00:00
christos
55f00bfae2 add debugging sets 2013-03-16 17:10:16 +00:00
skrll
b19588b393 As a workaround for the Raspberry PI, only allow 1 TX transfer to be
active at once.

XXX This might affect all host controllers
2013-03-16 15:48:21 +00:00
skrll
9d4b5bd001 Fix misunderstanding of how to handle wMaxPacketSize.
The *_host_{setup,data}_[tr]x routines already split transfers into < mps
units, so there no reason to do it in *_setup_{ctrl,data}_chain. Fix
short_pkt handling in the process.

This gives urtwn a fighting change to Tx large packets.
2013-03-16 12:05:02 +00:00
jmmv
6005599c16 Use /bin/sh for a temporary script instead of querying the name of the
shell from atf-config.
2013-03-16 07:54:04 +00:00
jmmv
a8e674a6ba Mark a bunch of routinely-broken ZFS tests as expected failures. Point
them at PR kern/47656.
2013-03-16 05:45:37 +00:00
jmmv
c2e8322972 Mark the zfs tests as requiring root.
This is wrong.  The zfs tests already use rump so they should not require
root.  However, I've already spent much more time than I wanted trying to
figure out why that's the case without much luck.  If you can find why,
just remove this hack.
2013-03-16 05:24:59 +00:00
jmmv
4efe0dfefd Mark the atf/atf-{c,c++}/pkg_config_test:version tests as needing atf-version. 2013-03-16 04:21:19 +00:00
christos
0cbc48b3cf Put back error checking in a simpler form thanks to uwe 2013-03-16 02:51:56 +00:00
christos
64e869fe87 Fix the real problem, Makefile.host was included before the HOST_MKDEP
setup so it prevented correct CPPFLAGS from being used.
2013-03-16 02:51:25 +00:00
jmmv
76512a9d94 Synchronize the clock periodically in vmt(4).
Add periodic clock synchronization to vmt(4) so that the guest clock
remains synchronized even when the host is suspended (which is a very
typical situation in a laptop).

Do this by default once per minute, but provide a sysctl to tune this
value (machdep.vmt0.clock_sync.period).

Sent to tech-kern@ for review and addressed a couple of issues.
2013-03-16 01:26:52 +00:00
christos
24d5466128 mention new tzcode 2013-03-16 01:00:16 +00:00
christos
e2fcd4fa37 apply 2013b 2013-03-16 00:59:14 +00:00
nakayama
61db04d3c6 Use explicitly defined macros in Makefile to determine to use
eeprom and/or openprom handlers, instead of predefined compiler
macros (__sun__, __sparc__ ...).
2013-03-15 20:22:44 +00:00
njoly
39d8199988 Fix a few file system paths to use Pa macro. 2013-03-15 19:32:30 +00:00
martin
11175263ad The CD emulator has been fixed, no longer expect the test to die. 2013-03-15 16:18:49 +00:00
martin
de625c77c3 Prompted by PR kern/47646, zero the value buffer before running the
GET_CONFIGURATION command and check for an unexpectedly large feature
length answer afterwards.
2013-03-15 16:16:12 +00:00
martin
5eb1c9da5a For the MMC GET_CONFIGURATION command, return a nulled feature header.
Fixes PR kern/47646.
2013-03-15 16:14:12 +00:00
njoly
40b41484a6 Fix c&p error in string descriptions. 2013-03-15 14:27:41 +00:00
pooka
11005b1248 one more typofix 2013-03-15 12:42:18 +00:00
pooka
7c87fb3f1e On second thought, let's use make syntax in makefiles ... 2013-03-15 12:18:41 +00:00
pooka
062b5be071 Use correct ldscript etc. for Sun ld. 2013-03-15 12:15:52 +00:00
pooka
9e56924f8b Generate support for sun ld. 2013-03-15 12:13:07 +00:00
pooka
a66b93b959 Support generating support for Sun ld. 2013-03-15 12:12:16 +00:00
pooka
96bf8edf0f Allow Makefile.rump to append to SRCS. 2013-03-15 12:09:58 +00:00
pooka
03390692d4 Rerevert to preprevious now that this builds with build.sh 2013-03-15 11:30:23 +00:00
pooka
c498310e16 Use "-isysroot ${DESTDIR}" for RUMPCOMP_USER when run as part of build.sh
so as to catch the necessary headers, which, unlike in the buildrump.sh
case, are not supposed to be intermingled with the ones provided by
the host.
2013-03-15 11:15:22 +00:00
msaitoh
379ef33c04 Add BCM5756, BCM5717C, BCM5719C, BCM5720C and BCM57780. 2013-03-15 06:18:13 +00:00
pooka
dae2a8e72e Refine previous: sys/sysmacros.h is where MIN/MAX comes from on Solaris,
so it needs to be included unconditionally.
2013-03-14 21:31:35 +00:00
pooka
fe337c7fc3 StunOS >= 5.11 has posix_memalign(), so add an additional constraint for
when we need to emulate it with memalign() and when not.
2013-03-14 20:42:57 +00:00
msaitoh
7e10e90df7 Regen. 2013-03-14 20:06:38 +00:00
msaitoh
d12896e106 Add BCM5756. 2013-03-14 20:06:04 +00:00
njoly
ed42c35850 Add missing Ta macro. 2013-03-14 19:18:32 +00:00
njoly
46cf583aec Kill extra .Sh. 2013-03-14 19:17:58 +00:00
njoly
1499b19eca Add missing .El macro. 2013-03-14 19:17:23 +00:00
njoly
653fde3199 Fix dates. 2013-03-14 19:16:52 +00:00
njoly
0f84e47820 Remove unknown .LP macro. 2013-03-14 19:15:34 +00:00
gdt
de83e1acfd Add comment questioning lock asymmetry. 2013-03-14 19:13:17 +00:00
msaitoh
8b656ba6f2 Sync with *BSD. No functional change:
- make bge_chipid() and use it.
- use switch() instead of a lot of if()s.
- sort lines.
2013-03-14 18:49:20 +00:00
joerg
8f7ae0d2ba Revert 1.25 and 1.26: Breaks build on !NetBSD 2013-03-14 14:55:35 +00:00
nonaka
2c1464a536 Add support for the Huawei E171 3G Modem.
Tested by Saifi Khan at http://mail-index.netbsd.org/netbsd-users/2013/03/14/msg012629.html
2013-03-14 13:08:56 +00:00
nonaka
7ebaa0e356 regen 2013-03-14 12:49:33 +00:00
nonaka
9ae9a89af8 Added Huawei E171 3G modem. 2013-03-14 12:47:33 +00:00
nakayama
bc8325e88b Use elf32 version module object relocator on sparc64 32-bit kernel. 2013-03-14 11:54:31 +00:00
nakayama
809b806d54 Make sparc64 32-bit kernel buildable. 2013-03-14 11:53:33 +00:00