| .. |
|
imgact_linux.c
|
Implement lockless resource limits.
|
2015-06-10 10:48:12 +00:00 |
|
linux.h
|
Fix linux_fstatfs() to return proper value for f_frsize. Without it,
|
2017-02-25 20:32:37 +00:00 |
|
linux_dummy.c
|
Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.
|
2017-02-24 20:04:02 +00:00 |
|
linux_genassym.c
|
Implement vdso - virtual dynamic shared object. Through vdso Linux
|
2015-05-24 15:28:17 +00:00 |
|
linux_ipc64.h
|
|
|
|
linux_locore.s
|
Being exported through vdso the note.Linux section used by glibc
|
2015-05-24 16:25:44 +00:00 |
|
linux_machdep.c
|
Replace sys_ftruncate() with kern_ftruncate() in various compats.
|
2017-01-30 11:50:54 +00:00 |
|
linux_proto.h
|
Regen after r314291 (timerfd definition).
|
2017-02-26 09:37:25 +00:00 |
|
linux_ptrace.c
|
For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSE
|
2017-02-03 12:51:40 +00:00 |
|
linux_support.s
|
|
|
|
linux_syscall.h
|
Regenerate all the system call tables to drop "created from" lines.
|
2017-02-10 19:45:02 +00:00 |
|
linux_syscalls.c
|
Regenerate all the system call tables to drop "created from" lines.
|
2017-02-10 19:45:02 +00:00 |
|
linux_sysent.c
|
Regen after r314291 (timerfd definition).
|
2017-02-26 09:37:25 +00:00 |
|
linux_systrace_args.c
|
Regen after r314291 (timerfd definition).
|
2017-02-26 09:37:25 +00:00 |
|
linux_sysvec.c
|
Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.
|
2016-04-22 16:57:42 +00:00 |
|
linux_vdso.lds.s
|
Implement vdso - virtual dynamic shared object. Through vdso Linux
|
2015-05-24 15:28:17 +00:00 |
|
Makefile
|
Don't create pointless backups of generated files in "make sysent".
|
2016-07-28 21:29:04 +00:00 |
|
syscalls.conf
|
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
|
2011-03-12 08:51:43 +00:00 |
|
syscalls.master
|
Change Linuxulator timerfd syscalls definition to match actual Linux one.
|
2017-02-26 09:35:44 +00:00 |