Go to file
jmmv 28cce38f11 Split the before_start test in two: one that does not use threads and one
that does.  The former works all the time but the latter gets consistently
stuck on amd64.  Mark the latter as an expected timeout (should be a "race
condition" test, but atf does not have such a thing yet[1]).

This clears the test failures, at least, under anita running NetBSD/i386.

From pooka@: this could well be because calling sem_post(3) from a signal
handler can't possibly do the right thing with the pthread implementation.
However, according to signal(7), sem_post(3) is signal-async safe...

While here, program alarms using a timeout shorter than 1 second to speed
up the execution of the tests.

1: Good thing is I finally understand what a "race condition" test looks
like, I believe.
2010-07-19 10:31:46 +00:00
bin Don't quite +', -' and `/' in set -x output. 2010-07-19 01:15:17 +00:00
common Fix rb_tree_iterate to get the min/max element of the tree for the 2010-04-30 13:58:09 +00:00
compat update this to reality a little. 2010-06-30 03:28:01 +00:00
crypto be a bit less typedef-happy when it's not needed - no functional change 2010-07-09 15:12:06 +00:00
dist Fix a typo and comment out a dead FTP link. 2010-07-06 17:42:32 +00:00
distrib Add tests for libobjc. 2010-07-18 12:43:44 +00:00
doc Note conversion of libobjc tests to atf. 2010-07-18 12:44:09 +00:00
etc Add dirs for libobjc tests. 2010-07-18 12:43:17 +00:00
external updates for Mesa 7.8.2: 2010-07-19 05:34:24 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games Fix some additional typos/grammar slips. 2010-05-29 22:56:01 +00:00
gnu remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
include 1. MB_LEN_MAX switch MD to MI. 2010-06-07 13:52:28 +00:00
lib Default f_namemax to MAXNAMLEN, mostly for initial statvfs struct 2010-07-15 21:53:10 +00:00
libexec make sure to look in CFLAGS, COPTS and CPPFLAGS for abi options. 2010-07-11 07:43:12 +00:00
regress Remove the libobjc tests; they have been converted to atf and now live in 2010-07-18 12:44:38 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
share add some more transforms to the hacky ugly sed script for pkg-config files, 2010-07-18 07:05:39 +00:00
sys Lock the ntnode and recheck the fnode after calling getnewvnode(). 2010-07-19 08:17:44 +00:00
tests Split the before_start test in two: one that does not use threads and one 2010-07-19 10:31:46 +00:00
tools remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
usr.bin Fix argument handling of the "-b" option on 64bit platforms. Using 2010-07-17 10:51:03 +00:00
usr.sbin ldap is configured to depend upon MKCRYPTO no, so force MKLAP=no if 2010-07-11 06:16:54 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
build.sh add tty to rumptest 2010-06-17 08:19:02 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
Makefile.inc
UPDATING minor clarification 2010-06-09 17:29:15 +00:00