aboutsummaryrefslogtreecommitdiff
path: root/miscutils
AgeCommit message (Expand)Author
2006-03-01- fixes parallel builds (make -j)Bernhard Reutner-Fischer
2006-02-28more security: don't start shell code from argv"Vladimir N. Oleynik"
2006-02-28Cosmetic cleanup from tito.Rob Landley
2006-02-27- whitespace cleanup from Tito.Bernhard Reutner-Fischer
2006-02-23Convert all the applets from #include to USE(). Had to fix some nonstandardRob Landley
2006-02-22Patch from Denis Vlasenko to constify things and fix a few typos.Rob Landley
2006-02-21Don't build directory libraries unless we're building an applet that needs it.Rob Landley
2006-02-02make the build system puuuuuuuuuuurtyMike Frysinger
2006-02-01removed anoinig warnings"Vladimir N. Oleynik"
2006-01-31protect potential overflow for x86_64"Vladimir N. Oleynik"
2006-01-30fix up yet more annoying signed/unsigned and mixed type errorsEric Andersen
2006-01-30make certain we dereference the pointer as a time_t, esp on x86_64Eric Andersen
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer
2006-01-30removed warning "comparison between signed and unsigned". Change very very ol..."Vladimir N. Oleynik"
2006-01-25just whitespaceTim Riker
2006-01-15- shared libbusybox.Bernhard Reutner-Fischer
2006-01-10can use TMPDIR if user's HOMEDIR do not found. Noticed by Bernhard"Vladimir N. Oleynik"
2005-12-21- fix check for group and user, remove some whitespace while at it.Bernhard Reutner-Fischer
2005-12-16Ahem. Vladimir checked in a different fix bug didn't close out the bug.Rob Landley
2005-12-16Less would segfault if it had no tty. (Bug 600.)Rob Landley
2005-12-15fopen(TTY...) to bb_xfopen(), close bug 600"Vladimir N. Oleynik"
2005-12-06restore compare_string_array new interface (make broken by landley)"Vladimir N. Oleynik"
2005-10-28- add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc.Bernhard Reutner-Fischer
2005-10-28Rob Sullivan sent in some cleanups, which I beat on slightly.Rob Landley
2005-10-20another more const"Vladimir N. Oleynik"
2005-10-15data --> code"Vladimir N. Oleynik"
2005-10-08Coprolith polishing time: Tito switched devfsd over from CONFIG_ to ENABLE_.Rob Landley
2005-09-29change interface to bb_xasprintf() - more perfect for me."Vladimir N. Oleynik"
2005-09-24use the shorter license headerMike Frysinger
2005-09-24use brief license lineMike Frysinger
2005-09-22quick patch - have removed stranges for me"Vladimir N. Oleynik"
2005-09-21moved include/bbconfigopts.h from miscutils to to top Makefile before generat..."Vladimir N. Oleynik"
2005-09-20- rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer
2005-09-19remove duplicate depend, its work for bb_mkdepend"Vladimir N. Oleynik"
2005-09-19correct build bbconfig applet, correct previous change"Vladimir N. Oleynik"
2005-09-19corect build bbconfig applet, Thanks, Bernhard Fischer"Vladimir N. Oleynik"
2005-09-191) read from stdin work now"Vladimir N. Oleynik"
2005-09-19quick patchs: drop founded memory leak, more libbb, more C-compatibility, siz..."Vladimir N. Oleynik"
2005-09-18Bernhard Fischer writes:Mike Frysinger
2005-09-18First cleanup pass, from Rob Sullivan. More to be done...Rob Landley
2005-09-16more C-compatibily, Thanks Bernhard Fischer"Vladimir N. Oleynik"
2005-09-16small change for highlihting flags, more busyboxes: indent, forward declarati..."Vladimir N. Oleynik"
2005-09-15New applet "less", from Rob Sullivan.Rob Landley
2005-09-14split libbb: moved xregcomp separatelly for speed up recompile"Vladimir N. Oleynik"
2005-09-14removed strange extern void xregcomp(... from some applets, but declared from..."Vladimir N. Oleynik"
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley
2005-09-05destroy bug [0000381]"Vladimir N. Oleynik"
2005-09-051) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"
2005-09-01According to bug #63, crond is unhappy with crontab lines that don't end in aRob Landley
2005-08-20Bernhard Fischer provided a mountpoint(1) applet. This is apparently somethingRob Landley