aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* getty, sulogin: convert to using bb_msg for syslog outputvda2006-09-071-1/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* Implement optional syslog logging using ordinaryvda2006-09-061-1/+1
* xfunc: fix: && -> &. Also nuked two double semicolons...vda2006-09-051-2/+2
* replacing func() with xfunc() where appropriatevda2006-09-031-1/+1
* - pull from busybox_scratch: r15829:15850aldot2006-08-281-63/+70
* Another whack at scripts/individual. Now builds 212 applets.landley2006-08-091-1/+1
* Add comments to all the functions in this file documenting what they're for.landley2006-08-041-33/+76
* Thinko spotted by Vladimir Dronnikov.landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themlandley2006-08-031-9/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-22/+120
* Cleaup read() and write() variants, plus a couple of new functions likelandley2006-07-161-16/+69
* We need xsetuid() and xsetgid() because per-user process resource limits canlandley2006-07-151-0/+12
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atlandley2006-07-111-11/+14
* Add itoa and utoa to see what Denis Vlasenko thinks.landley2006-07-101-1/+50
* This kind of paranoia is a debug option at best.landley2006-06-301-1/+1
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atlandley2006-06-141-1/+15
* Rich Felker suggested removing dprintf() from watch, and one thing led tolandley2006-05-251-0/+34
* A pending item in my tree I might as well check in: I plan to migrate calloc()landley2006-05-191-0/+9
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-9/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-9/+0
* Not quite compiler independent, but we've never tried to be gcc independentlandley2006-05-041-10/+4
* - patch from Denis Vlasenko to add and use bb_xopen3()aldot2006-04-131-3/+10
* More "extern" removals from Robert P. Daylandley2006-03-141-2/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-10/+10
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I...vodz2006-02-201-3/+7
* svn 14077 was completely broken and apparently never tested.landley2006-02-201-14/+4
* removed #undef strlen, use builtins and prototuped strlen from xfunc file (on...vodz2006-02-161-1/+0
* more use libbb/bb_msg_read_errorvodz2005-11-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-5/+5
* My bug. :-(mjn32004-03-081-0/+1
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-141-1/+1
* Fixup compile problem with dmallocandersen2003-07-051-1/+1
* Major coreutils update.mjn32003-03-191-20/+69
* Abstract read and seek in unarchiving code, convert bunzip to file descriptor...bug12002-11-031-12/+1
* New common unarchive code.bug12002-09-251-0/+56
* Silly meandersen2002-04-131-0/+1
* Stupid gcc always includes its own builtin strlen()...andersen2002-04-131-0/+6
* * libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if a zero-length buffer iskraai2002-02-261-16/+5
* Major rework of the directory structure and the entire build system.andersen2001-10-241-7/+1
* Allow xrealloc to act as a free() when size=0, per SuS2.andersen2001-06-281-1/+11
* Move messages.c to libbb. Make each string in messages.c be its own .o file.andersen2001-04-251-5/+0
* Convert utility.c into libbb.a. It is now a whole pile of .candersen2001-03-161-0/+107