openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
BusyBox
Settings
|
Report Duplicate
204
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 15 hours
ago. based on code collected
about 15 hours
ago.
Oct 13, 2024 — Oct 13, 2025
Showing page 570 of 603
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix exit status on failure.
Matt Kraai
More...
almost 25 years ago
Removed isBlank and isWildCard macros that were totally unused (should anyone need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked.
Mark Whitley
More...
almost 25 years ago
Changed some #define strings to static const char [] variables. Tested ls after changing, it worked.
Mark Whitley
More...
almost 25 years ago
Use perrorMsg and clean up exit status.
Matt Kraai
More...
almost 25 years ago
Fixed the comments to match the code and renamed the function to a (hopefully) more descriptive name, and as per the style guide.
Mark Whitley
More...
almost 25 years ago
Applied patch from Matt Kraai to add v*error functions for handling vararg lists in a safe 'n sane fashion.
Mark Whitley
More...
almost 25 years ago
Use perrorMsg instead of perror and keep removing files if we encounter an error.
Matt Kraai
More...
almost 25 years ago
Changelog update
Eric Andersen
More...
almost 25 years ago
Flag day warning! Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik
Eric Andersen
More...
almost 25 years ago
Patch to add in the -X option and fix the --exclude bug, originally by Sebastien Huet, and now ported to the latest and greatest by both Arne Bernin <
[email protected]
> and kent robotti <
[email protected]
>.
Eric Andersen
More...
almost 25 years ago
Fix typo
Eric Andersen
More...
almost 25 years ago
Patch from Larry Doolittle so it will build the newdocs right.
Eric Andersen
More...
almost 25 years ago
Update for handling .udebs and building using a pristine source dir...
Eric Andersen
More...
almost 25 years ago
More doc handling updates
Eric Andersen
More...
almost 25 years ago
Update some descriptions
Eric Andersen
More...
almost 25 years ago
Fix yet another blunder. Create symlink correctly this time.
Eric Andersen
More...
almost 25 years ago
I forgot a "/". Oops.
Eric Andersen
More...
almost 25 years ago
More pristine source directory updates. It now works for me (including doing install). How about you? -Erik
Eric Andersen
More...
almost 25 years ago
More updates for the Makefile to do BB_SRC_DIR. This is primarily a patch from Larry Doolittle, but with updates from me to handle docs and link creation properly...
Eric Andersen
More...
almost 25 years ago
Make tar shutup on compile
Eric Andersen
More...
almost 25 years ago
Remove #ifdef __STDC__ junk. We don't do K&R round these parts, so no point acting like we do.
Eric Andersen
More...
almost 25 years ago
Stop using TRUE and FALSE for exit status.
Matt Kraai
More...
almost 25 years ago
Apply some patches from Gennady Feldman <
[email protected]
> to . /etc/profile, and to emulate bash prompt. I've cleaned up his patches a bit and all looks good now...
Eric Andersen
More...
almost 25 years ago
Note new dependency.
Matt Kraai
More...
almost 25 years ago
Note an error if we are unable to list/extract specified files.
Matt Kraai
More...
almost 25 years ago
Patch from Larry Doolittle (with minor touchups from me so everything compiles and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes.
Eric Andersen
More...
almost 25 years ago
Fix escape char problem.
Eric Andersen
More...
almost 25 years ago
Add "\r" to utility.c:process_escape_sequence() (from email about "echo vs. optarg" from Larry Doolittle Tue, 28 Nov 2000 10:36:04 -0800) -Erik
Eric Andersen
More...
almost 25 years ago
Apply the BSD echo version submitted by Jonas Holmberg <
[email protected]
>
Eric Andersen
More...
almost 25 years ago
Apply rev #2 of dd fix from Gennady Feldman.
Eric Andersen
More...
almost 25 years ago
←
1
2
…
566
567
568
569
570
571
572
573
574
…
602
603
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree