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
/
sys
/
amd64
/
linux32
History
Dmitry Chagin
b1ba0846f1
Implement getrandom() syscall.
...
Note. GRND_RANDOM option is not supported for now. MFC after: 1 month
2017-03-18 18:34:29 +00:00
..
linux32_dummy.c
Implement getrandom() syscall.
2017-03-18 18:34:29 +00:00
linux32_genassym.c
Implement vdso - virtual dynamic shared object. Through vdso Linux
2015-05-24 15:28:17 +00:00
linux32_locore.s
Update for LINUX32 rename. The assembler didn't complain about undefined
2015-10-29 15:20:47 +00:00
linux32_machdep.c
Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.
2017-02-24 20:04:02 +00:00
linux32_proto.h
Regenerated Linuxulator syscall tables for r314782
2017-03-06 18:20:37 +00:00
linux32_support.s
Renumber copyright clause 4
2017-02-28 23:42:47 +00:00
linux32_syscall.h
Regenerated Linuxulator syscall tables for r314782
2017-03-06 18:20:37 +00:00
linux32_syscalls.c
Regenerated Linuxulator syscall tables for r314782
2017-03-06 18:20:37 +00:00
linux32_sysent.c
Regenerated Linuxulator syscall tables for r314782
2017-03-06 18:20:37 +00:00
linux32_systrace_args.c
Regenerated Linuxulator syscall tables for r314782
2017-03-06 18:20:37 +00:00
linux32_sysvec.c
Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.
2016-04-22 16:57:42 +00:00
linux32_vdso.lds.s
Put linux_platform into the vdso to avoid copying it onto the stack at
2015-05-24 15:30:52 +00:00
linux.h
To reduce code duplication move socket defines to the MI path.
2017-03-18 18:23:30 +00:00
Makefile
Don't create pointless backups of generated files in "make sysent".
2016-07-28 21:29:04 +00:00
syscalls.conf
Rename remaining linux32 symbols such as linux_sysent[] and
2015-10-22 21:28:20 +00:00
syscalls.master
Add UNIMPLEMENTED() placeholder macro for
2017-03-06 18:11:38 +00:00