pgoyette
758e17089c
Atf-ify the atexit test
2011-01-03 19:01:47 +00:00
pgoyette
c29feb97f6
Apparently, the ad.{MACHINE_ARCH} files are not processed when
...
${MACHINE} == ${MACHINE_ARCH}
So rename the files for affected ports accordingly.
This is confirmed to fix build breakage on port-i386 reported by
gson@ gson.org in private Email thread.
2011-01-03 14:07:10 +00:00
pgoyette
b159198e21
Sets list magic for the servent/protoent/hash tests
2011-01-02 22:06:40 +00:00
dbj
11be24bd28
add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp
2011-01-02 11:34:13 +00:00
pgoyette
7e8d350761
Add the ieeefp tests to everything EXCEPT for vax and m68000 architectures.
2011-01-02 03:52:15 +00:00
pgoyette
fc1c4666a3
Typo - it is h_getopt_long and not h_getoptlong
2011-01-02 01:58:31 +00:00
pgoyette
9a073313c7
Convert a few more tests from regress to atf
2011-01-01 23:56:48 +00:00
jym
8d179afa97
Document MDSET_NOIMAGE.
2011-01-01 16:56:18 +00:00
haad
1d0e6bab66
Add /var/lock/lvm subdir for LVM it can be created automagically but I think
...
that it's better to have it created before.
2011-01-01 13:09:13 +00:00
haad
9ec41ae5fa
Add /var/lock directory to base set it's used by LVM and other tools.
...
Change group owner to operator to enable LVM locking for him.
2011-01-01 12:49:48 +00:00
pooka
6574800027
Add some elementary tests for r/o file systems. More in 2011!
2010-12-31 18:20:32 +00:00
pgoyette
b9bd4f1954
Moving more tests out of regress and into atf mainstream
2010-12-31 14:36:10 +00:00
pgoyette
ea706db02e
Migrate a few miscellaneous tests from the old regress to atf
2010-12-31 04:08:32 +00:00
jmcneill
393a0deb05
some platforms don't have bus_dma, so only build these modules on x86
2010-12-29 13:05:42 +00:00
pgoyette
238e3baebf
Migrate the ldexp test to atf
2010-12-28 16:57:00 +00:00
pgoyette
66bfd22447
Migrate the remaining libc/gen tests to atf
2010-12-28 12:46:15 +00:00
he
a16282018d
Introduce the "ssp" attribute derived from HAS_SSP from <bsd.sys.mk>.
...
Use it to flag entries which should only be included if the target platform
supports SSP. Fixes the build for a bunch of architectures.
2010-12-28 09:15:24 +00:00
pgoyette
cfe38ef780
Move the various setjmp tests from regress to atf
2010-12-27 19:35:30 +00:00
jmcneill
140a160c21
add auvitek(4) man page
2010-12-27 17:26:57 +00:00
jmcneill
1a0062ed4f
hook xc5k, au8522, and auvitek into build
2010-12-27 15:48:28 +00:00
njoly
ea0b545387
Remove unneeded t_ssp.debug entry.
2010-12-27 15:31:22 +00:00
pgoyette
575e75ffe4
Migrate the ssp tests from regress to atf.
...
Of the 17 tests, 4 fail in both the regress and atf style. 3 additional
tests fails in atf that did NOT fail in regress: gets, fgets, and read.
I will investigate why, and update when I can, but it is still useful to
get these tests into the new format where they can be exercised.
2010-12-27 02:04:18 +00:00
pgoyette
3ca5a7db69
Migrate the last of the libc/string/ tests from regress to atf, and
...
re-enable building of t_popcount
2010-12-26 13:35:54 +00:00
jmcneill
4b6947bfe1
hook videoctl into build
2010-12-26 11:31:43 +00:00
haad
7276411661
Fix MKDTRACE & MKDEBUG enabled build, add some dtrace entries.
2010-12-25 23:28:18 +00:00
pgoyette
f03970fd11
Migrate J.T.Conklin's public-domain str* tests from regress to atf.
...
While here, do some clean-up and knf.
2010-12-25 21:10:24 +00:00
pgoyette
de2970929a
Move the siginfo tests from regress to atf. While here, add a new test
...
for PR/43655.
XXX The sigchild_dump test currently fails when execute under atf-run.
XXX It does not fail when executed directly from the shell, so there's
XXX something in atf that prevents the child process from dumping.
2010-12-25 01:04:26 +00:00
skrll
f1d73a2c94
Add support for DF_1_BIND_NOW, DF_1_NODELETE and DF_1_NOOPEN marked
...
objects, and the RTLD_NODELETE and RTLD_NOLOAD flags to dlopen(3).
Mark libpthread as DF_1_NOOPEN and use it to test the functionality.
Somewhat taken from FreeBSD.
Fixes PR 42029.
OK from christos and joerg.
2010-12-24 12:41:42 +00:00
aymeric
ab6dde387b
Bump ramdisk size by 64K. This allows release builds to finish on macppc.
2010-12-24 10:11:39 +00:00
pgoyette
546ea3ce2c
Migrate a couple more tests to aft
2010-12-23 15:27:44 +00:00
pgoyette
95456adcc6
Migrate a couple more tests from the old regress structure to atf
2010-12-22 23:45:44 +00:00
jruoho
b7b8493a00
Document the __builtin_prefetch() GNU extension.
2010-12-22 19:35:41 +00:00
christos
2e960c795a
add vsnprintf_ss
2010-12-22 17:00:54 +00:00
njoly
c8af0dc65a
+t_libm.debug.
2010-12-21 18:05:43 +00:00
jruoho
14755c98a1
Document the __builtin_types_compatible_p() GNU/GCC extension.
2010-12-21 15:05:02 +00:00
pgoyette
e02d91d677
Move the only regress/lib/libm test to the new atf format
2010-12-20 23:47:23 +00:00
ryo
0b4dc3f5af
add myself
2010-12-20 19:51:03 +00:00
njoly
198de556b0
Add testcase from PR/44255, that exercize parsedate(3) with sample
...
strings taken from the manpage.
2010-12-20 16:23:01 +00:00
njoly
ff432d0574
Remove unneeded .debug entry for t_swsensor script.
2010-12-20 15:10:06 +00:00
pgoyette
2fbd285235
Add a rump-based set of tests for sysmon_envsys(8) + powerd(8) + swsensor(4)
2010-12-20 04:56:18 +00:00
christos
61081d3e2f
To use x86/cpu.h struct cpu_info from userland, we need via_padlock.h installed.
2010-12-20 04:29:29 +00:00
pgoyette
924531cd7e
Add rump versions of usr.sbin/powerd
2010-12-19 22:53:19 +00:00
jruoho
b5b75a6230
Document __builtin_constant_p().
2010-12-19 10:07:23 +00:00
jruoho
b9d6470c45
Document the __builtin_return_address() GNU extension. Again this is well
...
justified due to the wide use of these non-standard extensions in the tree.
2010-12-19 09:30:49 +00:00
jruoho
c29a3eba93
Document the __alignof__ GNU extension.
2010-12-19 08:10:07 +00:00
pooka
c1e38b8cc4
the setlist joy for a new tp
2010-12-17 19:13:48 +00:00
jruoho
2daf152b55
There is no harm to add a manual page for the GNU typeof()-construct, given
...
that it has already crawled into the source tree.
2010-12-17 12:14:03 +00:00
jruoho
27cfff3b3e
Make tcpdump(8) to drop root privileges and chroot(2) by default.
2010-12-17 09:54:27 +00:00
jruoho
cc55e6fca5
Briefly describe __read_mostly and __cachline_aligned.
2010-12-17 08:13:09 +00:00
jruoho
52b33dcfd8
Add __insn_barrier(3). XXX: Someone more knowledgeable may want to check this.
2010-12-17 07:10:37 +00:00