summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MFV r268848:delphij2014-07-188-45/+130
| | | | | | | | | | | | | | | | | | | | Instead of asserting all zio's be properly aligned, only assert on the logical ones. Cap uberblocks at 8k, otherwise with ashift=17, there would be only one uberblock. This fixes a problem that zdb would trip assert on pools with ashift >= 0xe (8k). While there, also change the code so it only attempt to condense space map unless the uncondensed size consumes greater than zfs_metaslab_condense_block_threshold blocks. Illumos issue: 4958 zdb trips assert on pools with ashift >= 0xe MFC after: 2 weeks
* Initiate error recovery stats fail to update after 3 retries.davidcs2014-07-185-1/+35
| | | | | | | Change bxe_panic() ECORE_DBG_BREAK_IF() ECORE_BUG() ECORE_BUG_ON() to panic only if ECORE_STOP_ON_ERROR is defined. MFC after:5 days
* The description is a bit misleading. Trying to make it more obvious.hiren2014-07-181-1/+1
| | | | | Phabric: https://phabric.freebsd.org/D435 Reviewed by: gnn
* Revert r268826:pfg2014-07-181-5/+3
| | | | | | | | The current ordering of this header is a feature as it is more consistent with POSIX. Also adding gratuitous newlines is not elegant. Pointed out by: bde
* Remove obsolete man pages. The corresponding code was removed in r255608.alc2014-07-183-173/+3
|
* Use assignment instead of bcopy.glebius2014-07-181-1/+1
| | | | Submitted by: jmg
* Extend kqueue's EVFILT_TIMER by adding precision unit flags supportbapt2014-07-183-10/+60
| | | | | | | | | Define the precision macros as bits sets to conform with XNU equivalent. Test fflags passed for EVFILT_TIMER and return EINVAL in case an invalid flag is passed. Phabric: https://phabric.freebsd.org/D421 Reviewed by: kib
* Fix two typos in iscsictl.8gavin2014-07-181-3/+3
| | | | | | PR: 191581 Submitted by: Jimmy Olgeni MFC after: 3 days
* Use a combination of unblock-lan-zones (r268839) and domain-insecuredes2014-07-181-1/+51
| | | | to fix reverse lookups on networks using private addresses.
* Import unblock-lan-zones feature backported from upstream svn trunk.des2014-07-1811-1414/+1508
| | | | | | | | | This is a partial fix for reverse lookups in RFC 1918 networks. With this option enabled, unbound no longer ignores these queries; however, it will still reject the answer it gets from the forwarder, because the RFC 1918 reverse zones are signed. Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl>
* Add support for Toradex Apalis i.MX6 development board.br2014-07-182-0/+117
| | | | Sponsored by: Toradex AG
* Update the default RSS hash to the Chelsio T5 firmware one - it providesadrian2014-07-181-5/+5
| | | | | | | | markedly better distribution of IPv6 address/ports than the previous key. The previous key would hash large swaths of the port space for a given source/destination IP address to the same low handful of bits, effectively mapping them to the same queue. This made testing very .. special.
* Fix typo.br2014-07-183-3/+3
|
* Rename gpio driver file.br2014-07-184-3/+3
|
* o Enable GPIO device driver for i.MX6.br2014-07-187-55/+155
| | | | | | | | It was originally written for i.MX5 and compatible with newer chip. o Extend device tree information o style(9) fixes Discussed with: ian
* Fix an apparent conversion error in bge to the new driver api.peter2014-07-181-2/+2
| | | | | | if_multiaddr_array() does the LLADDR work, don't do it twice. This broke IPv6 in "interesting" ways in the FreeBSD.org cluster.
* Update libucl to the 2014-07-16 snapshotbapt2014-07-1819-709/+1260
|\ | | | | | | This update brings streamlined ucl emitter support
| * Import libucl 2014-07-16bapt2014-07-1818-708/+1257
| |
| * Import libucl version 2014-05-14 (almost 0.4.1)bapt2014-05-246-22/+200
| | | | | | | | This bring ucl_lookup_path (xpath like for ucl objects)
| * Import libucl 0.4.0bapt2014-04-2217-446/+574
| |
* | Remove an obsolete man page.alc2014-07-184-16/+6
| |
* | Fix "ndp -d hostname".peter2014-07-181-1/+1
| |
* | Minor sorting to match the NetBSD headerpfg2014-07-181-3/+5
| | | | | | | | | | MFC after: 3 days Obtained from: NetBSD
* | Remove deprecated definition "m_act".kevlo2014-07-181-1/+0
| | | | | | | | Suggested by: adrian, glebius
* | Fix manpages path and sort entriesbapt2014-07-171-7/+7
| |
* | Remove texinfo manpages as well if built WITHOUT_INFObapt2014-07-171-0/+7
| |
* | Fix markups.delphij2014-07-172-2/+2
| |
* | Fix markup regression introduced in r268369.delphij2014-07-171-2/+1
| |
* | Add the mtree entry for yacc testsbapt2014-07-171-0/+2
| |
* | Update to byacc 20140715 (only concerns regression tests being fixed)bapt2014-07-17124-15657/+508
| | | | | | | | | | | | | | Directly use regression test from upstream PR: 191020 Submitted by: gcooper (yaneurabeya@gmail.com)
* | Increase maximal number of SCSI ports in CTL from 32 to 128.mav2014-07-175-8/+7
| | | | | | | | | | | | | | | | After I gave each iSCSI target its own port, the old limit appeared to be not so big. This change almost proportionally increases per-LUN memory use, but it is still three times better then it was before r268807. MFC after: 2 weeks
* | Reduce per-LUN memory usage from 18MB to 1.8MB.mav2014-07-172-81/+69
| | | | | | | | | | | | | | | | | | | | CTL never had use for CA support code since SPI has gone, and there is no even frontends supporting that. But it still was reserving 256 bytes of memory per LUN per every possible initiator on every possible port. Wrap unused code with ifdef's in case somebody even need it. MFC after: 2 weeks
* | Add a man page for the new function pmap_unwire().alc2014-07-173-0/+68
| |
* | Replace all uses of libncurses and libtermcap with their wide characterbrooks2014-07-1741-85/+81
| | | | | | | | | | | | | | | | | | | | variants. This allows usable file system images (i.e. those with both a shell and an editor) to be created with only one copy of the curses library. Exp-run: antoine PR: 189842 Discussed with: bapt Sponsored by: DARPA, AFRL
* | Remove the man page for a pmap function that no longer exists.alc2014-07-175-20/+8
| |
* | Add support for the fixed image type. The fixed image is effectivelymarcel2014-07-171-93/+153
| | | | | | | | | | | | | | | | | | | | a raw image with a VHD footer appended. There's little value that I can see to use the fixed image type, but in order to make VHD images for use by Microsoft's Azure platform, they must be fixed VHD images. Support has been added by refactoring the code to re-use common code and by adding a second output format structure. To created fixed VHD images, specify "vhdf" as the output format.
* | grep: fix some memory leaks.pfg2014-07-171-0/+1
| | | | | | | | | | | | Add memory leak fix missing from r268799. Obtained from: NetBSD
* | Fix indentationbdrewery2014-07-171-2/+2
| |
* | grep: fix some memory leaks.pfg2014-07-172-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring a couple of changes from NetBSD: queue.c (CVS Rev. 1.4. 1.5) Fix memory leaks. NULL does not need a cast. grep.c (CVS Rev. 1.6) Use the more portable getline. Obtained from: NetBSD MFC after: 3 days
* | grep: Fix type.pfg2014-07-171-1/+1
| | | | | | | | | | Obtained from: NetBSD (CVS rev. 1.17) MFC after: 3 days
* | Fix embarassing typos I made.nwhitehorn2014-07-171-5/+5
| | | | | | | | Submitted by: rayddteam
* | Fix ctld crash on startup if target alias is not set.mav2014-07-171-2/+5
| | | | | | | | MFC after: 3 days
* | units(1): Add basic testseadler2014-07-174-0/+39
| | | | | | | | Add some tests to help avoid breaking units
* | chown: Fix chown test numbereadler2014-07-171-1/+1
| |
* | units(1): Add support for output-formateadler2014-07-172-14/+50
| | | | | | | | | | Add support for the output-format argument. This also exposes subtle rounding differences between GNU units and our units.
* | Fix a typo.hiren2014-07-171-1/+1
| | | | | | | | | | PR: 191898 Submitted by: vsjcfm@gmail.com
* | Oops - somehow I missed the IP option numbers clashing with the multicastadrian2014-07-171-4/+5
| | | | | | | | | | | | numbers below. Move them to a new set of non-clashing numbers.
* | Deprecate m_act. Use m_nextpkt always.kevlo2014-07-173-3/+3
| |
* | Correct the name of the man page for pmap_ts_referenced().alc2014-07-163-3/+5
| | | | | | | | Sponsored by: EMC / Isilon Storage Division
* | Nuke the never-used RF_TIMESHARE feature, reducing the complexity of thetruckman2014-07-163-113/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code. The consensus on arch@ is that this feature might have been useful in the distant past, but is now just unnecessary bloat. The int_rman_activate_resource() and int_rman_deactivate_resource() functions become trivial, so manually inline them. The special deferred handling of RF_ACTIVE is no longer needed in reserve_resource_bound(), so eliminate the associated code at the end of the function. These changes reduce the object file size by more than 500 bytes on i386. Update the rman.9 man page to reflect the removal of the RF_TIMESHARE feature. MFC after: 2 weeks
OpenPOWER on IntegriCloud