summaryrefslogtreecommitdiff
path: root/lib/libc/arch/mips/sys
AgeCommit message (Expand)Author
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
1996-10-16Add missing "t9, " to "la" insn in error-return case.jonathan
1996-09-17* Add Mips ABI changes for ELf shared library support.jonathan
1996-09-16Add NetBSD RCSid headers, and change assembly-code LIBC_SCCS id tag stringjonathan
1995-09-25Fix an old bug, whereby ASMSTR() was used before #including "SYS.h", wherejonathan
1995-03-20SYS_brk -> SYS_break, and other (minor) changes.mycroft
1995-03-01Clean up deleted files.mycroft
1994-12-15More underscores...mycroft
1994-11-28more underscore changes.dean
1994-11-14Prepended underscoresdean
1994-05-24libc support for mips. libkern hooks are disabledglass