aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libsbutil: kill off unnecessary log_domain codeMike Frysinger2009-08-252-12/+1
* libsbutil: kill off confusing SB_WRITE macroMike Frysinger2009-08-251-9/+0
* drop force pic flagsMike Frysinger2009-08-251-2/+1
* add -Wall to automake runs and fix falloutMike Frysinger2009-08-251-3/+2
* setup local sandbox.d for running tests to avoid /etc/sandbox.dMike Frysinger2009-04-263-0/+25
* sandbox: stop denying /etc/ld.so.preloadMike Frysinger2009-03-311-1/+0
* sb_print: add l (long) modifier supportMike Frysinger2009-03-181-2/+11
* libsandbox: add an eqawarn() funcMike Frysinger2009-03-181-0/+1
* libsandbox: dump exec QA static notice to /dev/ttyMike Frysinger2009-03-111-0/+1
* bump common macros up to localdecls.h so tests can use themMike Frysinger2009-03-091-13/+0
* sandbox: delete the testing var after installv1.4Mike Frysinger2009-03-083-2/+5
* tests: add symlink tests and unify codeMike Frysinger2009-03-081-8/+13
* tests: get scripts working in sandbox.shMike Frysinger2009-02-084-1/+35
* sb_printf: get z modifier working and fixup testsMike Frysinger2009-02-081-3/+9
* sandbox/libsbutil: remove more useless error checks and var initsMike Frysinger2009-02-011-16/+0
* sandbox: remove unused /var/tmp dir handlingMike Frysinger2009-02-011-1/+0
* libsbutil: cull more unused debug/string codeMike Frysinger2009-02-012-107/+1
* libsbutil: setup {offsetof,MIN,MAX} helper macros if they dont existMike Frysinger2009-01-291-0/+11
* libsbutil: add fallback strndup() implementationMike Frysinger2009-01-291-0/+16
* libsbutil: find libsandbox.so in non-standard pathsMike Frysinger2009-01-261-1/+11
* libsandbox: optimize!Mike Frysinger2008-12-311-0/+2
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-3111-175/+113
* libsandbox/libsbutil: link with -no-undefinedMike Frysinger2008-12-311-0/+1
* libsbutil: delete more unused code imported from rcscriptsMike Frysinger2008-12-3110-760/+3
* libsbutil: drop remove() replacementMike Frysinger2008-12-312-27/+0
* libsbutil: sb_close(): only reset errno when close() workedMike Frysinger2008-12-311-1/+2
* libsbutil: simplify get_tmp_dir code a littleMike Frysinger2008-12-311-5/+1
* libsbutil: scrub more unused rcscripts codeMike Frysinger2008-11-2911-215/+0
* libsbutil: drop bogus inline usageMike Frysinger2008-11-294-42/+32
* sp_printf: make sure all output goes to stderrMike Frysinger2008-11-282-6/+12
* sb_printf: handle NULL pointers for %sMike Frysinger2008-11-161-0/+2
* sb_printf: implement %*s supportMike Frysinger2008-11-161-8/+26
* unify SB_E{INFO,WARN,ERROR} functions and have them call the internal sb_prin...Mike Frysinger2008-11-162-32/+30
* libsbutil: simple custom printf() replacementMike Frysinger2008-11-163-9/+170
* libsbutil: drop some unused codeMike Frysinger2008-11-165-969/+0
* libsbutil: unify duplicate log debug functionsMike Frysinger2008-11-163-42/+13
* move build flags to configure rather than MakefileMike Frysinger2008-11-111-4/+5
* libsbutil: convert to stdbool.hMike Frysinger2008-11-107-59/+54
* fix grammar: do not exist -> does not existMike Frysinger2008-11-101-1/+1
* libsbutil: make sure we always let the ldso do the libsandbox searchMike Frysinger2008-11-091-4/+4
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-0919-107/+18
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-0931-576/+107
* libsbutil: drop log_domain volatile markingsMike Frysinger2008-11-091-1/+1
* libsbutil: use __func__ rather than __FUNCTION__Mike Frysinger2008-11-093-13/+13
* cleanup style a bit and drop multilib codeMike Frysinger2007-04-191-5/+0
* libsbutil: drop the svn external linksMike Frysinger2007-04-1925-0/+4042
* Split out util functions.Martin Schlemmer2006-07-1313-225/+548
* Fix breakage of last commit.Martin Schlemmer2006-07-111-1/+1
* Add EINTR check back to sb_open(), as FreeBSD for one seem to be able to fail...Martin Schlemmer2006-07-111-1/+8
* Move wrappers out of libsandbox.c. Move IO functions toMartin Schlemmer2006-07-103-0/+166