jruoho
9e07384eff
Add a case also for (fixed) PR bin/42261.
2012-03-19 06:21:53 +00:00
bsh
ff9356e5c3
add note about SYMTAB_SPACE.
2012-03-19 06:08:51 +00:00
matt
50c1fb641e
No need take the address of an array (&array) since an array is already a
...
pointer.
2012-03-19 06:04:19 +00:00
bsh
f4eb9f64cb
adjust the size of db_symtab space automatically.
...
proposed on tech-toolchain@, and got no objections.
2012-03-19 05:38:26 +00:00
pgoyette
0f64aba0db
Finish removing the block of commented-out code from rev 1.31
...
Hello, christos!
2012-03-19 03:33:54 +00:00
uebayasi
1e0c5c59e0
Expose vm_inherit/voff_t/pgoff_t to userland to fix build.
2012-03-19 00:17:08 +00:00
mrg
0bdc3daefb
take the pmap_lock in pmap_protect().
...
hopefully this will avoid a problem in pmap_clear_reference()
detecting a reference remaining at the end.
when we remove most/all pmap_lock uses we probably need to remove
this check entirely, but for now this seems better.
2012-03-18 23:48:00 +00:00
christos
59c51f5cec
annotate fixed failures as comments.
2012-03-18 21:49:08 +00:00
njoly
eda28ff705
Add missing semi-colon.
2012-03-18 21:48:47 +00:00
christos
3ff17a1b71
say what happened.
2012-03-18 21:23:57 +00:00
martin
041bab2489
Split device_t
2012-03-18 21:05:21 +00:00
jruoho
a2e1561fa4
Add a better check for the previous.
2012-03-18 19:21:53 +00:00
jruoho
0a932255df
Also verify that PR bin/44179 is no longer an issue.
2012-03-18 19:11:30 +00:00
jruoho
fe87c5542d
Now that this works, test also some random exit statuses.
2012-03-18 18:32:16 +00:00
dholland
8412f6f617
Remove xfail as PR 44973 is fixed. (Note that it was Nat Sloss who did
...
the work of figuring out what was wrong.)
2012-03-18 18:09:45 +00:00
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