summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux/linux_sysvec.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r312699:tijl2017-01-271-10/+5
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.pfg2016-04-221-1/+1
* X86: use our nitems() macro when it is avaliable through param.h.pfg2016-04-191-1/+1
* Add kern.features flags for linux and linux64 modulesbapt2016-04-051-0/+1
* Convert ss_sp in stack_t and sigstack to void *.jhb2016-01-271-1/+1
* Implement AT_SECURE properly.delphij2016-01-271-1/+3
* 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
* linux: fix handling of out-of-bounds syscall attemptsmjg2015-10-081-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-26/+4
* Call nosys in case when the incorrect syscall number is specified.dchagin2015-05-241-4/+4
* Add AT_RANDOM and AT_EXECFN auxiliary vector entries which are used bydchagin2015-05-241-0/+26
* Add preliminary support for x86-64 Linux binaries.dchagin2015-05-241-0/+942
OpenPOWER on IntegriCloud