aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix execve/fexecve system call auditing.Gordon Tetlow2020-12-011-0/+3
* MFC r363305:Edward Tomasz Napierala2020-09-013-3/+40
* MFC r363304:Edward Tomasz Napierala2020-09-012-2/+2
* MFC r362441:Edward Tomasz Napierala2020-08-245-7/+14
* MFC r362440:Edward Tomasz Napierala2020-08-242-1/+8
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-242-26/+0
* MFC r353725 by yuripv:Edward Tomasz Napierala2020-08-231-4/+0
* MFC r350451 by emaste:Edward Tomasz Napierala2020-08-231-0/+0
* MFC r355818:Edward Tomasz Napierala2020-08-231-3/+3
* MFC r357503:Edward Tomasz Napierala2020-08-237-28/+181
* MFC r356241:Edward Tomasz Napierala2020-08-231-2/+0
* MFC r356177:Edward Tomasz Napierala2020-08-231-1/+0
* MFC r352224 by emaste:Edward Tomasz Napierala2020-08-231-2/+3
* MFC r352222 by emaste:Edward Tomasz Napierala2020-08-231-1/+1
* MFC r352221 by emaste:Edward Tomasz Napierala2020-08-231-1/+2
* MFC r352210 by emaste:Edward Tomasz Napierala2020-08-231-2/+0
* MFC r352209 by emaste:Edward Tomasz Napierala2020-08-232-4/+4
* MFC r352208 by emaste:Edward Tomasz Napierala2020-08-231-2/+2
* MFC r351821:Edward Tomasz Napierala2020-08-231-0/+22
* MFC r349748:Edward Tomasz Napierala2020-08-231-3/+8
* MFC r349747:Edward Tomasz Napierala2020-08-231-0/+29
* MFC r348049:Edward Tomasz Napierala2020-08-231-17/+17
* MFC r347971:Edward Tomasz Napierala2020-08-231-3/+44
* MFC r347580:Edward Tomasz Napierala2020-08-231-15/+30
* MFC r347231:Edward Tomasz Napierala2020-08-231-3/+128
* MFC r351783:Edward Tomasz Napierala2020-08-151-0/+6
* MFC r361664:Mark Johnston2020-06-071-1/+1
* MFC r359937:Brooks Davis2020-04-281-8/+2
* MFC r355754, r355807 (trasz):Mark Johnston2020-04-031-1/+0
* MFC r355752, r355753 (by trasz):Mark Johnston2020-04-034-4/+32
* MFC r355473, r356540, r356604, r356868, r356937: sysent improvementsKyle Evans2020-01-251-10/+2
* MFC r348446:Brooks Davis2019-08-281-2/+2
* Regenerate to add @generated tag in generated files.Brooks Davis2019-08-285-5/+5
* MFC r347052:Dmitry Chagin2019-05-221-8/+0
* MFC r344705:Edward Tomasz Napierala2019-05-141-1/+0
* MFC r345471, r345472, r346603:Dmitry Chagin2019-04-287-4/+391
* MFC r345468:Dmitry Chagin2019-04-281-15/+18
* MFC linuxulator stack memory disclosure fixesEd Maste2019-01-231-0/+1
* MFC r342933:Fedor Uporov2019-01-131-1/+1
* Regenerated assorted syscall related files after:Brooks Davis2018-10-092-63/+71
* Futex support functions in linux.ko and linux32.ko on amd64 should beKonstantin Belousov2018-08-072-12/+157
* Add END()s for amd64 linux futex support routines.Konstantin Belousov2018-08-041-0/+5
* Fix the Linux kernel version number calculationChuck Tuffli2018-06-221-3/+4
* linuxulator: do not include legacy syscalls on arm64Ed Maste2018-06-151-0/+2
* linuxolator/amd64: Don't mangle %r10 on return from syscall for EJUSTRETURN.Konstantin Belousov2018-06-141-1/+2
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Avoid two suword() calls per auxarg entry.Brooks Davis2018-05-241-5/+15
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-21/+11