summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add nmtree to ITOOLS if it is installed on the host instead of keying offbrooks2013-02-091-2/+4
| | | | | | | the BOOTSTRAPPING variable. The previous test was wrong because BOOTSTRAPPING is 0 in most cases. Tested by: db
* Fix breakage introduced in r246318.kientzle2013-02-091-1/+2
|
* Add dtc to the build.kientzle2013-02-091-0/+1
|
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKtuexen2013-02-0910-320/+228
| | | | | | | only the supported address types. While there, do some whitespace cleanups. MFC after: 1 week
* Reference something which exists instead of the non-existent runsockseadler2013-02-091-5/+5
| | | | | | | | program. PR: docs/173664 Submitted by: wkoszek Approved by: bcr (mentor)
* Fix logic inversion.eadler2013-02-091-1/+1
| | | | | | PR: docs/174966 Submitted by: Christian Ullrich <chris+freebsd@chrullrich.net> Approved by: bcr (mentor)
* Fix some NLS catalogs broken after r245888.antoine2013-02-091-1/+1
|
* Add more obsolete files.antoine2013-02-091-0/+4
|
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT ortuexen2013-02-096-54/+57
| | | | | | | SHUTDOWN_ACK_SENT state. While there, make the corresponding code consistent. MFC after: 1 week
* mdoc: Remove EOL whitespace.joel2013-02-092-4/+4
|
* MFV r245512:delphij2013-02-0919-5/+1621
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Illumos zfs issue #3035 [1] LZ4 compression support in ZFS. LZ4 is a new high-speed BSD-licensed compression algorithm created by Yann Collet that delivers very high compression and decompression performance compared to lzjb (>50% faster on compression, >80% faster on decompression and around 3x faster on compression of incompressible data), while giving better compression ratio [1]. This version of LZ4 corresponds to upstream's [2] revision 85. Please note that for obvious reasons this is not backward read compatible. This means once a pool have LZ4 compressed data, these data can no longer be read by older ZFS implementations. Local changes: - On-stack hash table disabled and using kernel slab allocator instead, at this time. This requires larger kernel thread stack for zio workers. This may change in the future should we adjusted the zio workers' thread stack size. - likely and unlikely will be undefined if they are already defined, this is required for i386 XEN build. - Removed De Bruijn sequence based __builtin_ctz family of builtins in favor of the latter. Both GCC and clang supports these builtins. - Changed the way the LZ4 code detects endianness. - Manual pages modifications to mention the feature based on Illumos counterpart. - Boot loader changes to make it support LZ4 decompression. [1] https://www.illumos.org/issues/3035 [2] http://code.google.com/p/lz4/source/list Obtained from: Illumos (13921:9d721847e469) Tested on: FreeBSD/amd64 MFC after: 1 month
| * Update vendor/illumos/dist and vendor-sys/illumos/distdelphij2013-01-1611-2/+1339
| | | | | | | | | | to illumos-gate 13921:9d721847e469 (illumos zfs issue #3035 LZ4 compression support in ZFS and GRUB)
| * Update and vendor-sys/illumos/dist to illumos-gatedelphij2013-01-161-2/+71
| | | | | | | | | | 13910:f3454e0a097c (illumos zfs issue #3447: improve the comment in txg.c)
| * Update vendor/illumos/dist and vendor-sys/illumos/distmm2012-11-222-1/+9
| | | | | | | | | | to illumos-gate 13889:a67716f16746 (illumos zfs issue #3254)
| * Update vendor-sys/illumos/dist to illumos-gate 13888:7204b3392a58mm2012-11-191-6/+2
| | | | | | | | (bugix for illumos zfs issue #3236)
| * Update vendor/illumos/dist and vendor/illumos-sys/distmm2012-11-1412-71/+325
| | | | | | | | | | to illumos-gate 13887:196932ec9e6a (illumos zfs issue #3236)
| * Update vendor/illumos/dist and vendor/illumos-sys/distmm2012-11-142-1/+9
| | | | | | | | | | to illumos-gate 13886:e3261d03efbf (illumos zfs issue #3349)
| * Update vendor-sys/illumos/dist to illumos-gate 13879:4eac7a87eff2mm2012-11-089-23/+75
| | | | | | | | (illumos ZFS issues #3329, #3330, #3331, #3335)
| * Update vendor/illumos/dist and vendor/illumos-sys/distmm2012-11-084-21/+75
| | | | | | | | | | to illumos-gate 13871:a9c12c2c1647 (zfs changes, illumos issues #3306, #3321)
| * Update vendor/illumos/dist and vendor-sys/illumos/distmm2012-11-0813-32/+199
| | | | | | | | | | | | | | to illumos-gate 13869:921a99998bb4 (illumos ZFS issue #3246 ZFS I/O deadman thread) Note: illumos disables deadman logic by default on vmware and sparc
| * Update vendor-sys/illumos/dist to illumos-gate 13866:040f4b0699eemm2012-11-082-2/+12
| | | | | | | | (no FreeBSD-relevant changes - illumos issue #3301)
| * Update vendor/illumos/dist and vendor-sys/illumos/distmm2012-11-083-3/+103
| | | | | | | | | | to illumos-gate 13849:3468a95b27cd (illumos ZFS issues #3145, #3212, #3258)
| * Update vendor/illumos/dist and vendor-sys/illumos/distmm2012-09-264-15/+58
| | | | | | | | | | to illumos-gate 13836:37bf491c434c (illumos ZFS issues #2678, #2811, #3139, #3189, #3208)
| * Update vendor/illumos/dist and vendor/illumos-sys/distmm2012-09-0930-178/+195
| | | | | | | | | | to illumos-gate 13805:e3a9ae14a119 (zfs changes, illumos issues #1884, #3006)
| * Update vendor/illumos/dist and vendor/illumos-gate/distmm2012-09-0414-56/+234
| | | | | | | | | | | | to illumos-gate revision 13794:7c5e0e746b2c Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor/illumos/dist and vendor/illumos-gate/distmm2012-08-2719-39/+164
| | | | | | | | | | | | to illumos-gate revision 13782:8f78aae28a63 Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor/illumos and vendor-sys/illumos to revision 13777:b1e53580146dmm2012-08-2317-168/+331
| | | | | | | | Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/illumos/dist to illumos-gate 13772:2579580ac955mm2012-08-193-6/+9
| | | | | | | | | | | | | | References: https://www.illumos.org/issues/3085 (zfs diff panics) Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/illumos to illumos-gate 13758:23432da34147 (dtrace)mm2012-08-193-132/+191
| | | | | | | | | | | | | | | | | | | | | | | | References: https://www.illumos.org/issues/3021 https://www.illumos.org/issues/3022 https://www.illumos.org/issues/3023 https://www.illumos.org/issues/3024 https://www.illumos.org/issues/3025 https://www.illumos.org/issues/3026 Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/illumos to illumos-gate 13753:2aba784c276bmm2012-07-234-11/+22
| | | | | | | | Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/illumos/dist to illumos-gate 13752:9f5f6c52ba19mm2012-07-1829-1105/+1732
| | | | | | | | Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/illumos/dist to pre libzfs_core statemm2012-07-1885-1184/+5238
| | | | | | | | | | | | illumos-gate revision 13742:b6bbdd77139c Obtained from: ssh://anonhg@hg.illumos.org/illumos-gate
| * Update vendor-sys/opensolaris to last OpenSolaris state (13149:b23a4dab3d50)mm2012-07-18236-110/+178767
| | | | | | | | | | | | Add ZFS bits to vendor-sys/opensolaris Obtained from: https://hg.openindiana.org/upstream/oracle/onnv-gate
* | Fix LINT build for ARM.delphij2013-02-091-0/+1
| |
* | Fix LINT build on amd64.delphij2013-02-091-4/+4
| |
* | The encryption type field needs to be preserved for each descriptoradrian2013-02-091-0/+6
| | | | | | | | | | | | | | | | | | making up a frame, in both a sub-frame and for all frames in an aggregate. Tested: * AR5416, STA mode
* | Do not hold locks around hardware context reads.np2013-02-091-10/+11
| | | | | | | | MFC after: 3 days
* | Correctly list the usbloader dependencies.hselasky2013-02-081-2/+2
| |
* | Make sure we don't leak command buffers when a USBhselasky2013-02-081-6/+6
| | | | | | | | | | | | | | command transfer fails. MFC after: 1 week Reported by: Ian FREISLICH
* | In r246282 the KTR_ENTRIES was specified with syntax error, fix it so 'makedelphij2013-02-081-1/+1
| | | | | | | | | | | | | | universe' would work. MFC after: 12 days X-MFC-with: r246282
* | Fix regression issue after r244503:hselasky2013-02-082-25/+25
| | | | | | | | | | | | | | Correct init order to fix a NULL pointer access. MFC after: 1 week Reported by: Ian FREISLICH
* | ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.pfg2013-02-082-2/+1
| | | | | | | | | | Submitted by: Christoph Mallon MFC after: 2 weeks
* | ext2fs: make e2fs_maxcontig local and remove tautological check.pfg2013-02-082-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e2fs_maxcontig was modelled after UFS when bringing the "Orlov allocator" to ext2. On UFS fs_maxcontig is kept in the superblock and is used by userland tools (fsck and growfs), In ext2 this information is volatile so it is not available for userland tools, so in this case it doesn't have sense to carry it in the in-memory superblock. Also remove a pointless check for MAX(1, x) > 0. Submitted by: Christoph Mallon MFC after: 2 weeks
* | Remove unused MAXSYMLINKLEN macro.pfg2013-02-082-5/+0
| | | | | | | | | | | | Reviewed by: mckusick PR: kern/175794 MFC after: 1 week
* | add semicolon to end of CALLOUT_HANDLE_INITIALIZER example.alfred2013-02-081-1/+1
| |
* | patch: Follow original versioning convention.pfg2013-02-081-1/+1
| | | | | | | | | | | | | | | | | | According to the README file [1] the 12u variant, unlike the 12g variant, contains no copyleft code. It is therefore convenient to keep using the original versioning scheme to prevent confusions. [1] http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/patch/README
* | Fix NFSv4 permission description in setfacl(1) manual page: the 'D'trasz2013-02-081-2/+2
| | | | | | | | | | | | means delete_child, not delete. MFC after: 1 week
* | Improve description of the "-m" option to setfacl(1).trasz2013-02-081-5/+6
| | | | | | | | | | Submitted by: scottl MFC after: 1 week
* | In the setfacl(1) manual page, make it clear that for NFSv4 ACLs,trasz2013-02-081-1/+6
| | | | | | | | | | | | one should really use -a and -x instead of -m. MFC after: 1 week
* | Avoid use of register variables, which some compilers (e.g. clang)nwhitehorn2013-02-081-9/+5
| | | | | | | | | | | | don't like. It makes the code a little clearer as well. MFC after: 1 week
OpenPOWER on IntegriCloud