| Age | Commit message (Expand) | Author |
| 2014-01-31 | Since N32/N64 pass the first 8 arguments in registers, we can load all | matt |
| 2013-09-12 | Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is small | joerg |
| 2013-06-26 | Use t1 instead of v1 | matt |
| 2012-02-27 | Fix pasto. | tsutsui |
| 2012-02-27 | Make __cerror protected to restore ABI leak in older libc versions, | joerg |
| 2011-01-17 | Make __cerror hidden. | matt |
| 2010-12-12 | We can't assume syscall retains t0, unless it's documented as ABI. | tsutsui |
| 2010-12-12 | brk(2) should update __curbrk, not __minbrk or garbage. | tsutsui |
| 2010-09-03 | Pullup fixes from matt-nb5-mips64. | matt |
| 2009-12-14 | Merge from matt-nb5-mips64. | matt |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-02-19 | make these consistent. | christos |
| 2005-09-17 | Switch mips to the new libc compat code layout. | tsutsui |
| 2005-06-12 | Add missing __RCSID() | lukem |
| 2005-04-22 | Use the same function name in the LEAF() and END() directives. | simonb |
| 2004-03-26 | the WARN_REFERENCES text "include <signal.h> for correct reference" is pointless | drochner |
| 2004-03-26 | fix references to the syscall formerly known as SYS___sigreturn14 | drochner |
| 2004-03-23 | save errno while trying to install a !SA_SIGINFO trampoline -- this | drochner |
| 2003-11-02 | Add userland portion of siginfo for mips. Many thanks to simon for letting | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-23 | Match END label with LEAF label. | simonb |
| 2003-02-13 | Implement pthread_atfork() (in libc, because the required threadlib | nathanw |
| 2003-02-08 | Fix a tyop in a comment. | simonb |
| 2003-02-08 | * fix handling of invalid arguments (was jumping to wrong label!) | cgd |
| 2003-02-07 | looks like nobody ever seriously tried the _REENTRANT version of this | cgd |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-11-10 | ABICALLS -> __ABICALLS__ | thorpej |
| 2002-07-09 | New __sigaction14() system call stub which registers the signal | thorpej |
| 2001-07-20 | Duh, call the clone's entry point w/ jal, so that when it returns, | thorpej |
| 2001-07-17 | Cosmetic change. | thorpej |
| 2001-07-17 | Add a __clone(2) entry point. | thorpej |
| 2000-12-13 | Remove all the .abicalls assembler directives - "SYS.h" already has that. | simonb |
| 2000-12-13 | Another bare minimum __syscall. | simonb |
| 2000-09-28 | Need an internal name for pipe(2). | kleink |
| 2000-07-07 | Add special treatment of shmat(2). | itohy |
| 2000-07-04 | Missed in previous: replace the previously used _brk label with an ordinary | kleink |
| 2000-06-26 | Need an internal name for fork(). | kleink |
| 2000-06-26 | Thinko in previous: we do always use an internal name. | kleink |
| 2000-06-23 | Add internal names for brk() and sbrk(). | kleink |
| 2000-05-29 | Make __cerror be LEAF_NOPROFILE. I relies upon having v0 and v1 be unchanged | castor |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-03-31 | Change references to `end' to `_end' as not to invade (or being invaded by) | kleink |
| 1999-01-14 | * On architectures using ELF, and conditionally on those in transition, rename | kleink |
| 1998-12-02 | Warn about references to the compatibility vfork() (i.e. the vfork() with | thorpej |
| 1998-12-02 | Warn about references to the compatibility() sigaction(), sigpending(), | thorpej |
| 1998-09-28 | sigaction() that calls the compat syscall (jonathan forgot to commit this). | thorpej |
| 1998-09-27 | mips libc stubs for sig*14 signal API (128bit sigset_t), | jonathan |
| 1998-07-25 | From Arne Juul <arnej@math.ntnu.no>: | jonathan |
| 1998-01-04 | Add syscall stubs for __vfork14(). These are basically copies of Ovfork.S | thorpej |
| 1996-11-11 | Treat reboot() like a normal system call. From PR 2458. | mycroft |