Age | Commit message (Expand) | Author |
2004-02-15 | Generic fork works. Use it instead since this didn't handle errno_location. | Manuel Novoa III |
2004-02-15 | Mips can use the generic vfork | Eric Andersen |
2004-02-12 | Add missing mips specific include/sys/user.h | Eric Andersen |
2004-02-06 | Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as | Eric Andersen |
2004-02-05 | Use 'mmap.c' instead of '_mmap.c' | Eric Andersen |
2004-01-21 | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen |
2003-12-03 | remove some garbage | Eric Andersen |
2003-11-29 | Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector. | Manuel Novoa III |
2003-11-28 | Another missing mips function, needed by the boehm garbage collector. | Manuel Novoa III |
2003-11-28 | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III |
2003-11-22 | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen |
2003-11-08 | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-08 | Patch from Atsushi Nemoto (with some additions): | Eric Andersen |
2003-09-08 | Oops! I broke pread on mips with my last update. This | Eric Andersen |
2003-09-07 | Fix some more problems found by the ltp | Eric Andersen |
2003-08-22 | Patch from Atsushi Nemoto, who writes: | Eric Andersen |
2003-08-14 | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen |
2003-08-04 | For sparc, powerpc, mips, and alpha we should also use the | Eric Andersen |
2003-08-01 | Remove the arch specific shm.h and use the fixed up common | Eric Andersen |
2003-05-30 | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen |
2003-04-16 | Patch from Liam Girdwood to fix mips profiling when using | Eric Andersen |
2003-03-11 | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" |
2003-03-06 | For now, leave mmap on mips using mmap1, since mmap2 seems | Eric Andersen |
2003-03-03 | Initial effort at adding profiling support. | Eric Andersen |
2003-02-26 | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen |
2003-02-23 | Some stuff I forgot to check in about a month ago... | Eric Andersen |
2003-02-09 | Fix a warning | Eric Andersen |
2003-02-09 | Fix a compile error | Eric Andersen |
2003-01-31 | heh | Eric Andersen |
2003-01-31 | Fix copyright | Eric Andersen |
2003-01-30 | Patch from Marshall M. Midden @ brecis.com: | Eric Andersen |
2003-01-30 | Patch from Christophe Massiot: | Eric Andersen |
2003-01-25 | This seems to be needed or else apps will blow up. | Eric Andersen |
2003-01-24 | A few more needed updates | Eric Andersen |
2003-01-24 | Finish up fixing stat and setting various system types. | Eric Andersen |
2003-01-24 | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen |
2003-01-23 | Update architecture specific support to consistantly | Eric Andersen |
2003-01-22 | Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type | "Steven J. Hill" |
2002-12-12 | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen |
2002-11-27 | Make support for global constructors and global destructors be | Eric Andersen |
2002-11-06 | Update soft-float handling | Eric Andersen |
2002-10-09 | Octal to hex | Eric Andersen |
2002-10-09 | Support O_STREAMING | Eric Andersen |
2002-10-01 | Patch from Marshall M. Midden <m4@brecis.com> to fixup crt0 for | Eric Andersen |
2002-10-01 | This commit contains a patch from Stefan Allius <allius@atecom.com> to change | Eric Andersen |
2002-09-11 | Forgot one more #ifdef related to MIPS soft floating point. | "Steven J. Hill" |
2002-09-10 | Don't unconditionally save/restore FP registers, we might be doing soft | "Steven J. Hill" |