log

age author description
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
Fri, 30 Aug 2024 10:49:36 +0200 Franz Glasner FIX: array_destroy() now returns 1 if the array doest not exist -- as it was always intended
Fri, 30 Aug 2024 10:40:11 +0200 Franz Glasner - Use a common global prefix for all array variables ("_farr_")
Thu, 29 Aug 2024 19:44:19 +0200 Franz Glasner Implement "array_clear()"