aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-1/+4
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-122-0/+2
* linux(4): Regen for clone syscall.Dmitry Chagin2021-08-122-15/+15
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2021-08-121-5/+5
* fork: Allow ABI to specify fork return values for child.Dmitry Chagin2021-08-121-0/+11
* linux(4): Regen for faccessat2 system call.Dmitry Chagin2021-08-123-3/+30
* linux(4): Implement faccessat2 system call.Dmitry Chagin2021-08-121-1/+6
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* linux(4): Eliminating an accidental comment.Dmitry Chagin2021-07-291-5/+0
* linux(4): Reimplement futexes using umtx.Dmitry Chagin2021-07-291-5/+0
* linux(4): Fix gcc buld.Dmitry Chagin2021-07-291-1/+0
* linux: implement sigaltstack(2) on arm64Edward Tomasz Napierala2021-07-273-31/+3
* linux: implement rt_sigsuspend(2) on arm64Edward Tomasz Napierala2021-07-231-18/+0