GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sandbox.git
master
stable-2.x
Gentoo Sandbox Tool
Sandbox Maintainers <sandbox@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sandbox: delete the testing var after install
v1.4
Mike Frysinger
2009-03-08
5
-3
/
+14
*
tests: add symlink tests and unify code
Mike Frysinger
2009-03-08
42
-66
/
+327
*
libsandbox: handle symlinks properly
Mike Frysinger
2009-03-08
14
-46
/
+83
*
libsandbox: push errno save/restore down in openat()
Mike Frysinger
2009-03-07
2
-10
/
+10
*
add a test case for previous commit
Mike Frysinger
2009-03-05
3
-1
/
+19
*
bump to sandbox-1.4
Mike Frysinger
2009-03-04
1
-1
/
+1
*
libsandbox: save/restore errno for hardened
v1.3.9
Mike Frysinger
2009-03-04
1
-0
/
+4
*
libsandbox: unify openat and __wrapper_simple
Mike Frysinger
2009-02-20
2
-35
/
+40
*
libsandbox: unify creat/creat64 wrappers
Mike Frysinger
2009-02-20
1
-21
/
+3
*
libsandbox: use sb_unwrapped_open() in creat wrapper
Mike Frysinger
2009-02-20
1
-5
/
+2
*
handling NEWS is a pain, so stub it
Mike Frysinger
2009-02-20
1
-29
/
+1
*
bump to sandbox-1.3.9
Mike Frysinger
2009-02-20
1
-1
/
+1
*
libsandbox: add wrappers for _FORTIFY_SOURCE funcs
v1.3.8
Mike Frysinger
2009-02-20
5
-0
/
+79
*
scripts: disable wrappers for weak __XXX symbols
Mike Frysinger
2009-02-20
2
-0
/
+12
*
do not fail autogen step if autoconf-archive is not installed
Mike Frysinger
2009-02-18
1
-3
/
+3
*
tests: use $AWK rather than awk
Mike Frysinger
2009-02-18
2
-1
/
+2
*
add configure checks for the 64bit lfs funcs as well
Mike Frysinger
2009-02-18
5
-0
/
+8
*
add checks for signal() return types
Mike Frysinger
2009-02-18
2
-0
/
+11
*
include the m4 files from the autoconf-archive package
Mike Frysinger
2009-02-18
7
-0
/
+327
*
libsandbox: lock main syscall code with a mutex
Mike Frysinger
2009-02-18
3
-0
/
+11
*
libsandbox: shuffle/unify local prototypes
Mike Frysinger
2009-02-18
3
-21
/
+17
*
libsandbox: avoid recursion by using sb_unwrapped_access()
Mike Frysinger
2009-02-18
2
-1
/
+3
*
libsandbox: convert internal open func to sb_unwrapped_foo style
Mike Frysinger
2009-02-18
5
-48
/
+45
*
libsandbox: convert internal getcwd func to sb_unwrapped_foo style
Mike Frysinger
2009-02-18
4
-18
/
+20
*
libsandbox: create hidden targets for most functions
Mike Frysinger
2009-02-18
2
-4
/
+14
*
libsandbox: simplify WRAPPER_PRE_CHECKS() a bit
Mike Frysinger
2009-02-18
4
-10
/
+13
*
libsandbox: tweak errno handling in fopen() wrapper
Mike Frysinger
2009-02-18
1
-2
/
+5
*
libsandbox: do save/restore errno in sym lookup
Mike Frysinger
2009-02-18
1
-2
/
+0
*
drop unused local GLIBC_MINOR define
Mike Frysinger
2009-02-17
1
-2
/
+0
*
fix environ check
Mike Frysinger
2009-02-17
1
-1
/
+1
*
libsandbox: update ENAMETOOLONG comments to match egetcwd() changes
Mike Frysinger
2009-02-15
2
-4
/
+2
*
libsandbox: convert more code to stdbool to simplify things
Mike Frysinger
2009-02-15
4
-69
/
+61
*
libsandbox: calculate longest symbol name dynamically
Mike Frysinger
2009-02-15
3
-12
/
+16
*
libsandbox: make sure all mknod symbols are wrapped
Mike Frysinger
2009-02-15
5
-0
/
+19
*
libsandbox: simplify clean_env_entries a bit
Mike Frysinger
2009-02-14
1
-13
/
+14
*
libsandbox: fixup egetcwd() a bit
Mike Frysinger
2009-02-14
1
-11
/
+8
*
libsandbox: move cached_env_vars into .bss
Mike Frysinger
2009-02-14
1
-10
/
+5
*
libsandbox: handle ENAMETOOLONG properly with getcwd()
Mike Frysinger
2009-02-14
1
-14
/
+11
*
bump to sandbox-1.3.8
Mike Frysinger
2009-02-14
1
-1
/
+1
*
libsandbox: do not call x*() memory funcs in memory replacement code
v1.3.7
Mike Frysinger
2009-02-13
1
-5
/
+17
*
tests: simplify script-2.sh a bit
Mike Frysinger
2009-02-12
1
-6
/
+0
*
sandbox: do not dist sandbox.sh and clean up error messages
Mike Frysinger
2009-02-12
2
-6
/
+6
*
disable tests for unavailable funcs
Mike Frysinger
2009-02-12
19
-0
/
+43
*
sandbox: check signal returns and allow SIGHUP to be ignored
Mike Frysinger
2009-02-12
1
-5
/
+16
*
add testcase for old PATH bug
Mike Frysinger
2009-02-12
4
-3
/
+36
*
bump to sandbox-1.3.7
Mike Frysinger
2009-02-10
1
-1
/
+1
*
provide environ decl if system sucks and doesn't do it for us
v1.3.6
Mike Frysinger
2009-02-09
2
-0
/
+6
*
tests: get scripts working in sandbox.sh
Mike Frysinger
2009-02-08
12
-10
/
+76
*
sb_printf: get z modifier working and fixup tests
Mike Frysinger
2009-02-08
3
-63
/
+45
*
libsandbox: let real funcs handle non-existent paths (part 2)
Mike Frysinger
2009-02-07
1
-12
/
+15
[next]