Commit Graph

210004 Commits

Author SHA1 Message Date
tsutsui
5dd322e69a Add a semicolon to __CTASSERT() since it was removed from the macro
in cdefs.h rev 1.97 by christos.
2012-03-18 17:59:57 +00:00
tsutsui
3cf827660c Add UDMA support for VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.

This should be pulled up to netbsd-6, since ZOTAC ZBOX nano VD01
http://www.zotacusa.com/zbox-nano-vd01.html
exhibited at NetBSD booth in Open Source Conference 2012 Tokyo Spring
was favored by many people.
2012-03-18 17:50:43 +00:00
tsutsui
d4898025e7 Regen from pcidevs rev 1.1106:
> Add VIA VX900 media system processor IDE controller.
> PR/46166 from Hiroshi Tokuda.
2012-03-18 17:30:19 +00:00
tsutsui
8de38a4138 Add VIA VX900 media system processor IDE controller.
PR/46166 from Hiroshi Tokuda.
2012-03-18 17:29:06 +00:00
dholland
83889b37fd Avoid testing a possibly uninitialized errno value when using -exit.
Closes PR 44973 (change is a somewhat more principled equivalent of
the patch suggested there) although I cannot replicate the reported
behavior unless I explicitly prepare errno with a nonzero value before
the fts_read loop.
2012-03-18 17:09:46 +00:00
christos
768a62209a parenthesize. 2012-03-18 16:43:34 +00:00
christos
49d5c800a7 remove extra ; 2012-03-18 16:30:54 +00:00
christos
1af1a7c82f fix lint 2012-03-18 16:26:34 +00:00
christos
9046e31e73 add constcond 2012-03-18 16:20:49 +00:00
dholland
a837eb4f62 Add some tests for selection of line ranges, based on a case that came
across the POSIX list a few days ago and some related phenomena.
2012-03-18 15:35:27 +00:00
christos
461d32430f add t_cdefs 2012-03-18 15:32:23 +00:00
christos
27215b2b59 test the __type macros 2012-03-18 15:30:59 +00:00
christos
8aceef3b7b fix lint. 2012-03-18 14:34:28 +00:00
he
136d71a66c Bump the ramdisk size so that the contents fits again. 2012-03-18 14:12:55 +00:00
uebayasi
57e974fbee Move base type definitions from uvm_extern.h to uvm_param.h so that
other sources can easily include part of UVM headers without the whole
uvm_extern.h (e.g. sys/vnode.h wants only uvm_object.h).
2012-03-18 13:31:14 +00:00
martin
4ae226e1ad Split device_t 2012-03-18 12:47:01 +00:00
jruoho
1ff69b68e3 Add a case for PR bin/44973. 2012-03-18 12:40:42 +00:00
jruoho
6ab4862c83 Verify that bin/25693 is no longer an issue. 2012-03-18 11:50:55 +00:00
jruoho
0498995f9f Add a test case for PR bin/28126. Does not fail with GNU sed. 2012-03-18 10:12:30 +00:00
jruoho
543143cf18 Move more PR references from comments to ATF's "descr". 2012-03-18 09:46:50 +00:00
jruoho
4fac6e71e4 Add missing copyright and remove white space. 2012-03-18 09:31:50 +00:00
jruoho
e626461e72 Add a case for PR lib/41558. It is unclear whether this is a bug, but at
least it is documented now. Probably it would be better to follow Linux,
where the test case does not fail.
2012-03-18 08:52:07 +00:00
jruoho
a6bc77fdcc Verify that PR lib/22019 is no longer an issue. 2012-03-18 08:13:57 +00:00
jruoho
35c44f57e2 The inttypes(3) check has already been moved to ATF. 2012-03-18 07:54:00 +00:00
jruoho
68b903fe8f Add a test case for the old NetBSD 2.0 era PR lib/28324. 2012-03-18 07:33:58 +00:00
jruoho
72ed5c064e To be on the safe side, use the category/number notation when referring to
PRs (otherwise third-party sed-scripts might miss the references). Also
remove white-space.
2012-03-18 07:14:08 +00:00
jruoho
8b18a8bf82 Move the references to PRs from code comments to the test description. Once
ATF has the ability to output the metadata in the HTML reports, it should be
easy to traverse between releng and gnats -reports via links.
2012-03-18 07:00:51 +00:00
jruoho
4022a4fac5 Get rid of the weird macros. 2012-03-18 06:20:51 +00:00
mrg
f72d1cda54 add missing __KERNEL_RCSID(). 2012-03-18 05:26:58 +00:00
christos
65f52d6225 handle file resizing. 2012-03-18 02:40:55 +00:00
christos
540890c60f this should be fixed. 2012-03-18 02:14:16 +00:00
christos
59ba550f28 fail as the man page says sched_rr_get_interval should. 2012-03-18 02:04:39 +00:00
mrg
398e5bdd7b count ECC corrected traps with evcnt(9). 2012-03-17 23:47:13 +00:00
christos
0e2492e23b fix signed blksize_t lossage. 2012-03-17 23:35:28 +00:00
christos
bb806cfddc The problem has been fixed and the test is broken. awk always uses the
C locale for LC_NUMERIC.
2012-03-17 23:22:59 +00:00
mrg
b631f9b62b port the corrected ECC error handling code from freebsd. i noticed my U10
took one of these and then hang.  it shouldn't hang, there's a 'sir' here that
doesn't seem to reset properly.  oh well.

tested by simulated a trap via 'ta 0x10' and considering that the same, but
it hasn't been tested against a real ECC error yet.
2012-03-17 22:19:53 +00:00
wiz
4a4f03fea7 Quote word that has the same letter as a macro.
Fixes PR 46215 by Nicolas Joly.
2012-03-17 22:10:51 +00:00
christos
53cd98be07 Add AI_ADDRCONFIG 2012-03-17 21:57:48 +00:00
christos
2a6850a9bf Add AI_ADDRCONFIG, which makes getaddrinfo() return only address with families
that are already configured in the system.
2012-03-17 21:56:40 +00:00
martin
2745a97484 Remove some lint 2012-03-17 21:54:12 +00:00
martin
066b418437 mark reloc bitfield linted 2012-03-17 21:45:39 +00:00
martin
4eb2215803 shut up lint 2012-03-17 21:40:21 +00:00
martin
0abf123a71 delint 2012-03-17 21:35:06 +00:00
christos
5d71dc0bd6 mention the PR# in the description like everyone else. 2012-03-17 21:33:13 +00:00
christos
5a7b3f43e8 this does not fail anymore 2012-03-17 21:31:29 +00:00
christos
e6c6b9132b PR/44847: Jukka Ruohonen: blksize_t should be signed.
http://pubs.opengroup.org/onlinepubs/000095399/basedefs/sys/types.h.html
2012-03-17 21:30:29 +00:00
martin
9328833c03 Mark linted 2012-03-17 20:57:35 +00:00
martin
e9be25776b Avoid lint warnings 2012-03-17 20:48:58 +00:00
martin
c516340d92 Split device_t 2012-03-17 20:29:59 +00:00
christos
c0e9e1ef0b this has been fixed. 2012-03-17 20:12:09 +00:00