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
christos
10f65af6f8
annotate the PR that failed, and has been fixed.
2012-03-17 20:10:08 +00:00
christos
4ad00d05fc
This does not fail anymore. Explain why the test was modified.
2012-03-17 20:06:46 +00:00
christos
3bf842e395
PR/44097: Yamamoto Takashi: Prevent overflow.
2012-03-17 20:01:14 +00:00
riz
f6c08cbea2
Add autodiscover wedge support to macppc GENERIC, to allow use of
...
GPT-partitioned disks in a similar way to amd64/i386.
2012-03-17 19:57:14 +00:00
riz
d91617746c
Add drvctl to macppc GENERIC.
2012-03-17 19:54:09 +00:00
christos
4254cd9bee
allow file-specific lint flag additions
2012-03-17 18:02:41 +00:00
christos
4bc43cf6c5
make lint exit on warnings
2012-03-17 18:00:50 +00:00
hannken
0207daf65f
Starting with Rev. 1.191 of kern/subr_pool.c a pool has to be inactive
...
for at least 10 seconds before it can be reclaimed.
Change the uvmwait test timeout from 10 to 30 seconds so it has a chance
to reclaim memory and succeed.
2012-03-17 18:00:28 +00:00
christos
64c780f832
hack to silence lint
2012-03-17 17:59:58 +00:00
hannken
f9e0cf816f
Don't take a mutex we already took 6 lines above.
2012-03-17 17:58:38 +00:00
jruoho
d2d68b21f3
Add '-e ignore" to atf-check(1) and remove xfail. Pointed by njoly@.
2012-03-17 17:39:44 +00:00
jruoho
0a082b37fe
Move the _lwp_ctl(2) preemption counter check to the right place.
2012-03-17 17:23:34 +00:00
jruoho
840bc631fa
Adjust set lists and mtree.
2012-03-17 17:16:41 +00:00
jruoho
ad9dcd3c99
Deprecate tests/toolchain.
2012-03-17 17:15:28 +00:00
christos
46747abf55
use __inline to fix nspr's configure issue
2012-03-17 16:48:35 +00:00
jruoho
6aa27f04c2
Add few basic tests for realpath(3).
2012-03-17 16:40:14 +00:00
jruoho
2fb9c76e0d
Adjust set lists and mtree.
2012-03-17 16:35:02 +00:00
jruoho
28604916d4
Deprecate tests/util.
2012-03-17 16:33:10 +00:00
njoly
8dfc5e0c6d
Small typo.
2012-03-17 14:42:13 +00:00