summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Implement AT_SECURE properly.delphij2016-01-271-1/+3
* Remove obsolete comment.dchagin2016-01-231-1/+0
* Fix a typo.dchagin2016-01-231-2/+2
* Regen after r293907.glebius2016-01-145-7/+7
* Change linux get_robust_list system call to match actual linux one.glebius2016-01-141-2/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-1/+50
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Remove unneeded includes of opt_kdtrace.h.markj2015-11-221-1/+0
* Regen for linux32 rename and linux64 systrace.jhb2015-10-225-10/+10
* Rename remaining linux32 symbols such as linux_sysent[] andjhb2015-10-221-3/+3
* linux: fix handling of out-of-bounds syscall attemptsmjg2015-10-081-1/+1
* Fixup the build after r284215.mjg2015-06-101-1/+1
* Futex is an aligned 32-bit integer. Use the proper instruction anddchagin2015-06-081-24/+24
* Regen for r283492.dchagin2015-05-245-8/+20
* Implement Linux specific syncfs() system call.dchagin2015-05-242-2/+1
* Regen for r283488.dchagin2015-05-245-10/+69
* Implement recvmmsg() and sendmmsg() system calls.dchagin2015-05-242-4/+6
* Reduce duplication between MD Linux code by moving msg relateddchagin2015-05-241-16/+0
* Implement epoll_pwait() system call.dchagin2015-05-241-1/+0
* Regen for r283480.dchagin2015-05-245-8/+35
* Add utimensat() system call.dchagin2015-05-242-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-243-124/+5
* According to Linux man sigaltstack(3) shall return EINVAL if the ssdchagin2015-05-242-26/+0
* Regen for r283467.dchagin2015-05-244-5/+7
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-242-4/+6
* Regen for r283465.dchagin2015-05-245-7/+34
* Add preliminary fallocate system call implementationdchagin2015-05-242-2/+2
* Regen for r283451.dchagin2015-05-245-8/+40
* Implement ppoll() system call.dchagin2015-05-242-2/+2
* Regen for r283444.dchagin2015-05-245-10/+39
* Implement eventfd system call.dchagin2015-05-242-4/+2
* Put the correct value for the abi_nfdbits parameter of kern_select() fordchagin2015-05-241-0/+1
* Regen for r283441.dchagin2015-05-245-19/+129
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-242-9/+8
* To avoid code duplication move open/fcntl definitions to the MIdchagin2015-05-241-38/+0
* Being exported through vdso the note.Linux section used by glibcdchagin2015-05-241-1/+2
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used bydchagin2015-05-242-1/+27
* Regen for r283428.dchagin2015-05-245-10/+5
* Change linux faccessat syscall definition to match actual linux one.dchagin2015-05-241-1/+1
* Regen for r283424.dchagin2015-05-245-0/+9225
* Add preliminary support for x86-64 Linux binaries.dchagin2015-05-2412-0/+3210
OpenPOWER on IntegriCloud