aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Regen for ('99b6f430698fa00a33184dd61591d8b6518ed9d3') LinuxDmitry Chagin2022-06-173-3/+20
* linux(4): Implement clock_gettime64 system call.Dmitry Chagin2022-06-172-2/+4
* Regen for ('e4bffb80bbc6a2e4b3be89aefcbd5bb2c2fc0ba0') LinuxDmitry Chagin2022-06-173-3/+30
* linux(4): Implement utimensat_time64 system call.Dmitry Chagin2022-06-172-2/+6
* linux(4): add struct timespec64 definition and conversion routine forDmitry Chagin2022-06-171-0/+7
* linux(4); Retire unnecessary __packed attribute from some struct'sDmitry Chagin2022-06-171-26/+27
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2022-05-121-1/+1
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2022-05-121-0/+3
* linux: refactor bsd_to_linux_regset() out of linux_ptrace.cEdward Tomasz Napierala2022-02-212-0/+50
* linux: implement rt_sigsuspend(2) on arm64Edward Tomasz Napierala2022-02-141-18/+0
* Regen after 6d926e850d2.Edward Tomasz Napierala2022-02-135-3/+273
* linux: add new syscall numbersEdward Tomasz Napierala2022-02-131-1/+46
* linux: adjust ordering of Linux auxv and add dummy AT_HWCAP2Edward Tomasz Napierala2022-02-132-6/+7
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-311-0/+1
* exec: Simplify sv_copyout_strings implementations a bitMark Johnston2022-01-141-7/+2
* amd64: centralize definitions of CS_SECURE and EFL_SECUREKonstantin Belousov2021-10-101-6/+2
* Add quirks for Linux ABI signals handlingKonstantin Belousov2021-06-221-1/+2
* linuxolator: Add compat.linux.setid_allowed knobKonstantin Belousov2021-06-131-0/+1
* amd64/linux*: add required header to get the constant valueKonstantin Belousov2021-05-261-0/+1
* amd64: clear PSL.AC in the right frameKonstantin Belousov2021-05-261-1/+4
* linux: Fix a mistake in commit fb58045145Mark Johnston2021-05-241-1/+1