Age | Commit message (Expand) | Author |
2000-04-18 | Remove debug noise | Erik Andersen |
2000-04-18 | Updates | Erik Andersen |
2000-04-17 | - grep -v ^\.PHONY < Makefile | John Beppu |
2000-04-17 | - removal of (stray|stealth) spaces | John Beppu |
2000-04-17 | + no need for comments. | John Beppu |
2000-04-17 | Bugfixes. | Erik Andersen |
2000-04-17 | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen |
2000-04-17 | + added John Lombardo to AUTHORS section | John Beppu |
2000-04-17 | - got rid of the .PHONY: docs, because I didn't want it to | John Beppu |
2000-04-17 | + in the interest of robustness, I added | John Beppu |
2000-04-17 | + added a .PHONY: docs | John Beppu |
2000-04-16 | + fixed segfault when no parameters are given to math | John Beppu |
2000-04-16 | + wrap things in B<> to make pod2man happy | John Beppu |
2000-04-15 | Turn off debugging | Erik Andersen |
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen |
2000-04-14 | Fix a tar bug: tar removed leading '/'s for symlink targets. | Erik Andersen |
2000-04-14 | Latest and greatest. Seems there is a bug. | Erik Andersen |
2000-04-13 | + minor whitespace oddities removed | John Beppu |
2000-04-13 | + VERSION wasn't being propagated to the sub-make happening in docs/ | John Beppu |
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen |
2000-04-13 | - the message that comes up when busybox is invoked | John Beppu |
2000-04-13 | + a comment on line 1 w/ suggested pod2man invocation: | John Beppu |
2000-04-13 | + formatting modifications to make pod2man(1p) happy. | John Beppu |
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen |
2000-04-13 | Some docs | Erik Andersen |
2000-04-12 | Some enhancements I've been working on over the weekend, | Erik Andersen |
2000-04-09 | Make tab completion an option | Erik Andersen |
2000-04-09 | More minor patches | Erik Andersen |
2000-04-09 | This makes tar work perfectly, and adds in "--exclude" as an option | Erik Andersen |
2000-04-08 | Fix tar checksum calculation bug. | Erik Andersen |
2000-04-08 | Latest and greatest | Erik Andersen |
2000-04-07 | Oops. Left in some debug noise. | Erik Andersen |
2000-04-07 | Slightly better fringe case handling and GNU tar like error messages. | Erik Andersen |
2000-04-07 | Patch to make killall actually kill all PIDs with the specified name, | Erik Andersen |
2000-04-06 | Some more minor updates to better use some gcc attributes. | Erik Andersen |
2000-04-06 | Fix sed regexp replacement, which I had hosed (thanks to | Erik Andersen |
2000-04-06 | Fix time stamp style | Erik Andersen |
2000-04-06 | Turn off static linking. Duh. | Erik Andersen |
2000-04-06 | Use gcc -E instead of cpp to enhance portability for brain | Erik Andersen |
2000-04-05 | Minor noise removal | Erik Andersen |
2000-04-05 | Tar now works perfectly. It behaves much better now then it | Erik Andersen |
2000-04-04 | Oops. Forgot the usleep.c file. | Erik Andersen |
2000-04-04 | usleep contributed by Nicolas Pitre <nico@cam.org> | Erik Andersen |
2000-04-04 | Update tar so creation of tarballs is much closer to working... | Erik Andersen |
2000-04-04 | Minor structural change to allow core dumping(or not) from init | Erik Andersen |
2000-04-04 | minor changes to mount/umount to support-by-ignoring the "-v" flag. | Erik Andersen |
2000-03-28 | Yet another installment in the ongoing tar saga | Erik Andersen |
2000-03-26 | First stages of (re-)writing busybox's tar creation support. | Erik Andersen |
2000-03-25 | Latest and greatest | Erik Andersen |
2000-03-24 | The new tar for busybox is now done, and works just fine | Erik Andersen |