205238 Commits

Author SHA1 Message Date
reinoud
1b737a9a66 Remove excess signal stack declarations and remove the clock and ld signals
from the signal stack since they are only issued shortly.
2011-09-13 10:40:26 +00:00
reinoud
cfcb954ea9 Implement pmap_protect() and pmap_remove_all() 2011-09-13 10:38:48 +00:00
reinoud
ada358e9e2 Keep processing since we *might* have missed one during execution 2011-09-13 10:38:04 +00:00
wiz
a7e54c8724 Case fixes and a comma from Snader_LB. 2011-09-13 10:33:11 +00:00
wiz
c7e46fd216 Add missing s, from Snader_LB. 2011-09-13 09:16:00 +00:00
jruoho
2cae26a144 Assign missing copyright to TNF.
XXX: If these originated from you, please modify accordingly.
2011-09-13 08:58:41 +00:00
wiz
c94449f6a8 Fix typo. 2011-09-13 08:54:11 +00:00
wiz
810ed21852 Sort sections. 2011-09-13 08:53:15 +00:00
wiz
267db0c546 Fix Xr. 2011-09-13 08:53:10 +00:00
wiz
45c370fce8 Fix Dt. 2011-09-13 08:51:32 +00:00
njoly
d7d196e168 Add missing El macro. 2011-09-13 07:28:30 +00:00
njoly
fab32cf3a1 Remove xrefs to ieee(3) man page which does not exists anymore. 2011-09-13 07:11:43 +00:00
jruoho
95a05df276 Improve metadata once again. 2011-09-13 07:07:32 +00:00
jruoho
95fc86fc91 Test ldexp(x, n) == x * exp2(n) && ldexpf(x, n) == x * exp2f(n). 2011-09-13 07:03:36 +00:00
jruoho
8fa0fcafcb Test that scalbn(x) == ldexp(2) whenever FLT_RADIX == 2 (like it should be
on all systems except exotic relics such as IBM 360).
2011-09-13 06:50:41 +00:00
jruoho
6fd7775f29 Split out the logarithm functions from the perplex exp(3). Also remove some
useless notes in the latter (namely, no one cares that financial calculations
were done on Hewlett-Packard HP-71B, or that there is a LN1() in Pascal).
2011-09-13 05:26:47 +00:00
jruoho
a5f70e6aac When failing, point to the tracker PR lib/45362. 2011-09-13 04:24:30 +00:00
taca
7afa8865a1 tzdata2011j has released. (tzcode is still 2011i.) 2011-09-12 22:55:53 +00:00
christos
8b1d441333 document that dumpdir is now optional 2011-09-12 21:22:27 +00:00
christos
7249eb3f75 - always print corrupted dump messages instead of silently failing
- don't require /var/crash to be specified, default to it
- determine and print the kernel name
- print all messages to syslog
2011-09-12 21:22:07 +00:00
christos
ea9367e3e4 add kvm_getkernelname() 2011-09-12 21:14:29 +00:00
christos
1d24951773 add getkernelname 2011-09-12 21:13:31 +00:00
christos
8171e48bf4 doc for kvm_getkernelname 2011-09-12 21:11:53 +00:00
christos
b8c5a24416 add a function to report the name of the file kvm_open{,.files} is using. 2011-09-12 21:11:31 +00:00
jruoho
7638c70b09 Expand the test file to contain 48 individual test cases. 2011-09-12 18:07:29 +00:00
jruoho
f006ee10dc Improve the metadata descriptions. 2011-09-12 17:45:51 +00:00
jruoho
5fe096344e Fix typo. 2011-09-12 17:15:54 +00:00
wiz
43675611fd Fix special chars and spacing in previous. 2011-09-12 17:08:22 +00:00
jruoho
bfd4049668 Merge 't_floor' to 't_ceil', and simplify. 2011-09-12 16:48:48 +00:00
jruoho
1701dae929 Happiness of VAX implies ugliness of the code. 2011-09-12 16:28:37 +00:00
jruoho
82f75e1495 Improve and update. Also note again the lack of tanhl() in NetBSD. 2011-09-12 16:08:42 +00:00
jruoho
9a0782c38b Be more systematic and coarse-grained. 2011-09-12 16:00:56 +00:00
jruoho
173345a5e4 Add more assertions. 2011-09-12 15:47:14 +00:00
jruoho
e409403697 Start systematic testing of libm(3) by first evaluating the corner cases
(NaN, +0.0, -0.0, +Inf, -Inf) for the ldexp(3) and scalbn(3) families.
2011-09-12 15:27:40 +00:00
jruoho
bc80f14d3c Update and improve, and note that the long double variant is not supported. 2011-09-12 14:44:27 +00:00
apb
96aacf816f Use find .${X11FONTDIR}, not find ./${X11FONTDIR}, because ${X11FONTDIR}
starts with "/". This should fix issues involving .//usr/X11R7 instead
of ./usr/X11R7 in METALOG during the build for some ports.
2011-09-12 13:38:42 +00:00
joerg
299a5c7a41 Update LLVM/Clang snapshot to r139231. This includes various bugfixes
and improvements. Don't use a temporary file for tblgen to ensure that
dependencies are created correctly.
2011-09-12 13:32:59 +00:00
reinoud
4b103e4fc6 Move the clock device and the ld device to the new spl interrupt PIC 2011-09-12 12:25:45 +00:00
reinoud
4c1ac21f06 Implement spl level based priority interrupt controller in software 2011-09-12 12:24:34 +00:00
christos
999e847dfb reverse polarity of the warning. 2011-09-12 12:11:53 +00:00
njoly
a033fc3df4 + arpaname.debug, named-journalprint.debug, nsec3hash.debug 2011-09-12 09:57:42 +00:00
njoly
7e9ef33b17 Fix bad substitution, comp-debugd-bin -> comp-bind-bin. 2011-09-12 09:13:28 +00:00
jruoho
3ace9e826f Add one more case. Also remove a double fclose(3) and do not
steal stderr(3) as atf(7) may use it in case of failures.
2011-09-12 04:23:29 +00:00
christos
406d48f289 bump libisc too. 2011-09-12 00:45:25 +00:00
jakllsch
dca50c47f9 Correct copy/paste error in previous. 2011-09-11 22:28:21 +00:00
jakllsch
d5704d8888 Initialize the W axis value on open as is already done for the other axes. 2011-09-11 19:19:19 +00:00
christos
42a36093f3 new bind 2011-09-11 19:18:27 +00:00
christos
735f026cf4 sets for bind. 2011-09-11 19:10:55 +00:00
christos
888d3daedb merge bind-9.9.0a1 2011-09-11 18:55:24 +00:00
mbalmer
d3aee14626 Move SYSCTL_USE_DESCR to a better place. 2011-09-11 18:38:02 +00:00