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