This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
lib
/
libc
/
i386
/
sys
History
John Baldwin
a1d8094b9e
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
...
is clearer about what we are actually doing. Requested by: bde
2001-11-27 20:51:26 +00:00
..
brk.S
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
2001-11-27 20:51:26 +00:00
cerror.S
…
exect.S
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
2001-11-27 20:51:26 +00:00
i386_clr_watch.c
…
i386_get_ioperm.2
…
i386_get_ioperm.c
…
i386_get_ldt.2
…
i386_get_ldt.c
…
i386_set_ioperm.c
…
i386_set_ldt.c
…
i386_set_watch.3
…
i386_set_watch.c
…
i386_vm86.2
…
i386_vm86.c
…
Makefile.inc
The kernel already fixes up %eax for parents that return from fork, so
2001-11-13 06:36:43 +00:00
Ovfork.S
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
2001-11-27 20:51:26 +00:00
pipe.S
…
ptrace.S
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
2001-11-27 20:51:26 +00:00
reboot.S
…
sbrk.S
Use 'mov' instead of 'lea' for setting the syscall number in %eax as that
2001-11-27 20:51:26 +00:00
setlogin.S
…
sigreturn.S
…
syscall.S
…