summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko20-93/+79
2009-07-08move libc related stuff out of platform.hDenys Vlasenko12-67/+84
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko45-69/+71
2006-09-22Change license statements (and clean up headers) on some of the files thatRob Landley20-85/+20
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-06-16Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley4-19/+1
2006-03-18- explain what magic numbers we're using here.Bernhard Reutner-Fischer1-1/+6
2006-03-18- whitespace cleanup (and also check against the const first and only then lookBernhard Reutner-Fischer1-2/+2
2006-03-14Missed one.Rob Landley1-1/+1
2006-03-14Tito unified fdflush and freeramdisk. I tweaked the result a bit.Rob Landley4-96/+11
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley4-16/+16
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-09-15Needs prototype for close()Eric Andersen1-0/+1
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen169-380/+298
2003-05-08Use xopen instead of xfopenGlenn L McGrath1-5/+4
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2003-03-07be more careful about cleaning upEric Andersen2-5/+17
2001-10-05Use xfopen, saves 32 bytes !Glenn L McGrath2-10/+8
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen167-156/+388
2000-12-18Change calls to error_msg.* and strerror to use perror_msg.*.Matt Kraai52-204/+185
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
2000-08-10Some #include updates.Eric Andersen53-57/+12
2000-07-16Extract usage information into a separate file.Matt Kraai175-2050/+2529
2000-07-12Always report the applet name when doing error reporting.Matt Kraai42-144/+141
2000-07-06a few minor cleanups.Eric Andersen9-9/+14
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen142-221/+190
2000-06-04This patchEric Andersen3-16/+9
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen136-460/+1618
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen46-172/+280
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen30-1641/+663
2000-03-23My latest ramblings.Erik Andersen33-831/+1112
2000-03-14Bug fixErik Andersen2-2/+2
2000-03-04Add in freeramdisk.c, which (duh) frees ramdisks. If you have anyErik Andersen9-3/+150