aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2001-03-19Per suggestion from Vladimir, no need to initialize these -- let the bssandersen2-8/+8
2001-03-19locale correction patch from Vladimirandersen2-40/+2
2001-03-19Split error messages into separate files.andersen10-53/+285
2001-03-19Should exclude "i" option when not enabled.andersen2-2/+2
2001-03-19Doesn't need a "-" option -- getopt does that for us.andersen2-8/+0
2001-03-19Patch from Vladimir to force interactiveFlag=FALSE when forceFlag=TRUEandersen2-6/+10
2001-03-19getopt-ify rm so that BB_FEATURE_RM_INTERACTIVE will workandersen2-68/+64
2001-03-19Split libbb/pwd_grp_wrappers.c into 5 different libbb/my_* files.andersen6-50/+225
2001-03-19Fix to cmdedit.c from Vladimirandersen2-0/+2
2001-03-19Some configuration adjustments from Vladimirandersen1-5/+1
2001-03-17Fix a bug pointed out by Rob Landley <rlandley@austin.rr.com>, whereandersen2-2/+2
2001-03-17Patch from Larry and Vladimir to clean up sh.c and fixandersen3-54/+36
2001-03-17update .cvsignore files to note new location of loop.handersen2-1/+1
2001-03-17Patch from Pierre PEIFFER <pierre.peiffer@sxb.bsf.alcatel.fr>andersen1-7/+14
2001-03-16Stupid thinko. egrep tried to call init. Sigh. Fix from Christophe Boyaniqueandersen2-2/+2
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .candersen47-2254/+3901
2001-03-16A few minor touchups.andersen1-3/+6
2001-03-16There was an unwanted extra newline, which prevented buildingandersen3-3/+3
2001-03-16Fix the make release target.andersen1-3/+3
2001-03-16Update webpage noting 0.50 release.andersen1-9/+39
2001-03-16A patch from Andreas Neuhaus to be especially careful to not dupandersen2-20/+34
2001-03-15Fix from Larry for glob problems.andersen3-3/+15
2001-03-15Remove the "GPL2" bit, since it hung over the end of the line.andersen1-1/+1
2001-03-15Applied patch from Larry Doolittle to fix problem where multibuild.pl wouldmarkw2-6/+10
2001-03-15Update files and version number prepratory to cutting a release.andersen8-89/+141
2001-03-15Fix egrepandersen2-2/+2
2001-03-15One tiny little missing newline that confused pod.markw1-5/+6
2001-03-15One tinly, little, missing newline that confused Pod.markw3-0/+3
2001-03-15- generated middle section of busybox.pod w/ autodocifier.plbeppu2-418/+357
2001-03-15A better fix. Read nextPtr before mem gets freed.andersen2-8/+16
2001-03-15cmdedit.c bugfix patch from Vladimir.andersen2-24/+28
2001-03-15- properly indent Examples section in pod generatorbeppu1-2/+7
2001-03-15Don't confuse people. If the run 'ifconfig' and they didn'tandersen2-4/+4
2001-03-15Reversed previous patch. The right way is to fix uClibc.markw3-15/+0
2001-03-15Prevent init from potentially using already freed memory whenandersen2-12/+12
2001-03-15Applied patch from Andreas Neuhaus to fix namespace conflict that made busyboxmarkw3-0/+15
2001-03-15dos2unix logread.cmarkw2-292/+292
2001-03-15Fix linuxrc defineandersen4-4/+2
2001-03-15Move the warning msg after features.h gets pulled in.andersen2-16/+18
2001-03-15Added some tests for some recently found / fixed bugs in the shell.markw1-1/+6
2001-03-15Update the documentation so examples are autoincluded in the output text.andersen9-982/+2708
2001-03-15Update the changelog, in preparation for making the 0.50 releaseandersen1-7/+25
2001-03-15Update the olympus sectionsandersen4-151/+292
2001-03-15If only BB_DPKG was enabled in Config.h, busybox would not build; it'd say:markw2-2/+2
2001-03-15Removed leftover BB_FEATURE_KLOGD per report from Giulio Orseromarkw2-6/+0
2001-03-15Fix stupid cut-and-paste bug... output RX/TX bytes instead of RX/RX bytes.mjn31-2/+2
2001-03-14Applied patch from Erik Habbinga to fix a problem with an uninitializedmarkw2-0/+8
2001-03-14Added a section to describe how to convert variables to K&R style using themarkw1-30/+57
2001-03-14Script that generates a script that will convert oddball variable names to K&Rmarkw2-0/+152
2001-03-14Yesterday I make strsep_space include post-token whitespace,andersen3-6/+3