Pull up following revision(s) (requested by kre in ticket #1272):
sys/sys/fcntl.h: revision 1.59
PR standards/60335 -- expose O_EXEC for Posix 7 & beyond
Pull up following revision(s) (requested by kre in ticket #312):
sys/sys/fcntl.h: revision 1.59
PR standards/60335 -- expose O_EXEC for Posix 7 & beyond
Pull up the following revisions, requested by jdc in ticket #311:
external/mit/expat/dist/lib/libexpat.map.in up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random.c up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random.h up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random_buf.c up to 1.1.1.1
external/mit/expat/dist/lib/random_arc4random_buf.h up to 1.1.1.1
external/mit/expat/dist/lib/random_dev_urandom.c up to 1.1.1.1
external/mit/expat/dist/lib/random_dev_urandom.h up to 1.1.1.1
external/mit/expat/dist/lib/random_getentropy.c up to 1.1.1.1
external/mit/expat/dist/lib/random_getentropy.h up to 1.1.1.1
external/mit/expat/dist/lib/random_getrandom.c up to 1.1.1.1
external/mit/expat/dist/lib/random_getrandom.h up to 1.1.1.1
external/mit/expat/dist/lib/random_rand_s.c up to 1.1.1.1
external/mit/expat/dist/lib/random_rand_s.h up to 1.1.1.1
external/mit/expat/dist/coverage.sh up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__linux.cmake.in up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__macos.cmake.in up to 1.1.1.1
external/mit/expat/dist/cmake/autotools/expat__windows.cmake.in up to 1.1.1.1
[100 lines not shown]
Pull up the following revisions, requested by christos in ticket #309:
src/distrib/sets/lists/base/shl.mi 1.1041
src/distrib/sets/lists/debug/shl.mi 1.401
bump libunbound
Pull up the following revisions, requested by christos in ticket #309:
src/external/bsd/unbound/include/config.h 1.16,1.17
external/bsd/unbound/lib/libunbound/shlib_version 1.9
external/bsd/unbound/lib/libunbound/unbound.expsym 1.4
Merge changes between unbound 1.24.2 and 1.25.1
turn off HAVE_ATTR_NONSTRING for clang, our clang doesn't have it.
should fix all the llvm builds i hope.
lint: warn about non-prototype function definition even without -h
There's nothing heuristic about function prototypes, so having this
warning conditional on -h doesn't make sense. But if there's an
identifier list in the function definition, don't warn, as that case is
already covered by message 384.
Dubious workaround for SATA DMA vs. USB issues on 460EX.
When USB host schedules start running at attach, controller
bus masters these schedules on the same AHB bridge where SATA
is. Then when SATA transfer occurs, it starves the DMAC's
FIFO drain - workaround pauses USB schedules during SATA DMA.
This improves the situation, but it's not bulletproof.