Author: ngie
Date: Sun Nov 30 12:34:48 2014
New Revision: 275324
URL: https://svnweb.freebsd.org/changeset/base/275324
Log:
Remove duplicate FILESYSTEMS REQUIRE from etc/rc.d/ipmon and etc/rc.d/pflog
Modified:
head/etc/rc.d/ipmon
head/etc/rc.d/pflog
Directory Properties:
head/ (props ch
Author: ngie
Date: Sat Dec 6 03:15:46 2014
New Revision: 275557
URL: https://svnweb.freebsd.org/changeset/base/275557
Log:
Fix typos in comments and wrap to <80 columns
MFC after: 3 days
Modified:
head/share/mk/bsd.compiler.mk
Directory Properties:
head/ (props changed)
head/share
Author: ngie
Date: Mon Dec 8 03:30:42 2014
New Revision: 275588
URL: https://svnweb.freebsd.org/changeset/base/275588
Log:
${CC} --version doesn't need to be queried if both COMPILER_TYPE and
COMPILER_VERSION are known
Modified:
head/share/mk/bsd.compiler.mk
Directory Properties:
head/
Author: ngie
Date: Mon Dec 8 03:32:26 2014
New Revision: 275589
URL: https://svnweb.freebsd.org/changeset/base/275589
Log:
The previous commit should have been a logical or not a logical "and"
Pointyhat to: me
Modified:
head/share/mk/bsd.compiler.mk
Modified: head/share/mk/bsd.compiler
Author: ngie
Date: Mon Dec 8 09:09:50 2014
New Revision: 275602
URL: https://svnweb.freebsd.org/changeset/base/275602
Log:
Build gperf with xdev as part of _xb-bootstrap-tools
This will unbreak the build when "env MK_CXX=no make delete-old" has been run
on the build host post-r272849
Author: ngie
Date: Mon Dec 8 18:29:20 2014
New Revision: 275622
URL: https://svnweb.freebsd.org/changeset/base/275622
Log:
Add makewhatis to ITOOLS if MK_MAN != no
This will fix installation with differing host targets in installworld, so
one can build i386/i386 on an amd64 host, then in
Author: ngie
Date: Tue Mar 31 06:43:55 2015
New Revision: 280893
URL: https://svnweb.freebsd.org/changeset/base/280893
Log:
Cleanup and do minor refactoring before converting testcases to ATF
- Convert errx(-1, ..) to errx(1, ..)
- Move the aio(4) checks to a single function (aio_availabl
Author: ngie
Date: Tue Mar 31 06:50:28 2015
New Revision: 280894
URL: https://svnweb.freebsd.org/changeset/base/280894
Log:
Minor cleanup before converting to ATF testcases
- Remove blank (tab-only) lines.
- Fix -Wunused warnings.
- Bump up to WARNS= 6
Modified:
head/tools/regression
Author: ngie
Date: Tue Mar 31 06:51:13 2015
New Revision: 280895
URL: https://svnweb.freebsd.org/changeset/base/280895
Log:
- Fix -Wsign issue
- Bump up to WARNS=6
Modified:
head/tools/regression/aio/kqueue/Makefile
head/tools/regression/aio/kqueue/aio_kqueue.c
Modified: head/tools/regre
On Apr 1, 2015, at 23:15, Alexey Dokuchaev wrote:
> On Wed, Apr 01, 2015 at 07:04:03PM +0100, David Chisnall wrote:
>> This almost certainly does not make people happy:
>>
>> - * Copyright (c) 2000 Mark R. V. Murray & Jeroen C. van Gelderen
>> - * Copyright (c) 2001-2004 Mark R. V. Murray
>> - *
> On Apr 2, 2015, at 04:18, Edward Tomasz Napierala wrote:
>
> Author: trasz
> Date: Thu Apr 2 11:18:43 2015
> New Revision: 280982
> URL: https://svnweb.freebsd.org/changeset/base/280982
>
> Log:
> Rewrite iscsi.conf(5) to better match iscsictl(8).
>
> MFC after:1 month
> Sponsored by
> On Apr 2, 2015, at 10:09, Edward Tomasz Napierala wrote:
>
>> On 0402T0750, Garrett Cooper wrote:
>>
>>> On Apr 2, 2015, at 04:18, Edward Tomasz Napierala wrote:
>>>
>>> Author: trasz
>>> Date: Thu Apr 2 11:18:43 2015
>>> New
On Apr 3, 2015, at 17:31, Baptiste Daroussin wrote:
> Author: bapt
> Date: Sat Apr 4 00:31:40 2015
> New Revision: 281055
> URL: https://svnweb.freebsd.org/changeset/base/281055
>
> Log:
> Do not install scripts multiple time when using bsd.progs.mk
>
> Modified:
> head/share/mk/bsd.progs.mk
> On Apr 4, 2015, at 03:43, Baptiste Daroussin wrote:
>
>> On Fri, Apr 03, 2015 at 05:36:21PM -0700, Garrett Cooper wrote:
>>> On Apr 3, 2015, at 17:31, Baptiste Daroussin wrote:
>>>
>>> Author: bapt
>>> Date: Sat Apr 4 00:31
Hi Josh,
> On Apr 5, 2015, at 10:09, Josh Paetzel wrote:
>
> Author: jpaetzel
> Date: Sun Apr 5 17:09:58 2015
> New Revision: 281112
> URL: https://svnweb.freebsd.org/changeset/base/281112
>
> Log:
> Bug fixes and feature adds
>
> - Remove extranious echo that breaks puppet
> - Handle rest
> On Apr 5, 2015, at 23:56, Slawa Olhovchenkov wrote:
>
>> On Mon, Apr 06, 2015 at 01:32:27AM +, Dmitry Marakasov wrote:
>>
>> Author: amdmi3 (ports committer)
>> Date: Mon Apr 6 01:32:26 2015
>> New Revision: 281129
>> URL: https://svnweb.freebsd.org/changeset/base/281129
>>
>> Log:
>>
Author: ngie
Date: Sat Apr 11 02:50:44 2015
New Revision: 281391
URL: https://svnweb.freebsd.org/changeset/base/281391
Log:
- Use static buffers for temporary file paths instead of strdup of constant
strings
- Don't use /tmp because it's outside ATF's prescribed sandbox
- Use mkstemp instea
Author: ngie
Date: Sat Apr 11 02:59:45 2015
New Revision: 281392
URL: https://svnweb.freebsd.org/changeset/base/281392
Log:
- Garbage collect argc/argv (-Wunused)
- Bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/r
Author: ngie
Date: Sat Apr 11 03:13:09 2015
New Revision: 281393
URL: https://svnweb.freebsd.org/changeset/base/281393
Log:
Fix warnings and bump WARNS to 6
- Garbage collect argc/argv (-Wunused)
- sleep(3) will always return an unsigned int; don't check for return codes <0
(-Wsign-compa
Author: ngie
Date: Sat Apr 11 03:18:14 2015
New Revision: 281394
URL: https://svnweb.freebsd.org/changeset/base/281394
Log:
- Don't use /tmp because it's outside ATF's prescribed sandbox
- Replace a hardcoded PATH_MAX value with sizeof(path)
- Use path like an array, not a pointer, and alway
Author: ngie
Date: Sat Apr 11 03:19:48 2015
New Revision: 281395
URL: https://svnweb.freebsd.org/changeset/base/281395
Log:
Fix a -Wuninitialized warning by setting the socket to -1 and bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/r
Author: ngie
Date: Sat Apr 11 03:24:49 2015
New Revision: 281397
URL: https://svnweb.freebsd.org/changeset/base/281397
Log:
Mark signum unused in signal_handler; bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/sigpip
Author: ngie
Date: Sat Apr 11 03:35:33 2015
New Revision: 281398
URL: https://svnweb.freebsd.org/changeset/base/281398
Log:
Garbage collect argc/argv and bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/socketpair/Mak
Author: ngie
Date: Sat Apr 11 03:38:49 2015
New Revision: 281399
URL: https://svnweb.freebsd.org/changeset/base/281399
Log:
Fix warnings and bump WARNS to 6
- Staticize variables as needed
- Garbage collect argc/argv
- Fix -Wsign-compare warnings by casting small sizeof to (int)
MFC a
Author: ngie
Date: Sat Apr 11 03:43:43 2015
New Revision: 281400
URL: https://svnweb.freebsd.org/changeset/base/281400
Log:
- Garbage collect argc/argv; bump WARNS to 6
- Make the socket path random and move it out of /tmp as that's outside ATF's
prescribed path
MFC after: 1 week
Sp
Author: ngie
Date: Sat Apr 11 03:54:43 2015
New Revision: 281401
URL: https://svnweb.freebsd.org/changeset/base/281401
Log:
- Garbage collect argc/argv
- Use random paths instead of one in /tmp
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regress
Author: ngie
Date: Sat Apr 11 03:56:23 2015
New Revision: 281402
URL: https://svnweb.freebsd.org/changeset/base/281402
Log:
Garbage collect argc/argv and bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/unix_socket/Ma
Author: ngie
Date: Sat Apr 11 03:57:35 2015
New Revision: 281403
URL: https://svnweb.freebsd.org/changeset/base/281403
Log:
Garbage collect argc/argv and bump WARNS to 6
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/unix_sorflush/
Author: ngie
Date: Sat Apr 11 05:20:01 2015
New Revision: 281404
URL: https://svnweb.freebsd.org/changeset/base/281404
Log:
Generate temporary files with mkstemp instead of mktemp
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/zero
Author: ngie
Date: Sat Apr 11 06:38:50 2015
New Revision: 281407
URL: https://svnweb.freebsd.org/changeset/base/281407
Log:
Fix the knob twiddling to work properly per src.opts.mk
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/so_s
Author: ngie
Date: Sat Apr 11 06:40:38 2015
New Revision: 281408
URL: https://svnweb.freebsd.org/changeset/base/281408
Log:
- Remove the .t wrapper and put the "magic" of determining the number of
testcases into the .c file
- Require root for now because it fails with SOCK_RAW without root
Author: ngie
Date: Sat Apr 11 07:33:04 2015
New Revision: 281409
URL: https://svnweb.freebsd.org/changeset/base/281409
Log:
Fix warnings, bump WARNS to 6, and use a temporary socket instead of one in
/tmp
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/too
Author: ngie
Date: Sat Apr 11 07:35:30 2015
New Revision: 281410
URL: https://svnweb.freebsd.org/changeset/base/281410
Log:
Fix more warnings I didn't catch in the first go-around
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/reco
Author: ngie
Date: Sat Apr 11 07:37:21 2015
New Revision: 281411
URL: https://svnweb.freebsd.org/changeset/base/281411
Log:
Fix even more warnings..
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/regression/sockets/reconnect/Makefile
head/tools/reg
Author: ngie
Date: Mon Apr 13 21:29:40 2015
New Revision: 281503
URL: https://svnweb.freebsd.org/changeset/base/281503
Log:
Revert r281055 as it breaks installing test scripts in the mixed PROGS/SCRIPT
case
Repro is as follows:
% sudo pkg install -y kyua
% sudo rm -Rf /usr/tests
Author: ngie
Date: Thu Apr 16 03:35:47 2015
New Revision: 281584
URL: https://svnweb.freebsd.org/changeset/base/281584
Log:
Fix race when testing for ETXTBSY writing to ${n0} (process image) by making
sure the process has been started beforehand with pgrep
pkill the process afterwards to
On Apr 16, 2015, at 13:22, Gleb Smirnoff wrote:
> Author: glebius
> Date: Thu Apr 16 20:22:40 2015
> New Revision: 281613
> URL: https://svnweb.freebsd.org/changeset/base/281613
>
> Log:
> Move ALTQ from contrib to net/altq. The ALTQ code is for many years
> discontinued by its initial authors
Author: ngie
Date: Thu Apr 16 21:45:07 2015
New Revision: 281618
URL: https://svnweb.freebsd.org/changeset/base/281618
Log:
Defeat race with MK_KERBEROS == yes introduced with bootstrap-tools
parallelization work done in r279197
- kerberos5/lib/libroken requires kerberos5/tools/make-roken
Author: ngie
Date: Tue Apr 21 10:17:25 2015
New Revision: 281823
URL: https://svnweb.freebsd.org/changeset/base/281823
Log:
Serialize all of _kerberos5_bootstrap_tools to avoid build failures involving
make bootstrap-tools
On the plus side, this also greatly reduces complexity
MFC af
Author: ngie
Date: Fri Apr 24 11:03:47 2015
New Revision: 281928
URL: https://svnweb.freebsd.org/changeset/base/281928
Log:
Avoid an infinite loop by ensuring that the amount of bytes read is greater
than 0 in MDXFileChunk when calculating the checksum
This edgecase can be triggered if th
> On Apr 24, 2015, at 07:47, John Baldwin wrote:
>
> Author: jhb
> Date: Fri Apr 24 14:47:53 2015
> New Revision: 281932
> URL: https://svnweb.freebsd.org/changeset/base/281932
>
> Log:
> Rename the kld for oce(4) to if_oce.ko. ifconfig(8) has special knowledge
> about kld filenames for netw
Author: ngie
Date: Sat Apr 25 04:30:01 2015
New Revision: 281966
URL: https://svnweb.freebsd.org/changeset/base/281966
Log:
Add #include sys/types.h for register_t for mips
MFC after: 3 days
Modified:
head/contrib/netbsd-tests/lib/libpthread/t_swapcontext.c
Modified: head/contrib/netbsd
Author: ngie
Date: Sat Apr 25 04:35:43 2015
New Revision: 281967
URL: https://svnweb.freebsd.org/changeset/base/281967
Log:
Assuming a system has /bin/csh on it is a bad idea (especially it being
optional on FreeBSD). Look for /bin/cat instead
MFC after: 3 days
Modified:
head/lib/libc/
This broke the build ;/..
> On Apr 26, 2015, at 00:52, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Sun Apr 26 07:52:43 2015
> New Revision: 281994
> URL: https://svnweb.freebsd.org/changeset/base/281994
>
> Log:
> Reincorporate documentation lost with update to nvi 2.1.3
>
> Added:
>
Author: ngie
Date: Mon Apr 27 06:34:51 2015
New Revision: 282054
URL: https://svnweb.freebsd.org/changeset/base/282054
Log:
ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build them
conditionally if MK_USB != no
MFC after: 1 week
Modified:
head/usr.sbin/bluetooth/Makefile
Mo
Author: ngie
Date: Mon Apr 27 06:46:33 2015
New Revision: 282056
URL: https://svnweb.freebsd.org/changeset/base/282056
Log:
The fmodl compat shims on arm/mips/powerpc aren't complete
Disable the test code for now on those architectures
MFC after: 1 week
PR: 199422
Modified:
head/c
Author: ngie
Date: Mon Apr 27 06:49:27 2015
New Revision: 282057
URL: https://svnweb.freebsd.org/changeset/base/282057
Log:
Build/install libc, librt, libthr, and msun NetBSD test suites on all
architectures
MFC after: 1 week
Deleted:
head/lib/libc/Makefile.amd64
head/lib/libc/Makefi
Author: ngie
Date: Mon Apr 27 07:00:34 2015
New Revision: 282059
URL: https://svnweb.freebsd.org/changeset/base/282059
Log:
Move etc/tests/rc.d to etc/rc.d/tests to match the directory layout jmmv@
documented and implemented in other areas of the FreeBSD tree
MFC after: 1 week
Added:
h
Author: ngie
Date: Mon Apr 27 07:22:18 2015
New Revision: 282061
URL: https://svnweb.freebsd.org/changeset/base/282061
Log:
Integrate tools/regression/execve into the FreeBSD test suite as
tests/sys/kern/execve
MFC after: 1 week
Added:
head/tests/sys/kern/execve/
- copied from r28
Author: ngie
Date: Mon Apr 27 07:28:41 2015
New Revision: 282062
URL: https://svnweb.freebsd.org/changeset/base/282062
Log:
Fix -Wformat warnings by using proper format string qualifiers for
long and unsigned[ long] types
MFC after: 1 week
Modified:
head/tools/regression/gaithrstress/g
Author: ngie
Date: Mon Apr 27 07:37:48 2015
New Revision: 282063
URL: https://svnweb.freebsd.org/changeset/base/282063
Log:
Integrate tools/regression/kqueue into the FreeBSD test suite as
tests/sys/kqueue
MFC after: 1 week
Added:
head/tests/sys/kqueue/
- copied from r281427, user
On Apr 27, 2015, at 0:38, Scott Long wrote:
> Author: scottl
> Date: Mon Apr 27 07:38:46 2015
> New Revision: 282064
> URL: https://svnweb.freebsd.org/changeset/base/282064
>
> Log:
> Small change in header order to allow this to compile.
>
> Obtained from: Netflix, Inc.
> MFC after:
Author: ngie
Date: Mon Apr 27 08:15:17 2015
New Revision: 282067
URL: https://svnweb.freebsd.org/changeset/base/282067
Log:
Integrate tools/regression/fifo into the FreeBSD test suite as tests/sys/fifo
and tools/regression/file into the FreeBSD test suite as tests/sys/file
MFC after: 1 we
Author: ngie
Date: Mon Apr 27 08:16:35 2015
New Revision: 282068
URL: https://svnweb.freebsd.org/changeset/base/282068
Log:
Remove mergeinfo added from ^/user/ngie/more-tests
Modified:
Directory Properties:
head/etc/ (props changed)
___
svn-src-he
Author: ngie
Date: Mon Apr 27 08:31:43 2015
New Revision: 282071
URL: https://svnweb.freebsd.org/changeset/base/282071
Log:
Integrate tools/regression/mqueue into the FreeBSD test suite as
tests/sys/mqueue
MFC after: 1 week
Added:
head/tests/sys/mqueue/
- copied from r281428, user
Author: ngie
Date: Mon Apr 27 08:34:46 2015
New Revision: 282072
URL: https://svnweb.freebsd.org/changeset/base/282072
Log:
- Fix compilation (MAP_INHERIT's dead)
- Fix warnings
- Use mkstemp instead of tmpnam
MFC after: 1 week
Modified:
head/tools/regression/p1003_1b/Makefile
head
Author: ngie
Date: Mon Apr 27 08:37:13 2015
New Revision: 282073
URL: https://svnweb.freebsd.org/changeset/base/282073
Log:
- Fix style(9) a bit
-- Fix whitespace
-- Use err/errx
-- Remove superfluous braces
- Be a bit more defensive with input from the end-user
- Don't throw a floatin
Author: ngie
Date: Mon Apr 27 08:51:40 2015
New Revision: 282074
URL: https://svnweb.freebsd.org/changeset/base/282074
Log:
Integrate tools/regression/aio/aiotest and tools/regression/aio/kqueue into
the
FreeBSD test suite as tests/sys/aio
MFC after: 1 week
Added:
head/tests/sys/aio/
Author: ngie
Date: Mon Apr 27 09:04:16 2015
New Revision: 282075
URL: https://svnweb.freebsd.org/changeset/base/282075
Log:
Convert this testcase over to a TAP format testcase
MFC after: 1 week
Modified:
head/tools/regression/mmap/mmap.c
Modified: head/tools/regression/mmap/mmap.c
=
Author: ngie
Date: Mon Apr 27 09:06:27 2015
New Revision: 282076
URL: https://svnweb.freebsd.org/changeset/base/282076
Log:
Integrate tools/regression/mmap into the FreeBSD test suite as
tests/sys/kern/mmap_test
MFC after: 1 week
Added:
head/tests/sys/kern/mmap_test.c
- copied unc
> On Apr 27, 2015, at 06:47, Ed Maste wrote:
>
>> On 27 April 2015 at 02:49, Garrett Cooper wrote:
>> Author: ngie
>> Date: Mon Apr 27 06:49:27 2015
>> New Revision: 282057
>> URL: https://svnweb.freebsd.org/changeset/base/282057
>>
>> Log:
On Apr 27, 2015, at 9:01, Glen Barber wrote:
> On Mon, Apr 27, 2015 at 08:53:31AM -0700, Garrett Cooper wrote:
>> Yup. I didn't catch this sooner because I ran my make tinderbox
>> on ref10-amd64, which doesn't have the required binutils package
>> on it, and
Author: ngie
Date: Mon Apr 27 17:53:09 2015
New Revision: 282104
URL: https://svnweb.freebsd.org/changeset/base/282104
Log:
Move tests/sys/kern/mmap_test to tests/sys/vm/mmap_test
As jhb noted, the actual mmap(2) implementation is under sys/vm, not
sys/kern/, so the correct logical place
Author: ngie
Date: Mon Apr 27 17:55:57 2015
New Revision: 282105
URL: https://svnweb.freebsd.org/changeset/base/282105
Log:
Add OLD_FILES entry for r282076
MFC after: never
Modified:
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
Author: ngie
Date: Mon Apr 27 18:01:52 2015
New Revision: 282106
URL: https://svnweb.freebsd.org/changeset/base/282106
Log:
Remove per-architecture checks for enabling HAVE_FENV_H
The conditional came from NetBSD, where only select architectures have this
header/support
All architect
Author: ngie
Date: Mon Apr 27 18:21:42 2015
New Revision: 282108
URL: https://svnweb.freebsd.org/changeset/base/282108
Log:
Fix a typo (linnker -> linker)
Modified:
head/Makefile
Modified: head/Makefile
==
--- head/M
Author: ngie
Date: Tue Apr 28 10:29:42 2015
New Revision: 282133
URL: https://svnweb.freebsd.org/changeset/base/282133
Log:
Fill in the copyright boilerplate for the test program
MFC after: 6 days
Modified:
head/tests/sys/mqueue/mqueue_test.sh
Modified: head/tests/sys/mqueue/mqueue_test
Author: ngie
Date: Tue Apr 28 10:50:31 2015
New Revision: 282134
URL: https://svnweb.freebsd.org/changeset/base/282134
Log:
Add initial (unpolished) macros for interfacing with the FreeBSD test suite
This is very rough, but will be replaced/redesigned some time soon after I fix
the Jenkin
Author: ngie
Date: Tue Apr 28 10:51:12 2015
New Revision: 282135
URL: https://svnweb.freebsd.org/changeset/base/282135
Log:
Use ATF_REQUIRE_KERNEL_MODULE instead of aio_available function
MFC after: 6 days
Modified:
head/tests/sys/aio/aio_test.c
Modified: head/tests/sys/aio/aio_test.c
=
Author: ngie
Date: Tue Apr 28 10:53:06 2015
New Revision: 282136
URL: https://svnweb.freebsd.org/changeset/base/282136
Log:
- Use ATF_REQUIRE_KERNEL_MDOULE to require aio(4)
- Don't use /tmp as a basis for temporary files as it's outside of the ATF
sandbox
- Don't override MAX macro in s
Author: ngie
Date: Tue Apr 28 10:56:59 2015
New Revision: 282137
URL: https://svnweb.freebsd.org/changeset/base/282137
Log:
Use PLAIN_REQUIRE_KERNEL_MODULE to require "mqueuefs"
MFC after: 6 days
Modified:
head/tests/sys/mqueue/Makefile
head/tests/sys/mqueue/mqtest1.c
head/tests/sys/
Author: ngie
Date: Tue Apr 28 10:59:06 2015
New Revision: 282138
URL: https://svnweb.freebsd.org/changeset/base/282138
Log:
Adjust CFLAGS to find freebsd_test_suite/macros.h
MFC after: 6 days
Modified:
head/tests/sys/aio/Makefile
Modified: head/tests/sys/aio/Makefile
===
> On Apr 28, 2015, at 10:13, Ed Maste wrote:
>
> Author: emaste
> Date: Tue Apr 28 17:13:05 2015
> New Revision: 282156
> URL: https://svnweb.freebsd.org/changeset/base/282156
>
> Log:
> Don't add arm64 to universe builds if the user provided a TARGETS list
>
> Differential Revision:http
> On Apr 28, 2015, at 10:05, Alexander V. Chernikov
> wrote:
...
> +KASSERT(found + unresolved == ci->object_opcodes,
> +("refcount incosistency: found: %d unr: %d total: %d",
> +found, unresolved, ci->object_opcodes));
Typo (incosistency -> inconsistency)
Author: ngie
Date: Tue Apr 28 19:15:28 2015
New Revision: 282198
URL: https://svnweb.freebsd.org/changeset/base/282198
Log:
Followup to r282083: add GCC_BOOTSTRAP to the list of broken options on arm64
Differential Revision: https://reviews.freebsd.org/D2379
Reviewed by: imp
Modified:
On Apr 28, 2015, at 11:04, Andrew Turner wrote:
> On Tue, 28 Apr 2015 10:53:57 -0700
> Garrett Cooper wrote:
…
>> Why just amd64/arm here?
>
> You're missing part of the line, it contains all architectures with
> arm64 being optional:
>
> +TARGETS?=amd64 arm
Author: ngie
Date: Wed Apr 29 08:56:56 2015
New Revision: 282211
URL: https://svnweb.freebsd.org/changeset/base/282211
Log:
ATF_REQUIRE_KERNEL_MODULE: use atf_skip, not ATF_REQUIRE_MSG so the testcase
no longer bombs out
PLAIN_REQUIRE_KERNEL_MODULE: use printf + _exit, no err so the testcase
Author: ngie
Date: Wed Apr 29 19:08:11 2015
New Revision: 282244
URL: https://svnweb.freebsd.org/changeset/base/282244
Log:
Fix typo. It should have been atf_tc_skip, not atf_skip
Reported by: many, Jenkins
Pointyhat to: ngie
MFC after: 4 days
Modified:
head/tests/freebsd_test_suite/
On Apr 29, 2015, at 4:29, Gleb Smirnoff wrote:
> On Wed, Apr 29, 2015 at 08:56:56AM +0000, Garrett Cooper wrote:
> G> Author: ngie
> G> Date: Wed Apr 29 08:56:56 2015
> G> New Revision: 282211
> G> URL: https://svnweb.freebsd.org/changeset/bas
On Apr 29, 2015, at 15:19, Mariusz Zaborski wrote:
> Author: oshogbo
> Date: Wed Apr 29 22:19:40 2015
> New Revision: 282252
> URL: https://svnweb.freebsd.org/changeset/base/282252
>
> Log:
> Remove the use of nvlist_.*[vf] functions from libcapsicum and replace
> them with snprintf(3). Assert
On Apr 29, 2015, at 17:17, Sean Bruno wrote:
> Author: sbruno
> Date: Thu Apr 30 00:17:32 2015
> New Revision: 282260
> URL: https://svnweb.freebsd.org/changeset/base/282260
>
> Log:
> Fix native-xtools breakage when building a gcc enabled target on a clang
> enabled host. Build a one-off gpe
On Apr 29, 2015, at 17:33, Sean Bruno wrote:
> Signed PGP part
> On 04/29/15 17:29, Garrett Cooper wrote:
> > This $PATH doesn’t get used though…
>
> What? As far as I can tell it does. Did I miss something obvious?
> Because if the PATH wasn't working, gperf
On Apr 29, 2015, at 17:41, Sean Bruno wrote:
> Signed PGP part
> On 04/29/15 17:39, Garrett Cooper wrote:
> > On Apr 29, 2015, at 17:33, Sean Bruno
> > wrote:
> >
> >> Signed PGP part On 04/29/15 17:29, Garrett Cooper wrote:
> >>> This $PATH doesn’t
> On May 9, 2015, at 12:12, Baptiste Daroussin wrote:
>
> Author: bapt
> Date: Sat May 9 19:12:16 2015
> New Revision: 282685
> URL: https://svnweb.freebsd.org/changeset/base/282685
>
> Log:
> Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
>
> Modified:
> head/usr.sbin/pw/pw_user.
On May 9, 2015, at 16:03, Baptiste Daroussin wrote:
> On Sat, May 09, 2015 at 03:54:09PM -0700, Garrett Cooper wrote:
>>
>>> On May 9, 2015, at 12:12, Baptiste Daroussin wrote:
>>>
>>> Author: bapt
>>> Date: Sat May 9 19:12:16 2015
>>> Ne
On May 10, 2015, at 20:33, Sean Bruno wrote:
> Signed PGP part
> On 05/10/15 14:21, Thomas Quinot wrote:
> > Author: thomas Date: Sun May 10 21:21:52 2015 New Revision: 282736
> > URL: https://svnweb.freebsd.org/changeset/base/282736
> >
> > Log: Unbreak build following rev. 282726
> >
>
> I alr
On May 10, 2015, at 21:02, Sean Bruno wrote:
> Signed PGP part
> On 05/10/15 20:52, Garrett Cooper wrote:
> > On May 10, 2015, at 20:33, Sean Bruno
> > wrote:
> >
> >> Signed PGP part On 05/10/15 14:21, Thomas Quinot wrote:
> >>> Author: thoma
Author: ngie
Date: Mon May 11 04:54:56 2015
New Revision: 282747
URL: https://svnweb.freebsd.org/changeset/base/282747
Log:
Use MIN from sys/param.h instead of handrolling the macro
Replace sys/types.h with sys/param.h per-style(9)
MFC after: 3 days
Sponsored by: EMC / Isilon Storage
Author: ngie
Date: Sat May 16 22:53:26 2015
New Revision: 283018
URL: https://svnweb.freebsd.org/changeset/base/283018
Log:
Fix more warnings related to missing headers
MFC after: 1 week
Modified:
head/tools/regression/p1003_1b/main.c
head/tools/regression/p1003_1b/prutil.c
Modified:
> On May 16, 2015, at 18:45, Adrian Chadd wrote:
>
> Did you commit files with DOS newlines in them? :)
>
> tsk tsk tsk tsk tsk. I think should fix that..
Better yet it should probably be disabled in svn...
___
svn-src-head@freebsd.org mailing list
h
On May 17, 2015, at 12:12, Bjoern A. Zeeb wrote:
>
>> On 17 May 2015, at 15:46 , Ian Lepore wrote:
>>
>> On Sat, 2015-05-16 at 21:04 -0700, Garrett Cooper wrote:
>>>> On May 16, 2015, at 18:45, Adrian Chadd wrote:
>>>>
>>>> Did you
Author: ngie
Date: Mon May 18 11:02:43 2015
New Revision: 283056
URL: https://svnweb.freebsd.org/changeset/base/283056
Log:
Move all test integration pieces for etc/ from etc/ to tests/
This is being done to fix breakage with make distribution with read-only
source trees as make distribut
> On May 18, 2015, at 07:04, Ian Lepore wrote:
>
>> On Mon, 2015-05-18 at 10:14 +0200, Mathieu Arnold wrote:
>> +--On 18 mai 2015 00:21:43 -0700 Eitan Adler wrote:
>> | On 17 May 2015 at 08:46, Ian Lepore wrote:
>> |> On Sat, 2015-05-16 at 21:04 -0700, Garrett
> On May 18, 2015, at 22:28, Pedro Giffuni wrote:
>
>
>> Il giorno 18/mag/2015, alle ore 23:34, Bruce Evans ha
>> scritto:
>>
>> On Mon, 18 May 2015, Pedro Giffuni wrote:
>>
Il giorno 18/mag/2015, alle ore 20:48, Bruce Evans
ha scritto:
> On Mon, 18 May 2015, Pedro F.
Author: ngie
Date: Wed May 20 09:36:25 2015
New Revision: 283140
URL: https://svnweb.freebsd.org/changeset/base/283140
Log:
Only build sys/boot/usb/tools if MK_USB != no
Sponsored by: EMC / Isilon Storage Division
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
Author: ngie
Date: Wed May 20 10:56:09 2015
New Revision: 283143
URL: https://svnweb.freebsd.org/changeset/base/283143
Log:
Remove usr/share/dtrace/{tcpconn,tcpstate,tcptrack,udptrack} if MK_CDDL == no
Sponsored by: EMC / Isilon Storage Division
Modified:
head/tools/build/mk/OptionalObso
Author: ngie
Date: Wed May 20 11:03:53 2015
New Revision: 283144
URL: https://svnweb.freebsd.org/changeset/base/283144
Log:
Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs
Parallelize the build in this subdirectory
MFC after: 1 week
Sponsored by: EMC / Isilon Stora
Author: ngie
Date: Wed May 20 11:16:17 2015
New Revision: 283145
URL: https://svnweb.freebsd.org/changeset/base/283145
Log:
Add dependencies for libzfs_core and libzpool I missed on my first pass on
this
Makefile
MFC with: r283144
Sponsored by: EMC / Isilon Storage Division
Modified:
On May 20, 2015, at 3:06, Bjoern A. Zeeb wrote:
>> On 20 May 2015, at 09:23 , Baptiste Daroussin wrote:
>>
>> Author: bapt
>> Date: Wed May 20 09:23:37 2015
>> New Revision: 283139
>> URL: https://svnweb.freebsd.org/changeset/base/283139
>>
>> Log:
>> Fix buildworld by adding libproc and librt
Author: ngie
Date: Wed May 20 12:26:09 2015
New Revision: 283147
URL: https://svnweb.freebsd.org/changeset/base/283147
Log:
Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are
freestanding (they require libraries build via make libraries in buildworld)
MFC after:
401 - 500 of 1424 matches
Mail list logo