Commit Graph

245461 Commits

Author SHA1 Message Date
ozaki-r 20491bb993 Fix kernel builds with IFA_STATS 2016-10-11 05:15:01 +00:00
msaitoh eedad4ff5c Update from the latest Intel SDM:
- Denverton
 - Future Xeon Phi
 - 7th gen Core (Kaby Lake)
2016-10-11 04:16:28 +00:00
mrg ba759bad89 revert previous - was fixed in the mknative. 2016-10-11 04:10:13 +00:00
mrg de6fd971d9 regen with mostly fixed. 2016-10-11 03:57:15 +00:00
mrg 203d3087cb pass -L in LDFLAGS. clang complains about it to stderr, and configure
checks for headers fail if there are unexpected stderr.
2016-10-11 03:57:00 +00:00
christos 8897404ec7 more HAVE stuff. 2016-10-11 03:09:37 +00:00
christos be6cc8d4b9 regen and fix aarch64 2016-10-11 03:08:14 +00:00
christos b885939ba2 fix emulation path 2016-10-11 02:49:38 +00:00
macallan 8de18d0a37 set MKSOFTFLOAT=no so we don't get another -msoft-float slapped on COPTS
now this actually builds
thanks to mrg for pointing me in the right direction
2016-10-10 18:49:30 +00:00
kiyohara 4964aa11de The bus_dmamap_sync(PREREAD) is unnecessary for sent mbuf.
Moreover bus_dmamap_sync(POSTWRITE), before unload.
2016-10-10 14:23:35 +00:00
martin b62886595e Note that dhcpcd objdir needs to be cleaned for update builds. 2016-10-10 13:28:24 +00:00
skrll 1b2f83c8ef Trailing whitespace 2016-10-10 07:37:56 +00:00
skrll 79743a4d43 vaddr_t -> register_t in range cache ops 2016-10-10 07:37:17 +00:00
dholland d81762cbc9 foo & ~bar, not foo &~ bar. From Henning Petersen in PR 49636. 2016-10-10 01:22:51 +00:00
dholland a6c9b0f9c4 PR 49636 Henning Petersen: use "0L" to return 0 from a function returning
long, and test its returned value against "0L" instead of "0".

This is not especially necessary, but it's also harmless.
2016-10-10 01:22:08 +00:00
christos 7699c5562f try to be more clear about what is not found. 2016-10-09 21:03:43 +00:00
christos d5970ab2da make DEBUG_NS compile. 2016-10-09 19:38:08 +00:00
macallan f21b7d7f2c fix tpyo 2016-10-09 17:18:32 +00:00
christos de2aa956c1 PR/51543: Henning Petersen: replace , with ; 2016-10-09 15:01:49 +00:00
christos 1d40584ea0 PR/51542: Henning Petersen: replace , with ; 2016-10-09 14:53:54 +00:00
christos 87f6b1ee5b PR/51541: Henning Petersen: replace , with ; 2016-10-09 14:52:50 +00:00
christos 9015c01fa3 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:49:51 +00:00
christos 56e7e9d8c8 PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:35:33 +00:00
christos 39532ace0a PR/51540: Henning Petersen: replace , with ; 2016-10-09 14:06:11 +00:00
christos e3e83e546b PR/51539: Henning Petersen: replace , with ; 2016-10-09 14:05:12 +00:00
joerg 04b0597d11 Fix syntax for currently not compiled in code. From Henning Petersen in
PR lib/51538.
2016-10-09 11:48:24 +00:00
skrll b51620c841 Remove gcc.old now it is no longer used. 2016-10-09 09:26:45 +00:00
roy a0a2fa8e13 Note import of dhcpcd-6.11.4 2016-10-09 09:25:26 +00:00
roy 88dd0230ec If SMALLPROG is defined, use a minimal dhcpcd-definitons.conf
and compile out IPv4LL and DHCP authentication.
2016-10-09 09:23:59 +00:00
roy a94cf675a8 Sync 2016-10-09 09:18:26 +00:00
skrll d99781d3c9 Remove binutils.old now it is no longer used 2016-10-09 08:21:35 +00:00
skrll cf81abf893 Remove gdb.old not it is unused. 2016-10-09 07:31:17 +00:00
joerg 388eae8172 Revert half of the last commit. Turns out that in some contexts,
BEGIN_QUOTE/END_QUOTE is used intentionally as non-char marker.
2016-10-08 23:40:52 +00:00
joerg 654832016f BEGIN_QUOTE and END_QUOTE have values outside the range of a signed char
for non-EBCDIC host. Explicitly cast them to char to avoid the implicit
cast.
2016-10-08 20:44:59 +00:00
joerg 01415aaf3e Explicitly cast Meta(c) to char as the intermediate value can be too
large for a signed character.
2016-10-08 20:34:59 +00:00
joerg 6c825a13b7 Macros expanding to defined() expression is not actually correct ISO C
behavior. Since it is not clear whether someone might decide to define
the macros to random non-1 values, introduce a level of indirection and
count the same of the helper macros.
2016-10-08 20:30:54 +00:00
joerg f22328325c Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
mrg 9b1f020a53 set XFree86LOADER for all xorg-server driver builds again,
it's still needed for many drivers and would normally be
set in xorg-server.h.
2016-10-08 20:08:57 +00:00
mrg 7c397bf711 don't undefine XFree86LOADER twice. 2016-10-08 20:03:04 +00:00
jdolecek 64bc1112c3 Paul fixed the kernel module to load independently of other ld attachments,
remove the module note
2016-10-08 17:46:06 +00:00
joerg 3cc071a817 Since IFF_MULTICAST's value can't be represented without implicit cast
as signed short, make if_flags unsigned.
2016-10-08 17:40:12 +00:00
joerg fce2ad3141 Use uint8_t for opt as some of the values don't fit into the (positive)
range of a signed char.
2016-10-08 17:37:32 +00:00
ast 7708c868e1 white space 2016-10-08 17:28:17 +00:00
jdolecek 0d0b547d36 add defines for dataset management (from NVMe spec rev 1.2) 2016-10-08 16:05:32 +00:00
christos 11659cbe4a sync antenna vals with OpenBSD, some changes from FreeBSD. 2016-10-08 15:57:11 +00:00
maxv 5107c4e24d Uninitialized var, found by mootja; not tested, but obvious enough 2016-10-08 15:48:07 +00:00
gson 2493fe037e Incrase timeout for the benefit of the walk_list_user test case which
sometimes times out under qemu under Linux, where the timing is more
accurate than under qemu under NetBSD where the the 60 second timeout
typically takes more than 60 seconds to trigger.
2016-10-08 13:23:53 +00:00
ryoon 4af7047f76 Fix module load error of vmware_drv.so 2016-10-08 10:21:18 +00:00
skrll 201a76373f Sign extend VA for cache operations.
OK matt@
2016-10-08 08:19:22 +00:00
maya fae5be1b07 change warning message
previously attempting to use mount -t ext2 like myself would result in
the warning "mount: mount_ext2 not found for /mnt", which (if you're me)
can be misunderstood as "/mnt is not an ext2 filesystem"...

change it to "mount: mount_ext2 not found"
2016-10-08 06:47:59 +00:00