Author: ngie
Date: Mon Nov 16 01:09:25 2015
New Revision: 290899
URL: https://svnweb.freebsd.org/changeset/base/290899
Log:
MFC r290253:
Remove unnecessary `if (x)` tests before calling `free(x)`; free(3)
already employs this check
Sponsored by: EMC / Isilon Storage Division
Modifie
Author: ngie
Date: Mon Nov 16 00:58:31 2015
New Revision: 290898
URL: https://svnweb.freebsd.org/changeset/base/290898
Log:
MFC r290567:
Add some basic tests that exercise cputime limits with limits(1)
Sponsored by: EMC / Isilon Storage Division
Added:
stable/10/usr.bin/limits/tests
Author: ngie
Date: Mon Nov 16 00:52:31 2015
New Revision: 290897
URL: https://svnweb.freebsd.org/changeset/base/290897
Log:
Follow up to r290255
The utimensat testcase was never integrated into stable/10 because
the syscall is not present on stable/10
Sponsored by: EMC / Isilon Stora
==
--- stable/10/ObsoleteFiles.inc Mon Nov 16 00:37:53 2015(r290895)
+++ stable/10/ObsoleteFiles.inc Mon Nov 16 00:50:53 2015(r290896)
@@ -38,6 +38,37 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20151115: added missing _test suffix on
Author: ngie
Date: Mon Nov 16 00:37:53 2015
New Revision: 290895
URL: https://svnweb.freebsd.org/changeset/base/290895
Log:
Remove tools/regression/acltools
Should have been done with r290894
Sponsored by: EMC / Isilon Storage Division
Deleted:
stable/10/tools/regression/acltools/
_
Author: ngie
Date: Mon Nov 16 00:37:00 2015
New Revision: 290894
URL: https://svnweb.freebsd.org/changeset/base/290894
Log:
MFC r289446:
Integrate tools/regression/acltools into the FreeBSD test suite as
tests/sys/acl
- Make the requirements more complete for the testcases
- Detect
Author: ngie
Date: Sun Nov 15 23:54:34 2015
New Revision: 290893
URL: https://svnweb.freebsd.org/changeset/base/290893
Log:
MFC r289195:
Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to
the FreeBSD test suite
functional_test.sh was ported from bin/sh/tests
Author: ngie
Date: Sun Nov 15 22:13:41 2015
New Revision: 290892
URL: https://svnweb.freebsd.org/changeset/base/290892
Log:
MFC r289195:
Integrate the tests from lib/libarchive, usr.bin/cpio, and usr.bin/tar in to
the FreeBSD test suite
functional_test.sh was ported from bin/sh/tests
Author: ngie
Date: Sun Nov 15 21:56:15 2015
New Revision: 290890
URL: https://svnweb.freebsd.org/changeset/base/290890
Log:
MFC r283245:
r283245 (by imp):
Remove stray DEBUG_FLAGS=-g that snuck in with r184761.
Modified:
stable/10/usr.bin/tar/Makefile
Directory Properties:
stable/
Author: ngie
Date: Sun Nov 15 20:48:10 2015
New Revision: 290884
URL: https://svnweb.freebsd.org/changeset/base/290884
Log:
MFC r290259,r290601:
r290259:
Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53
Sections involving unimplemented filesystems (chfs, msdosfs
Author: ngie
Date: Sun Nov 15 20:49:03 2015
New Revision: 290885
URL: https://svnweb.freebsd.org/changeset/base/290885
Log:
Bump .Dd
Modified:
stable/10/usr.sbin/makefs/makefs.8
Modified: stable/10/usr.sbin/makefs/makefs.8
=
Author: ngie
Date: Sun Nov 15 20:44:01 2015
New Revision: 290882
URL: https://svnweb.freebsd.org/changeset/base/290882
Log:
MFC r290260,r290262:
r290260:
Document undocumented long options for -t cd9660
Note which options have been implemented and which options haven't
been impl
Author: ngie
Date: Sun Nov 15 20:30:54 2015
New Revision: 290881
URL: https://svnweb.freebsd.org/changeset/base/290881
Log:
MFC r290571:
Fix some TAP -> ATF conversion errors
- Remove a leftover printf from when this was a TAP based testcase
- Catch mmap failures properly
Sponso
Author: ngie
Date: Sun Nov 15 20:23:09 2015
New Revision: 290879
URL: https://svnweb.freebsd.org/changeset/base/290879
Log:
MFC r290659,r290660:
r290659:
- Move ng_bluetooth.4 under MK_BLUETOOTH != no
- Move all section 5 bluetooth manpages under MK_BLUETOOTH != no
PR: 193260
Author: ngie
Date: Sun Nov 15 20:14:54 2015
New Revision: 290877
URL: https://svnweb.freebsd.org/changeset/base/290877
Log:
MFC r289896:
Make vers.c creation atomic by using a temporary file, then moving
the temporary file to vers.c at the end of the script
The previous logic wrote o
Author: ngie
Date: Sun Nov 15 20:11:55 2015
New Revision: 290876
URL: https://svnweb.freebsd.org/changeset/base/290876
Log:
MFC r290538:
Integrate tools/regression/lib/libc/stdlib into the FreeBSD test suite
as lib/libc/tests/stdlib
- Make the code a bit more style(9) compliant
- C
Author: ngie
Date: Sun Nov 15 20:08:34 2015
New Revision: 290875
URL: https://svnweb.freebsd.org/changeset/base/290875
Log:
MFC r290539:
Integrate tools/regression/lib/libc/string into the FreeBSD test suite
as lib/libc/tests/string
Sponsored by: EMC / Isilon Storage Division
Added:
On Sun, 15 Nov 2015, Konstantin Belousov wrote:
On Sat, Nov 14, 2015 at 06:30:13PM +, David Chisnall wrote:
On 26 Oct 2015, at 16:21, Eric van Gyzen wrote:
One counter-argument to this change is that most applications already
use SIMD, and the number of applications and amount of SIMD u
On Sat, Nov 14, 2015 at 06:30:13PM +, David Chisnall wrote:
> On 26 Oct 2015, at 16:21, Eric van Gyzen wrote:
> >
> > One counter-argument to this change is that most applications already
> > use SIMD, and the number of applications and amount of SIMD usage
> > are only increasing.
>
> Not
19 matches
Mail list logo