aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove the special case for SIGKILLGavin Howard2021-07-271-3/+1
| | | | | | | | I can do this because I special-cased FreeBSD specifically to skip that test. I did this because FreeBSD would kill more than dc when doing the test, including ssh or a tty. Signed-off-by: Gavin Howard <gavin@yzena.com>
* Allow SIGKILL in the test suite to pretend nothing happenedGavin Howard2021-07-231-2/+5
| | | | | | | | This is for FreeBSD because it likes to overcommit and overcommit until a SIGKILL. Well, a SIGKILL in that case is equivalent to having a fatal memory allocation error. Signed-off-by: Gavin Howard <gavin@yzena.com>
* Do a lot of doc workGavin Howard2021-07-031-0/+2
| | | | Signed-off-by: Gavin Howard <gavin@yzena.com>
* Do a lot of documentation work and move some scriptsGavin Howard2021-06-231-0/+63
| | | | Signed-off-by: Gavin Howard <gavin@yzena.com>
* Move a lot of scripts to a scripts/ directoryGavin Howard2021-06-151-0/+264
Signed-off-by: Gavin Howard <gavin@yzena.com>