| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apparently the sigaction code added was broken, as it generated illegal | Manuel Novoa III | 2004-08-10 | 1 | -1/+1 |
* | s/___brk_addr/__curbrk/g | Eric Andersen | 2004-07-30 | 1 | -2/+2 |
* | Some mips updates. Add a couple of missing sys/*.h files and update a few ot... | Manuel Novoa III | 2004-07-30 | 5 | -51/+684 |
* | Add sigaction for mips | Eric Andersen | 2004-07-17 | 2 | -1/+124 |
* | Atsushi Nemoto writes: | Eric Andersen | 2004-07-15 | 1 | -18/+13 |
* | __data_start needs to be added to all crt0.S files that don't currently | Eric Andersen | 2004-05-14 | 1 | -3/+8 |
* | It turns out that asm/reg.h is missing from the 2.6.x kernel headers, | Eric Andersen | 2004-04-23 | 1 | -2/+167 |
* | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen | 2004-04-20 | 1 | -3/+3 |
* | Generic fork works. Use it instead since this didn't handle errno_location. | Manuel Novoa III | 2004-02-15 | 2 | -66/+1 |
* | Mips can use the generic vfork | Eric Andersen | 2004-02-15 | 2 | -31/+1 |
* | Add missing mips specific include/sys/user.h | Eric Andersen | 2004-02-12 | 1 | -0/+52 |
* | Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as | Eric Andersen | 2004-02-06 | 1 | -0/+2 |
* | Use 'mmap.c' instead of '_mmap.c' | Eric Andersen | 2004-02-05 | 1 | -2/+2 |
* | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen | 2004-01-21 | 1 | -0/+0 |
* | remove some garbage | Eric Andersen | 2003-12-03 | 1 | -1/+0 |
* | Patch by "Bradley D. LaRonde" <brad@ltc.com> for boehm garbage collector. | Manuel Novoa III | 2003-11-29 | 1 | -0/+3 |
* | Another missing mips function, needed by the boehm garbage collector. | Manuel Novoa III | 2003-11-28 | 2 | -1/+32 |
* | Add sysmips(), based on a patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp>. | Manuel Novoa III | 2003-11-28 | 3 | -2/+7 |
* | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen | 2003-11-22 | 1 | -7/+2 |
* | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen | 2003-11-08 | 1 | -0/+4 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+122 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -4/+3 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -3/+3 |
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 2 | -0/+99 |
* | Oops! I broke pread on mips with my last update. This | Eric Andersen | 2003-09-08 | 1 | -4/+4 |
* | Fix some more problems found by the ltp | Eric Andersen | 2003-09-07 | 1 | -6/+9 |
* | Patch from Atsushi Nemoto, who writes: | Eric Andersen | 2003-08-22 | 2 | -1/+95 |
* | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | 2003-08-14 | 1 | -85/+0 |
* | For sparc, powerpc, mips, and alpha we should also use the | Eric Andersen | 2003-08-04 | 1 | -55/+0 |
* | Remove the arch specific shm.h and use the fixed up common | Eric Andersen | 2003-08-01 | 1 | -89/+0 |
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -1/+1 |
* | Patch from Liam Girdwood to fix mips profiling when using | Eric Andersen | 2003-04-16 | 1 | -0/+5 |
* | Compliance with MIPS ABI and MIPS kernel changes. | "Steven J. Hill" | 2003-03-11 | 1 | -8/+0 |
* | For now, leave mmap on mips using mmap1, since mmap2 seems | Eric Andersen | 2003-03-06 | 1 | -0/+5 |
* | Initial effort at adding profiling support. | Eric Andersen | 2003-03-03 | 4 | -0/+221 |
* | Prefer mmap2 for mips when available. Fix the mmap test. | Eric Andersen | 2003-02-26 | 1 | -0/+5 |
* | Some stuff I forgot to check in about a month ago... | Eric Andersen | 2003-02-23 | 2 | -27/+39 |
* | Fix a warning | Eric Andersen | 2003-02-09 | 1 | -52/+49 |
* | Fix a compile error | Eric Andersen | 2003-02-09 | 1 | -1/+0 |
* | heh | Eric Andersen | 2003-01-31 | 1 | -3/+3 |
* | Fix copyright | Eric Andersen | 2003-01-31 | 1 | -3/+2 |
* | Patch from Marshall M. Midden @ brecis.com: | Eric Andersen | 2003-01-30 | 2 | -2/+41 |
* | Patch from Christophe Massiot: | Eric Andersen | 2003-01-30 | 2 | -1/+28 |
* | This seems to be needed or else apps will blow up. | Eric Andersen | 2003-01-25 | 1 | -9/+2 |
* | A few more needed updates | Eric Andersen | 2003-01-24 | 2 | -1/+141 |
* | Finish up fixing stat and setting various system types. | Eric Andersen | 2003-01-24 | 1 | -10/+9 |
* | Ok, people are probably going to hate me for this... This commit changes the | Eric Andersen | 2003-01-24 | 1 | -74/+5 |
* | Update architecture specific support to consistantly | Eric Andersen | 2003-01-23 | 2 | -14/+14 |
* | Changed '__kernel_nlink_t' data type to match Linux/MIPS kernel type | "Steven J. Hill" | 2003-01-22 | 1 | -1/+1 |
* | Based on discussions with Stefan Allius, change it so that we always | Eric Andersen | 2002-12-12 | 2 | -8/+5 |