summaryrefslogtreecommitdiff
path: root/src/arch-x86_64.h
Commit message (Expand)AuthorAgeFilesLines
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-9/+1
* all: update the syscall validation code/scripts for January 2017Paul Moore2017-01-251-1/+1
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: perform a number of simplications in the arch codePaul Moore2014-08-271-6/+0
* tests: create a simple program to test the internal syscall tablesPaul Moore2014-05-221-0/+2
* all: resolve issues caused by big endian systemsPaul Moore2014-02-091-2/+3
* arch: remove direct access to the syscall tablesPaul Moore2013-03-261-1/+3
* arch: provide the basic infrastructure for non-native architecture supportPaul Moore2012-09-271-0/+1
* arch: add support for syscall name resolutionPaul Moore2012-09-271-0/+2
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-091-8/+8
* all: use the system header files when possiblePaul Moore2012-04-021-3/+3
* arch: simplify the arch dependent code quite a bitPaul Moore2012-03-091-4/+4
* arch: make SCMP_ARG_MAX an arch dependent valuePaul Moore2012-03-091-0/+2
* arch: add x86_64 specific filesPaul Moore2012-03-091-0/+33