aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c
AgeCommit message (Expand)Author
2006-10-26remove bb_printf and the likeDenis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-14add open_read_close() and similar stuffDenis Vlasenko
2006-10-12xread/write can use full_read/write (smaller code)Denis Vlasenko
2006-10-12small style fixesDenis Vlasenko
2006-10-11nmeter: new applet. ~4kDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-10-03fdformat: remove redundant checkDenis Vlasenko
2006-10-03runit/chpst: "change process state" utilityDenis Vlasenko
2006-09-20Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley
2006-09-17whitespace cleanupDenis Vlasenko
2006-09-14Strangely, using // in the comments I added was not a persistent accident.Rob Landley
2006-09-12Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley
2006-09-11- merge xstat.c into xfuncs.cBernhard Reutner-Fischer
2006-09-07getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-09-06Implement optional syslog logging using ordinaryDenis Vlasenko
2006-09-05xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-09Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-04Add comments to all the functions in this file documenting what they're for.Rob Landley
2006-08-04Thinko spotted by Vladimir Dronnikov.Rob Landley
2006-08-03Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley
2006-07-16Cleaup read() and write() variants, plus a couple of new functions likeRob Landley
2006-07-15We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley
2006-07-11Denis Vlasenko spotted the lack of bounds checking in my first attempt atRob Landley
2006-07-10Add itoa and utoa to see what Denis Vlasenko thinks.Rob Landley
2006-06-30This kind of paranoia is a debug option at best.Rob Landley
2006-06-14Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley
2006-05-25Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley
2006-05-19A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-05-04Not quite compiler independent, but we've never tried to be gcc independentRob Landley
2006-04-13- patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer
2006-03-14More "extern" removals from Robert P. DayRob Landley
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-02-20remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"
2006-02-20svn 14077 was completely broken and apparently never tested.Rob Landley
2006-02-16removed #undef strlen, use builtins and prototuped strlen from xfunc file (on..."Vladimir N. Oleynik"
2005-11-25more use libbb/bb_msg_read_error"Vladimir N. Oleynik"
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2004-03-08My bug. :-(Manuel Novoa III
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-05Fixup compile problem with dmallocEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2002-11-03Abstract read and seek in unarchiving code, convert bunzip to file descriptor...Glenn L McGrath