Age | Commit message (Expand) | Author |
2001-05-12 | Add in a libc.so link as well | Eric Andersen |
2001-05-12 | This file was missing on arm | Eric Andersen |
2001-05-12 | I'd broken powerpc crt0.o installation | Eric Andersen |
2001-05-12 | Add missing header file for arm | Eric Andersen |
2001-05-12 | Ok, this should finish off my massive ro-organization. The source | Eric Andersen |
2001-05-11 | Bring powerpc back into line so it compiles again. | Eric Andersen |
2001-05-11 | A patch from Matthias Kilian <kili@outback.escape.de> to fix -DDEBUG_MALLOC | Eric Andersen |
2001-05-11 | Fix up the 'make clean' target | Eric Andersen |
2001-05-11 | Fix 'make clean' target | Eric Andersen |
2001-05-11 | Fix 'make clean' so it clean the rpc dir | Eric Andersen |
2001-05-10 | Oops. Forgot the makefile updates | Eric Andersen |
2001-05-10 | These are needed for ash-0.3.8 | Eric Andersen |
2001-05-09 | Add in an older libc5 glob implementation, which is a bit thinner. | Eric Andersen |
2001-05-09 | By default, leave out the RPC junk (it adds over 30k). Add in a compile | Eric Andersen |
2001-05-08 | Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutil | Eric Andersen |
2001-05-08 | Turns out alphasort was totally broken. This fixed one works. | Eric Andersen |
2001-05-08 | A patch from Jon Nelson <jnelson@securepipe.com> to make scandir | Eric Andersen |
2001-05-08 | Code did not match the prototypes, from what I can tell it should be using | David McCullough |
2001-05-08 | Quick fix to setjmp/longjmp/sigsetjmp etc to make them work. | David McCullough |
2001-05-08 | Looks like I forgot to commit this. | Eric Andersen |
2001-05-07 | Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.... | Manuel Novoa III |
2001-05-07 | Change FILENAME_MAX to be only 255. Max filename on ext2 is 255, | Eric Andersen |
2001-05-07 | A couple of printf fixes from Johan Adolfsson (johan.adolfsson@axis.com). | Manuel Novoa III |
2001-05-04 | Add in inet_ntop() and inet_pton() -- ported from glibc 2.2.3 | Eric Andersen |
2001-05-04 | This patch allows powerpc to compile again. It also checks if we | Eric Andersen |
2001-05-04 | Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>, | Eric Andersen |
2001-05-04 | Clean up some issues for building on m68k. | David McCullough |
2001-04-28 | Fix up a comment | Eric Andersen |
2001-04-27 | As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for | Eric Andersen |
2001-04-27 | Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinko | Eric Andersen |
2001-04-25 | Be really sneaky and use GNU ld special stuff so that whenever folks | Eric Andersen |
2001-04-25 | As pointed out by Michiel Thuys <michiel.thuys@intersil.com>, this was | Eric Andersen |
2001-04-25 | Be more strict with the malloc implementation. Return NULL | Eric Andersen |
2001-04-25 | Be more strict with the glibc style malloc implementation. Return NULL | Eric Andersen |
2001-04-24 | These are needed for arm ld.so support (not at all working yet...) | Eric Andersen |
2001-04-23 | Always use __NR_<name>, not SYS_<name> | Eric Andersen |
2001-04-23 | Only compile in daemon() if the target has an MMU. | Eric Andersen |
2001-04-20 | Use the real getnetbyname(), not the stub in resolv.c | Eric Andersen |
2001-04-20 | Stub out fpathconf() -- FIXME | Eric Andersen |
2001-04-20 | Add in a trivial getlogin implementation | Eric Andersen |
2001-04-20 | Add missing header file for daemon.c, add missing functions into unistd.h. | Eric Andersen |
2001-04-20 | Nobody should be using the SYS_ syscall names. Use the __NR_<foo> | Eric Andersen |
2001-04-20 | getnetbyname.o, res_init.o and res_query.o were missing from the Makefile, | Eric Andersen |
2001-04-19 | Remove the old crypt implementation | Eric Andersen |
2001-04-19 | Bring sh and i386 longjmp implementations into sync | Eric Andersen |
2001-04-19 | Add missing alias siglongjmp = longjmp; | Eric Andersen |
2001-04-19 | Remove all the __THROW macros | Eric Andersen |
2001-04-18 | Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() should | Eric Andersen |
2001-04-18 | Add missing time() | Eric Andersen |
2001-04-18 | Update temp file handling and use a single function to do all | Eric Andersen |