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
path:
root
/
libsandbox
Commit message (
Expand
)
Author
Age
Files
Lines
*
libsandbox: add some likely/unlikely settings
Mike Frysinger
2013-02-24
1
-7
/
+5
*
libsandbox: reject "" paths with *at funcs before checking the dirfd [missing...
Mike Frysinger
2013-02-24
1
-0
/
+34
*
libsandbox: reject "" paths with *at funcs before checking the dirfd
Mike Frysinger
2012-12-24
5
-35
/
+18
*
libsandbox: handle open(O_NOFOLLOW)
Mike Frysinger
2012-12-24
3
-1
/
+3
*
libsandbox: fall back to tracing set*id programs
Mike Frysinger
2012-12-24
1
-5
/
+18
*
sandbox: allow log files to fallback to tmpdir
Mike Frysinger
2012-12-24
1
-2
/
+2
*
libsandbox: use process_vm_readv if available
Mike Frysinger
2012-08-12
1
-0
/
+26
*
libsandbox: fix hppa trace code
Mike Frysinger
2012-07-06
1
-2
/
+2
*
libsandbox: add x32 ABI support
v2.6
Mike Frysinger
2012-07-03
5
-9
/
+75
*
libsandbox: migrate to get/set regs interface for everyone
Mike Frysinger
2012-07-03
9
-103
/
+80
*
precompile headers.h to speed up build slightly
Mike Frysinger
2012-07-03
3
-8
/
+2
*
libsandbox: do not leak file handles from tracing checks
Mike Frysinger
2012-06-23
1
-3
/
+7
*
libsandbox: regenerate trace headers when autotools change
Mike Frysinger
2012-06-23
1
-1
/
+1
*
libsandbox: kill off SB_MEM_DEBUG
Mike Frysinger
2012-06-23
1
-17
/
+0
*
significantly overhaul output helpers
Mike Frysinger
2012-06-23
12
-237
/
+74
*
libsandbox: create more defines for gcc attributes
Mike Frysinger
2012-06-23
1
-2
/
+2
*
libsandbox: add uninstall target to fix distcheck
Mike Frysinger
2012-06-23
1
-0
/
+4
*
libsandbox: add missing close to logfile fd
Mike Frysinger
2012-03-07
1
-2
/
+5
*
libsandbox: mark internal fds with O_CLOEXEC
Mike Frysinger
2012-03-07
1
-2
/
+2
*
libsandbox: set syscall error rather than killing on violations
Mike Frysinger
2012-03-06
7
-18
/
+65
*
libsandbox: push down constructor init
Mike Frysinger
2012-03-05
1
-37
/
+6
*
libsandbox: delay trace_regs #error until use
Mike Frysinger
2011-07-08
1
-0
/
+4
*
libsandbox: invert debug checking order to avoid uninitialized variables
Mike Frysinger
2011-07-08
1
-1
/
+1
*
libsandbox: tweak code to avoid undefined behavior warnings
Mike Frysinger
2011-07-08
1
-1
/
+1
*
libsandbox: catch mktemp related funcs
Mike Frysinger
2011-07-04
11
-0
/
+107
*
libsandbox: handle NULL filenames with futimesat
Mike Frysinger
2011-01-01
1
-2
/
+5
*
libsandbox: fix utimensat regression with NULL filename
Mike Frysinger
2010-11-26
1
-1
/
+1
*
libsandbox: fix bug in previous dirfd unification
v2.4
Mike Frysinger
2010-11-23
5
-7
/
+8
*
libsandbox: fix thinko in previous erealpath commit
Mike Frysinger
2010-11-22
1
-2
/
+2
*
libsandbox: handle dirfd in mkdir/open/unlink *at prechecks
Mike Frysinger
2010-11-15
5
-58
/
+123
*
libsandbox: tempish mkdir hack for broken symlinks
v2.3
Mike Frysinger
2010-08-16
1
-1
/
+16
*
libsandbox: mark rmdir as working on symlinks
Mike Frysinger
2010-08-16
1
-0
/
+1
*
libsandbox: avoid passing same buffer to erealpath
Mike Frysinger
2010-08-15
2
-2
/
+17
*
libsandbox: don't swallow SIGCHLD notifications
Mike Frysinger
2010-08-15
1
-1
/
+0
*
libsandbox: disable sparc ptrace until it can be debugged further
Mike Frysinger
2010-08-15
1
-0
/
+5
*
libsandbox: catch calls to remove()
Mike Frysinger
2009-12-20
3
-0
/
+15
*
libsandbox: use mmap directly for internal memory
Mike Frysinger
2009-10-26
3
-1
/
+23
*
libsandbox: rewrite RTLD_NEXT handling
Mike Frysinger
2009-10-26
1
-21
/
+33
*
libsandbox: fix ptrace decode of utimensat
Mike Frysinger
2009-10-25
1
-1
/
+1
*
libsandbox: handle fd's w/out files in proc fd/
Mike Frysinger
2009-10-25
1
-0
/
+15
*
libsandbox: add support for tracing SPARC systems
Mike Frysinger
2009-10-25
4
-15
/
+55
*
libsbutil: kill off confusing SB_WRITE macro
Mike Frysinger
2009-08-25
1
-7
/
+15
*
drop force pic flags
Mike Frysinger
2009-08-25
1
-2
/
+1
*
libsandbox: fix missing *at pre_checks
Mike Frysinger
2009-08-25
1
-0
/
+22
*
drop accidental libsandbox.so addition
Mike Frysinger
2009-08-25
1
-0
/
+0
*
add -Wall to automake runs and fix fallout
Mike Frysinger
2009-08-25
1
-5
/
+3
*
libsandbox: use PTRACE_SETOPTIONS only when defined
Mike Frysinger
2009-06-04
1
-1
/
+1
*
libsandbox: disable corner case recover when tracing
v2.0
Mike Frysinger
2009-06-04
1
-0
/
+5
*
libsandbox: convert trace to waitpid()
Mike Frysinger
2009-06-04
1
-6
/
+6
*
libsandbox: handle utimensat with NULL paths
Mike Frysinger
2009-06-04
2
-8
/
+18
[next]