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
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
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
joerg
bff70242e1
Fix up mktime_z.3 entries
2010-12-16 23:01:56 +00:00
christos
059bb058bd
add missing files.
2010-12-16 22:19:37 +00:00
christos
5294b6fb4c
sets for tzcode enhancements
2010-12-16 18:42:48 +00:00
jruoho
e4082b0bf6
Document __dead, __pure, __constfunc, __noinline, __unused, and __used.
2010-12-16 17:47:53 +00:00
pooka
7d31b6aa96
+rump_sp manpage
2010-12-16 15:30:56 +00:00
jruoho
85e71b7d90
Now that <sys/cdefs.h> is mostly documented, include a small summary page
...
for it, cdefs(3).
2010-12-16 10:19:13 +00:00
jruoho
084bbf58ac
Start to document the GNU C attributes. For now, only __packed, __aligned,
...
and __section are documented, but I will keep extending this.
2010-12-16 08:35:35 +00:00
pooka
cff244c45d
goop for initial raidframe test
2010-12-15 20:42:23 +00:00
pooka
6c9ee22f0d
+rump.raidctl
2010-12-15 18:39:27 +00:00
haad
bc16eca20e
Add usr.sbin/Attfile to test list.
2010-12-15 10:42:56 +00:00
pooka
7df18b4fe2
+traceroute tp
2010-12-15 00:17:34 +00:00
pooka
7b290e7e38
rump.traceroute
2010-12-15 00:11:59 +00:00
pooka
4273ad0aa6
add new, remove obsolete
2010-12-14 17:52:06 +00:00
jruoho
9c53985f97
Add a manual page for the makedev(), major(), and minor() macros.
...
Taken from FreeBSD. Written by Ed Schouten.
2010-12-14 17:09:27 +00:00