aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vt(4): Use define instead of numerical value.Hans Petter Selasky2022-10-051-1/+1
* vt(4): Make sure pressing the extend button updates the current selection.Hans Petter Selasky2022-10-051-1/+1
* Remove an extra argument to SYSCTL_FOREACHAndrew Turner2022-10-051-1/+1
* Use SYSCTL_FOREACH in drm2Andrew Turner2022-10-051-1/+1
* Remove pre-armv6 support from devmapAndrew Turner2022-10-051-5/+0
* traceroute6: fix capabilities for the rcv socketMichael Tuexen2022-10-041-2/+3
* netlink: make it working without INET6Gleb Smirnoff2022-10-041-1/+23
* netlink: fix standalone module buildGleb Smirnoff2022-10-041-0/+1
* ssh-keysign: fix double free in error pathEd Maste2022-10-041-4/+2
* ssh-keygen: fix double free in error pathEd Maste2022-10-041-3/+4
* ssh-keyscan: Strictly enforce the maximum allowed SSH2 banner sizeEd Maste2022-10-041-1/+15
* zfs: merge openzfs/zfs@d62bafee9Martin Matuska2022-10-04161-947/+1650
|\
| * Fix memory leak found by GCC static analyzerRichard Yao2022-10-031-1/+3
| * Fix userland dereference NULL return value bugsRichard Yao2022-10-013-1/+13
| * Fix potential NULL pointer dereference in dsl_dataset_promote_check()Richard Yao2022-09-301-5/+3
| * Fix double const qualifier declarationsTino Reichardt2022-09-3013-19/+18
| * Reduce false positives from Static AnalyzersRichard Yao2022-09-3019-131/+170
| * Fix unreachable code in zstreamdumpRichard Yao2022-09-291-3/+3
| * Fix panic in dsl_process_sub_livelist for EINTRSerapheim Dimitropoulos2022-09-291-1/+6
| * Fix unchecked return valuesRichard Yao2022-09-292-2/+4
| * Miscellaneous ZTS fixesRichard Yao2022-09-298-12/+36
| * zed: mark disks as REMOVED when they are removedAmeer Hamza2022-09-2824-51/+395
| * Bring per_txg_dirty_frees_percent back to 30Mateusz Guzik2022-09-282-2/+2
| * btree_test: smatch did detect few issuesToomas Soome2022-09-281-7/+13
| * DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reservedChristian Schwarz2022-09-271-0/+7
| * DMU_BACKUP_FEATURE: remove unused BLAKE3 featureChristian Schwarz2022-09-271-2/+1
| * PAM: Fix uninitialized value readRichard Yao2022-09-271-1/+3
| * Fix unsafe string operationsRichard Yao2022-09-2713-37/+43
| * Cleanup spa_export_common()Richard Yao2022-09-271-8/+6
| * LUA: Fix CVE-2014-5461Richard Yao2022-09-271-1/+1
| * Cleanup: Specify unsignedness on things that should not be signedRichard Yao2022-09-2747-438/+463
| * Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-2722-55/+49
| * Enforce "-F" flag on resuming recv of full/newfs on existing datasetJitendra Patidar2022-09-279-3/+127
| * Fix bad free in skein code Richard Yao2022-09-271-3/+14
| * Fix userspace memory leaks found by Clang Static AnalzyerRichard Yao2022-09-274-2/+11
| * Update zfs-mount to load before fstab, matches systemd service.Chris Zubrzycki2022-09-272-3/+4
| * Cleanup: Remove ineffective unsigned comparisons against 0Richard Yao2022-09-278-9/+5
| * Linux: Fix uninitialized variable usage in zio_do_crypt_data()Richard Yao2022-09-261-3/+3
| * Fix double declaration of getauxval() for FreeBSD PPCTino Reichardt2022-09-262-3/+6
| * Fix userland resource leaksRichard Yao2022-09-238-8/+22
| * Fix unchecked return values and unused return valuesRichard Yao2022-09-2314-28/+51
| * set_global_var_parse_kv() should pass the pointer from strdup()Richard Yao2022-09-231-2/+3
| * zpool: Don't print "repairing" on force faulted drivesTony Hutter2022-09-231-2/+9
| * ZTS: fallocate tests fail with hard coded valuesJohn Wren Kennedy2022-09-222-54/+71
| * Dynamically size dbuf hash mutex arrayBrian Behlendorf2022-09-223-34/+64
| * Revert "Reduce dbuf_find() lock contention"Brian Behlendorf2022-09-223-18/+19
| * Cleanup: Change 1 used in bitshifts to 1ULLRichard Yao2022-09-223-7/+7
* | git-arc: Fix handling of review title containing double quotesMark Johnston2022-10-041-2/+3
* | dtrace: Add a "regs" variableMark Johnston2022-10-049-55/+65
* | makefs: Add a cast to placate static analyzersMark Johnston2022-10-041-1/+1