- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
- 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 25 years ago
- 5b46d79 Some more portability updates -Erik by Erik Andersen · 25 years ago
- 499f65f Some updates for better portability. -Erik by Erik Andersen · 25 years ago
- 73c8c9c More doc updates -Erik by Erik Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 25 years ago
- ac130e1 Add suffix stripping support to basename -Erik by Erik Andersen · 25 years ago
- 5afc864 More stuff -Erik by Erik Andersen · 25 years ago
- 8f8d6d5 Due to the license change I can now use Minix code. Minix tr by Erik Andersen · 25 years ago
- 9b7d964 My little adventure of analyzing lib usage has already rooted out by Erik Andersen · 25 years ago
- 94f5e0b Some accrued fixes/updates. by Erik Andersen · 25 years ago
- 6ed02a0 Fix stupid bugs. update was segfaulting. mknod minor # was always 0 by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
- 91e581f - grep -v ^\.PHONY < Makefile by John Beppu · 25 years ago
- 26702fe Bugfixes. -Erik by Erik Andersen · 25 years ago
- e5b6c7d More updates to the docs, and fixes to sync things with the docs. -Erik by Erik Andersen · 25 years ago
- 5a728cf + in the interest of robustness, I added by John Beppu · 25 years ago
- 5e1189e More documentation updates, and minor fixes to make things sync by Erik Andersen · 25 years ago
- 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 25 years ago
- 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 25 years ago
- 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 25 years ago
- cbb0a4b Oops. Forgot the usleep.c file. /me dons a paper bag. -Erik by Erik Andersen · 25 years ago
- 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 25 years ago
- 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 25 years ago
- 298854f My latest ramblings. -Erik by Erik Andersen · 25 years ago
- ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 25 years ago
- 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 25 years ago
- 13456d1 Forgot these files... -Erik by Erik Andersen · 25 years ago
- 692a450 + changed a static array (FileList) into a dynamically allocated one by John Beppu · 25 years ago
- fb002d0 Add in tr and dirname -Erik by Erik Andersen · 25 years ago
- 029011b A few updates (including the cp fix the Craig has been looking for) -Erik by Erik Andersen · 25 years ago
- 42387e4 Forgot to add basename. More fixes to du from by Erik Andersen · 25 years ago
- 27fdd08 Fixed du. Now behaves just like GNU du (only less so). -Erik by Erik Andersen · 25 years ago
- e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
- 08c965a - I suspect the problem has something to do w/ symlinks. by John Beppu · 25 years ago
- 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
- 04e9702 Clear up some ambiguity with old style assignments. -Erik by Erik Andersen · 25 years ago
- ccc7488 Fixed ls formatting for 8 char user names. -Erik by Erik Andersen · 25 years ago
- 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
- 5509af7 * added (and documented) "-n" option for head - by Erik Andersen · 25 years ago
- 3163821 Sync up busybox with the latest and greatest. This is not stuff for by Erik Andersen · 25 years ago
- 05df239 Bug fixes. -Erik by Erik Andersen · 25 years ago
- 1dbc17f Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, by Erik Andersen · 25 years ago
- 812d466 More minor fixes. -Erik by Erik Andersen · 25 years ago
- 9d83165 added uniq_usage message by John Beppu · 25 years ago
- 96f1f33 did tedious stuff by John Beppu · 25 years ago
- 0b874ed Cool. Beppu is doing uniq. -Erik by Erik Andersen · 25 years ago
- abb4772 i am busybox of borg. unix will be assimilated. by John Beppu · 25 years ago
- 0881de7 The latest and greatest. init basically works, though needs by Erik Andersen · 25 years ago
- 7dc1607 Bunches of fixes. Typos, bugs, etc. by Erik Andersen · 25 years ago
- 1266a13 * sed now supports addresses (numeric or regexp, with negation) and by Erik Andersen · 25 years ago
- f664c00 Fixed mv so it now does the right thing (same method used in cp). Removed by Erik Andersen · 25 years ago
- 2fe08c7 Fixed cp so it works as God intended it to. -Erik by Erik Andersen · 25 years ago
- 00417a3 sort is good to go. by John Beppu · 25 years ago
- ee512a3 implemented numeric sort (sort -g) by John Beppu · 25 years ago
- 568cb7b oops.. qsort(2) misunderstanding on my part. it's ok, now. by John Beppu · 25 years ago
- d19385e playing w/ $Log$ by John Beppu · 25 years ago
- f3e5904 the base is nearly done. need to implement various comparison functions, now. by John Beppu · 25 years ago
- 019513a added hooks for sort by John Beppu · 25 years ago
- 38efa79 work in progress... by John Beppu · 25 years ago
- c0ca473 this is my work in progress. by John Beppu · 25 years ago
- 10c341a Make head --version do the right thing. Update TODO list -Erik by Erik Andersen · 25 years ago
- 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
- 0aa6118 killed an elusive bug in du -s. by John Beppu · 25 years ago
- 25ab653 fixed an embarrasing segfault (head w/ no args used to die (but now it lives)) by John Beppu · 25 years ago
- e1618e4 Implemented du -s by John Beppu · 25 years ago
- 19db07b Ok, so this is reallt 0.38... -Erik by Eric Andersen · 25 years ago
- b52a218 Removed a redundant call du(); Save cpu cycles. by John Beppu · 25 years ago
- cf53687 Fixed John's email address again. by Eric Andersen · 25 years ago
- 2cb5507 Added poweroff (and adjusted init to use it). Inlined function by Eric Andersen · 25 years ago
- 3157b1f Implemented head(1). tried to mimic GNU behaviour. by John Beppu · 25 years ago
- a3e0d79 changed tee_usage from being a function to a char[] by John Beppu · 25 years ago
- 9835541 Fixed bug when dealing with files specified by John Beppu · 25 years ago
- 70e2f0b Fix beppu's email address. BTW, John, go to sleep. It is late. :) -Erik by Eric Andersen · 25 years ago
- 14c82b6 Fleshed out du_main(). I'm not sure which options to support. by John Beppu · 25 years ago
- 059f152 Implemented tee(1). by John Beppu · 25 years ago
- 0f5e1ab This is my preliminary by John Beppu · 25 years ago
- 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
- abc0f4f Latest and greatest by Eric Andersen · 25 years ago
- b186d98 Stuf by Eric Andersen · 25 years ago
- c054b21 Stuf by Eric Andersen · 25 years ago
- 394f764 Stuf by Eric Andersen · 25 years ago
- cb41c2e Bug fixes by Eric Andersen · 25 years ago
- e1850dd Stuf by Eric Andersen · 25 years ago
- 6a76e65 Stuf by Eric Andersen · 25 years ago
- 08b1034 Stuf by Eric Andersen · 25 years ago
- ded6259 Latest and greatest by Eric Andersen · 25 years ago 0_36
- d80e851 Stuf by Eric Andersen · 25 years ago
- a9c95ea Updates by Eric Andersen · 25 years ago
- b6a44b8 updates for the day by Eric Andersen · 25 years ago
- 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
- d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
- 50d6360 Stuff by Eric Andersen · 25 years ago
- 07e5297 init and ls -l fixes by Eric Andersen · 25 years ago
- 29d2e36 Fixed ln, df, and removed redundant stuff from mtab. by Eric Andersen · 25 years ago
- d0246fb More stuff. by Eric Andersen · 25 years ago