| Commit message (Expand) | Author | Age | Files | Lines |
| * | amd64/linux*: add required header to get the constant value | Konstantin Belousov | 2021-05-26 | 1 | -0/+1 |
| * | amd64: clear PSL.AC in the right frame | Konstantin Belousov | 2021-05-26 | 1 | -1/+4 |
| * | Fix execve/fexecve system call auditing. | Gordon Tetlow | 2020-12-01 | 1 | -0/+3 |
| * | MFC r363305: | Edward Tomasz Napierala | 2020-09-01 | 3 | -3/+40 |
| * | MFC r363304: | Edward Tomasz Napierala | 2020-09-01 | 2 | -2/+2 |
| * | MFC r362441: | Edward Tomasz Napierala | 2020-08-24 | 5 | -7/+14 |
| * | MFC r362440: | Edward Tomasz Napierala | 2020-08-24 | 2 | -1/+8 |
| * | MFC r347538 by dchagin: | Edward Tomasz Napierala | 2020-08-24 | 3 | -150/+3 |
| * | MFC r353725 by yuripv: | Edward Tomasz Napierala | 2020-08-23 | 1 | -4/+0 |
| * | MFC r350451 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -0/+0 |
| * | MFC r355818: | Edward Tomasz Napierala | 2020-08-23 | 1 | -3/+3 |
| * | MFC r356241: | Edward Tomasz Napierala | 2020-08-23 | 1 | -2/+0 |
| * | MFC r356231: | Edward Tomasz Napierala | 2020-08-23 | 3 | -3/+25 |
| * | MFC r356229: | Edward Tomasz Napierala | 2020-08-23 | 1 | -1/+2 |
| * | MFC r356177: | Edward Tomasz Napierala | 2020-08-23 | 1 | -1/+0 |
| * | MFC r352224 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -1/+1 |
| * | MFC r352222 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -2/+1 |
| * | MFC r352221 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -1/+2 |
| * | MFC r352210 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -2/+0 |
| * | MFC r352209 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 2 | -4/+4 |
| * | MFC r352208 by emaste: | Edward Tomasz Napierala | 2020-08-23 | 1 | -2/+2 |
| * | MFC r359937: | Brooks Davis | 2020-04-28 | 1 | -8/+2 |
| * | MFC r356945, r356946: | Mark Johnston | 2020-04-03 | 4 | -68/+113 |
| * | MFC r355754, r355807 (trasz): | Mark Johnston | 2020-04-03 | 1 | -1/+0 |
| * | MFC r355752, r355753 (by trasz): | Mark Johnston | 2020-04-03 | 4 | -4/+32 |
| * | MFC r355473, r356540, r356604, r356868, r356937: sysent improvements | Kyle Evans | 2020-01-25 | 1 | -10/+2 |
| * | MFC r348446: | Brooks Davis | 2019-08-28 | 1 | -2/+2 |
| * | Regenerate to add @generated tag in generated files. | Brooks Davis | 2019-08-28 | 5 | -5/+5 |
| * | MFC r347052: | Dmitry Chagin | 2019-05-22 | 1 | -8/+0 |
| * | MFC r344705: | Edward Tomasz Napierala | 2019-05-14 | 1 | -1/+0 |
| * | MFC r345471, r345472, r346603: | Dmitry Chagin | 2019-04-28 | 7 | -4/+1091 |
| * | MFC r345469, r345470: | Dmitry Chagin | 2019-04-28 | 4 | -22/+29 |
| * | MFC r342933: | Fedor Uporov | 2019-01-13 | 1 | -1/+1 |
| * | MFC r340181, r340185: | Tijl Coosemans | 2018-11-08 | 1 | -2/+4 |
| * | Regenerated assorted syscall related files after: | Brooks Davis | 2018-10-09 | 1 | -0/+8 |
| * | Futex support functions in linux.ko and linux32.ko on amd64 should be | Konstantin Belousov | 2018-08-07 | 2 | -10/+156 |
| * | Add END()s for amd64 linux futex support routines. | Konstantin Belousov | 2018-08-04 | 1 | -0/+5 |
| * | Fix the Linux kernel version number calculation | Chuck Tuffli | 2018-06-22 | 1 | -3/+4 |
| * | linuxulator: do not include legacy syscalls on arm64 | Ed Maste | 2018-06-15 | 1 | -0/+2 |
| * | Fix number of auxargs entries to copy out for 32-bit Linuxulator. | Jung-uk Kim | 2018-06-12 | 1 | -2/+3 |
| * | Correct pointer subtraction in KASSERT(). | Brooks Davis | 2018-05-29 | 1 | -2/+1 |
| * | Avoid two suword() calls per auxarg entry. | Brooks Davis | 2018-05-24 | 1 | -30/+34 |
| * | Simplify the code to allocate stack for auxv, argv[], and environment vectors. | John Baldwin | 2018-04-19 | 1 | -21/+11 |
| * | Fix PSL_T inheritance on exec for x86. | Konstantin Belousov | 2018-04-12 | 1 | -1/+6 |
| * | linuxulator: add else case braces to reduce diffs between archs | Ed Maste | 2018-04-09 | 1 | -1/+2 |
| * | linuxulator: deduplicate linux_exec_imgact_try | Ed Maste | 2018-04-09 | 1 | -43/+0 |
| * | Fix LINT (and static COMPAT_LINUX32) after r332122. | Brooks Davis | 2018-04-08 | 1 | -0/+2 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 5 | -7/+0 |
| * | Remove very old and unused signal information codes. | John Baldwin | 2018-03-27 | 1 | -0/+1 |
| * | Remove redundant cast from Linuxulator SYSINITs | Ed Maste | 2018-03-23 | 1 | -2/+2 |