summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* v2.31v2.31Mike Gilbert2023-06-131-1/+1
* libsandbox: add lutimes to symlink_funcMike Gilbert2023-06-133-0/+11
* build: Fix libc path configure test for moldJames Le Cuirot2023-05-121-10/+5
* CI: add Github ActionsSam James2023-01-061-0/+58
* v2.30v2.30Mike Gilbert2022-12-301-1/+1
* Update ax_compiler_vendor.m4Mike Gilbert2022-12-301-5/+7
* libsandbox: reduce & inline the __64_{pre,post}.h headersMike Frysinger2022-12-3014-41/+17
* change FS calls to use 64-bit interfaces explicitlyMike Frysinger2022-12-3013-40/+47
* libsandbox/libsbutil: use faccessat for file-existence testsMike Frysinger2022-12-303-27/+5
* build: slim down autoconf-archive macro searchMike Frysinger2022-12-3018-2137/+10
* sandbox: add backwards compat interface hackv2.29Mike Frysinger2021-11-021-0/+9
* sandbox: delete now unused variableMike Frysinger2021-11-011-1/+0
* sandbox: include "sandbox" in the error log summaryMike Frysinger2021-11-011-1/+1
* libsandbox: do not use ptrace if it returns ENOSYSMike Frysinger2021-10-311-2/+8
* libsandbox: drop args to trace_mainMike Frysinger2021-10-293-7/+7
* sandbox: change interface to make it easier to pass thruMike Frysinger2021-10-285-23/+49
* sandbox: avoid repetitive strlen calculations when building cmdlineMike Frysinger2021-10-281-11/+9
* libsandbox: hoist the *at pre-check functions up a levelMike Frysinger2021-10-289-38/+42
* build: create libsandbox for trace_syscalls.h tooMike Frysinger2021-10-281-0/+1
* sandbox: undefine dprintfMike Frysinger2021-10-281-0/+3
* bump to sandbox-2.29Mike Frysinger2021-10-281-1/+1
* libsandbox: fix signal pass through with ptrace main loopv2.28Mike Frysinger2021-10-281-2/+5
* libsandbox: drop lstat check for symlink funcsMike Frysinger2021-10-271-28/+23
* libsandbox: port ptrace to aarch64Mike Frysinger2021-10-252-0/+33
* libsandbox: use PTRACE_GET_SYSCALL_INFO when availableMike Frysinger2021-10-253-0/+27
* libsandbox: add sparc personality supportMike Frysinger2021-10-243-0/+77
* libsandbox: port ptrace to sparc64 & re-enable for sparcMike Frysinger2021-10-242-7/+12
* bump to configure-2.28Mike Frysinger2021-10-241-1/+1
* sandbox: leverage PR_SET_NO_NEW_PRIVS when availablev2.27Mike Frysinger2021-10-233-0/+21
* tests: fix lremovexattr typoMike Frysinger2021-10-231-2/+2
* libsandbox: extend symbols format to specify diff syscall nameMike Frysinger2021-10-235-25/+45
* libsandbox: tweak how undefined symbols are declaredMike Frysinger2021-10-234-8/+11
* libsandbox: move symbols.h.in parsing to scriptsMike Frysinger2021-10-234-10/+25
* scripts: rewrite main processing loops for significant speedupMike Frysinger2021-10-232-124/+136
* libsandbox: add 64-bit time_t wrappersMike Frysinger2021-10-2319-7/+114
* libsandbox: fix flags extraction for a few syscallsMike Frysinger2021-10-231-7/+14
* tests: fix handling of srcdir vs abs_srcdir for dist creationMike Frysinger2021-10-231-8/+12
* sandbox: add a --run-configure optionMike Frysinger2021-10-233-10/+28
* tests: merge into top level makefile tooMike Frysinger2021-10-236-141/+151
* build: hoist -Itop_srcdir to common AM_CPPFLAGSMike Frysinger2021-10-234-4/+3
* libsandbox: only lookup syscall number on entryMike Frysinger2021-10-231-4/+6
* libsandbox: regen trace headers when symbols header changesMike Frysinger2021-10-231-2/+2
* TODO: add more work!Mike Frysinger2021-10-221-0/+20
* Revert "Remove leftover generated Makefiles from the repo (sic!)"Mike Frysinger2021-10-223-0/+12
* libsandbox: fix ppc ptrace return value settingMike Frysinger2021-10-221-2/+8
* Remove leftover generated Makefiles from the repo (sic!)Michał Górny2021-10-223-12/+0
* tests: Add missing EXTRA_DIST for xattr-0Michał Górny2021-10-221-1/+2
* tests: add missing xattr-0 programMike Frysinger2021-10-221-0/+7
* libsandbox: drop old *.py[co] hack #775416Mike Frysinger2021-10-221-14/+0
* libsandbox: add xattr wrappers #672566Mike Frysinger2021-10-2218-9/+182