Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own
[oweals/busybox.git] / libbb / xfuncs.c
2007-01-21 Denis VlasenkoIntroduce FEATURE_EXEC_PREFER_APPLETS = "re-execute...
2007-01-20 Bernhard Reutner... - get_terminal_width_height does not and should never...
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2007-01-14 Denis VlasenkoRename bb_sanitize_stdio -> bb_sanitize_server_stdio
2007-01-14 Denis VlasenkoBy popular request reinstate fakeidentd's standalone...
2007-01-12 Denis Vlasenkorandom small size optimizations
2006-12-24 Denis Vlasenkomissing piece of prev commit: ndelay_off
2006-12-23 Denis Vlasenkofind: fix spurious -exec error messages
2006-12-18 Denis Vlasenkoxfuncs.c: dietlibc actually HAS fdprintf!
2006-12-18 Denis Vlasenkonc: add missing cast
2006-11-29 Denis Vlasenkocut 0.5k off mkfs.minix
2006-11-26 Denis Vlasenkosmall fixes:
2006-11-25 Denis Vlasenkotee: fix bug: argv[-1] is a no-no!
2006-11-24 Denis Vlasenkotar: fix and sanitize handling of long filenames/linknames
2006-11-22 Denis Vlasenkotelnetd: we were having telnetd with is ONLY inetd...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-05 Denis Vlasenkosmart_ulltoa5: make available in libbb
2006-10-27 Denis Vlasenkoget_terminal_width_height: do not pass insanely large...
2006-10-26 Denis Vlasenkorename functions to more understandable names
2006-10-26 Denis Vlasenkoremove bb_printf and the like
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
2006-10-14 Denis Vlasenkoadd open_read_close() and similar stuff
2006-10-12 Denis Vlasenkoxread/write can use full_read/write (smaller code)
2006-10-12 Denis Vlasenkosmall style fixes
2006-10-11 Denis Vlasenkonmeter: new applet. ~4k
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...