summaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
...
* linux(4): Change sched_rr_get_interval_time64 syscall definition to match Lin...Dmitry Chagin2022-06-171-2/+5
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-06-175-9/+51
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+8
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-06-173-3/+30
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+6
* linux(4): Add compat.linux32.emulate_i386 knob.Dmitry Chagin2022-06-172-0/+5
* linux_copyout_strings: Use PROC_PS_STRINGS().John Baldwin2022-06-171-1/+1
* linux: remove the always curthread argument from lconvpathMateusz Guzik2022-06-171-1/+1
* linux: Constify bsd_to_linux_regset()Edward Tomasz Napierala2022-06-172-2/+3
* linux(4): Regen for clone3 system call.Dmitry Chagin2022-06-173-3/+20
* linux(4): Implement clone3 system call.Dmitry Chagin2022-06-171-1/+4
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2022-06-172-0/+2
* linux(4): Regen for clone syscall.Dmitry Chagin2022-06-172-15/+15
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-5/+5
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2022-06-171-0/+10
* linux(4): Regen for faccessat2 system call.Dmitry Chagin2022-06-173-3/+30
* linux(4): Implement faccessat2 system call.Dmitry Chagin2022-06-171-1/+6
* linux(4): Fix gcc buld.Dmitry Chagin2022-06-171-1/+0
* linux(4): Allow musl brand to use FUTEX_REQUEUE op.Dmitry Chagin2022-06-171-1/+2
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2022-06-171-28/+0
* linux(4): Add arch name to the some printfs.Dmitry Chagin2022-06-171-4/+4
* linux(4): Fixup the vDSO initialization order.Dmitry Chagin2022-06-171-2/+6
* linux(4): Constify vdso install/deinstall.Dmitry Chagin2022-06-171-4/+4
* linux(4); Almost complete the vDSO.Dmitry Chagin2022-06-174-40/+294
* linux(4): Modify sv_onexec hook to return an error.Dmitry Chagin2022-06-171-1/+11
* linux(4): implement coredump supportEdward Tomasz Napierala2022-06-171-3/+3
* linux(4): Make vDSO defines private.Dmitry Chagin2022-06-172-6/+6
* linux(4): Retire linux_kplatform.Dmitry Chagin2022-06-171-4/+0
* linux(4): Regen for linux_poll system call.Dmitry Chagin2022-06-175-7/+14
* linux(4): Implement poll system call via linux_common_ppol()Dmitry Chagin2022-06-171-2/+2
* linux(4): Rework Linux ppoll system call.Dmitry Chagin2022-06-171-21/+0
* linux(4): Regen for ppoll_time64 system call.Dmitry Chagin2022-06-173-3/+35
* linux(4): Implement ppoll_time64 system call.Dmitry Chagin2022-06-172-2/+7
* linux(4): Regen for pselect6_time64 system call.Dmitry Chagin2022-06-173-3/+40
* linux(4): Implement pselect6_time64 system call.Dmitry Chagin2022-06-172-2/+8
* linux(4): Regen for rt_sigtimedwait_time64 system call.Dmitry Chagin2022-06-173-3/+30
* linux(4): Implement rt_sigtimedwait_time64 system call.Dmitry Chagin2022-06-172-2/+6
* linux(4): Regen for futex_time64 system call.Dmitry Chagin2022-06-175-11/+48
* linux(4): Implement futex_time64 system call.Dmitry Chagin2022-06-172-2/+8
* linux(4): Regen for futex system call.Dmitry Chagin2022-06-172-6/+6
* linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-2/+2
* linux(4): optimize ksiginfo to siginfo conversion.Dmitry Chagin2022-06-171-1/+1
* Regen for ('0f8dab45404f347752470579feccc6d2739b9570') LinuxDmitry Chagin2022-06-172-3/+3
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2022-06-171-1/+1
* Regen for ('6501370a7dfb358daf07555136742bc064e68cb7') LinuxDmitry Chagin2022-06-173-3/+30
* linux(4): Implement clock_nanosleep_time64 system call.Dmitry Chagin2022-06-172-2/+6
* Regen for ('187715a420237e1ed94dd5aef158eada7dcdc559') LinuxDmitry Chagin2022-06-173-3/+20
* linux(4): Implement clock_getres_time64 system call.Dmitry Chagin2022-06-172-2/+4
* Regen for ('19f9a0e4df54f8d1e99234146024422bdcfa09ce') LinuxDmitry Chagin2022-06-173-3/+20
* linux(4): Implement clock_settime64 system call.Dmitry Chagin2022-06-172-2/+4