Commit Graph

7166 Commits

Author SHA1 Message Date
roy
c378917b11 Sync 2017-12-06 10:35:05 +00:00
roy
ffdc9e0056 Import dhcpcd-7.0.0-rc4 with the following changes:
*  Don't flush prefix routes/routers if kernel does not support RA
  *  dhcp: improve errors around UDP checksum failure
  *  dhcp: announce existing addresses before rebooting
  *  bpf: rework loop so that we can close/reopen fd inside and abort
  *  ipv6nd: don't handle NA/RA for non active interfaces
  *  dhcp6: listen on all addresses in non master mode
  *  dhcpcd-run-hooks: set protocol in dhcpcd, don't guess
  *  Ensure that xid is unique across all interfaces
  *  dhcp6: redirect message to interface which uses the xid
  *  bsd: strip scope from LL addresses when detecting their addition
  *  ipv6nd: fix address lifetime overflow on carrier up
  *  dhcp6: fix confirmation of lease on carrier up
2017-12-06 10:33:29 +00:00
christos
53a6337cc4 regen hppa 2017-12-04 03:08:34 +00:00
joerg
92677a93f8 Don't override X87_ENABLE_ARITH. Since we default to long double
rounding, the default value is correct for us.
2017-12-02 23:05:52 +00:00
christos
3cc28a26d9 include nbsd-nat.h 2017-12-02 18:39:52 +00:00
christos
81a00b8a1a regen 2017-12-02 00:00:57 +00:00
christos
37d4245424 don't suspend other threads if we are resuming. 2017-12-01 22:22:40 +00:00
christos
0846ccb7dd Remove more FreeBSD code that we don't need and change some FreeBSD -> NetBSD 2017-12-01 22:20:44 +00:00
christos
a24bbe3e3b Back to stepping everyone. 2017-12-01 22:19:59 +00:00
christos
cda18e6671 get the debugging registers for the specific thread. 2017-12-01 22:15:17 +00:00
rin
1597af3dd8 Compare ap->len wide chars, not ap->len bytes. 2017-12-01 20:01:31 +00:00
rin
c14a835e62 Check format strings for ex_printf. 2017-12-01 18:39:49 +00:00
rin
a90a8d8c63 Remove ex_printf duplicate with ex_extern.h. 2017-12-01 18:35:58 +00:00
christos
888e2fefae add more DW_ATE_ constants 2017-11-30 19:45:53 +00:00
christos
e88cf2b79b Switch to FreeBSD's native implementation for threads. 2017-11-30 15:26:54 +00:00
christos
f7d2582dc8 Fix 'last argument of ptrace is the thread id' on NetBSD. 2017-11-30 00:13:29 +00:00
christos
e7c46019b7 missed one rename 2017-11-29 22:40:18 +00:00
christos
25202ef083 regen, and add more warn eliding to Makefile 2017-11-29 22:39:59 +00:00
christos
6c392f2969 we need popcount again 2017-11-29 22:39:26 +00:00
christos
9b2a55118a more files 2017-11-29 21:42:45 +00:00
christos
abb9530af0 avoid re-definition 2017-11-29 21:35:26 +00:00
christos
307650b5b5 need more files 2017-11-29 21:35:16 +00:00
christos
fee235007f make depend does not like multi-word compiler. 2017-11-29 21:22:36 +00:00
christos
f0decf0c14 mkdep does not like multi-word compiler. 2017-11-29 21:21:50 +00:00
christos
8b7331e524 regen and fix all archs (except coldfire) 2017-11-29 18:15:29 +00:00
christos
25acabf0b7 fixes for gdb-8.0.1 on x86_64 2017-11-29 03:58:17 +00:00
christos
7ea28c925e bring back all our foonbsd-{nat,tdep} files as foo-nbsd-{nat,tdep}. Account
for that in the config glue.
2017-11-29 03:35:15 +00:00
christos
06f8a908a2 Avoid building plural.c from plural.y. Since we now build with gnumake,
emptying the pattern rules is not enough.
2017-11-29 03:34:22 +00:00
christos
3b99ba0f56 merge 8.0.1, not working yet. 2017-11-28 22:04:52 +00:00
christos
796c32c94f Import gdb-8.0.1 2017-11-28 18:16:59 +00:00
christos
e5cb852c65 merge conflicts 2017-11-28 18:09:41 +00:00
christos
ed8eb4c2d4 Import HEAD of gdb-7.12 2017-11-28 17:51:23 +00:00
rin
59cd10f512 Fix missing of "search wrapped" message when searching from the last char of
file, taken from nvi2:
a59e892d23
2017-11-22 16:17:30 +00:00
rin
f8052d784e Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD):
7ab02500a2
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/vi/ex/ex.c#rev1.21
2017-11-22 13:13:18 +00:00
rin
a07ca21052 Fix segmentation fault in corner case of backward sentence deletion,
taken from nvi2 (and Debian Bug report #193498):
e84d40ec20
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=193498
2017-11-22 12:47:30 +00:00
rin
ba5f7ef194 Remove more files that should be removed when tre was imported from github
repository.
2017-11-21 08:19:54 +00:00
rin
7419ae3a04 Use ISMULTIWIDTH() macro. No binary changes. 2017-11-21 07:48:07 +00:00
rin
a8ee716c25 A boundary between single- and multi-width chars is regarded as a word boundary.
Suggested on tech-userland@ without any objections.
2017-11-21 07:43:47 +00:00
rin
f10703c63c Fix screen corruption by rewriting only a part of a multi-width character. 2017-11-21 06:35:22 +00:00
rin
17bc61630c Bump WARNS to 5 (via ../Makefile.inc).
Remove unnecessary -Wno-stack-protector flag.
2017-11-21 03:09:41 +00:00
rin
4f43870bc3 Bump WARNS to 5. 2017-11-21 03:03:31 +00:00
rin
b2085f3f9f Add REG_INVARG and REG_STARTEND ifndef TRE_USE_SYSTEM_REGEX_H.
No functional changes at the moment.
2017-11-21 02:53:20 +00:00
rin
b3178392f5 Some systems need <stdint.h> for SIZE_MAX.
No functional changes on NetBSD.
2017-11-21 02:50:35 +00:00
rin
b6a6fbff71 Bump WARNS to 5. Add -Wno-old-style-definition to regex.c for gcc. 2017-11-21 02:47:14 +00:00
rin
63e761a651 Enable -Wuninitialized -Wformat-security for clang. 2017-11-21 02:45:03 +00:00
rin
0c92db7399 We always need -Wno-format-nonliteral for v_increment.c whether compiler is
gcc or clang.
2017-11-21 02:44:13 +00:00
rin
a1deadaca4 Cosmetic changes. No functional changes. 2017-11-21 02:42:08 +00:00
rin
4fc00db461 Enable to compile & run without USE_ICONV. 2017-11-21 02:36:45 +00:00
rin
d43bd23851 Fix resource leaks due to missing of iconv_close(3). 2017-11-21 02:11:44 +00:00
rin
03a096c4f1 Fix -Wsign-compare issue for BINC_GOTO in a similar manner to BINC_RET. 2017-11-21 02:04:39 +00:00