httpd: add -u user[:grp] support
[oweals/busybox.git] / libbb / xfuncs.c
2006-10-05 Denis Vlasenkobuild system overhaul
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkofdformat: remove redundant check
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-09-20 Rob LandleyTeach get_terminal_width_height to fall back to $LINES...
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-14 Rob LandleyStrangely, using // in the comments I added was not...
2006-09-12 Rob LandleyRemove pointless "const". Bloatcheck says 0 bytes...
2006-09-11 Bernhard Reutner... - merge xstat.c into xfuncs.c
2006-09-07 Denis Vlasenkogetty, sulogin: convert to using bb_msg for syslog...
2006-09-06 Denis Vlasenkoremoved a lot of trailing \n in bb_msg() calls. It...
2006-09-06 Denis VlasenkoImplement optional syslog logging using ordinary
2006-09-05 Denis Vlasenkoxfunc: fix: && -> &. Also nuked two double semicolons...
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-08-28 Bernhard Reutner... - pull from busybox_scratch: r15829:15850
2006-08-09 Rob LandleyAnother whack at scripts/individual. Now builds 212...
2006-08-04 Rob LandleyAdd comments to all the functions in this file document...
2006-08-04 Rob LandleyThinko spotted by Vladimir Dronnikov.
2006-08-03 Rob LandleyRemove xcalloc() and convert its callers to xzalloc...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-16 Rob LandleyCleaup read() and write() variants, plus a couple of...
2006-07-15 Rob LandleyWe need xsetuid() and xsetgid() because per-user proces...
2006-07-11 Rob LandleyDenis Vlasenko spotted the lack of bounds checking...
2006-07-10 Rob LandleyAdd itoa and utoa to see what Denis Vlasenko thinks.
2006-06-30 Rob LandleyThis kind of paranoia is a debug option at best.
2006-06-14 Rob LandleyAttempt at fixing bug 815 by upgrading bb_spawn() so...
2006-05-25 Rob LandleyRich Felker suggested removing dprintf() from watch...
2006-05-19 Rob LandleyA pending item in my tree I might as well check in...
2006-05-19 Bernhard Reutner... - remove emacs layout block as suggested by Robert...
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-05-04 Rob LandleyNot quite compiler independent, but we've never tried...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-03-14 Rob LandleyMore "extern" removals from Robert P. Day
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-20 "Vladimir N. Oleynik"remove #undef strlen, use #define strlen always but...
2006-02-20 Rob Landleysvn 14077 was completely broken and apparently never...
2006-02-16 "Vladimir N. Oleynik"removed #undef strlen, use builtins and prototuped...
2005-11-25 "Vladimir N. Oleynik"more use libbb/bb_msg_read_error
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-08 Manuel Novoa III My bug. :-(
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-05 Eric AndersenFixup compile problem with dmalloc
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-03 Glenn L McGrathAbstract read and seek in unarchiving code, convert...
2002-09-25 Glenn L McGrathNew common unarchive code.
2002-04-13 Eric AndersenSilly me
2002-04-13 Eric AndersenStupid gcc always includes its own builtin strlen()...
2002-02-26 Matt Kraai* libbb/xfuncs.c (xmalloc, xcalloc): Do not exit if...
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-06-28 Eric AndersenAllow xrealloc to act as a free() when size=0, per...
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...