index
:
delta/libseccomp.git
coverity-scan
main
master
release-0.1
release-1.0
release-2.0
release-2.1
release-2.2
release-2.3
release-2.4
release-2.5
working-api_level
working-pcmoore
github.com: seccomp/libseccomp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: fix the multiplexed ipc() syscalls
Paul Moore
2016-04-20
3
-6
/
+6
*
s390: handle multiplexed syscalls correctly
Paul Moore
2016-04-20
7
-10
/
+804
*
arch: fix a number of 32-bit x86 failures related to socket syscalls
Paul Moore
2016-04-08
2
-4
/
+103
*
python: update the bindings metadata
Paul Moore
2016-02-26
1
-1
/
+1
*
build: swap '()' for '{}' in Makefiles for consistency
Paul Moore
2016-02-26
1
-1
/
+1
*
system: update the ABI whitelist for the seccomp() syscall
Paul Moore
2016-02-26
1
-0
/
+6
*
system: fix the SECCOMP_SET_MODE_STRICT define
Paul Moore
2016-02-24
1
-8
/
+1
*
all: use the seccomp() syscall whenever possible for tested ABIs
Paul Moore
2016-02-22
3
-28
/
+96
*
python: update the python bindings to match the C version
Paul Moore
2016-02-22
2
-1
/
+18
*
arch: update the syscall tables to 4.5-rc4+
Paul Moore
2016-02-19
12
-13
/
+37
*
arch: fix syscall validate script so ppc64 is checked again
Paul Moore
2016-02-19
1
-1
/
+15
*
api: add a seccomp_version() API call
Paul Moore
2016-02-18
1
-0
/
+12
*
all: update my email address
Paul Moore
2016-02-11
38
-38
/
+38
*
system: use sys/prctl.h instead of linux/prctl.h
Paul Moore
2016-02-10
1
-1
/
+1
*
arch: generate both multiplexed and direct socket syscall rules
Paul Moore
2016-02-09
6
-99
/
+230
*
arch: enable more involved arch/ABI specific rule creation
Paul Moore
2016-02-09
15
-99
/
+41
*
arch: move the low level filter rule addition code into the arch layer
Paul Moore
2016-02-09
17
-80
/
+140
*
arch: make use of function tables instead of switch statements
Paul Moore
2016-02-09
15
-75
/
+84
*
db: introduce transaction support
Paul Moore
2016-02-09
2
-2
/
+187
*
db: store the rules used to build the filter
Paul Moore
2016-02-09
6
-61
/
+110
*
db: make the individual db filter ops private
Paul Moore
2016-02-09
3
-379
/
+422
*
arch: basic support for multiplexed and direct socket syscalls on x86
Paul Moore
2015-11-11
1
-0
/
+73
*
arch: update the syscalls for Linux 4.3
Paul Moore
2015-11-11
12
-38
/
+38
*
arch: update s390/s390x system call tables
Heiko Carstens
2015-11-11
12
-63
/
+111
*
arch: fixes and improvements to the arch-syscall-validate script
Paul Moore
2015-11-11
1
-22
/
+57
*
db: fix a minor style problem
Paul Moore
2015-09-01
1
-1
/
+1
*
api: limit errno values to MAX_ERRNO
Paul Moore
2015-08-29
2
-1
/
+6
*
arch: use private syscall #define offsets to prevent collisions
Paul Moore
2015-08-29
4
-1336
/
+1336
*
pfc: add missing ppc names
Mike Frysinger
2015-08-28
1
-0
/
+6
*
Merge branch 'working-s390' into master
Paul Moore
2015-08-28
24
-41
/
+1248
|
\
|
*
s390x: fix plattform detection
Jan Willeke
2015-07-13
1
-2
/
+2
|
*
python: add s390 and s390x support
Paul Moore
2015-07-13
2
-0
/
+8
|
*
arch: add support for s390
Jan Willeke
2015-07-13
9
-4
/
+586
|
*
arch: add support for s390x
Jan Willeke
2015-07-13
17
-3
/
+598
*
|
all: block negative syscall numbers from the filter
Paul Moore
2015-08-27
7
-42
/
+41
*
|
arch: fix a problem with the rule rewrites in _seccomp_rule_add()
Paul Moore
2015-08-27
1
-1
/
+1
*
|
all: minor tweak to make astyle v2.05.1 happy
Paul Moore
2015-08-26
1
-1
/
+0
*
|
arch: update the syscall tables for 4.2-rc5
Paul Moore
2015-08-05
10
-11
/
+29
*
|
Merge branch 'working-ppc64'
Paul Moore
2015-08-05
21
-8
/
+1360
|
\
\
|
|
/
|
/
|
|
*
arch: add basic initial ppc support to the arch-dependent code
Bogdan Purcareata
2015-02-17
3
-1
/
+17
|
*
arch: add a ppc syscall table
Bogdan Purcareata
2015-02-17
7
-2
/
+622
|
*
Merge branch 'master' into working-ppc64
Paul Moore
2015-02-12
8
-15
/
+31
|
|
\
|
*
|
tests: minor fix in arch-syscall-check
Bogdan Purcareata
2015-02-11
1
-1
/
+1
|
*
|
ppc64: correct the ppc64 syscall table and validation script
Paul Moore
2015-02-10
2
-13
/
+15
|
*
|
arch: add the basic initial support for ppc64 to the arch-dependent code
Paul Moore
2015-02-06
3
-0
/
+30
|
*
|
arch: add a ppc64 syscall table
Paul Moore
2015-02-06
15
-7
/
+691
*
|
|
db: optimize masked compares
Mathias Krause
2015-07-06
1
-0
/
+44
*
|
|
db: fix braino in _db_node_mask_fixup()
Mathias Krause
2015-07-06
1
-7
/
+2
*
|
|
db: fix type of op in struct db_api_arg
Mathias Krause
2015-07-06
1
-1
/
+1
*
|
|
arch: add the ability to dump the sycall definitions in arch-syscall-validate
Paul Moore
2015-07-01
1
-23
/
+42
[next]