Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -1/+7 | |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | |||||
* | Updates to the v850 architecture from Miles Bader <miles@gnu.org> | Eric Andersen | 2002-01-29 | 2 | -13/+23 | |
| | ||||||
* | Mahe 'make clean' remove generated bits/syscall.h, as | Eric Andersen | 2002-01-07 | 1 | -0/+2 | |
| | | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik | |||||
* | A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bring | Eric Andersen | 2001-12-21 | 66 | -1085/+1741 | |
| | | | | | v850 back into working condition. Thanks Miles! -Erik | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -7/+19 | |
| | ||||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -0/+3 | |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | |||||
* | _mmap.o should be added to libc.a, not crt0.o | David Schleef | 2001-11-10 | 1 | -2/+2 | |
| | ||||||
* | Fix comment | Eric Andersen | 2001-10-16 | 1 | -1/+1 | |
| | ||||||
* | Oops. I merged things backwards. Lets try that again... | Eric Andersen | 2001-10-16 | 1 | -14/+2 | |
| | ||||||
* | Revert global old mmap usage, and do it per arch | Eric Andersen | 2001-10-16 | 2 | -1/+21 | |
| | ||||||
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 74 | -0/+7916 | |
He sent this patch to me a month ago, but I forgot to apply it... |