| Commit message (Expand) | Author | Age | Files | Lines |
* | Linuxolator: Replace use of eventhandlers by sysent hooks. | Konstantin Belousov | 2020-11-23 | 1 | -14/+6 |
* | Fix misnomer - linux_to_bsd_errno() does the exact opposite. | Edward Tomasz Napierala | 2020-10-27 | 1 | -1/+1 |
* | Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead. | Edward Tomasz Napierala | 2020-09-27 | 1 | -1/+0 |
* | Get rid of sv_errtbl and SV_ABI_ERRNO(). | Edward Tomasz Napierala | 2020-09-17 | 1 | -5/+1 |
* | Move SV_ABI_ERRNO translation into linux-specific code, to simplify | Edward Tomasz Napierala | 2020-09-15 | 1 | -2/+15 |
* | i386: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Convert canary, execpathp, and pagesizes to pointers. | Brooks Davis | 2020-04-16 | 1 | -6/+6 |
* | Add compat.linux.emul_path, so it can be set to something other | Edward Tomasz Napierala | 2019-12-16 | 1 | -3/+3 |
* | Copy out aux args after the argument and environment vectors. | John Baldwin | 2019-12-09 | 1 | -8/+17 |
* | Use uintptr_t instead of register_t * for the stack base. | John Baldwin | 2019-12-03 | 1 | -47/+57 |
* | Check for errors from copyout() and suword*() in sv_copyout_args/strings. | John Baldwin | 2019-11-18 | 1 | -24/+44 |
* | Use a sv_copyout_auxargs hook in the Linux ELF ABIs. | John Baldwin | 2019-11-15 | 1 | -19/+16 |
* | Make linux(4) create /dev/shm. Linux applications often expect | Edward Tomasz Napierala | 2019-11-06 | 1 | -0/+2 |
* | linux: futex_mtx should follow futex_list | Yuri Pankov | 2019-10-18 | 1 | -1/+0 |
* | Linuxulator depends on a fundamental kernel settings such as SMP. Many | Dmitry Chagin | 2019-05-13 | 1 | -49/+0 |
* | Remove sv_pagesize, originally introduced with r100384. | Edward Tomasz Napierala | 2019-03-01 | 1 | -2/+0 |
* | Remove iBCS2, part2: general kernel | Mateusz Guzik | 2018-12-19 | 1 | -2/+0 |
* | Fix the Linux kernel version number calculation | Chuck Tuffli | 2018-06-22 | 1 | -3/+4 |
* | 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 | -5/+15 |
* | Simplify the code to allocate stack for auxv, argv[], and environment vectors. | John Baldwin | 2018-04-19 | 1 | -19/+11 |
* | linuxulator: deduplicate linux_exec_imgact_try | Ed Maste | 2018-04-09 | 1 | -43/+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 |
* | Share Linux errno table with libsysdecode | Ed Maste | 2018-03-22 | 1 | -2/+2 |
* | Rename linuxulator functions with linux_ prefix | Ed Maste | 2018-03-19 | 1 | -15/+15 |
* | linux*_sysvec.c: rationalize whitespace and comments | Ed Maste | 2018-03-19 | 1 | -26/+26 |
* | Share a single bsd-linux errno table across MD consumers | Ed Maste | 2018-03-16 | 1 | -22/+2 |
* | Remove stray ; at end of linux_vdso_deinstall() | Ed Maste | 2018-03-14 | 1 | -1/+1 |
* | Use C99 boolean type for translate_osrel | Ed Maste | 2018-03-13 | 1 | -4/+4 |
* | Apply some style(9) to Linuxulator linux_sysvec.c comments | Ed Maste | 2018-03-13 | 1 | -75/+29 |
* | Correct proper nouns in the Linuxulator | Ed Maste | 2018-02-22 | 1 | -5/+5 |
* | Rationalize license text on Linuxolator files | Ed Maste | 2018-02-16 | 1 | -15/+13 |
* | Linuxolator whitespace cleanup | Ed Maste | 2018-02-05 | 1 | -8/+6 |
* | Remap ENOATTR to ENODATA in the linuxulator. | Fedor Uporov | 2017-11-27 | 1 | -1/+1 |
* | sys/i386: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code. | Dmitry Chagin | 2017-07-30 | 1 | -1/+1 |
* | Add support for musl consumers to the Linuxulator. | Dmitry Chagin | 2017-07-03 | 1 | -0/+13 |
* | Move struct syscall_args syscall arguments parameters container into | Konstantin Belousov | 2017-06-12 | 1 | -1/+3 |
* | Cleanup redundant parenthesis from existing howmany()/roundup() macro uses. | Pedro F. Giffuni | 2016-04-22 | 1 | -1/+1 |
* | X86: use our nitems() macro when it is avaliable through param.h. | Pedro F. Giffuni | 2016-04-19 | 1 | -1/+1 |
* | Add kern.features flags for linux and linux64 modules | Baptiste Daroussin | 2016-04-05 | 1 | -0/+1 |
* | Convert ss_sp in stack_t and sigstack to void *. | John Baldwin | 2016-01-27 | 1 | -2/+2 |
* | Implement AT_SECURE properly. | Xin LI | 2016-01-27 | 1 | -1/+3 |
* | Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall | Dmitry Chagin | 2016-01-09 | 1 | -0/+2 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | Konstantin Belousov | 2015-11-28 | 1 | -6/+0 |
* | Fix missing semi-colon from r289055. | Conrad Meyer | 2015-10-08 | 1 | -1/+1 |
* | linux: fix handling of out-of-bounds syscall attempts | Mateusz Guzik | 2015-10-08 | 1 | -1/+1 |
* | Rework signal code to allow using it by other modules, like linprocfs: | Dmitry Chagin | 2015-05-24 | 1 | -37/+12 |
* | Call nosys in case when the incorrect syscall number is specified. | Dmitry Chagin | 2015-05-24 | 1 | -1/+2 |