summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m68k/sys/__vfork14.S
AgeCommit message (Expand)Author
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-07-16Use SYSTRAP.matt
2013-07-16Convert to normal Motorola syntax for addressing.matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-12-07The last change broke things if SYS___vfork14 returned an error; fix it.scw
2000-12-02Save the return address in %a1 across the vfork syscall instead of %a0.scw
1999-10-25Add register prefixes.thorpej
1999-10-18ELF PIC support.itohy
1999-05-02We can shave off a register-register move when using the SVR4 ABI: __errno()kleink
1998-10-06Add *__errno() redirection for _REENTRANT code. Also, some movel vs. movlkleink
1998-07-01Use _C_LABEL() to generate C labels.thorpej
1998-01-04Add syscall stubs for __vfork14(). These are basically copies of Ovfork.Sthorpej