summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* arch: fix the i386 ipc syscallsrelease-1.0Paul Moore2012-11-201-12/+12
* arch: fix the i386 socket syscallsPaul Moore2012-11-202-18/+30
* tests: remove the 15-resolver testPaul Moore2012-11-133-39/+1
* doc: update the CHANGELOG for the 1.0.1 releasev1.0.1Paul Moore2012-11-121-0/+7
* build: bump the version to 1.0.1Paul Moore2012-11-121-1/+1
* bpf: fix a problem when creating filters that include syscall argumentsPaul Moore2012-11-122-124/+158
* bpf: fix a problem with small filtersPaul Moore2012-11-121-5/+4
* tests: fix a problem with the correct results for 08-subtree-checksPaul Moore2012-11-121-3/+3
* tests: shrink the 05-long-jumps testsPaul Moore2012-11-122-8/+8
* api: remove the architecture functions from the public APIPaul Moore2012-11-121-57/+0
* api: add support for multiple architecturesPaul Moore2012-11-126-7/+306
* doc: remove seccomp_syscall_resolve_name() from the public APIPaul Moore2012-11-122-12/+0
* api: disable certain operations with multiple architecturesPaul Moore2012-11-121-0/+3
* pfc: provide basic multiple arch/filter supportPaul Moore2012-11-121-53/+97
* bpf: remove _gen_bpf_chain_lvl()Paul Moore2012-11-121-94/+69
* bpf: provide basic multiple arch/filter supportPaul Moore2012-11-121-146/+287
* db: enable basic filter collection supportPaul Moore2012-11-128-132/+312
* arch: provide the basic infrastructure for non-native architecture supportPaul Moore2012-11-128-19/+107
* api: remove the seccomp_syscall_resolve_name() from the APIPaul Moore2012-11-121-96/+0
* arch: add support for syscall name resolutionPaul Moore2012-11-1215-6/+1037
* api: fix some comments in seccomp.hPaul Moore2012-11-121-5/+5
* arch: fix a problem with filter rewrites for 32 bit x86 architecturesPaul Moore2012-10-011-4/+6
* db: fix a compile time warningPaul Moore2012-09-201-2/+1
* db: fix a 64bit filter DB problemPaul Moore2012-09-201-6/+3
* db: fix some memory leaks in the filter DB codePaul Moore2012-09-201-1/+3
* doc: add linking note to manpage synopsisKees Cook2012-08-137-0/+14
* api: make the header usable by a c++ compilerThiago Marcos P. Santos2012-08-021-0/+8
* build: update the version to 1.0.0v1.0.0Paul Moore2012-07-311-1/+1
* doc: update CHANGELOG for the 1.0.0 releasePaul Moore2012-07-311-0/+7
* doc: add a CHANGELOG filePaul Moore2012-07-311-0/+6
* doc: update the CREDITS file headerPaul Moore2012-07-311-1/+3
* doc: update the CREDITS filePaul Moore2012-07-271-0/+1
* build: remove/cleanup some of the install macrosPaul Moore2012-07-272-59/+22
* build: fix some pkgconfig problems during configure/installThiago Marcos P. Santos2012-07-273-3/+15
* tests: summarize the regression test runPaul Moore2012-07-261-2/+29
* tests: add the batch name to regression test test number outputPaul Moore2012-07-261-26/+32
* db: add a filter initialization checkPaul Moore2012-07-253-9/+54
* doc: update the API to reflect the new filter context parameterPaul Moore2012-07-257-70/+121
* tests: add a test for the seccomp_reset() APIPaul Moore2012-07-254-1/+89
* api: remove the internal state and make the API context-awarePaul Moore2012-07-2519-260/+342
* build: enable verbose buildingPaul Moore2012-07-257-107/+96
* build: fixed target dependency issuesThiago Marcos P. Santos2012-07-201-1/+9
* build: minor Makefile cleanupsPaul Moore2012-06-066-16/+16
* doc: correct the CREDITS filePaul Moore2012-06-061-1/+1
* doc: update the CREDITS filePaul Moore2012-06-061-0/+2
* build: support "--libdir" instead of "--libexecdir" in configurePaul Moore2012-06-061-12/+12
* build: support DESTDIR in the build's install targetPaul Moore2012-06-061-5/+5
* build: install the shared library with the executable bit setPaul Moore2012-06-061-1/+1
* build: minor whitespace tweakPaul Moore2012-06-061-2/+2
* build: pass CPPFLAGS into the build correctlyKees Cook2012-06-061-7/+8