summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers" in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile as I had no way of testing it for the other archs. Various arch maintainers, please check and update the corresponding Makefile... or report bugs ;-)... appropriately. You'll also want to "cvs del" syscall.h and add it to a .cvsignore in $(ARCH)/bits. Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h.
2001-06-25Note need to fix scandir.c's dynamic memory handling.Manuel Novoa III
2001-06-18I went nuts and wrote a generic rint implementation. I think it isEric Andersen
correct per the man page and a little testing seems to show it works. -Erik
2001-06-17Update TODO file.Manuel Novoa III
2001-06-15Note missing struct _res in resolv.hEric Andersen
2001-06-13A few new todo itemsEric Andersen
2001-06-05Update the TODO fileEric Andersen
2001-06-02Update the todo. Add my personal list.Manuel Novoa III
2001-06-01Add in an initial TODO list. Please add stuff as needed (and feelEric Andersen
free to work on items in this list as well). -Erik