NetBSD/lib/libc/arch/m68k/sys
scw b722bfb186 Compensate for the syscall args stack cleanup in the clone.
(Pointed out by Matthias Pfaller)
2001-07-20 17:08:18 +00:00
..
Ovfork.S Use A1 to save the return address, since A0 is no longer preserved across 2000-12-07 14:13:43 +00:00
__clone.S Compensate for the syscall args stack cleanup in the clone. 2001-07-20 17:08:18 +00:00
__semctl.S
__sigreturn14.S
__syscall.S The bare minimum to get m68k libc working again... 2000-12-13 21:46:23 +00:00
__vfork14.S The last change broke things if SYS___vfork14 returned an error; fix it. 2000-12-07 14:12:49 +00:00
brk.S Shameless hack to reference end when using a.out and _end when using ELF. 2001-05-05 17:46:37 +00:00
cerror.S
exect.S
fork.S Need an internal name for fork(). 2000-06-26 06:32:54 +00:00
msgctl.S
pipe.S Whitespace botch in previous, noticed by Leo Weppelman and Thorsten Frueauf. 2000-10-02 14:52:39 +00:00
ptrace.S
sbrk.S Shameless hack to reference end when using a.out and _end when using ELF. 2001-05-05 17:46:37 +00:00
setlogin.S
shmat.S Add special treatment of shmat(2). 2000-07-07 08:20:50 +00:00
shmctl.S
sigaction.S
sigpending.S
sigprocmask.S
sigreturn.S Add missing register prefixes. 2000-11-28 11:37:20 +00:00
sigsuspend.S
syscall.S