aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libsbutil: cleanup x* memory functionsMike Frysinger2008-12-311-4/+0
| | | | | | | | 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>
* libsandbox: use internal memory funcsMike Frysinger2008-11-091-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* headers.h: consolidate all random system includes into one fileMike Frysinger2008-11-091-13/+1
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* cleanup whitespace and comments -- no functional changesMike Frysinger2008-11-091-6/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Start moving libsandbox only related stuff out of libsbutil.Martin Schlemmer2006-07-091-0/+1
| | | | Signed-off-by: Martin Schlemmer <azarah@gentoo.org>
* Move libsandbox to its own directory.Martin Schlemmer2006-07-091-0/+180
Signed-off-by: Martin Schlemmer <azarah@gentoo.org>