| Commit message (Expand) | Author | Age | Files | Lines |
| * | linux(4): Attach netlink on i386. | Dmitry Chagin | 2023-02-09 | 1 | -0/+1 |
| * | linux(4): Add coredump support to i386. | Dmitry Chagin | 2023-02-09 | 1 | -1/+1 |
| * | linux: populate sv_syscallnames in each sysentvec | Mitchell Horne | 2022-11-06 | 1 | -0/+1 |
| * | linux, linux64: improve SRCS formatting | Mitchell Horne | 2022-11-06 | 1 | -12/+40 |
| * | linux(4); Move vdso_selector_x86.c to the linux_common module | Dmitry Chagin | 2022-06-17 | 1 | -2/+2 |
| * | linux(4): Deduplicate translate_traps() | Dmitry Chagin | 2022-06-17 | 1 | -1/+2 |
| * | linux(4): Implement vdso getcpu for x86. | Dmitry Chagin | 2022-06-17 | 1 | -1/+1 |
| * | linux(4): Add a simple rseq syscall implementation. | Dmitry Chagin | 2022-06-17 | 1 | -1/+1 |
| * | linux: mv sys/i386/linux/linux_ptrace{,_machdep}.c | Edward Tomasz Napierala | 2022-06-17 | 1 | -2/+2 |
| * | linux(4): Fix amd64 gcc build. | Dmitry Chagin | 2022-06-17 | 1 | -3/+5 |
| * | linux(4): Fix i386 gcc build. | Dmitry Chagin | 2022-06-17 | 1 | -3/+3 |
| * | linux(4); Almost complete the vDSO. | Dmitry Chagin | 2022-06-17 | 1 | -20/+40 |
| * | linux(4): implement coredump support | Edward Tomasz Napierala | 2022-06-17 | 1 | -0/+1 |
| * | Fix some modules to export more used symbols | Konstantin Belousov | 2021-11-25 | 1 | -0/+2 |
| * | Fix i386 linux module after r367395. | Tijl Coosemans | 2020-12-05 | 1 | -2/+2 |
| * | linux(4): Deduplicate unimpl/dummy syscall handlers | Conrad Meyer | 2020-11-05 | 1 | -0/+6 |
| * | Pass -fuse-ld=/path/to/ld if ${LD} != "ld" | Alex Richardson | 2020-08-25 | 1 | -1/+1 |
| * | Allow overriding the tool used for stripping binaries | Alex Richardson | 2020-08-11 | 1 | -2/+2 |
| * | More fixes to build the kernel with a compiler that defaults to -fno-common | Alex Richardson | 2020-04-18 | 1 | -1/+1 |
| * | Replace -Werror with ${WERROR} in module builds | Warner Losh | 2019-08-25 | 1 | -1/+1 |
| * | Add warning to the Linuxulator makefiles that building it outside of a | Dmitry Chagin | 2019-05-13 | 1 | -0/+4 |
| * | Linuxulator depends on a fundamental kernel settings such as SMP. Many | Dmitry Chagin | 2019-05-13 | 1 | -9/+0 |
| * | The build process generates assym.inc from genassym.o, so don't forget | Dmitry Chagin | 2019-05-06 | 1 | -1/+2 |
| * | All genassym.sh usage need offset.inc | Bryan Drewery | 2018-07-03 | 1 | -1/+1 |
| * | Fix futexes on i386 after the 4/4G split. | Konstantin Belousov | 2018-04-24 | 1 | -3/+7 |
| * | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis | 2018-04-06 | 1 | -1/+1 |
| * | Rename assym.s to assym.inc | Ed Maste | 2018-03-20 | 1 | -4/+4 |
| * | Share a single bsd-linux errno table across MD consumers | Ed Maste | 2018-03-16 | 1 | -1/+1 |
| * | Move assym.s to DPSRCS in linux modules | Ed Maste | 2018-02-05 | 1 | -2/+2 |
| * | Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.h | Dmitry Chagin | 2017-06-04 | 1 | -1/+1 |
| * | On success, getrandom() Linux system call returns the number of bytes that | Dmitry Chagin | 2017-05-28 | 1 | -1/+1 |
| * | Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absolute | Dmitry Chagin | 2017-05-28 | 1 | -0/+2 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 1 | -2/+2 |
| * | Exclude -flto when building *genassym.o | Ed Maste | 2017-02-21 | 1 | -1/+1 |
| * | Fix a copy/paste bug introduced during X86_64 Linuxulator work. | Dmitry Chagin | 2016-07-10 | 1 | -1/+1 |
| * | pass -fPIC to the assembler, not linker | Ed Maste | 2016-02-25 | 1 | -2/+2 |
| * | For objcopy, use --input-target and --output-target | Craig Rodrigues | 2015-05-25 | 1 | -2/+2 |
| * | Rework signal code to allow using it by other modules, like linprocfs: | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
| * | Implement epoll family system calls. This is a tiny wrapper | Dmitry Chagin | 2015-05-24 | 1 | -1/+1 |
| * | Refund the proc emuldata struct for future use. For now move flags from | Dmitry Chagin | 2015-05-24 | 1 | -2/+3 |
| * | Introduce a new module linux_common.ko which is intended for the | Dmitry Chagin | 2015-05-24 | 1 | -4/+5 |
| * | Implement vdso - virtual dynamic shared object. Through vdso Linux | Dmitry Chagin | 2015-05-24 | 1 | -4/+25 |
| * | Retire the '@' symlink. It isn't really needed and causes more | Warner Losh | 2014-11-06 | 1 | -4/+1 |
| * | Add foo_genassym.c files to DPSRCS so dependencies for them are generated. | John Baldwin | 2014-10-27 | 1 | -0/+1 |
| * | move linux*_locore.s and linux*_support.s to SRCS, remove the OBJS | Warner Losh | 2014-10-17 | 1 | -6/+5 |
| * | Implement most of timer_{create,settime,gettime,getoverrun,delete} | Bjoern A. Zeeb | 2014-09-18 | 1 | -0/+1 |
| * | Move most of the 15 variations on generating opt_inet.h and | Warner Losh | 2014-08-04 | 1 | -2/+0 |
| * | - For kernel compiled only with KDTRACE_HOOKS and not any lock debugging | Attilio Rao | 2013-11-25 | 1 | -2/+2 |
| * | Revert r255672, it has some serious flaws, leaking file references etc. | Roman Divacky | 2013-09-18 | 1 | -1/+1 |
| * | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueue | Roman Divacky | 2013-09-18 | 1 | -1/+1 |