aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux
Commit message (Expand)AuthorAgeFilesLines
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-281-5/+0
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-102-172/+4
* 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
* Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allowDmitry Chagin2016-05-091-0/+32
* sys/amd64: Small spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Add kern.features flags for linux and linux64 modulesBaptiste Daroussin2016-04-051-0/+1
* Revert r297310 as the SOL_XXX are equal to the IPPROTO_XX except SOL_SOCKET.Dmitry Chagin2016-03-271-1/+0
* iConvert Linux SOL_IPV6 level.Dmitry Chagin2016-03-271-0/+1
* Convert ss_sp in stack_t and sigstack to void *.John Baldwin2016-01-271-1/+1
* Implement AT_SECURE properly.Xin LI2016-01-271-1/+3
* Remove obsolete comment.Dmitry Chagin2016-01-231-1/+0
* Fix a typo.Dmitry Chagin2016-01-231-2/+2
* Regen after r293907.Gleb Smirnoff2016-01-145-7/+7
* Change linux get_robust_list system call to match actual linux one.Gleb Smirnoff2016-01-141-2/+2
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-1/+50
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-3/+0
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+0
* Regen for linux32 rename and linux64 systrace.John Baldwin2015-10-225-10/+10
* Rename remaining linux32 symbols such as linux_sysent[] andJohn Baldwin2015-10-221-3/+3
* linux: fix handling of out-of-bounds syscall attemptsMateusz Guzik2015-10-081-1/+1
* Fixup the build after r284215.Mateusz Guzik2015-06-101-1/+1
* Futex is an aligned 32-bit integer. Use the proper instruction andDmitry Chagin2015-06-081-24/+24
* Regen for r283492.Dmitry Chagin2015-05-245-8/+20
* Implement Linux specific syncfs() system call.Dmitry Chagin2015-05-242-2/+1
* Regen for r283488.Dmitry Chagin2015-05-245-10/+69
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-242-4/+6
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-241-16/+0
* Implement epoll_pwait() system call.Dmitry Chagin2015-05-241-1/+0
* Regen for r283480.Dmitry Chagin2015-05-245-8/+35
* Add utimensat() system call.Dmitry Chagin2015-05-242-2/+2
* Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin2015-05-243-124/+5
* According to Linux man sigaltstack(3) shall return EINVAL if the ssDmitry Chagin2015-05-242-26/+0
* Regen for r283467.Dmitry Chagin2015-05-244-5/+7
* Call nosys in case when the incorrect syscall number is specified.Dmitry Chagin2015-05-242-4/+6
* Regen for r283465.Dmitry Chagin2015-05-245-7/+34
* Add preliminary fallocate system call implementationDmitry Chagin2015-05-242-2/+2
* Regen for r283451.Dmitry Chagin2015-05-245-8/+40
* Implement ppoll() system call.Dmitry Chagin2015-05-242-2/+2
* Regen for r283444.Dmitry Chagin2015-05-245-10/+39
* Implement eventfd system call.Dmitry Chagin2015-05-242-4/+2
* Put the correct value for the abi_nfdbits parameter of kern_select() forDmitry Chagin2015-05-241-0/+1
* Regen for r283441.Dmitry Chagin2015-05-245-19/+129
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-242-9/+8
* To avoid code duplication move open/fcntl definitions to the MIDmitry Chagin2015-05-241-38/+0
* Being exported through vdso the note.Linux section used by glibcDmitry Chagin2015-05-241-1/+2