aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
* Regenerated assorted syscall related files after:Brooks Davis2018-10-091-0/+8
* 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
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Avoid two suword() calls per auxarg entry.Brooks Davis2018-05-241-5/+15
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-242-126/+178
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-19/+11
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-091-43/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-2/+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
* Sort headers in MD Linuxulator filesEd Maste2018-03-231-6/+6
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-2/+2
* Rename assym.s to assym.incEd Maste2018-03-202-2/+2
* Rationalize license text on Linuxolator filesEd Maste2018-03-201-16/+13
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-192-16/+16
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-191-26/+26
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-22/+2
* Remove stray ; at end of linux_vdso_deinstall()Ed Maste2018-03-141-1/+1
* Use C99 boolean type for translate_osrelEd Maste2018-03-131-4/+4
* Apply some style(9) to Linuxulator linux_sysvec.c commentsEd Maste2018-03-131-75/+29
* imgact_linux.c: use standard indentationEd Maste2018-03-121-146/+136
* Linuxulator: apply style(9) to returnEd Maste2018-03-122-7/+7
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Correct proper nouns in the LinuxulatorEd Maste2018-02-226-73/+73
* Rationalize license text on Linuxolator filesEd Maste2018-02-165-75/+65
* Additional linuxolator whitespace cleanup, missed in r328890Ed Maste2018-02-051-3/+3
* Linuxolator whitespace cleanupEd Maste2018-02-057-71/+69
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
* Use BSD-2-Clause-FreeBSD license on linux_support.sEd Maste2018-01-231-5/+4
* Disable vim syntax highlighting.Brooks Davis2017-11-281-0/+1
* Remap ENOATTR to ENODATA in the linuxulator.Fedor Uporov2017-11-271-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-301-1/+1
* Add support for musl consumers to the Linuxulator.Dmitry Chagin2017-07-031-0/+13
* Move struct syscall_args syscall arguments parameters container intoKonstantin Belousov2017-06-121-1/+3
* Trying to be more compatible with Linux if.h definitions:Tai-hwa Liang2017-04-081-1/+2
* Implement Linux mincore() system call.Dmitry Chagin2017-03-251-1/+0
* Implement getrandom() syscall.Dmitry Chagin2017-03-181-1/+0
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-181-31/+0
* Reduce code duplication between MD Linux code by moving SYSV IPC 64-bitDmitry Chagin2017-03-072-155/+0
* Regenerated Linuxulator syscall tables for r314782Mahdi Mokhtari2017-03-065-72/+8
* Add UNIMPLEMENTED() placeholder macro forMahdi Mokhtari2017-03-062-8/+22
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Regen for r314312 (Linux epoll_pwait).Dmitry Chagin2017-02-262-1/+6
* Change Linux epoll_pwait syscall definition to match Linux actual one.Dmitry Chagin2017-02-261-1/+2
* Implement timerfd family syscalls.Dmitry Chagin2017-02-261-4/+0
* Regen after r314291 (timerfd definition).Dmitry Chagin2017-02-263-9/+70
* Change Linuxulator timerfd syscalls definition to match actual Linux one.Dmitry Chagin2017-02-261-3/+6
* Fix linux_fstatfs() to return proper value for f_frsize. Without it,Edward Tomasz Napierala2017-02-251-1/+3