summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
AgeCommit message (Expand)Author
2004-12-22Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen
2004-10-26Atsushi Nemoto writes:Eric Andersen
2004-10-19Atsushi Nemoto writes:Eric Andersen
2004-08-21Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen
2004-08-15Logic was reversed.Manuel Novoa III
2004-08-13Fixup PAGE_SIZE problemsEric Andersen
2004-08-10Fix mips bug related to 2.6 headers by following glibc's lead. Based onManuel Novoa III
2004-08-10Apparently the sigaction code added was broken, as it generated illegalManuel Novoa III
2004-07-30s/___brk_addr/__curbrk/gEric Andersen
2004-07-30Some mips updates. Add a couple of missing sys/*.h files and update a few ot...Manuel Novoa III
2004-07-17Add sigaction for mipsEric Andersen
2004-07-15Atsushi Nemoto writes:Eric Andersen
2004-05-14__data_start needs to be added to all crt0.S files that don't currentlyEric Andersen
2004-04-23It turns out that asm/reg.h is missing from the 2.6.x kernel headers,Eric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-02-15Generic fork works. Use it instead since this didn't handle errno_location.Manuel Novoa III
2004-02-15Mips can use the generic vforkEric Andersen
2004-02-12Add missing mips specific include/sys/user.hEric Andersen
2004-02-06Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen
2004-02-05Use 'mmap.c' instead of '_mmap.c'Eric Andersen
2004-01-21Split up syscalls.c, since it had grown to be quite large and ugly.Eric Andersen
2003-12-03remove some garbageEric Andersen
2003-11-29Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector.Manuel Novoa III
2003-11-28Another missing mips function, needed by the boehm garbage collector.Manuel Novoa III
2003-11-28Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.Manuel Novoa III
2003-11-22Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen
2003-11-08Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen
2003-11-05Continue the conversion to using per-arch crti.S and crtn.SEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-09-08Oops! I broke pread on mips with my last update. ThisEric Andersen
2003-09-07Fix some more problems found by the ltpEric Andersen
2003-08-22Patch from Atsushi Nemoto, who writes:Eric Andersen
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-04For sparc, powerpc, mips, and alpha we should also use theEric Andersen
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-04-16Patch from Liam Girdwood to fix mips profiling when usingEric Andersen
2003-03-11Compliance with MIPS ABI and MIPS kernel changes."Steven J. Hill"
2003-03-06For now, leave mmap on mips using mmap1, since mmap2 seemsEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-02-26Prefer mmap2 for mips when available. Fix the mmap test.Eric Andersen
2003-02-23Some stuff I forgot to check in about a month ago...Eric Andersen
2003-02-09Fix a warningEric Andersen
2003-02-09Fix a compile errorEric Andersen
2003-01-31hehEric Andersen
2003-01-31Fix copyrightEric Andersen
2003-01-30Patch from Marshall M. Midden @ brecis.com:Eric Andersen
2003-01-30Patch from Christophe Massiot:Eric Andersen