From c078497b40c5d0cb4f3d3d9b335efd47b9952310 Mon Sep 17 00:00:00 2001 From: snow flurry Date: Mon, 16 Nov 2020 22:58:07 -0800 Subject: [PATCH] TODO: update TODO Continuing to use pread/pwrite since we'll probably be dealing a lot with random fragmented files. The rest that were removed have been dealt with. --- TODO | 4 ---- 1 file changed, 4 deletions(-) diff --git a/TODO b/TODO index 509dafb..2c60194 100644 --- a/TODO +++ b/TODO @@ -1,5 +1 @@ -Implement randomness (xorshift? https://www.jstatsoft.org/article/view/v008i14) -Config parser (config.c) Do the actual corrupty things - -Use fopen(3) and friends instead of open(2)