aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
...
* linux(4): Fix 039e98e6.Dmitry Chagin2022-06-171-1/+1
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-06-171-1/+1
* linux(4): Regen for prctl syscall.Dmitry Chagin2022-06-172-12/+12
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-4/+4
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-06-173-0/+26
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-06-171-2/+3
* linux(4): Regen for ppoll_time64 syscall.Dmitry Chagin2022-06-172-3/+3
* linux(4): Fix ppoll_time64 syscall definition.Dmitry Chagin2022-06-171-1/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-06-172-1/+9
* linux(4): Regen for semtimedop syscalls.Dmitry Chagin2022-06-173-3/+30
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+6
* linux(4): Retire linux_semop implementation.Dmitry Chagin2022-06-171-5/+2
* linux(4): Implement recvmmsg_time64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for recvmmsg_time64 syscall.Dmitry Chagin2022-06-173-3/+35
* linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+7
* linux(4): Implement timerfd_gettime64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for timerfd_gettime64 syscall.Dmitry Chagin2022-06-173-3/+20
* linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+4
* linux(4): Implement timerfd_settime64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for timerfd_settime64 syscall.Dmitry Chagin2022-06-173-3/+30
* linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+6
* linux(4): Implement timer_settime64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for timer_settime64 syscall.Dmitry Chagin2022-06-173-3/+30
* linux(4): Change timer_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+6
* linux(4): Implement timer_gettime64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for timer_gettime64 syscall.Dmitry Chagin2022-06-173-3/+20
* linux(4): Change timer_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-06-171-1/+4
* linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-06-171-1/+0
* linux(4): Regen for sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-06-173-15/+27
* 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