From: Eric Andersen Date: Fri, 5 Oct 2001 19:59:12 +0000 (-0000) Subject: Minor update X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a924265e43cf2fcad97fc9489da482a27b0faf93;p=uclinux-h8%2FuClibc.git Minor update --- diff --git a/TODO b/TODO index d163cad5d..167445619 100644 --- a/TODO +++ b/TODO @@ -4,14 +4,14 @@ Fix regex so it isn't so stinking big Fix glob so it isn't so stinking big Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc Get the powerpc port of the shared lib loader working +Sync up powerpc/mips/etc with the current header files. Finish sparc port -Standardize the style of the header files. Documentation Better configuration system run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things (i.e. stuff at the end of the list) to make them smaller. make inb/outb work (for lilo et all) - update: done for i386. lilo and the pcmcia tools compile cleanly now + update: done for i386 and arm. lilo and the pcmcia tools compile cleanly now include/resolv.h does not define struct _res, and libc/inet/resolv.c does not use this struct. res_init does nothing. the other res_* functions are not implemented.