Konstantin Belousov
98173b7fa7
If the vm_page_alloc_contig() failed in the ttm page allocators, do
...
what other callers of vm_page_alloc_contig() do, retry after
vm_pageout_grow_cache().
Sponsored by: The FreeBSD Foundation
2015-02-03 13:45:06 +00:00
Konstantin Belousov
668259c84d
Do not access gmbus_ports array past its end.
...
Reported and tested by: hselasky
Sponsored by: The FreeBSD Foundation
2015-02-03 13:43:03 +00:00
Konstantin Belousov
bf5fce2bee
Remove duplicated assignment.
...
CID: 1267988
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
2015-02-03 12:09:48 +00:00
Konstantin Belousov
35669caf93
Followup to r278147. Two more sign errors.
...
Noted by: hps
Sponsored by: The FreeBSD Foundation
2015-02-03 11:34:18 +00:00
Konstantin Belousov
cbc34301ba
Fix sign for the error code returned from the driver-specific code.
...
Noted by: hps
Sponsored by: The FreeBSD Foundation
2015-02-03 10:46:07 +00:00
Konstantin Belousov
ae18989eb9
Do not attach to the unsupported chipsets, unless magic tunable is
...
frobbed.
Sponsored by: The FreeBSD Foundation
2015-02-03 10:30:41 +00:00
Konstantin Belousov
ff5ba73987
Fix use after free in pipe_dtor(). PIPE_NAMED flag must be tested
...
before pipeclose() is called, since for !PIPE_NAMED case, when peer is
already closed, the pipe pair memory is freed.
Submitted by: luke.tw@gmail.com
PR: 197246
Tested by: pho
MFC after: 3 days
2015-02-03 10:29:40 +00:00
Mark Johnston
feb031ce37
Avoid hard-coding a path to ksh in scripts that are executed directly by
...
the test harness. This is a problem in many of the *.ksh test scripts as
well, but those scripts are executed using a shell whose path is specified
in dtest.pl, so there's no need to modify them.
MFC after: 1 week
2015-02-03 06:22:46 +00:00
Mark Johnston
3022ac78d3
Use a MIME type of text/plain for a couple of shell scripts with a file
...
extension of ".exe".
MFC after: 1 week
2015-02-03 06:16:18 +00:00
Mark Johnston
c36bd253fa
Continue to handle the case where state is NULL, though this currently
...
cannot happen on FreeBSD. r278136 overlooked the fact that a destructor
registered with devfs_set_cdevpriv(9) is invoked even in the case of an
error.
X-MFC-With: r278136
2015-02-03 06:04:16 +00:00
Mark Johnston
ac21b651bf
Diff reduction with illumos, in preparation for merging r266993 from the
...
vendor branch. No functional change.
MFC after: 1 week
2015-02-03 05:38:52 +00:00
Dmitry Marakasov
04c5a27be0
- Remove more files when MK_USB == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:14:17 +00:00
Dmitry Marakasov
1dc6769d6d
- Remove more files when MK_UNBOUND == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:13:16 +00:00
Dmitry Marakasov
e5f6569bd0
- Remove more files when MK_TEXTPROC == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:11:24 +00:00
Dmitry Marakasov
aee4d21d84
- Remove more files when MK_TESTS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:10:23 +00:00
Dmitry Marakasov
fed7ef1661
- Remove more files when MK_TCSH == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:05:06 +00:00
Dmitry Marakasov
3f13cb12a9
- Remove more files when MK_SYSCONS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 03:02:41 +00:00
Dmitry Marakasov
14e319f234
- Remove more files when MK_SSP == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 02:59:47 +00:00
Dmitry Marakasov
1d706ec416
- Remove more files when MK_QUOTAS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 02:57:50 +00:00
Dmitry Marakasov
61c40359e7
- Remove more files when MK_PORTSNAP == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 02:56:25 +00:00
Dmitry Marakasov
7a713ceabc
- Remove more files when MK_PMC == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 02:54:54 +00:00
Dmitry Marakasov
71795a01a6
- Remove more files when MK_PF == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 00:19:50 +00:00
Dmitry Marakasov
3f72f93289
- Remove more files when MK_OPENSSH == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-03 00:17:49 +00:00
Glen Barber
3e6090ebb5
Use ifconfig_DEFAULT="" instead of hard-coding vtnet(4)
...
MFC after: 2 weeks
X-MFC-with: r277458, r277536, r277606, r277609,
r277836, r278118
Sponsored by: The FreeBSD Foundation
2015-02-03 00:10:48 +00:00
Glen Barber
333b986685
Move service_enable="YES" rc.conf(5) additions to
...
VM_RC_LIST and deduplicate.
Evaluate if firstboot_freebsd_update should be enabled
based on UNAME_r, because it is not supported for the
-CURRENT or -STABLE branches.
MFC after: 2 weeks
X-MFC-with: r277458, r277536, r277606, r277609,
r277836
Sponsored by: The FreeBSD Foundation
2015-02-03 00:07:54 +00:00
Navdeep Parhar
9d3c01e391
Fix bug in idr_pre_get where it doesn't handle 'need' correctly.
...
Obtained from: Chelsio Communications' internal repository.
2015-02-02 23:41:43 +00:00
Glen Barber
681c32931f
Overhaul the relnotes page to reorganize the sections.
...
With the previous layout, the majority of the release
notes were categorized under one main "What's New"
section, which in addition to making the page difficult
to parse relevant bits, also had a few rendering issues,
such as 'Note' blocks visually not appearing as if they
pertain to a particular change.
This change removes the "What's New" section, integrating
it with the introduction. In addition, each section now
provides a brief description of its contents, broken down
further into a subsection for each "topic", making it much
easier to find a specific topic in the page.
MFC after: 3 days
X-MFC-Note: direct commit, not a merge
Sponsored by: The FreeBSD Foundation
2015-02-02 21:09:26 +00:00
Glen Barber
c6e76d460c
Move the 'Upgrading from Previous Releases of FreeBSD'
...
section to the top of the file, following the introduction.
Sponsored by: The FreeBSD Foundation
2015-02-02 21:09:23 +00:00
Mark Johnston
6ac0e4858a
Let the standard deviation of the empty set be 0. This is consistent with
...
the behaviour for averages, and fixes a crash that can occur when attempting
to print a stddev aggregation containing no elements:
dtrace:::BEGIN { @ = stddev(0); clear(@); printa("%@d", @); }
PR: 197260
MFC after: 2 week
2015-02-02 20:48:31 +00:00
Alexander Motin
174b32ced4
Retry indefinitely on SCSI BUSY status from VMware disks and CDs.
...
VMware returns BUSY status when storage has transient connectivity issues.
It is often better to wait and let VM admin fix the problem then crash.
Discussed with: ken
MFC after: 1 week
2015-02-02 20:23:05 +00:00
Dimitry Andric
b73700f547
Belatedly add the clang patch corresponding to r277423.
2015-02-02 20:05:52 +00:00
Luiz Otavio O Souza
dbdb12056d
Register the GPIO controller device reference on xref table for FDT systems.
2015-02-02 19:22:34 +00:00
Vsevolod Stakhov
976e494514
Revert the change of flowid output format. [1]
...
Reverse the sorting order of the interfaces addresses familise so it should be
the same as getifaddrs(3) order. [2]
Suggested by: hrs [1], bz [2]
Approved by: hrs, bapt
2015-02-02 19:00:18 +00:00
Hans Petter Selasky
c3871e6426
Separate out detection of prevent and allow medium removal quirk.
...
PR: 185747
MFC after: 1 week
2015-02-02 18:20:10 +00:00
Sean Bruno
cb53a7b39e
The linux driver code for the MDIO bus does a read-after-write
...
which seems to be required on MIPS74k platforms for correct
behaviour.
Reviewed by: adrian
2015-02-02 17:33:00 +00:00
Hans Petter Selasky
609752f04f
The flowid and hashtype should be copied from the originating packet
...
when fragmenting IP packets to preserve the order of the packets in a
stream. Else the resulting fragments can be sent out of order when the
hardware supports multiple transmit rings.
Reviewed by: glebius @
MFC after: 1 week
Sponsored by: Mellanox Technologies
2015-02-02 17:32:50 +00:00
Hiroki Sato
2bb086bf48
Add a toc.section.depth=3 parameter to use the same ToC depth as DocBook
...
DSSSL stylesheet.
Reported by: gjb
2015-02-02 16:10:03 +00:00
Pedro F. Giffuni
84a9ba84bb
rpc: Uninitialized pointer read
...
Initialize *xprt to avoid exposing a random value
in cleanup_svc_vc_create.
This is the kernel counterpart of r278041.
CID: 1007340
2015-02-02 16:07:07 +00:00
Alexander Motin
4b0e5c9ef4
Missed addition to r278098.
...
MFC after: 1 week
2015-02-02 16:06:23 +00:00
Alexander Motin
bebf6a8572
Add some fields and constants from RFC7144.
...
MFC after: 1 week
2015-02-02 15:59:17 +00:00
Dmitry Marakasov
5bed16ded9
- Remove more files when MK_NTP == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:59:55 +00:00
Dmitry Marakasov
ed809ca880
- Remove more files when MK_NS_CACHING == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:58:41 +00:00
Dmitry Marakasov
90539b6f3c
- Remove more files when MK_NLS_CATALOGS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:57:45 +00:00
Dmitry Marakasov
422e74aec3
- Remove more files when MK_NLS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:56:39 +00:00
Dmitry Marakasov
e50d77e569
- Remove more files when MK_NETGRAPH_SUPPORT == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:55:24 +00:00
Dmitry Marakasov
fe8f6c3e43
- Remove more files when MK_NETGRAPH == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:54:28 +00:00
Dmitry Marakasov
e5c3781da5
- Remove more files when MK_MAN_UTILS == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:52:38 +00:00
Dmitry Marakasov
ddef032455
- Remove more files when MK_MAN == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:51:26 +00:00
Dmitry Marakasov
426d530372
- Remove more files when MK_MAKE == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:50:14 +00:00
Dmitry Marakasov
2f3a10e535
- Remove more files when MK_MAIL == no
...
MFC after: 1 week
Reviewed by: ngie
Approved by: ngie
Differential Revision: D1600
2015-02-02 14:48:05 +00:00