aboutsummaryrefslogtreecommitdiff
path: root/libbb/xfuncs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>vda2007-02-061-0/+15
* Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSvda2007-02-031-5/+1
* preparatory patch for -Wwrite-strings #2vda2007-01-291-2/+2
* use bb_sanitize_stdio() where appropriatevda2007-01-271-1/+1
* fix warning in find.cvda2007-01-271-1/+1
* fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!vda2007-01-261-2/+2
* accumulated post-1.4.0 fixesvda2007-01-241-3/+4
* Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownvda2007-01-211-2/+5
* - get_terminal_width_height does not and should never write to fd. Cosmetic P...aldot2007-01-201-1/+1
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-2/+10
* Rename bb_sanitize_stdio -> bb_sanitize_server_stdiovda2007-01-141-1/+1
* By popular request reinstate fakeidentd's standalone mode.vda2007-01-141-0/+24
* random small size optimizationsvda2007-01-121-0/+13
* missing piece of prev commit: ndelay_offvda2006-12-241-6/+5
* find: fix spurious -exec error messagesvda2006-12-231-2/+7
* xfuncs.c: dietlibc actually HAS fdprintf!vda2006-12-181-2/+2
* nc: add missing castvda2006-12-181-0/+31
* cut 0.5k off mkfs.minixvda2006-11-291-1/+4
* small fixes:vda2006-11-261-11/+19
* tee: fix bug: argv[-1] is a no-no!vda2006-11-251-2/+2
* tar: fix and sanitize handling of long filenames/linknamesvda2006-11-241-0/+1
* telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.vda2006-11-221-0/+12
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-2/+2
* smart_ulltoa5: make available in libbbvda2006-11-051-6/+54
* get_terminal_width_height: do not pass insanely large valuesvda2006-10-271-12/+23
* rename functions to more understandable namesvda2006-10-261-0/+1
* remove bb_printf and the likevda2006-10-261-3/+3
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* add open_read_close() and similar stuffvda2006-10-141-25/+7
* xread/write can use full_read/write (smaller code)vda2006-10-121-10/+6
* small style fixesvda2006-10-121-1/+2
* nmeter: new applet. ~4kvda2006-10-111-10/+8
* build system overhaulvda2006-10-051-67/+0
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* fdformat: remove redundant checkvda2006-10-031-1/+1
* runit/chpst: "change process state" utilityvda2006-10-031-0/+8
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenlandley2006-09-201-1/+24
* whitespace cleanupvda2006-09-171-2/+2
* Strangely, using // in the comments I added was not a persistent accident.landley2006-09-141-65/+62
* Remove pointless "const". Bloatcheck says 0 bytes difference.landley2006-09-121-1/+1
* - merge xstat.c into xfuncs.caldot2006-09-111-0/+10
* 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