aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sandbox: allow user to force SIGKILLMike Frysinger2016-03-291-2/+10
* sandbox: enable support for linux namespacesv2.9Mike Frysinger2015-09-271-1/+1
* sandbox: add proper option parsingMike Frysinger2015-09-201-40/+5
* sandbox: pass child signals back up to the parentMike Frysinger2013-02-221-24/+48
* sandbox: do not resolve target of stderrMike Frysinger2013-02-241-4/+7
* add a new message env varMike Frysinger2013-02-241-0/+13
* delete unused sandbox env varsMike Frysinger2013-02-241-1/+1
* sandbox: allow log files to fallback to tmpdirMike Frysinger2012-12-241-2/+2
* significantly overhaul output helpersMike Frysinger2012-06-231-10/+7
* tests: always bubble up exit code regardless of log existenceMike Frysinger2012-06-231-2/+3
* sandbox: drop beep supportMike Frysinger2012-06-231-14/+1
* libsandbox: push down constructor initMike Frysinger2012-03-051-0/+1
* sandbox: dont warn about inherited ignored signalsMike Frysinger2009-10-281-4/+4
* libsbutil: kill off unnecessary log_domain codeMike Frysinger2009-08-251-3/+0
* libsandbox: enable tracing for multiple personalitiesMike Frysinger2009-04-051-0/+4
* sandbox: pass shell exit status upMike Frysinger2009-03-121-13/+11
* sandbox: delete the testing var after installv1.4Mike Frysinger2009-03-081-1/+3
* sandbox: do not dist sandbox.sh and clean up error messagesMike Frysinger2009-02-121-4/+6
* sandbox: check signal returns and allow SIGHUP to be ignoredMike Frysinger2009-02-121-5/+16
* tests: get scripts working in sandbox.shMike Frysinger2009-02-081-2/+3
* sandbox: new sb_{p,}err() helper functionsMike Frysinger2009-02-021-16/+9
* sandbox/libsbutil: remove more useless error checks and var initsMike Frysinger2009-02-011-2/+0
* sandbox: convert remaining perror to sb_pwarnMike Frysinger2009-02-011-3/+0
* sandbox: unify/standardize message output functionsMike Frysinger2009-02-011-54/+41
* sandbox: remove unused /var/tmp dir handlingMike Frysinger2009-02-011-7/+0
* sandbox: declare all local funcs staticMike Frysinger2009-02-011-5/+5
* sandbox: simplify print_sandbox_log() functionMike Frysinger2009-02-011-37/+23
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-311-2/+1
* sandbox: include full libc path in version outputMike Frysinger2008-11-291-1/+1
* sandbox: make -h/--help/-V/--version print out something usefulMike Frysinger2008-11-161-0/+36
* sandbox: display when a process exits due to a signalEd Catmur2008-11-161-5/+11
* unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_prin...Mike Frysinger2008-11-161-6/+4
* sandbox: convert to stdboolMike Frysinger2008-11-101-3/+3
* sandbox: remove remaining multilib codeMike Frysinger2008-11-091-6/+0
* sandbox: unify banner message and drop "linux" from itMike Frysinger2008-11-091-2/+3
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-11/+1
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-25/+8
* sandbox: drop pointless castMike Frysinger2008-11-091-1/+1
* sandbox: properly use the return value of xreallocDavid Leverton2008-11-081-0/+1
* Punt vim indentation line.Martin Schlemmer2006-07-131-1/+0
* Punt old copyright stuff, as nearly everything was rewrited. If something is...Martin Schlemmer2006-07-131-16/+27
* Split out environment related functions, and make their naming a bit more sane.Martin Schlemmer2006-07-131-352/+9
* Update for librcutil dynbuf function name changes.Martin Schlemmer2006-07-121-16/+16
* Check log size before we open it.Martin Schlemmer2006-07-111-3/+4
* Use IO related sb_*() functions, and improve error checking.Martin Schlemmer2006-07-111-5/+13
* Remove file_length(), and rather use rc_get_size().Martin Schlemmer2006-07-091-2/+2
* As we are using a symbol map for libsandbox, its no longer neededMartin Schlemmer2006-07-091-2/+1
* Update comment.Martin Schlemmer2006-07-091-1/+1
* Free child argv we allocated earlier, as at execve() duplicatesMartin Schlemmer2006-07-081-2/+6
* Free child environ we allocated earlier, as at execve() duplicatesMartin Schlemmer2006-07-081-4/+9