diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-06-20 16:27:44 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-06-20 16:27:44 +0000 |
commit | 46f33675b6adf707fc2152f73702f231cff9c014 (patch) | |
tree | dce52ff6445eda4094d2df28dde09d7104699bbe | |
parent | e98795401da0febfa538f0dd7d8e4b215f426514 (diff) |
Update my TODO stuff
-rw-r--r-- | TODO | 17 |
1 files changed, 4 insertions, 13 deletions
@@ -1,6 +1,7 @@ + Erik's TODO list for the next release: - 1) Reentrancy auditing + 1) Finish up the reentrancy auditing 2) Better configuration system (CML1 + kbuild + menuconfig) 3) When fixing the config system, ensure that _every_ option that is enabled or disabled is listed in uClibc_config.h @@ -9,26 +10,16 @@ Erik's TODO list for the next release: 5) Make all small objects (>~50 bytes) into either inlines or into a static library 6) Rework code that fails POSIX conformance tests - 7) Fix the bugs in libcrypt so it passes conformance tests - 8) Split the tests up into two parts -- a compile phase, and - a separate shell-script-driven test phase, allowing the - tests to be run when cross compiling.... Other random things: - *) Add struct _res support to libc/inet/resolv.c. Right now, - struct _res, and res_init do nothing. The other res_* - functions are not yet implemented. So fix that. - *) Fix uClibc timezone support so date(1) will show a real - timezone, instead of just '???' *) Rework code that fails POSIX conformance tests - *) Rework pwd/grp for standards compliance (and integrate - Jeff Garzik's key-value reading code for pwd/grp, and - perhaps for /etc/hosts and friends as well) *) Document all differences between the feature set of uClibc and glibc. *) Add missing syscall() function to allow arbitraty syscalls to be made. + *) Fix profiling support + *) pwrite64 and pread64 |