aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* 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-140/+130
* 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
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0
* Revert r314217. Commit is not match that I have approved.Dmitry Chagin2017-02-241-0/+3
* Add linux_preadv() and linux_pwritev() syscalls to Linuxulator.Mahdi Mokhtari2017-02-241-3/+0
* Implement rt_tgsigqueueinfo system call used by glibc for pthread_sigqueue(3).Dmitry Chagin2017-02-191-1/+0
* Regenerate all the system call tables to drop "created from" lines.John Baldwin2017-02-104-4/+0
* Regen after r313284.Dmitry Chagin2017-02-055-30/+1655
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-052-13/+149
* For i386, remove config options CPU_DISABLE_CMPXCHG, CPU_DISABLE_SSEKonstantin Belousov2017-02-031-12/+0
* Replace sys_ftruncate() with kern_ftruncate() in various compats.Edward Tomasz Napierala2017-01-301-4/+1
* Regenerate syscall provider argument strings.Mark Johnston2016-09-221-234/+234
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-281-5/+0
* Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.John Baldwin2016-07-161-2/+2
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-102-191/+2
* Regen for r302215 (Linux personality).Dmitry Chagin2016-07-105-7/+14
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-101-1/+1
* Regen after r300359 (struct l_sched_param removal).Dmitry Chagin2016-05-215-13/+13
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin2016-05-211-3/+3