aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsbutil: kill off unnecessary log_domain codeMike Frysinger2009-08-251-3/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* sandbox/libsbutil: remove more useless error checks and var initsMike Frysinger2009-02-011-16/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: cull more unused debug/string codeMike Frysinger2009-02-012-107/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-314-29/+3
| | | | | | | | Pull the x* memory functions out of rcscripts and into libsbutil and change their style to match the rest of sbutil. Also add xzalloc() and xstrdup(), and convert pointless strndup() usage to strdup(). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: delete more unused code imported from rcscriptsMike Frysinger2008-12-316-487/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: drop remove() replacementMike Frysinger2008-12-311-3/+0
| | | | | | The remove() function is in POSIX, so drop our copy of it. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: scrub more unused rcscripts codeMike Frysinger2008-11-2910-214/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: drop bogus inline usageMike Frysinger2008-11-292-26/+16
| | | | | | | Remove inline markings from functions whose bodies are never available at the point of inline calculation (i.e. they're always external functions). Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: convert to stdbool.hMike Frysinger2008-11-101-5/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-7/+0
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-0913-233/+61
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: use __func__ rather than __FUNCTION__Mike Frysinger2008-11-092-12/+12
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* libsbutil: drop the svn external linksMike Frysinger2007-04-1917-0/+1422
Signed-off-by: Mike Frysinger <vapier@gentoo.org>