aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzfs/libzfs_diff.c
Commit message (Expand)AuthorAgeFilesLines
* libzfs: use zfs_strerror() in place of strerror()Richard Kojedzinszky2024-01-291-8/+9
* Add more ANSI colors to libzfsTino Reichardt2023-03-241-3/+3
* Add color output to zfs diff.Ethan Coe-Renner2022-12-151-0/+40
* Cleanup: Address Clang's static analyzer's unused code complaintsRichard Yao2022-10-141-1/+1
* Cleanup: Switch to strlcpy from strncpyRichard Yao2022-09-271-4/+2
* Replace dead opensolaris.org license linkTino Reichardt2022-07-111-1/+1
* libzfs: Define the defecto standard errbuf sizeRyan Moeller2022-06-091-1/+1
* libspl/include: remove unused/empty headersнаб2022-05-181-1/+0
* libzfs: don't NULL-check infallible allocationsнаб2022-03-301-3/+2
* libzfs: diff: simplify superfluous stdioнаб2021-12-131-13/+9
* libzfs: diff: print_what() can return the symbol => get_what()наб2021-12-131-37/+18
* libzfs: diff: stream_bytes: use fputc, %hho formats charsнаб2021-12-131-2/+2
* zfs, libzfs: diff: accept -h/ZFS_DIFF_NO_MANGLE, disabling path escapingнаб2021-12-131-2/+8
* libzfs: write_inuse_diffs_one: format strerror() with "%s"наб2021-06-041-2/+3
* Let zfs diff be more permissiveRich Ercolani2021-06-041-12/+23
* libzfs: format safetyнаб2021-05-291-5/+5
* undocumented libzfs API changes broke "zfs list"Matthew Ahrens2021-05-061-1/+1
* zfs get: don't lookup mount options when using "-s local"Alan Somers2021-04-291-1/+1
* lib/: set O_CLOEXEC on all fdsнаб2021-04-111-2/+2
* Don't open zfs control device exclusivelyMatthew Macy2020-02-281-1/+1
* Use zfs_ioctl with zfs_cmd_t in libzfsMatthew Macy2019-10-231-4/+4
* OpenZFS restructuring - libzfsMatthew Macy2019-10-031-41/+1
* Fix wrong assertion in libzfs diff error handlingRyan Moeller2019-05-191-1/+1
* OpenZFS 9559 - zfs diff handles files on delete queue in fromsnap poorlyPaul Dagnelie2018-12-141-6/+6
* Update build system and packagingBrian Behlendorf2018-05-291-2/+1
* OpenZFS 9421, 9422 - zdb show possibly leaked objectsPaul Dagnelie2018-05-041-2/+5
* Native Encryption for ZFS on LinuxTom Caputi2017-08-141-0/+5
* OpenZFS 6931 - lib/libzfs: cleanup gcc warningsGeorge Melikov2017-02-071-1/+2
* Fix coverity defects: CID 147475liaoyuxiangqin2016-12-091-7/+8
* Fix coverity defects: CID 147443, 147656, 147655, 147441, 147653BearBabyLiu2016-09-291-1/+1
* OpenZFS 6314 - buffer overflow in dsl_dataset_nameIgor Kozhukhov2016-06-281-1/+2
* Illumos 4448 - zfs diff misprints unicode charactersJoshua M. Clulow2016-02-051-6/+9
* Illumos 6268 - zfs diff confused by moving a file to another directoryJoshua M. Clulow2016-01-121-12/+2
* Change 3-digit octal escapes to 4-digit onesHajo Möller2015-05-181-2/+2
* Illumos 5847 - libzfs_diff should check zfs_prop_get() returnAlexander Eremin2015-05-151-3/+7
* Illumos #3464Matthew Ahrens2013-09-041-4/+4
* Illumos #2882, #2883, #2900Matthew Ahrens2013-09-041-4/+4
* Use strerror() not strerror_r()Brian Behlendorf2013-01-281-1/+1
* Ensure that zfs diff prints unicode safely.Darik Horn2013-01-161-1/+1
* Add linux compatibilityBrian Behlendorf2010-08-311-0/+4
* Add linux kernel device supportBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing parenthesis warningsBrian Behlendorf2010-08-311-1/+1
* Fix gcc missing braces warningsBrian Behlendorf2010-08-271-4/+4
* Fix gcc cast warningsBrian Behlendorf2010-08-271-2/+2
* Update to onnv_147Brian Behlendorf2010-08-261-0/+826