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
macallan
e73779d781
- don't clear KX when disabling interrupts
...
- sign extend addresses as needed
- use PAGE_SIZE instead of blindly assuming 4KB
now n32 kernels work again on my R5k SGIs
thanks to skrll@ for helping me with this
2016-10-08 00:39:53 +00:00
joerg
14c0cd3532
Shuffle pointer magic to not depend on temporary overaligned pointers
...
into a packed structure.
2016-10-07 22:32:50 +00:00
joerg
7ee1d0f8e6
Make optspace an array of uint8_t, since some of the bytes written into
...
it are outside the signed char range.
2016-10-07 22:31:05 +00:00
christos
61f8de607e
Handle tools build
2016-10-07 21:55:29 +00:00
christos
4a4baf005d
PR/514612: Mateusz Paszwa: When no more data, bail out (reading from empty
...
files) instead of stuck looping.
2016-10-07 21:09:57 +00:00
kre
3a37e001c7
Patch 0001 from upstream to tzcode2016g to restore full functionality
...
of zic -l
2016-10-07 19:47:16 +00:00
christos
3e9c9a9b4c
set LIBC_MACHINE_ARCH otherwise we don't get 'double' intrinsics.
2016-10-07 19:10:37 +00:00
christos
07303da5f3
revert, I'll fix libc instead.
2016-10-07 19:10:03 +00:00
christos
94e616077b
Mips o32 needs -lgcc for __udivdi3 in headers.c for fast_divide32_prepare().
2016-10-07 17:12:59 +00:00
christos
5ddec21141
bye {gcc,gdb,binutils}.old
2016-10-07 16:14:28 +00:00
christos
ec9f40cce0
CID 1373516: Missing breaks
...
Also delete perror, fix fprintf to be syslog.
2016-10-07 15:49:58 +00:00
christos
474ba1e130
new tzcode
2016-10-07 15:31:01 +00:00
christos
deba1fd5a8
update for tzcode 2016g
2016-10-07 15:30:01 +00:00
christos
9551d334d2
merge tzcode2016g
2016-10-07 15:29:42 +00:00
christos
1acb507c2d
Sync with compat and remove dup implementations of ldexp and modf, switching
...
mips and m68k to the compat copies.
2016-10-07 11:10:43 +00:00
skrll
dfeefb1044
Don't include sys/cdefs.h and __KERNEL_RSCID twice... once is enough.
2016-10-07 10:58:03 +00:00
roy
90f85a50d4
Remove files from botched import
2016-10-07 09:38:10 +00:00
roy
b2a8abed61
Import dhcpcd-6.11.4 with the following changes:
...
* Fixed octal and hex string parsing in options.
* Several statically sized buffers have been removed and replaced
with dynamically sized ones where we have no real idea of what
the size will be.
* Reverse IPv4 route removal order.
* Added --small configure directive to reduce binary size
* Allow DHCPv6, IPv4lL and authentication to be compiled out
* Add support for ifa_addrflags in getifaddrs(3)
* Add support for ifam_addrflags and ifam_pid from route(4)
* If T1 or T2 are not set in DHCPv6 messages, use a default from the
lowest pltime instead of the expiration time.
* Validate lease before moving to REQUEST when both ends use
rapid commit.
* If lease validation fails, don't restart the DISCOVER phase if
we're already in it.
2016-10-07 08:36:16 +00:00
christos
84670d8d34
fix ppc64
2016-10-06 20:29:33 +00:00
christos
6425002192
revert, fixing the real cause.
2016-10-06 20:14:11 +00:00
christos
40082debfe
Add more indirect library dependencies
2016-10-06 19:52:36 +00:00
roy
bfbe23745b
Inhibit initial up should only apply at program start, not for hot plugged interfaces while it's running.
2016-10-06 11:13:57 +00:00
roy
5bf9473939
Remove rescan_interfaces as the interface announcement message
...
contains the interface index.
2016-10-06 11:08:55 +00:00
roy
10e2b68c80
Simplify logic - invoke script when address is added and ready or
...
when removed.
2016-10-06 10:33:05 +00:00
roy
ef126e0d1a
We already know the interface name, so don't bother calling if_indextoname
...
to work it out again.
2016-10-06 10:30:31 +00:00