Age | Commit message (Expand) | Author |
2004-04-20 | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen |
2004-04-20 | We don't need these... | Eric Andersen |
2004-04-14 | Fix typo. | Manuel Novoa III |
2004-04-06 | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen |
2004-03-24 | glibc does not provide pppio.h, and our doing so conflicts | Eric Andersen |
2004-03-19 | Per patch from Stefan Holst, do not try to compile these | Eric Andersen |
2004-03-19 | Patch from Stefan Holst to fix argv[0] | Eric Andersen |
2004-03-19 | Based on a patch from Alexandre Oliva, allow uClibc to compile | Eric Andersen |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen |
2004-03-18 | Alexandre Oliva writes: | Eric Andersen |
2004-03-18 | Supply '__bzero' with 'bzero' as just a weak alias (since it is not SuSv3) | Eric Andersen |
2004-03-18 | Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (which | Eric Andersen |
2004-03-18 | Look in /usr/X11R6/lib as well | Eric Andersen |
2004-03-18 | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen |
2004-03-18 | Joakim Tjernlund writes: | Eric Andersen |
2004-03-12 | Cope gracefully with missing module syscalls | Eric Andersen |
2004-03-11 | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III |
2004-03-10 | Bug fix: gethostbyname2_r would fail if /etc/host was missing. | Manuel Novoa III |
2004-03-09 | More detail about malloc-simple | Eric Andersen |
2004-03-09 | Update todo list indicating the items remaining before 0.9.27 | Eric Andersen |
2004-03-08 | Fix comment | Eric Andersen |
2004-03-06 | Update with the contents of a very helpful comparison of | Eric Andersen |
2004-03-06 | note that syscall on mips needs to be fixed | Eric Andersen |
2004-02-20 | Sigh. I switched the values... | Eric Andersen |
2004-02-20 | Per discussion with Joakim Tjernlund, all the horrible weak declarations junk | Eric Andersen |
2004-02-20 | Patch from Joakim Tjernlund: | Eric Andersen |
2004-02-20 | ___brk_addr and __environ are not functions. Finding the broken | Eric Andersen |
2004-02-20 | Slightly cleaner formatting | Eric Andersen |
2004-02-20 | Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which got | Manuel Novoa III |
2004-02-20 | When doing symbol lookups on functions | Eric Andersen |
2004-02-19 | Update the x86 processor listing a bit, to preempt further questions | Eric Andersen |
2004-02-18 | Fixup naming of '_mmap' to 'mmap' so it will properly override | Eric Andersen |
2004-02-18 | Minor change to better match recent changes to other arches | Eric Andersen |
2004-02-18 | Alexandre Oliva writes: | Eric Andersen |
2004-02-18 | Alexandre Oliva writes: | Eric Andersen |
2004-02-17 | Fixup support for gcc 2.95 | Eric Andersen |
2004-02-17 | Seperate out the startup stuff from the non-startup stuff. | Eric Andersen |
2004-02-17 | Fixup fdatasync on alpha, thanks to Alan Hourihane | Eric Andersen |
2004-02-17 | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III |
2004-02-17 | Kill off an arm specific hack, that fostered three other arch specific | Eric Andersen |
2004-02-17 | When doing _dl_mmap to obtain a bit of anonymous memory, use a much more | Eric Andersen |
2004-02-17 | Do not duplicate stuff from ldso.h | Eric Andersen |
2004-02-17 | Provide the ldso syscalls and string funcs earlier in the list | Eric Andersen |
2004-02-15 | Generic fork works. Use it instead since this didn't handle errno_location. | Manuel Novoa III |
2004-02-15 | Oops. | Eric Andersen |
2004-02-15 | Mips can use the generic vfork | Eric Andersen |
2004-02-15 | Cris can use the generic vfork | Eric Andersen |
2004-02-15 | This should not be inlined. This should probably use a | Eric Andersen |
2004-02-15 | Fixup fork implementation to provide the __libc_fork symbol | Eric Andersen |
2004-02-15 | Use the generic fork implementation on sh64 | Eric Andersen |