summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_syscalls.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC 313564:jhb2017-05-101-1/+0
| | | | | | | | | | | | | Drop the "created from" line from files generated by makesyscalls.sh. This information is less useful when the generated files are included in source control along with the source. If needed it can be reconstructed from the $FreeBSD$ tag in the generated file. Removing this information from the generated output permits committing the generated files along with the change to the system call master list without having inconsistent metadata in the generated files. Regenerate the affected files along with the MFC.
* MFC 314783:mmokhi2017-04-111-4/+4
| | | | | | Regenerated Linuxulator syscall tables for r314782 Approved by: trasz
* MFC r314292:dchagin2017-03-301-1/+1
| | | | Regen after r314291 (timerfd definition).
* MFC r313284:dchagin2017-02-221-3/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update syscall.master to 4.10-rc6. Also fix comments, a typo, and wrong numbering for a few unimplemented syscalls. For 32-bit Linuxulator, socketcall() syscall was historically the entry point for the sockets API. Starting in Linux 4.3, direct syscalls are provided for the sockets API. Enable it. The initial version of patch was provided by trasz@ and extended by me. MFC r313285: Regen after r313284. MFC r313684: Fix r313284. Members of the syscall argument structures are padded to a word size. So, for COMPAT_LINUX32 we should convert user supplied system call arguments which is 32-bit in that case to the array of register_t. MFC r313912: Finish r313684. Convert linux_recv(), linux_send() and linux_accept() system call arguments to the register_t type too.
* MFC r302516:dchagin2016-07-181-1/+1
| | | | | | Regen for r302515 (Linux personality). Approved by: re (gjb)
* Regen after r300359 (struct l_sched_param removal).dchagin2016-05-211-1/+1
| | | | MFC after: 1 week
* Regen for r297061 (fstatfs64 Linux syscall).dchagin2016-03-201-1/+1
| | | | MFC after: 1 week
* Regen after r293907.glebius2016-01-141-1/+1
|
* Regen for linux32 rename and linux64 systrace.jhb2015-10-221-2/+2
|
* Regen for r283492.dchagin2015-05-241-1/+1
|
* Regen for r283488.dchagin2015-05-241-1/+1
|
* Regen for r283484.dchagin2015-05-241-1/+1
|
* Regen for r283480.dchagin2015-05-241-1/+1
|
* Regen for r283467.dchagin2015-05-241-1/+2
|
* Regen for r283465.dchagin2015-05-241-1/+1
|
* Regen for r283451.dchagin2015-05-241-1/+1
|
* Regen for r283444.dchagin2015-05-241-1/+1
|
* Regen for r283441.dchagin2015-05-241-1/+1
|
* Regen for r283428.dchagin2015-05-241-1/+1
|
* Regen for r283403.dchagin2015-05-241-1/+1
|
* Regen for r283401.dchagin2015-05-241-1/+1
|
* Regen for r283399.dchagin2015-05-241-1/+1
|
* Regen for r283396.dchagin2015-05-241-1/+1
|
* Regen for r283394.dchagin2015-05-241-1/+1
|
* Regen for r283379.dchagin2015-05-241-3/+3
|
* Regen for r283370.dchagin2015-05-241-2/+2
|
* Regen after r276508, r276509.dchagin2015-01-011-1/+1
|
* Re-gen after r271743 implementing most ofbz2014-09-181-1/+1
| | | | | | | timer_{create,settime,gettime,getoverrun,delete}. MFC after: 3 days Sponsored by: DARPA, AFRL
* Regen.rdivacky2013-09-181-1/+1
| | | | Approved by: re (delphij)
* Regen.rdivacky2013-09-181-1/+1
| | | | Approved by: re (delphij)
* Regenerate system call tables.ed2012-05-251-1/+1
|
* Regen for r234359.jkim2012-04-161-1/+1
|
* Regen for r234357.jkim2012-04-161-1/+1
|
* Regen for r234352.jkim2012-04-161-1/+1
|
* regennetchild2012-03-101-2/+34
|
* Regen.jhb2011-12-291-1/+1
|
* Regenerate system call tables.ed2011-11-191-1/+1
|
* Regenerate system call tables.ed2011-11-191-1/+1
|
* linux compat: add non-dummy capget and capset system calls, regenerateavg2011-03-261-1/+1
| | | | | | | | | | And drop dummy definitions for those system calls. This may transiently break the build. PR: kern/149168 Submitted by: John Wehle <john@feith.com> Reviewed by: netchild MFC after: 2 weeks
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-0/+328
Regenerate system call and systrace support files. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (earlier version) MFC after: 3 weeks
OpenPOWER on IntegriCloud