log

age author description
Tue, 10 Sep 2024 21:12:17 +0200 Franz Glasner Remove VERSIONTAG because it is not used any more
Tue, 10 Sep 2024 21:10:27 +0200 Franz Glasner Make the port really DATADIR and EXAMPLESDIR safe because the user may redefine DATADIR and EXAMPLESDIR.
Tue, 10 Sep 2024 19:48:07 +0200 Franz Glasner Changed description: remove the wording "private"
Tue, 10 Sep 2024 19:46:56 +0200 Franz Glasner Create package flavors: the default one, and local-bsdtools-alldeps with all runtime dependencies explicitely declared
Tue, 10 Sep 2024 16:24:37 +0200 Franz Glasner FIX: array.sh is gone, farray.sh is there: adjust Makefile and plist
Tue, 10 Sep 2024 10:42:44 +0200 Franz Glasner Using jq: the '.a.b.c.["d"]' syntax in chains is 1.7+: use the old syntax '.a.b.c["d"]' instead.
Tue, 10 Sep 2024 10:13:59 +0200 Franz Glasner When analyzing the output of "mount -p" check for proper parsing capability: no improper mixing of tabs and spaces.
Tue, 10 Sep 2024 01:54:42 +0200 Franz Glasner FIX: Reading from a tsv requires a TAB IFS
Tue, 10 Sep 2024 01:52:30 +0200 Franz Glasner Docs: add a return type where appropriate
Tue, 10 Sep 2024 01:50:20 +0200 Franz Glasner Use a new .shellcheckrc file for common configuration settings for shellcheck.
Mon, 09 Sep 2024 15:38:20 +0200 Franz Glasner For shellcheck commands: put a link to their website for an explanation
Mon, 09 Sep 2024 15:16:55 +0200 Franz Glasner Remove array.sh: now farray.sh is to be used
Mon, 09 Sep 2024 15:16:01 +0200 Franz Glasner fzfs: switch to farray.sh
Mon, 09 Sep 2024 14:39:16 +0200 Franz Glasner fzfs: FIX: typo in help msg
Mon, 09 Sep 2024 14:28:55 +0200 Franz Glasner Replace the use of "deprecated" egrep calls with "grep -E"
Mon, 09 Sep 2024 14:13:51 +0200 Franz Glasner farray.sh: handle most of the shellcheck suggestions
Mon, 09 Sep 2024 13:31:58 +0200 Franz Glasner common.subr: handle some shellcheck warnings
Mon, 09 Sep 2024 12:33:00 +0200 Franz Glasner farray.sh: new implementation of arrays and alists.
Thu, 05 Sep 2024 22:06:51 +0200 Franz Glasner Reset some variables in the process environment at loading time: GREP_OPTIONS and PATH_FSTAB.
Thu, 05 Sep 2024 04:05:33 +0200 Franz Glasner Call mount and umount with absolute paths
Wed, 04 Sep 2024 22:08:23 +0200 Franz Glasner common.subr: _get_jail_from_path() now works with spaces in path values.
Wed, 04 Sep 2024 21:53:43 +0200 Franz Glasner common.subr: _get_mounts_at_directory() and _get_zfs_dataset_for_mountpoint() now also work for path and/or datasets with spaces in their names/values.
Wed, 04 Sep 2024 20:52:57 +0200 Franz Glasner fzfs umount: umounting now also works for datasets and/or mountpoints that have spaces in their values.
Wed, 04 Sep 2024 18:48:10 +0200 Franz Glasner fzfs umount: implemented option "-k" (dry-run)
Wed, 04 Sep 2024 18:29:42 +0200 Franz Glasner Use absolute paths for "mount" (all occurrences) and grep (some)
Wed, 04 Sep 2024 11:15:29 +0200 Franz Glasner common.subr: Implement check_zfs_naming() to check for valid ZFS names
Wed, 04 Sep 2024 10:36:24 +0200 Franz Glasner array.sh: FIX: call sed with LC_ALL=C to explicitely set the C locale when calling into sed
Tue, 03 Sep 2024 12:20:15 +0200 Franz Glasner array.sh: Impplement array_join(), array_join_for_eval() and array_print_join_for_eval()
Tue, 03 Sep 2024 12:19:11 +0200 Franz Glasner Style: make docs more consistent
Mon, 02 Sep 2024 02:12:07 +0200 Franz Glasner array.sh: Implement alist_for_each().
Sun, 01 Sep 2024 21:52:01 +0200 Franz Glasner fzfs: Implement option "-k" for clone-tree and mount to keep cloned datasets or keep datasets mounted on errors
Sun, 01 Sep 2024 21:34:27 +0200 Franz Glasner fzfs: implement "fzfs clone-tree".
Sun, 01 Sep 2024 19:46:15 +0200 Franz Glasner fzfs-mount: docs: note that unmounting is tried on errors
Sun, 01 Sep 2024 17:56:56 +0200 Franz Glasner array.sh: Implement alist_new()
Sun, 01 Sep 2024 16:57:47 +0200 Franz Glasner array.sh: some tests
Sun, 01 Sep 2024 16:57:25 +0200 Franz Glasner array.sh: Implement an alist (aka map, dict) for key-pair values.
Sun, 01 Sep 2024 16:55:10 +0200 Franz Glasner array.sh: array_print_length() now always returns 0
Sun, 01 Sep 2024 13:58:01 +0200 Franz Glasner array.sh: REFACTOR: Rename all local variables to have a __farr_ prefix.
Sun, 01 Sep 2024 11:58:21 +0200 Franz Glasner array.sh: REFACTOR: helper functions renamed to have _farr_ prefix
Sun, 01 Sep 2024 11:16:54 +0200 Franz Glasner array.sh: simplify the output of debug output to make it less verbose
Sun, 01 Sep 2024 11:15:01 +0200 Franz Glasner array.sh: REFACTOR: All functions that are value getters (get, tryget, find, length) set a variable now.
Sat, 31 Aug 2024 23:20:03 +0200 Franz Glasner array.sh: Implement "array_set()" and "array_del()" to set and delete array entries at given indexes
Sat, 31 Aug 2024 20:31:10 +0200 Franz Glasner array.sh: FIX: Use really proper escaping when appending values to an array
Sat, 31 Aug 2024 18:17:09 +0200 Franz Glasner array.sh: Implement array_contains() and array_find()
Sat, 31 Aug 2024 16:46:18 +0200 Franz Glasner array.sh: Replace the __UNSET__ tag with a GUID just created
Sat, 31 Aug 2024 14:07:28 +0200 Franz Glasner Style
Sat, 31 Aug 2024 14:06:03 +0200 Franz Glasner array.sh: implement array_tryget() for iterating in a shell while loop
Sat, 31 Aug 2024 14:04:54 +0200 Franz Glasner array.sh: improve docs
Fri, 30 Aug 2024 21:31:38 +0200 Franz Glasner ===== Added signature for changeset c1583ed4d3f0
Fri, 30 Aug 2024 21:31:13 +0200 Franz Glasner >>>>> tag v0.26.1 for changeset 5255651502bb
Fri, 30 Aug 2024 21:30:51 +0200 Franz Glasner +++++ v0.26.1 v0.26.1
Fri, 30 Aug 2024 18:50:12 +0200 Franz Glasner fzfs: Try to unmount filesystems that have been mounted by this tool when an error occurs
Fri, 30 Aug 2024 17:29:20 +0200 Franz Glasner Implement a debug output routine for arrays: array_debug()
Fri, 30 Aug 2024 16:49:36 +0200 Franz Glasner Typo in error message
Fri, 30 Aug 2024 16:48:24 +0200 Franz Glasner Use the new output routinges for errors in fzfs' global error handling
Fri, 30 Aug 2024 16:44:23 +0200 Franz Glasner Also implement "err()" in as common shell subroutine
Fri, 30 Aug 2024 16:42:04 +0200 Franz Glasner Implement "checkyesno()" and "checkyes()" in the common shell subroutines
Fri, 30 Aug 2024 15:51:26 +0200 Franz Glasner FIX: Use correct printf formatting character
Fri, 30 Aug 2024 15:36:41 +0200 Franz Glasner Implement fatal() and warn() in the common scripts as helpers for printing warnings and exiting with fatal errors
Fri, 30 Aug 2024 14:17:45 +0200 Franz Glasner FIX: Handle severe error in "fzfs mount" when the root dataset naturally mounts at root filesystem