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 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: rpaulo
Date: Sat Apr 11 06:20:46 2015
New Revision: 281406
URL: https://svnweb.freebsd.org/changeset/base/281406
Log:
netmap: improve the netmap attach message on FreeBSD.
MFC after:1 week
Modified:
head/sys/dev/netmap/netmap.c
Modified: head/sys/dev/netmap/netmap.c
==
--- head/ObsoleteFiles.inc Sat Apr 11 05:20:01 2015(r281404)
+++ head/ObsoleteFiles.inc Sat Apr 11 05:38:07 2015(r281405)
@@ -38,6 +38,18 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150410
+OLD_FILES+=usr/share/doc/usd/10
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 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 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: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: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: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: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: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: jkim
Date: Sat Apr 11 03:23:41 2015
New Revision: 281396
URL: https://svnweb.freebsd.org/changeset/base/281396
Log:
Merge ACPICA 20150410.
Modified:
head/sys/contrib/dev/acpica/acpica_prep.sh
head/sys/contrib/dev/acpica/changes.txt
head/sys/contrib/dev/acpica/common/adfile.c
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: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: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 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 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: delphij
Date: Sat Apr 11 01:06:59 2015
New Revision: 281388
URL: https://svnweb.freebsd.org/changeset/base/281388
Log:
Attempt to fix build after 281351 by defining full prototype for the
functions that were moved to ip_reass.c.
Modified:
head/sys/netinet/ip_input.c
Modified: head/
Author: delphij
Date: Sat Apr 11 00:45:03 2015
New Revision: 281387
URL: https://svnweb.freebsd.org/changeset/base/281387
Log:
Merge changes from vendor driver version 1.1.1:
v1.1.1 2015-03-26
* Support 4Kn drive.
* Change the SCSI target ID of the disk to be the index of physical
Author: emaste
Date: Fri Apr 10 21:24:38 2015
New Revision: 281384
URL: https://svnweb.freebsd.org/changeset/base/281384
Log:
Fix libfifolog dependency on libz
Consumers should not need to encode fifolog's dependency on libz.
Handle it automatically in src.libnames.mk.
Differential R
On Apr 10, 2015, at 10:22 AM, Xin LI wrote:
Author: delphij
Date: Fri Apr 10 17:21:47 2015
New Revision: 281372
URL: https://svnweb.freebsd.org/changeset/base/281372
Log:
For reasons that I am not understand yet, using the libmd version of
SHA256 would make libarchive based application to give:
Author: eadler
Date: Fri Apr 10 20:55:17 2015
New Revision: 281383
URL: https://svnweb.freebsd.org/changeset/base/281383
Log:
iwn, wlan: fix typos
Fxi tow typos
Obtained from:DragonFlyBSD
MFC after:3 days
Modified:
head/sys/dev/iwn/if_iwn.c
head/sys/net80211/ieee8
On Fri, 10 Apr 2015, Baptiste Daroussin wrote:
> > > Update nvi to 2.1.3 which fixes the data corruption when locale
> > > conversion
> > > failed
> >
> > Thank you very much for this import.
> >
> > Any MFC Planned please?
>
> Not before I find how to readd the lost documentations
Fair e
On Fri, Apr 11, 2015 at 09:19:39PM +0300, Dmitry Morozovsky wrote:
> Bapt,
>
> On Fri, 10 Apr 2015, Baptiste Daroussin wrote:
>
> > Author: bapt
> > Date: Fri Apr 10 17:50:28 2015
> > New Revision: 281373
> > URL: https://svnweb.freebsd.org/changeset/base/281373
> >
> > Log:
> > Update nvi to
25 matches
Mail list logo