summaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* tee: fix bug: argv[-1] is a no-no!Denis Vlasenko2006-11-251-2/+2
* tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko2006-11-241-0/+1
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko2006-11-221-0/+12
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-2/+2
* smart_ulltoa5: make available in libbbDenis Vlasenko2006-11-051-6/+54
* get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko2006-10-271-12/+23
* rename functions to more understandable namesDenis Vlasenko2006-10-261-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-3/+3
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-25/+7
* xread/write can use full_read/write (smaller code)Denis Vlasenko2006-10-121-10/+6
* small style fixesDenis Vlasenko2006-10-121-1/+2
* nmeter: new applet. ~4kDenis Vlasenko2006-10-111-10/+8
* build system overhaulDenis Vlasenko2006-10-051-67/+0
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* fdformat: remove redundant checkDenis Vlasenko2006-10-031-1/+1
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-0/+8
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley2006-09-201-1/+24
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
* Strangely, using // in the comments I added was not a persistent accident.Rob Landley2006-09-141-65/+62
* Remove pointless "const". Bloatcheck says 0 bytes difference.Rob Landley2006-09-121-1/+1
* - merge xstat.c into xfuncs.cBernhard Reutner-Fischer2006-09-111-0/+10
* getty, sulogin: convert to using bb_msg for syslog outputDenis Vlasenko2006-09-071-1/+2
* removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko2006-09-061-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-1/+1
* xfunc: fix: && -> &. Also nuked two double semicolons...Denis Vlasenko2006-09-051-2/+2
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-1/+1
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-63/+70
* Another whack at scripts/individual. Now builds 212 applets.Rob Landley2006-08-091-1/+1
* Add comments to all the functions in this file documenting what they're for.Rob Landley2006-08-041-33/+76
* Thinko spotted by Vladimir Dronnikov.Rob Landley2006-08-041-1/+1
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-9/+0
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-22/+120
* Cleaup read() and write() variants, plus a couple of new functions likeRob Landley2006-07-161-16/+69
* We need xsetuid() and xsetgid() because per-user process resource limits canRob Landley2006-07-151-0/+12
* Denis Vlasenko spotted the lack of bounds checking in my first attempt atRob Landley2006-07-111-11/+14
* Add itoa and utoa to see what Denis Vlasenko thinks.Rob Landley2006-07-101-1/+50
* This kind of paranoia is a debug option at best.Rob Landley2006-06-301-1/+1
* Attempt at fixing bug 815 by upgrading bb_spawn() so that builtins are atRob Landley2006-06-141-1/+15
* Rich Felker suggested removing dprintf() from watch, and one thing led toRob Landley2006-05-251-0/+34
* A pending item in my tree I might as well check in: I plan to migrate calloc()Rob Landley2006-05-191-0/+9
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-9/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-9/+0
* Not quite compiler independent, but we've never tried to be gcc independentRob Landley2006-05-041-10/+4
* - patch from Denis Vlasenko to add and use bb_xopen3()Bernhard Reutner-Fischer2006-04-131-3/+10
* More "extern" removals from Robert P. DayRob Landley2006-03-141-2/+4
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-10/+10
* remove #undef strlen, use #define strlen always but without xfunc/BB_STRLEN_I..."Vladimir N. Oleynik"2006-02-201-3/+7
* svn 14077 was completely broken and apparently never tested.Rob Landley2006-02-201-14/+4
* removed #undef strlen, use builtins and prototuped strlen from xfunc file (on..."Vladimir N. Oleynik"2006-02-161-1/+0