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
2023-07-10Update applet size estimatesDenys Vlasenko
2022-01-05libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-19Update remaining menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2015-10-18sysklogd/*: convert to new-style "one file" appletsDenys Vlasenko
2015-03-22logread: implement dumpfollow mode of operationPhil Sutter
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-26logread: don't call shmdt() before exit, kernel does it for us.Denys Vlasenko
2013-11-26logread: flush output. closes 6710Denys Vlasenko
2013-07-29logread: intercept all fatal signals, not just SIGINTDenys Vlasenko
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-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-06-11logger: "clean up" a dirty hack a bitDenis Vlasenko
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-16more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-11-23logread: add forgotten INIT_G();Denis Vlasenko
2007-11-23logread: eliminate usage of data/bssDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-08-13syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-11code shrinkage by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko
2007-01-04new libbb func: xmalloc_realpath (+ use it where makes sense)Denis Vlasenko
2006-12-20remove casts from xmalloc()Denis Vlasenko
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley
2006-07-20"formated" -> "formatted" throughout the code base."Robert P. J. Day"
2006-06-01- shrink logread a bit.Bernhard Reutner-Fischer
2006-03-06Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley
2006-01-25just whitespaceTim Riker
2005-12-12Flush output to log promptly (bug 389).Rob Landley
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-12-19Patch from Fillod Stephane:Eric Andersen
2003-09-26Patch from Fillod Stephane Glenn L McGrath
2003-07-22Remove remaining libc5 support codeEric Andersen
2003-03-19Major coreutils update.Manuel Novoa III