Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-06new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp>Denis Vlasenko
2007-02-03Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETSDenis Vlasenko
2007-01-30preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-28use bb_sanitize_stdio() where appropriateDenis Vlasenko
2007-01-27fix warning in find.cDenis Vlasenko
2007-01-27fix bin2hex bug. lowercase = uppercase | 0x20, not | 0x10!Denis Vlasenko
2007-01-25accumulated post-1.4.0 fixesDenis Vlasenko
2007-01-21Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our ownDenis Vlasenko
2007-01-21- get_terminal_width_height does not and should never write to fd. Cosmetic P...Bernhard Reutner-Fischer
2007-01-20openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
2007-01-14Rename bb_sanitize_stdio -> bb_sanitize_server_stdioDenis Vlasenko
2007-01-14By popular request reinstate fakeidentd's standalone mode.Denis Vlasenko
2007-01-13random small size optimizationsDenis Vlasenko
2006-12-24missing piece of prev commit: ndelay_offDenis Vlasenko
2006-12-23find: fix spurious -exec error messagesDenis Vlasenko
2006-12-19xfuncs.c: dietlibc actually HAS fdprintf!Denis Vlasenko
2006-12-19nc: add missing castDenis Vlasenko
2006-11-29cut 0.5k off mkfs.minixDenis Vlasenko
2006-11-26small fixes:Denis Vlasenko
2006-11-26tee: fix bug: argv[-1] is a no-no!Denis Vlasenko
2006-11-24tar: fix and sanitize handling of long filenames/linknamesDenis Vlasenko
2006-11-22telnetd: we were having telnetd with is ONLY inetd or ONLY standalone.Denis Vlasenko
2006-11-19rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko
2006-11-05smart_ulltoa5: make available in libbbDenis Vlasenko
2006-10-27get_terminal_width_height: do not pass insanely large valuesDenis Vlasenko
2006-10-27rename functions to more understandable namesDenis Vlasenko
2006-10-27remove 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-13xread/write can use full_read/write (smaller code)Denis Vlasenko
2006-10-12small style fixesDenis Vlasenko
2006-10-12nmeter: new applet. ~4kDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-04rename 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-21Teach 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-13Remove 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-29- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer
2006-08-10Another whack at scripts/individual. Now builds 212 applets.Rob Landley
2006-08-05Add comments to all the functions in this file documenting what they're for.Rob Landley
2006-08-04Thinko spotted by Vladimir Dronnikov.Rob Landley