aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
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-243-150/+3
* 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 r356241:Edward Tomasz Napierala2020-08-231-2/+0
* MFC r356231:Edward Tomasz Napierala2020-08-233-3/+25
* MFC r356229:Edward Tomasz Napierala2020-08-231-1/+2
* MFC r356177:Edward Tomasz Napierala2020-08-231-1/+0
* MFC r352224 by emaste:Edward Tomasz Napierala2020-08-231-1/+1
* MFC r352222 by emaste:Edward Tomasz Napierala2020-08-231-2/+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 r359937:Brooks Davis2020-04-281-8/+2
* MFC r356945, r356946:Mark Johnston2020-04-034-68/+113
* 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/+1091
* MFC r345469, r345470:Dmitry Chagin2019-04-284-22/+29
* MFC r342933:Fedor Uporov2019-01-131-1/+1
* MFC r340181, r340185:Tijl Coosemans2018-11-081-2/+4
* Regenerated assorted syscall related files after:Brooks Davis2018-10-091-0/+8
* Futex support functions in linux.ko and linux32.ko on amd64 should beKonstantin Belousov2018-08-072-10/+156
* 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
* Fix number of auxargs entries to copy out for 32-bit Linuxulator.Jung-uk Kim2018-06-121-2/+3
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Avoid two suword() calls per auxarg entry.Brooks Davis2018-05-241-30/+34
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-21/+11
* Fix PSL_T inheritance on exec for x86.Konstantin Belousov2018-04-121-1/+6
* linuxulator: add else case braces to reduce diffs between archsEd Maste2018-04-091-1/+2
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-091-43/+0
* Fix LINT (and static COMPAT_LINUX32) after r332122.Brooks Davis2018-04-081-0/+2
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-065-7/+0
* Remove very old and unused signal information codes.John Baldwin2018-03-271-0/+1
* Remove redundant cast from Linuxulator SYSINITsEd Maste2018-03-231-2/+2