aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Regen for prctl fix.Dmitry Chagin2022-05-092-3/+3
* linux(4): Fix 039e98e6.Dmitry Chagin2022-05-091-1/+1
* linux(4): Return native error from futex_atomic_op to avoid conversion by the...Dmitry Chagin2022-05-091-5/+5
* linux(4): Regen for prctl syscall.Dmitry Chagin2022-05-092-12/+12
* linux(4): Change prctl syscall definition to match Linux actual one.Dmitry Chagin2022-05-091-4/+4
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-083-0/+26
* linux(4): Refactor vdso_gettc_x86 includes.Dmitry Chagin2022-05-081-0/+1
* linux(4): Implement semtimedop syscalls.Dmitry Chagin2022-05-062-1/+9
* linux(4): Regen for semtimedop syscalls.Dmitry Chagin2022-05-063-3/+30
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Retire linux_semop implementation.Dmitry Chagin2022-05-061-5/+2
* linux(4): Implement recvmmsg_time64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for recvmmsg_time64 syscall.Dmitry Chagin2022-05-043-3/+35
* linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+7
* linux(4): Implement timerfd_gettime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timerfd_gettime64 syscall.Dmitry Chagin2022-05-043-3/+20
* linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Implement timerfd_settime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timerfd_settime64 syscall.Dmitry Chagin2022-05-043-3/+30
* linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Implement timer_settime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timer_settime64 syscall.Dmitry Chagin2022-05-043-3/+30
* linux(4): Change timer_settime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+6
* linux(4): Implement timer_gettime64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for timer_gettime64 syscall.Dmitry Chagin2022-05-043-3/+20
* linux(4): Change timer_gettime64 syscall definition to match Linux actual one.Dmitry Chagin2022-05-041-1/+4
* linux(4): Implement sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-041-1/+0
* linux(4): Regen for sched_rr_get_interval_time64 syscall.Dmitry Chagin2022-05-043-4/+21
* linux(4): Change sched_rr_get_interval_time64 syscall definition to match Lin...Dmitry Chagin2022-05-041-2/+5
* linux(4): Regen for epoll_pwait2 syscall.Dmitry Chagin2022-04-265-11/+48
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Regen for rseq syscall.Dmitry Chagin2022-04-263-3/+30
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* i386 linux: Remove unused variables.John Baldwin2022-04-091-6/+1
* sysent: regen for syscallarg_tBrooks Davis2022-03-282-84/+84
* exec: Reimplement stack address randomizationMark Johnston2022-01-171-0/+4
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-171-2/+2
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+2
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-122-84/+84
* sysent: regen for syscallarg_tBrooks Davis2022-01-122-84/+84
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2021-12-311-6/+2
* sysent: regenerateKyle Evans2021-12-171-56/+0
* sysent: move away from allowing all compat options for other ABIsKyle Evans2021-12-171-0/+1
* RegenKonstantin Belousov2021-12-091-0/+7
* linux: remove the always curthread argument from lconvpathMateusz Guzik2021-11-251-1/+1
* syscalls: regenBrooks Davis2021-11-221-886/+887
* syscalls: regenBrooks Davis2021-11-221-20/+20
* linux: mv sys/i386/linux/linux_ptrace{,_machdep}.cEdward Tomasz Napierala2021-11-031-0/+0
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* linux(4): Regen for clone3 system call.Dmitry Chagin2021-08-123-3/+20