oweals/busybox.git
2002-08-21 Glenn L McGrathNew applet, udhcp client
2002-08-15 Glenn L McGrathFix dietlibc test condition
2002-08-13 Eric AndersenTry to be a bit more dietlibc friendly
2002-08-13 Glenn L McGrathEnable support for the old tar header format, enable...
2002-08-13 Aaron Lehmannminor fixes for fbset bloat
2002-08-09 Robert GrieblAdded Familiar Linux to the projects list
2002-08-07 Robert GrieblPatch from Rusell Nelson to document the -C switch...
2002-08-07 Robert GrieblAdded a help text for the -C option to syslogd
2002-08-06 Robert GrieblSomehow I applied an old patch for the last commit...
2002-08-06 Robert GrieblAdded the \CregexpC syntax as an alternative for /regex...
2002-08-06 Manuel Novoa... Fix silly typo. addgroup was using /etc/shadow for...
2002-08-06 Manuel Novoa... Move #define MAXLINE so this compiles without circ...
2002-08-05 Eric AndersenOops. Code things so it actually works this time around...
2002-08-05 Eric AndersenJoel Coltoff <joel@wmi.com> noticed that following...
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-08-03 Robert GrieblFixed a bug in xarg: string data was strcat'ed to a...
2002-08-02 Aaron LehmannRemove ckfree, and replace all references with free...
2002-08-01 Eric AndersenJoseph Chiu <josephc@idealab.com> found an off-by-one...
2002-07-31 Robert GrieblApplied a patch from Philip Blundell <pb@nexus.co.uk>:
2002-07-31 Eric AndersenA couple of small bugfixes from Marshall M. Midden...
2002-07-31 Eric AndersenBe more portable with 'find' for those that prefer...
2002-07-30 Robert GrieblFixed a timing bug which occured when bb ash is run...
2002-07-30 Robert GrieblAdded the -I (isofmt) options to date, which comes...
2002-07-29 Robert GrieblFixed a bug that I had introduced with the new "options...
2002-07-29 Eric AndersenKill a silly warning
2002-07-29 Eric AndersenPatch from Tim Riker to allow tty* in inittab if the tty
2002-07-26 Robert Grieblmodprobe now also uses "options" from /etc/modules...
2002-07-25 Robert GrieblFix for bug #1255 -- support for mount -t <type>
2002-07-24 Robert GrieblAdd support for /etc/filesystem when searching for...
2002-07-24 Robert GrieblCommited patch from bug #1182
2002-07-24 Robert GrieblPatch for bug #1183: Added a -xdev option to find ...
2002-07-23 Eric AndersenFix indentation. Support killall -q, for pcmcia-cs
2002-07-23 Robert GrieblAdded tar -cz support (creating gzipped tar files witho...
2002-07-21 Robert GrieblFixed two compiler warnings
2002-07-21 Robert GrieblInitial checkin of a very primitive hwclock replacement
2002-07-19 Robert GrieblApplied syslogd fix submitted by Bart Visscher:
2002-07-19 Robert Griebl- Forgot to cvs add bb_asprintf.c (from vodz' patch...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-18 Robert GrieblAdded a compile time option to suppress the "Using...
2002-07-16 Robert GrieblFix for the totally broken adduser applet (parts/ideas...
2002-07-16 Robert GrieblDon't treat a non-existant/-readable config file as...
2002-07-14 Eric AndersenDoh!
2002-07-13 Eric AndersenBetter clarify the CVS tree situation
2002-07-13 Eric AndersenTry to be more clear about the current two-CVS-trees
2002-07-12 Robert GrieblAccept the --passive-ftp cmd.line option. We always...
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-11 Eric AndersenBrad Campbell <brad@seme.com.au> notes that
2002-07-08 Eric AndersenSome minor bits of scrubbing
2002-07-04 Eric AndersenPatch from Stewart Brodie <stewart.brodie@pace.co.uk...
2002-07-03 Eric AndersenThis is last_patch48 from vodz. More cleanups, kills...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric Andersentito <farmatito@tiscali.it> noticed that delgroup was...
2002-07-03 Eric AndersenA patch from Bart Visscher <magick@linux-fan.com> to...
2002-07-03 Eric AndersenThis patch from Bart Visscher <magick@linux-fan.com...
2002-07-03 Eric AndersenApply last_patch47 from vodz to fix several problems...
2002-07-03 Eric Andersenhide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS
2002-07-03 Eric AndersenPatch from Martin Volf <volf@dragon.cz> to fix where...
2002-07-03 Eric AndersenFix from vodz so that complex init commands actually...
2002-07-03 Eric AndersenPatch from Danny Lepage <danny.lepage@cognicase.com...
2002-07-03 Eric AndersenPatch from till busch <buti@gmx.at> -- unblock all...
2002-07-03 Eric AndersenFix text alignment, thanks to Sander Klein <s.klein...
2002-07-03 Eric AndersenCleanup shadow.h stuff so it behaves as intended
2002-07-03 Eric AndersenLittle fix to avoid overflow
2002-07-03 Eric AndersenSilly spelling fix
2002-07-02 Eric AndersenDavid Frascone <dave@frascone.com> noticed two problems...
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-23 Aaron Lehmanninline many functions that are only called once. saves...
2002-06-23 Aaron LehmannNeeds shadow.h; otherwise wont compile without CONFIG_U...
2002-06-23 Aaron Lehmannremove cleanUpAndFail, and replace it with exit()....
2002-06-23 Eric AndersenRework optimization code. Be more compiler aware.
2002-06-23 Eric AndersenPort over the last of the tinylogin applets
2002-06-22 Eric AndersenSeveral login cleanups from vodz
2002-06-22 Eric AndersenApply vodz' last_patch44 -- cleanup several chars to...
2002-06-22 Eric AndersenKill dead email address
2002-06-22 Eric AndersenApply last_patch46 from vodz, to fix buffer overflows...
2002-06-22 Eric AndersenApply vodz' cleanup for insmod buffer overflows, which...
2002-06-22 Aaron LehmannMajor revamp. I've been trying to clean up the code...
2002-06-18 Eric AndersenAs noted by Yves Lavoie ing. <yves.lavoie.ing@sympatico...
2002-06-15 Eric AndersenFix a potential macro expansion problem... isspace...
2002-06-15 Eric AndersenDon't use pointless GNU-isms
2002-06-11 Robert GrieblPatch from Simon Krahnke:
2002-06-11 Matt Kraai* testsuite/sed/sed-recurses-properly: Mark XFAIL.
2002-06-11 Matt Kraai* libbb/copy_file.c (copy_file): Check st_dev instead...
2002-06-08 Eric Andersenvodz' last_patch42_2, which is an updated fix for buffe...
2002-06-06 Robert GrieblIf config file can not be parsed, use compiled in BB_SU...
2002-06-06 Eric AndersenFix buffer overflows noted by Gerardo Puga
2002-06-06 Eric AndersenFix buffer overflows noted by Gerardo Puga
2002-06-06 Eric AndersenFix a buffer overflow found by Gerardo Puga <gpuga...
2002-06-06 Eric AndersenLets give this a try...
2002-06-06 Eric AndersenEmail addr fix
2002-06-06 Eric AndersenPatch from Gyepi SAM <gyepi@praxis-sw.com>:
2002-06-06 Eric AndersenPatch from Gyepi SAM <gyepi@praxis-sw.com>:
2002-06-06 Eric AndersenPatch from vodz to only setenv PATH when PATH changes...
2002-06-06 Eric AndersenPer discussion with vodz, Tim's changes do not seem...
2002-06-06 Eric Andersenlast_patch41 from vodz to fix stty -F and similar
2002-06-05 Eric Andersenplug fd leak noticed by Russ Dill
2002-06-04 Robert GrieblBigger patch for (partial) tinylogin integration
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-06-04 Robert GrieblImplement two types of suid/sgid support for BusyBox:
2002-06-04 Robert GrieblCleaned up Erik's fgets -> read patch and fixed a buffe...
next