summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
committerDamien Miller <djm@mindrot.org>2000-07-09 23:26:27 +1000
commit31abc9addbf23675eb094638c83c6279437b6a50 (patch)
treeac10a4aab8b155fef8dd81072a5213327496d347 /TODO
parentf9b625c36e3dea521c02919e90ac2ddcfd19b06a (diff)
- (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>
Including sigaction() et al. replacements
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index d79bd8aa..6542e700 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,10 @@
- Cleanup configure.in
+- Next now has sigaction() based on sigvec(). But it sill does not
+ seem to act correctly. Ctrl-C and Ctrl-Z don't return echo to the
+ underlying shell.
+
+- scp is broken under NeXT, and will need some TLC to be portable to
+ such an old platform. "struct dirent" does not exist, and under
+ next those functions take a single integer input.