Author: ngie
Date: Fri Oct 24 03:53:49 2014
New Revision: 273574
URL: https://svnweb.freebsd.org/changeset/base/273574
Log:
- Test for EINVAL requirement when passing an invalid flag in to msync(2)
- Expect ENOMEM instead of EFAULT when msync'ing a previously munmap'ed region
on FreeBSD
Author: ngie
Date: Fri Oct 24 06:53:06 2014
New Revision: 273578
URL: https://svnweb.freebsd.org/changeset/base/273578
Log:
- Add inttypes.h and stdint.h in lieu of int_limits.h from NetBSD
- Use #include "h_macros.h" instead of relative path analog
Sponsored by: EMC / Isilon Storage Divi
Author: ngie
Date: Fri Oct 24 06:57:16 2014
New Revision: 273579
URL: https://svnweb.freebsd.org/changeset/base/273579
Log:
- Mark signo __unused in the signal handler function
- Effectively #if 0 out some code that does not fail on FreeBSD
In collaboration with: pho
Sponsored by: EMC /
Author: ngie
Date: Fri Oct 24 16:07:31 2014
New Revision: 273591
URL: https://svnweb.freebsd.org/changeset/base/273591
Log:
Correct my previous commit:
- getrusage_utime_back succeeds reliably on FreeBSD
- getrusage_utime_zero passes/fails in a seemingly non-deterministic manner.
Skip
Author: ngie
Date: Fri Oct 24 16:18:16 2014
New Revision: 273592
URL: https://svnweb.freebsd.org/changeset/base/273592
Log:
- Add sys/types.h for the APIs in sys/sysctl.h
- Poke at VM_MIN_ADDRESS in machine/vmparam.h because FreeBSD doesn't have a
vm.minaddress sysctl analog
- Expect ENO
Author: ngie
Date: Sat Oct 25 04:52:48 2014
New Revision: 273627
URL: https://svnweb.freebsd.org/changeset/base/273627
Log:
- Print out "Bail out!" in die(..) so prove terminates immediately
- Handle the output from newer versions of openssl md5, similar to what
pjd@ did in r248304
MF
Author: ngie
Date: Sat Oct 25 05:31:18 2014
New Revision: 273628
URL: https://svnweb.freebsd.org/changeset/base/273628
Log:
Move the redirection to stderr out of the cmd variable assignment
Putting 2>/dev/null in cmd= escapes the redirection operation, which causes
mdconfig to think it's
Author: ngie
Date: Sat Oct 25 06:10:01 2014
New Revision: 273630
URL: https://svnweb.freebsd.org/changeset/base/273630
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 191573
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Sat Oct 25 06:28:48 2014
New Revision: 273631
URL: https://svnweb.freebsd.org/changeset/base/273631
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194586
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Sat Oct 25 06:33:00 2014
New Revision: 273632
URL: https://svnweb.freebsd.org/changeset/base/273632
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194587
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Sat Oct 25 07:20:46 2014
New Revision: 273633
URL: https://svnweb.freebsd.org/changeset/base/273633
Log:
Bail out of the script on FreeBSD due to deterministic panic issue
PR: 194589
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/zfs/zpoo
Author: ngie
Date: Tue Oct 28 23:01:09 2014
New Revision: 273803
URL: https://svnweb.freebsd.org/changeset/base/273803
Log:
Filter out TESTS_SUBDIRS already added to SUBDIR instead of blindly
appending the TESTS_SUBDIRS variable to SUBDIR
Duplicate directory entries can cause unexpected s
On Oct 28, 2014, at 19:17, Craig Rodrigues wrote:
> Hi,
>
> The tests started failing after this commit. Can you take a look?
>
> https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/console
Hi Craig,
It’s my fault with not fully testing out the fix in r273803. I’m fixing
Author: ngie
Date: Wed Oct 29 04:32:46 2014
New Revision: 273810
URL: https://svnweb.freebsd.org/changeset/base/273810
Log:
Fix the logic inversion in the previous commit by ensuring that the matched
expression (:M) is empty, not the not matched (:N) is empty. The former case
means we have n
On Oct 28, 2014, at 21:00, Garrett Cooper wrote:
> On Oct 28, 2014, at 19:17, Craig Rodrigues wrote:
>
>> Hi,
>>
>> The tests started failing after this commit. Can you take a look?
>>
>> https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/143/co
> On Oct 30, 2014, at 09:26, Josh Paetzel wrote:
>
> Author: jpaetzel
> Date: Thu Oct 30 16:26:17 2014
> New Revision: 273866
> URL: https://svnweb.freebsd.org/changeset/base/273866
>
> Log:
> Plug memory ordering holes in buf_ring_enqueue. For at least some
> users this patch eliminates the
On Oct 30, 2014, at 14:21, Mark Murray wrote:
> Author: markm
> Date: Thu Oct 30 21:21:53 2014
> New Revision: 273872
> URL: https://svnweb.freebsd.org/changeset/base/273872
>
> Log:
> This is the much-discussed major upgrade to the random(4) device, known to
> you all as /dev/random.
>
> Th
On Oct 28, 2014, at 4:33, Bruce Evans wrote:
> On Tue, 28 Oct 2014, [utf-8] Dag-Erling Smørgrav wrote:
>
>> Bruce Evans writes:
>>> Dag-Erling Smørgrav writes:
This is a bug on all platforms, and both clang and (recent) gcc
should complain about it. That printf() call will print gar
On Oct 31, 2014, at 17:51, Dag-Erling Smørgrav wrote:
> Xin LI writes:
>> Log:
>> rc.d/geli should not depend on random, as the attach functionality
>> do not require additional entropy to function.
>>
>> It would create a circular dependency (not immediately obvious:
>> geli provides 'disk
Author: ngie
Date: Sat Nov 1 17:09:39 2014
New Revision: 273933
URL: https://svnweb.freebsd.org/changeset/base/273933
Log:
Don't prune duplicate services in the expected output from /etc/services on
FreeBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/net/t_servent.s
Author: ngie
Date: Sat Nov 1 17:13:13 2014
New Revision: 273935
URL: https://svnweb.freebsd.org/changeset/base/273935
Log:
Port tests to FreeBSD/Linux
Some of the testcases don't work outside of NetBSD, and the behavior of
ether_aton_r differs between FreeBSD, Linux, and NetBSD, and the
Author: ngie
Date: Sat Nov 1 17:14:29 2014
New Revision: 273936
URL: https://svnweb.freebsd.org/changeset/base/273936
Log:
Port lib/libc/net/h_dns_server to FreeBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/net/h_dns_server.c
Modified: head/contrib/netbsd-tests/lib
Author: ngie
Date: Sat Nov 1 17:19:43 2014
New Revision: 273937
URL: https://svnweb.freebsd.org/changeset/base/273937
Log:
Port lib/libc/sys/t_dup to FreeBSD/Linux
- The requirements differ between FreeBSD/Linux when dealing with oldd/newd
being equal (both fail with EINVAL, not EBADF)
Author: ngie
Date: Sat Nov 1 17:22:53 2014
New Revision: 273938
URL: https://svnweb.freebsd.org/changeset/base/273938
Log:
getitimer on FreeBSD returns the last set time instead of the remaining time;
test for that instead
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc
Author: ngie
Date: Sat Nov 1 20:33:42 2014
New Revision: 273942
URL: https://svnweb.freebsd.org/changeset/base/273942
Log:
Skip :sethostname_basic because it messes up the test host's hostname
Convert code from #if defined(__FreeBSD__) to #ifdef __FreeBSD__
Modified:
head/contrib/netbsd
Author: ngie
Date: Sat Nov 1 20:41:40 2014
New Revision: 273943
URL: https://svnweb.freebsd.org/changeset/base/273943
Log:
Port t_kevent to FreeBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/sys/t_kevent.c
Modified: head/contrib/netbsd-tests/lib/libc/sys/t_kevent.c
Author: ngie
Date: Sat Nov 1 20:45:45 2014
New Revision: 273945
URL: https://svnweb.freebsd.org/changeset/base/273945
Log:
Port t_mincore to FreeBSD
Mark :mincore_resid as atf_tc_expect_fail on FreeBSD because of new bug
discovered in running the tests (it succeeded from earlier on in th
Author: ngie
Date: Sat Nov 1 20:50:39 2014
New Revision: 273946
URL: https://svnweb.freebsd.org/changeset/base/273946
Log:
Port h_atexit to FreeBSD
__cxa_atexit varies between FreeBSD and NetBSD, and thus we must use pointers
instead of static fields in the BSS. More extensive discussion
Author: ngie
Date: Sat Nov 1 21:00:40 2014
New Revision: 273947
URL: https://svnweb.freebsd.org/changeset/base/273947
Log:
Expect :snprintf_posarg_error to blow up with a SIGSEGV on !NetBSD OSes
Modified:
head/contrib/netbsd-tests/lib/libc/stdio/t_printf.c
Modified: head/contrib/netbsd-test
Author: ngie
Date: Sat Nov 1 21:21:06 2014
New Revision: 273948
URL: https://svnweb.freebsd.org/changeset/base/273948
Log:
Disable testcases 12 and 15-22 on FreeBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/stdio/t_fmemopen.c
Modified: head/contrib/netbsd-tests/lib
Author: ngie
Date: Sat Nov 1 21:23:27 2014
New Revision: 273949
URL: https://svnweb.freebsd.org/changeset/base/273949
Log:
Add new atf_tc_expect_fail to fflush_err; this is a new (within the past
couple months) bug
Modified:
head/contrib/netbsd-tests/lib/libc/stdio/t_fflush.c
Modified: hea
Author: ngie
Date: Sat Nov 1 21:25:22 2014
New Revision: 273950
URL: https://svnweb.freebsd.org/changeset/base/273950
Log:
Skip :fopen_regular on !NetBSD because it's a NetBSD specific test
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/stdio/t_fopen.c
Modified: head/co
Author: ngie
Date: Sat Nov 1 21:30:18 2014
New Revision: 273951
URL: https://svnweb.freebsd.org/changeset/base/273951
Log:
Expect :sscanf_whitespace to fail on !NetBSD OSes
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/stdio/t_scanf.c
Modified: head/contrib/netbsd-test
Author: ngie
Date: Sat Nov 1 22:00:46 2014
New Revision: 273952
URL: https://svnweb.freebsd.org/changeset/base/273952
Log:
Port h_hash and t_sha2 to FreeBSD
t_sha2 contains dirty copy-paste hacks that need to be fixed with the openssh
OpenBSD compat layer
Submitted by: pho
Modified
Author: ngie
Date: Mon Nov 3 06:07:55 2014
New Revision: 274011
URL: https://svnweb.freebsd.org/changeset/base/274011
Log:
Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_test
- Suffix useradd/userdel commands with pw
- Remove the atf_expect_fail for bin/39546
Author: ngie
Date: Mon Nov 3 07:18:42 2014
New Revision: 274016
URL: https://svnweb.freebsd.org/changeset/base/274016
Log:
Integrate pjdfstest test suite execution into kyua
pjdfstest execution is opt-in and must be done as root due to some of the
assumptions made by the test suite and l
On Nov 2, 2014, at 23:18, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov 3 07:18:42 2014
> New Revision: 274016
> URL: https://svnweb.freebsd.org/changeset/base/274016
>
> Log:
> Integrate pjdfstest test suite execution into kyua
>
> pjdfstest execution is
Author: ngie
Date: Mon Nov 3 09:17:09 2014
New Revision: 274021
URL: https://svnweb.freebsd.org/changeset/base/274021
Log:
Remove explicit KYUAFILE=yes from tests/sys/Makefile
This causes the directory traversing Kyuafile to be installed, which in turn
causes tests/sys/pjdfstest to alway
Author: ngie
Date: Mon Nov 3 09:26:39 2014
New Revision: 274022
URL: https://svnweb.freebsd.org/changeset/base/274022
Log:
Require root when running the pw_delete and pw_modify test programs (pw(8)
requires it)
Modified:
head/usr.sbin/pw/tests/Makefile
Modified: head/usr.sbin/pw/tests/Mak
Author: ngie
Date: Mon Nov 3 15:40:49 2014
New Revision: 274052
URL: https://svnweb.freebsd.org/changeset/base/274052
Log:
Remove unused tests/lib directory
MFC after: 1 week
Deleted:
head/tests/lib/
___
svn-src-head@freebsd.org mailing list
h
Author: ngie
Date: Mon Nov 3 21:21:08 2014
New Revision: 274061
URL: https://svnweb.freebsd.org/changeset/base/274061
Log:
Port t_db.sh to FreeBSD
- The blocksize on FreeBSD is 32kB, not 64kB
- Add some detection for MK_DICT == no; /nonexistent is echoed along with
atf_skip to ensure
Author: ngie
Date: Mon Nov 3 21:26:11 2014
New Revision: 274062
URL: https://svnweb.freebsd.org/changeset/base/274062
Log:
inet_network on FreeBSD returns NULL when provided "0x" to inet_network
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/inet/t_inet_network.c
Modifi
Author: ngie
Date: Mon Nov 3 23:36:41 2014
New Revision: 274066
URL: https://svnweb.freebsd.org/changeset/base/274066
Log:
Port lib/libc/ssp to FreeBSD
In most cases, the buffers and data were resized, but when dealing with the
helpers, some of the code was adjusted to fail more reliably
Author: ngie
Date: Mon Nov 3 23:37:51 2014
New Revision: 274067
URL: https://svnweb.freebsd.org/changeset/base/274067
Log:
rpc_control on FreeBSD is a public-ish API (not prefixed with __), not private
like NetBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libc/rpc/t_rp
Author: ngie
Date: Tue Nov 4 00:04:36 2014
New Revision: 274072
URL: https://svnweb.freebsd.org/changeset/base/274072
Log:
Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice on
FreeBSD, and always assume long long double exists on FreeBSD
Submitted by: pho
Modified:
On Nov 3, 2014, at 16:04, Garrett Cooper wrote:
> Author: ngie
> Date: Tue Nov 4 00:04:36 2014
> New Revision: 274072
> URL: https://svnweb.freebsd.org/changeset/base/274072
>
> Log:
> Finish off lib/libc/stdlib/t_strtod.c port by checking for "y" twice on
>
Author: ngie
Date: Tue Nov 4 00:19:10 2014
New Revision: 274074
URL: https://svnweb.freebsd.org/changeset/base/274074
Log:
Add Makefile snippet to ease porting NetBSD testcases to FreeBSD from
contrib/netbsd-tests
This Makefile snippet handles polluting testcases with -lnetbsd, specific
Author: ngie
Date: Tue Nov 4 00:56:25 2014
New Revision: 274075
URL: https://svnweb.freebsd.org/changeset/base/274075
Log:
Add reachover Makefiles for contrib/netbsd-tests/lib/libc; this adds
approximately
500 new testcases
Various TODOs have been sprinkled around the Makefiles for item
Author: ngie
Date: Tue Nov 4 01:57:31 2014
New Revision: 274077
URL: https://svnweb.freebsd.org/changeset/base/274077
Log:
As an optimization (in simple, well used cases) only call cat ${.ALLSRC} when
generating files from various sources instead of calling cat ${.ALLSRC} | sed
The perl
Author: ngie
Date: Tue Nov 4 02:00:07 2014
New Revision: 274078
URL: https://svnweb.freebsd.org/changeset/base/274078
Log:
Commit missing header for sys/time.h compat on NetBSD to unbreak the
amd64/i386
build
Pointyhat to: me (forgot to svn add it sooner)
Added:
head/lib/libnetbsd/sy
Author: ngie
Date: Tue Nov 4 05:02:22 2014
New Revision: 274079
URL: https://svnweb.freebsd.org/changeset/base/274079
Log:
Import proper fix for misc/49356 (/usr/include/atf-c/config.h) after
atf-c/config.h
was removed from the build
Pointyhat to: me (again, for not running make delete-
Author: ngie
Date: Tue Nov 4 16:02:46 2014
New Revision: 274090
URL: https://svnweb.freebsd.org/changeset/base/274090
Log:
Fix the Jenkins test run by skipping the negative testcases earlier
The problem is that lib.libc.locale.t_io:bad_big5_wprintf was printing out
illegal Unicode charac
On Nov 4, 2014, at 18:36, Devin Teske wrote:
> Author: dteske
> Date: Wed Nov 5 02:36:28 2014
> New Revision: 274123
> URL: https://svnweb.freebsd.org/changeset/base/274123
…
> Modified: head/lib/libdpv/Makefile
> ==
>
Author: ngie
Date: Wed Nov 5 16:30:02 2014
New Revision: 274142
URL: https://svnweb.freebsd.org/changeset/base/274142
Log:
Remove expected failure from lib.libc.sys.t_mincore:mincore_resid
The failure was added based on observation seen on 11.0-CURRENT @ r273153, not
based on internal te
Author: ngie
Date: Wed Nov 5 16:38:57 2014
New Revision: 274143
URL: https://svnweb.freebsd.org/changeset/base/274143
Log:
Expect lib.libc.sys.getcontext_test.setcontext_link to fail on amd64; add
additional debugging to make the underlying problem more visible
Calling setcontext(2) on a
On Nov 6, 2014, at 9:19, Warner Losh wrote:
> Author: imp
> Date: Thu Nov 6 17:19:41 2014
> New Revision: 274186
> URL: https://svnweb.freebsd.org/changeset/base/274186
>
> Log:
> Ignore errors from rm -rf to support high -j builds. This is, at best,
> a kludge. However, it also effectively w
On Nov 6, 2014, at 17:54, Devin Teske wrote:
>> -Original Message-
>> From: owner-src-committ...@freebsd.org [mailto:owner-src-
>> committ...@freebsd.org] On Behalf Of Jack F Vogel
>> Sent: Thursday, November 6, 2014 3:45 PM
>> To: src-committ...@freebsd.org; svn-src-...@freebsd.org; svn-
> On Nov 7, 2014, at 02:49, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Fri Nov 7 10:49:54 2014
> New Revision: 274226
> URL: https://svnweb.freebsd.org/changeset/base/274226
>
> Log:
> libdialog has to be linked to libncursesw and libm
Thank you for fixing these implicit dependencies
Author: ngie
Date: Sat Nov 8 03:20:56 2014
New Revision: 274267
URL: https://svnweb.freebsd.org/changeset/base/274267
Log:
Use PROGS instead of PROG and remove unnecessary SRCS?= assignment
Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause
the PROG to show up more
Author: ngie
Date: Sat Nov 8 04:24:54 2014
New Revision: 274270
URL: https://svnweb.freebsd.org/changeset/base/274270
Log:
Fix build race in Makefile.inc1 after r274226 by adding lib/libm__L dependency
for gnu/lib/libdialog
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Ma
Author: ngie
Date: Tue Nov 11 04:06:05 2014
New Revision: 274364
URL: https://svnweb.freebsd.org/changeset/base/274364
Log:
Add baud rate support to telnet(1)
This implements part of RFC-2217
It's based off a patch originally written by Sujal Patel at Isilon, and
contributions from o
Author: ngie
Date: Tue Nov 11 04:07:41 2014
New Revision: 274365
URL: https://svnweb.freebsd.org/changeset/base/274365
Log:
Revert WiP to contrib/tzcode accidentally committed with r274364
Modified:
head/contrib/tzcode/stdtime/localtime.c
Modified: head/contrib/tzcode/stdtime/localtime.c
===
> On Nov 11, 2014, at 05:33, Andrey Chernov wrote:
>
>> On 11.11.2014 7:07, Garrett Cooper wrote:
>> Author: ngie
>> Date: Tue Nov 11 04:07:41 2014
>> New Revision: 274365
>> URL: https://svnweb.freebsd.org/changeset/base/274365
>>
>> Lo
On Nov 15, 2014, at 10:03, Sean Bruno wrote:
> Author: sbruno
> Date: Sat Nov 15 18:03:38 2014
> New Revision: 274552
> URL: https://svnweb.freebsd.org/changeset/base/274552
>
> Log:
> Change LDFLAGS to LDADD in order to allow static builds. This is more
> proper way to ensure that the comman
Author: ngie
Date: Sun Nov 16 05:05:18 2014
New Revision: 274571
URL: https://svnweb.freebsd.org/changeset/base/274571
Log:
Use _exit instead of exit so the file descriptors aren't flushed twice in the
child processes
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libpthread
Author: ngie
Date: Sun Nov 16 05:06:35 2014
New Revision: 274572
URL: https://svnweb.freebsd.org/changeset/base/274572
Log:
Only expect timeouts on powerpc with NetBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libpthread/t_mutex.c
Modified: head/contrib/netbsd-tests/lib/
Author: ngie
Date: Sun Nov 16 05:08:19 2014
New Revision: 274573
URL: https://svnweb.freebsd.org/changeset/base/274573
Log:
Expect :pthread_detach to fail with EINVAL instead of ESRCH on FreeBSD
PR: 191906
In collaboration with: pho
Modified:
head/contrib/netbsd-tests/lib/libpthread/t_
Author: ngie
Date: Sun Nov 16 05:09:23 2014
New Revision: 274574
URL: https://svnweb.freebsd.org/changeset/base/274574
Log:
Add pthread_np.h #include and initialize the pthread attribute on FreeBSD
Submitted by: pho
Modified:
head/contrib/netbsd-tests/lib/libpthread/t_join.c
Modified: h
Author: ngie
Date: Sun Nov 16 05:11:07 2014
New Revision: 274575
URL: https://svnweb.freebsd.org/changeset/base/274575
Log:
#ifdef out a printf on !NetBSD that causes the testcase to fail when comparing
the output from the helper program
Submitted by: pho
Modified:
head/contrib/netbsd-
Author: ngie
Date: Sun Nov 16 05:13:39 2014
New Revision: 274577
URL: https://svnweb.freebsd.org/changeset/base/274577
Log:
Add missing sys/time.h #include for timespecsub macro in
lib/libnetbsd/sys/time.h
Modified:
head/contrib/netbsd-tests/lib/libpthread/t_condwait.c
head/contrib/netbsd-
Author: ngie
Date: Sun Nov 16 05:13:10 2014
New Revision: 274576
URL: https://svnweb.freebsd.org/changeset/base/274576
Log:
Port helper program to FreeBSD, similar to ../../lib/libc/stdlib/h_atexit.c
Submitted by: pho
In collaboration with: kib
Modified:
head/contrib/netbsd-tests/lib/l
On Nov 15, 2014, at 21:19, Alfred Perlstein wrote:
> This looks easy enough to fix under _thr_find_thread() in libthread.
>
> Any interest in fixing it?
Yes, if it’s POSIXly correct and doesn’t break everything else.
> Might be worth hacking _thr_find_thread() to take an ERRNO to return based
On Nov 15, 2014, at 21:24, Alfred Perlstein wrote:
> On 11/15/14, 9:22 PM, Garrett Cooper wrote:
>> On Nov 15, 2014, at 21:19, Alfred Perlstein wrote:
>>
>>> This looks easy enough to fix under _thr_find_thread() in libthread.
>>>
>>> Any interest in
On Nov 15, 2014, at 21:26, Garrett Cooper wrote:
> On Nov 15, 2014, at 21:24, Alfred Perlstein wrote:
>
>> On 11/15/14, 9:22 PM, Garrett Cooper wrote:
>>> On Nov 15, 2014, at 21:19, Alfred Perlstein wrote:
>>>
>>>> This looks easy enough to
Author: ngie
Date: Sun Nov 16 06:35:20 2014
New Revision: 274578
URL: https://svnweb.freebsd.org/changeset/base/274578
Log:
Add reachover Makefiles for contrib/netbsd-tests/lib/libpthread as
lib/libthr/tests
A variant of this code has been tested on amd64/i386 for some time by
EMC/Isilo
Author: ngie
Date: Sun Nov 16 06:59:58 2014
New Revision: 274579
URL: https://svnweb.freebsd.org/changeset/base/274579
Log:
Call sem_unlink on semaphores before attempting to create them
Due to the lack of uniqueness in the semaphore name, and the fact that the
tests don't have cleanup ro
Author: ngie
Date: Sun Nov 16 07:03:19 2014
New Revision: 274580
URL: https://svnweb.freebsd.org/changeset/base/274580
Log:
Add reachover Makefiles for contrib/netbsd-tests/lib/librt
A variant of this code has been tested on amd64/i386 for some time by
EMC/Isilon on 10-STABLE/11-CURRENT.
Author: ngie
Date: Sun Nov 16 07:55:28 2014
New Revision: 274581
URL: https://svnweb.freebsd.org/changeset/base/274581
Log:
Convert tools/regression/lib/libc/gen/test-arc4random into an ATF testcase and
rename as lib/libc/gen/arc4random_test
Sponsored by: EMC / Isilon Storage Division
Ad
Author: ngie
Date: Sun Nov 16 07:58:06 2014
New Revision: 274582
URL: https://svnweb.freebsd.org/changeset/base/274582
Log:
Remove test-arc4random from this Makefile so others can continue to use
this as-is for the time being
Modified:
head/tools/regression/lib/libc/gen/Makefile
Modified:
Author: ngie
Date: Sun Nov 16 19:47:29 2014
New Revision: 274591
URL: https://svnweb.freebsd.org/changeset/base/274591
Log:
Add freebsd-testing and myself to MAINTAINERS for contrib/netbsd-tests and
contrib/pjdfstest
Modified:
head/MAINTAINERS
Modified: head/MAINTAINERS
===
Author: ngie
Date: Sun Nov 16 19:57:47 2014
New Revision: 274592
URL: https://svnweb.freebsd.org/changeset/base/274592
Log:
Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase and
rename as lib/libc/stdio/fmemopen2_test
Sponsored by: EMC / Isilon Storage Division
A
On Nov 16, 2014, at 12:10, Sean Bruno wrote:
> Author: sbruno
> Date: Sun Nov 16 20:10:37 2014
> New Revision: 274593
> URL: https://svnweb.freebsd.org/changeset/base/274593
>
> Log:
> Flush out many more static binaries that can be used in a jail for building
> pkgs via poudriere. This remov
Author: ngie
Date: Sun Nov 16 20:29:57 2014
New Revision: 274595
URL: https://svnweb.freebsd.org/changeset/base/274595
Log:
Convert tools/regression/lib/libc/stdio/test-fpclassify into an ATF testcase
and
Rename as lib/libc/stdio/fpclassify2_test
Sponsored by: EMC / Isilon Storage Divisi
Author: ngie
Date: Sun Nov 16 20:34:46 2014
New Revision: 274597
URL: https://svnweb.freebsd.org/changeset/base/274597
Log:
Skip the long-double epsilon checks on FreeBSD/i386
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tests/lib/libm/t_precision.c
Modified
Author: ngie
Date: Sun Nov 16 20:35:32 2014
New Revision: 274598
URL: https://svnweb.freebsd.org/changeset/base/274598
Log:
Reset errno to 0 before running scalbn to be sure that the tested errno is
valid
Sponsored by: EMC / Isilon Storage Division
Modified:
head/contrib/netbsd-tests/l
Author: ngie
Date: Sun Nov 16 20:37:46 2014
New Revision: 274599
URL: https://svnweb.freebsd.org/changeset/base/274599
Log:
Alias isinff to isinf on FreeBSD
isinf on FreeBSD automatically picks the appropriate type per math.h
Sponsored by: EMC / Isilon Storage Division
Modified:
hea
Author: ngie
Date: Sun Nov 16 20:39:11 2014
New Revision: 274600
URL: https://svnweb.freebsd.org/changeset/base/274600
Log:
- Expect exp2_powers to fail on FreeBSD/i386
- Expect exp2_values to fail on FreeBSD due to the small epsilon
Sponsored by: EMC / Isilon Storage Division
Modified:
Author: ngie
Date: Sun Nov 16 20:42:30 2014
New Revision: 274601
URL: https://svnweb.freebsd.org/changeset/base/274601
Log:
- Skip over the testcases that call cbrtl on platforms where LDBL_PREC == 53
(arm, mips, powerpc). This fixes the build on these platforms, based on some
ad hoc tinderb
Author: ngie
Date: Mon Nov 17 09:19:09 2014
New Revision: 274618
URL: https://svnweb.freebsd.org/changeset/base/274618
Log:
Add reachover Makefiles for contrib/netbsd-tests/lib/librt
A variant of this code has been tested on amd64/i386 for some time by
EMC/Isilon on 10-STABLE/11-CURRENT.
On Nov 17, 2014, at 1:19, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov 17 09:19:09 2014
> New Revision: 274618
> URL: https://svnweb.freebsd.org/changeset/base/274618
>
> Log:
> Add reachover Makefiles for contrib/netbsd-tests/lib/librt
>
> A variant of t
On Nov 17, 2014, at 3:35, Steven Hartland wrote:
> Author: smh
> Date: Mon Nov 17 11:35:30 2014
> New Revision: 274620
> URL: https://svnweb.freebsd.org/changeset/base/274620
>
> Log:
> Revert r273630 as the panic was fixed by r274619
>
> The panic was caused by TRIM requests run against file
Author: ngie
Date: Mon Nov 17 13:39:00 2014
New Revision: 274626
URL: https://svnweb.freebsd.org/changeset/base/274626
Log:
Mechanically replace #if defined(__FreeBSD__) and #if defined(__NetBSD__) with
their #ifdef equivalents for everything changed in contrib/netbsd-tests. There
are some i
Author: ngie
Date: Tue Nov 25 05:25:12 2014
New Revision: 275006
URL: https://svnweb.freebsd.org/changeset/base/275006
Log:
Remove cokane@ from MAINTAINERS for 3dfx(4)/tdfx(4) because their email
addresses on file bounce (see r252463 for more details)
Reviewed by: accounts (dhw)
Modified
Author: ngie
Date: Thu Nov 27 06:04:00 2014
New Revision: 275170
URL: https://svnweb.freebsd.org/changeset/base/275170
Log:
Convert sbin/mdconfig/tests from prove format tests to ATF format tests
As a side effect...
1. The tests now checks for the root user before continuing with kyua, wh
Author: ngie
Date: Sat Nov 29 06:53:06 2014
New Revision: 275234
URL: https://svnweb.freebsd.org/changeset/base/275234
Log:
MF projects/building-blocks r275198:
Use ${.TARGET} instead of hardcoding the name in the dump build rule
Modified:
head/usr.bin/vi/catalog/Makefile
Directory Pro
Author: ngie
Date: Sat Nov 29 22:26:35 2014
New Revision: 275270
URL: https://svnweb.freebsd.org/changeset/base/275270
Log:
etc/mail actually applies to MK_SENDMAIL, not MK_MAIL
Modified:
head/etc/Makefile
Modified: head/etc/Makefile
==
Author: ngie
Date: Sat Nov 29 22:31:19 2014
New Revision: 275271
URL: https://svnweb.freebsd.org/changeset/base/275271
Log:
Revert r275270
MK_MAIL applies to MK_SENDMAIL and a number of other knobs. r275270
incorrectly
applied it to only MK_SENDMAIL
Modified:
head/etc/Makefile
Modifi
Author: ngie
Date: Sun Nov 30 06:03:59 2014
New Revision: 275299
URL: https://svnweb.freebsd.org/changeset/base/275299
Log:
Remove etc/rc.d/mrouted
mrouted has been available in ports for the last 8 years as net/mrouted . An
equivalent rc.d script has been present in the port.
Remove
Author: ngie
Date: Sun Nov 30 06:46:30 2014
New Revision: 275302
URL: https://svnweb.freebsd.org/changeset/base/275302
Log:
Followup to r275299: add an ObsoleteFiles.inc entry for etc/rc.d/mrouted
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
=
Author: ngie
Date: Sun Nov 30 12:32:16 2014
New Revision: 275323
URL: https://svnweb.freebsd.org/changeset/base/275323
Log:
Add mergeinfo for r275302
Modified:
Directory Properties:
head/ (props changed)
___
svn-src-head@freebsd.org mailing list
h
301 - 400 of 1424 matches
Mail list logo