summaryrefslogtreecommitdiff
path: root/lib/libc_r/TODO
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-01-10 22:51:15 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-01-10 22:51:15 +0000
commit1eab4be7f1cb7dcddac7544d81551ae75fcb70f8 (patch)
tree7bed22d181d8616402cceaba45916d3d0c617b2f /lib/libc_r/TODO
parent9187cbd20d47dcd8d7f614368025e661276848e9 (diff)
update
Diffstat (limited to 'lib/libc_r/TODO')
-rw-r--r--lib/libc_r/TODO10
1 files changed, 2 insertions, 8 deletions
diff --git a/lib/libc_r/TODO b/lib/libc_r/TODO
index 75ce8fb8789..0516ae94d71 100644
--- a/lib/libc_r/TODO
+++ b/lib/libc_r/TODO
@@ -5,12 +5,6 @@ This is a list of things that still need to be done:
some usages of ENTRY to SYSENTRY in some .S files and add
the new macros to their SYS.h.
-* Find a better way of doing the _sys_aliases stuff; ideally by
- using the linker. jmp's and branches (current implementation) are ugly, but
- I don't want to have to hack ../libc/sys/Makefile.inc just to
- partition the syscalls into wrapped and non-wrapped. The `.set'
- assembler directive just doesn't work as I thought it would.
-
* Test that thread_init is automatically called on every arch, regardless
of whether the exe is statically linked or not.
@@ -40,6 +34,6 @@ This is a list of things that still need to be done:
its in the database routines mostly. We will need to rip their code.
* Figure out what to do with the configuration system variables (_SC_*)
- that are defined by POSIX 1003.1c
+ that are defined by POSIX 1003.1c (at least update sysconf(3))
-$OpenBSD: TODO,v 1.4 1998/12/22 22:30:35 d Exp $
+$OpenBSD: TODO,v 1.5 1999/01/10 22:51:14 d Exp $