aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux
Commit message (Expand)AuthorAgeFilesLines
...
* linuxulator: memfd_create first appeared in Linux 3.17Ed Maste2019-09-111-2/+1
* linuxulator: seccomp syscall first appeared in Linux 3.17Ed Maste2019-09-111-1/+2
* linux: add trivial renameat2 implementationEd Maste2019-09-111-2/+0
* regen linuxulator sysent after r352208Ed Maste2019-09-112-4/+4
* make linux_renameat2 args consistent with linux_renameatEd Maste2019-09-111-2/+2
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-301-0/+0
* makesyscalls.sh: always use absolute path for syscalls.confBrooks Davis2019-05-301-2/+2
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-133-164/+4
* make sysent after r347228Ed Maste2019-05-075-5/+5
* In order to reduce duplication between MD parts of the LinuxulatorDmitry Chagin2019-05-031-8/+0
* Since r339624 HEAD does not need for backslashes in syscalls.master,Dmitry Chagin2019-04-231-1/+1
* Regen from r345471.Dmitry Chagin2019-03-245-3/+1002
* Update syscall.master to 5.0.Dmitry Chagin2019-03-243-4/+92
* Regen for r345469 (shmat()).Dmitry Chagin2019-03-242-9/+9
* Linux between 4.18 and 5.0 split IPC system calls.Dmitry Chagin2019-03-242-15/+22
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-2/+0
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-111-1/+1
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-2/+0
* 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-25/+25
* 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