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
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-03-23*: merge some common stringsDenys Vlasenko
2010-03-02*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERRDenys Vlasenko
2010-01-12*: add/remove safe_, it seems we had a few incorrect usesDenys Vlasenko
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-04-23delay reconfig of input tty until target device has been both openedPaul Fox
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-28microcom: shrinkDenis Vlasenko
2008-02-19microcom: tiny shrink, adding commentsDenis Vlasenko
2008-02-17whitespace fixesDenis Vlasenko
2008-02-17microcom: maintainer updateDenis Vlasenko
2008-02-17libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko
2008-02-10microcom: read more than 1 byte from device, if possibleDenis Vlasenko
2008-02-09microcom: compile fixesDenis Vlasenko
2008-02-09microcom: split -d (delay) option away from -tDenis Vlasenko
2008-02-08microcom: update from maintainerDenis Vlasenko
2008-01-28microcom: undo #define trick, gcc fails to take advantage of itDenis Vlasenko
2008-01-28microcom: update from the authorDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-30small code shrinkDenis Vlasenko
2007-09-27introduce safe_poll (fixes a problem in top)Denis Vlasenko
2007-09-23include libbb.h, not busybox.hDenis Vlasenko
2007-09-23- actually mv microcom.c to miscutilsBernhard Reutner-Fischer