Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/arch/mips/sys/__syscall.S
RevisionDateAuthorComments
 1.4  19-Feb-2021  simonb Remove the incorrect register shuffle - we pass SYS___syscall as the
syscall number in v0 and pass all the original __syscall() args in their
original slots/regs.
 1.3  18-Apr-2020  thorpej Rename "syscall" to "_syscall" and provide "syscall" as a weak alias.
 1.2  31-Jan-2014  matt branches: 1.2.26;
Since N32/N64 pass the first 8 arguments in registers, we can load all
the arguments into those registers before invoking the syscall having
the kernel syscall handler from having to do that.
 1.1  13-Dec-2000  simonb branches: 1.1.60; 1.1.66;
Another bare minimum __syscall.
 1.1.66.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.60.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.26.1  21-Apr-2020  martin Sync with HEAD

RSS XML Feed