christos
2f15a542cc
merge conflicts, disable testsuite
2016-10-26 18:42:52 +00:00
christos
be8325a0f7
for next time
2016-10-26 18:00:56 +00:00
christos
c05b68c164
use the real top
2016-10-26 18:00:46 +00:00
christos
eb46678fb2
use our real top
2016-10-26 17:58:48 +00:00
christos
b7c2c2ac85
switch everyone to binutils.old
2016-10-26 17:32:46 +00:00
christos
8cbf5cb7c4
Import binutils-2.27 minus the testsuites
2016-10-26 17:29:32 +00:00
christos
9b818ce2b0
merge conflicts
2016-10-26 17:08:37 +00:00
christos
8450a7c426
Import current binutils
2016-10-26 17:02:27 +00:00
christos
97f7037690
PR/51579: Henning Petersen: Fix more , -> ;
2016-10-26 15:41:04 +00:00
christos
6c345d9579
PR/51578: Henning Petersen: Fix leak on error.
2016-10-26 15:39:30 +00:00
christos
4384a68ce2
KNF, no real change (except malloc(x * y) -> calloc(x, y))
2016-10-26 15:36:17 +00:00
christos
50891658e9
don't escape the unescapable
2016-10-26 13:47:05 +00:00
msaitoh
ee7c3a705c
Use wm_gmii_82544_{read,write}reg() on non-82567 ICH8, 9 and 10.
2016-10-26 10:21:44 +00:00
msaitoh
6dab41ac3a
82567V_3 is BME1000_E_2(bm). Tested with Advantech AIMB-212 1st Ethernet port.
2016-10-26 07:22:14 +00:00
msaitoh
dd491d735e
82567V-3 is not ICH9 but ICH8.
2016-10-26 06:51:35 +00:00
msaitoh
6bc56ea276
regen.
2016-10-26 06:50:43 +00:00
msaitoh
6213b9cfdb
i82567V-3 is not ICH9 but ICH8.
2016-10-26 06:50:20 +00:00
ozaki-r
c0732db998
Pull RTM_CHANGE code out of route_output to make further changes easy
...
No functional change.
2016-10-26 06:49:10 +00:00
pgoyette
1656c8e745
Avoid writing beyond the end of the buffer we were given.
...
This should actually cure the "stack overflow" reported earlier (and
was worked around by increasing the size of the buffer).
2016-10-26 06:10:39 +00:00
knakahara
56b9040c4f
Fix error when wait_for_session_established() is called without argument.
...
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-10-26 03:55:56 +00:00
knakahara
38602079e1
Add new test cases(PAP and CHAP) for IPv6 PPPoE.
...
From Shoichi YAMAGUCHI<s-yamaguchi@IIJ>, Thanks.
2016-10-26 03:27:24 +00:00
pgoyette
3e2a207e09
Also update the version number in the comment!
2016-10-26 01:16:06 +00:00
pgoyette
c9690682a0
Update the devlist2h.awk script to track the maximum lengths of vendor
...
and product strings, and report the max values at end of the run.
Update the Makefiles.{pci,usb,hdaudio}devs to point users at the places
which might need to be updated if the maximum lengths get larger.
Since this commit makes no changes to the generated files, we don't
need to regenerate them now.
2016-10-26 01:03:23 +00:00
pgoyette
22031f1965
Bump kernel version for changes to pciverbose. Thanks mrg@ for
...
reminding me.
Welcome to 7.99.41!
2016-10-25 21:50:15 +00:00
christos
3e2e1df44f
mention that -a valid does not work, requested by felix.
2016-10-25 17:16:34 +00:00
abhinav
056b8cc767
Fix grammar in couple of sentences.
2016-10-25 13:01:59 +00:00
pgoyette
a36b37e027
Replace numeric magic-number constant with something a bit more meaningful.
2016-10-25 09:15:55 +00:00
pgoyette
ecf94dda9c
Increase max string length for PCI Product names. Affects only kernels
...
with PCIVERBOSE (or corresponding module).
We currently have a few product names that exceed the old limit, and
this is triggering an SSP check in pci_devinfo(). This commit doesn't
directly address the SSP issue, but pushes the can down the road...
2016-10-25 05:43:40 +00:00
ozaki-r
cf96c34d79
Remove unnecessary argument
...
No functional change.
2016-10-25 02:45:09 +00:00
christos
8d3ec8c9f8
Don't fail silently if we can't set a breakpoint
2016-10-24 21:22:33 +00:00
jdolecek
b2524a8de9
revert 1.90 of dksubr.c and change sc_deferred back to simple pointer; the
...
global sc_busy flag guards against race so it's not actually necessary, and
this place is unlikely to need to be parallelized in near future
discussed with mlelstv@
2016-10-24 17:14:27 +00:00
msaitoh
1e6643fc30
Regen.
2016-10-24 06:04:26 +00:00
msaitoh
2dd13e0246
Add Xeon E7 v4 devices from "Intel Xeon Processor E7 v4 Product Famliy
...
Datasheet Volume 2: Registers".
2016-10-24 06:03:52 +00:00
ozaki-r
d5985ea7e4
Revert v1.157
...
We need to hold the rtentry over rtrequest1 for info that dereferences
member variables of the rtentry after rtrequest1.
2016-10-24 03:19:07 +00:00
mrg
7b28f87c3c
regen.
2016-10-24 03:02:48 +00:00
christos
4667eeb169
sysctlbyname is convenient, but ain't cheap. Cache it.
2016-10-24 00:40:17 +00:00
christos
59538e7ea4
It is expensive to open and close files for every printf, keep it around.
2016-10-23 21:20:56 +00:00
christos
5b486ace20
PR/51572: calling funopen on each printw call is a tad excessive, but this
...
is not a reason for funopen to leak. Always call the close function since we
are indirecting through our cookie and we need to free it.
2016-10-23 21:01:52 +00:00
mrg
647468f389
regen after config.bfd fix.
2016-10-23 18:51:55 +00:00
phx
a985706b1e
Fixed WSCONS kernels. The cnprobe function must only be called when
...
MNTVA_CONSOLE is defined.
2016-10-23 18:40:52 +00:00
skrll
f1c7b5d7e5
Sync with external/gpl3/binutils/dist/bfd/config.bfd for mips so we build
...
in the right vector set
2016-10-23 12:46:57 +00:00
skrll
628b30c419
Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build
...
in the right vector set
2016-10-23 12:43:01 +00:00
abhinav
602eb66c16
Remove unused variables.
...
Fixes the sh(1) build when DEBUG is enabled.
2016-10-23 08:24:27 +00:00
skrll
33576f34ff
Trailing whitespace
2016-10-23 07:40:08 +00:00
skrll
074ac3ce32
PR toolchain/51557: gdb can't read core files
...
Register an iterate_over_regset_sections methods for armnbsd
2016-10-23 07:33:15 +00:00
jdolecek
40c6b2001f
change sc_deferred to TAILQ (reusing bufq b_actq) to avoid possible buf leak
...
for MPSAFE drivers
2016-10-22 22:32:33 +00:00
christos
8ff995f221
allow fractional intervals
2016-10-22 22:02:55 +00:00
christos
8a48cf6610
remove bogus malloc casts
2016-10-22 21:55:06 +00:00
christos
d6ee18cb90
add LIBGCC_MACHINE_ARCH
2016-10-22 20:33:51 +00:00
christos
bbf41bf8ef
use LIBGCC_MACHINE_ARCH for the compat build
2016-10-22 20:33:28 +00:00