Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-18 | More stuff | Erik Andersen | |
-Erik | |||
2000-04-18 | Fix creation of /linuxrc | Erik Andersen | |
-Erik | |||
2000-04-18 | Really fix the killall segfault this time. | Erik Andersen | |
-Erik | |||
2000-04-18 | Fix symlink following bug in chmod -R and friends. Allow SYSV style | Erik Andersen | |
'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik | |||
2000-04-18 | Fix stupid bug (wrong variable) | Erik Andersen | |
-Erik | |||
2000-04-18 | Reset DODEBUG to false | Jim Gleason | |
2000-04-18 | More little stuff. | Erik Andersen | |
-Erik | |||
2000-04-18 | Fix killall | Erik Andersen | |
-Erik | |||
2000-04-18 | Remove debug noise | Erik Andersen | |
-Erik | |||
2000-04-18 | Updates | Erik Andersen | |
-Erik | |||
2000-04-17 | - grep -v ^\.PHONY < Makefile | John Beppu | |
+ busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | |||
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 | |
-Erik | |||
2000-04-17 | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen | |
-Erik | |||
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 | |
generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"? | |||
2000-04-17 | + in the interest of robustness, I added | John Beppu | |
utility.c :: cstring_alloc() utility.c :: cstring_lineFromFile() /* they're at the bottom */ so that I could read in lines of arbitrary length from FILE*s (instead of using fgets(huge_ass_buffer,...)). + I tested it out on sort, and it seems to be fine. | |||
2000-04-17 | + added a .PHONY: docs | John Beppu | |
target | |||
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 | |
-Erik | |||
2000-04-15 | More documentation updates, and minor fixes to make things sync | Erik Andersen | |
up with the docs. -Erik | |||
2000-04-14 | Fix a tar bug: tar removed leading '/'s for symlink targets. | Erik Andersen | |
Fix a syslogd bug: Only the first sizeof(buffer) was read from the /dev/log socket, causing (for most cases) only every other log item to be logged. -Erik | |||
2000-04-14 | Latest and greatest. Seems there is a bug. | Erik Andersen | |
-Erik | |||
2000-04-13 | + minor whitespace oddities removed | John Beppu | |
+ re-alphabetized AUTHORS section + added Id tag at bottom | |||
2000-04-13 | + VERSION wasn't being propagated to the sub-make happening in docs/ | John Beppu | |
so I exported VERSION and invoked make with a -C docs | |||
2000-04-13 | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | |
while trying to write docs . :-) -Erik | |||
2000-04-13 | - the message that comes up when busybox is invoked | John Beppu | |
w/o parameters was extending beyond the 80th column | |||
2000-04-13 | + a comment on line 1 w/ suggested pod2man invocation: | John Beppu | |
pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1 | |||
2000-04-13 | + formatting modifications to make pod2man(1p) happy. | John Beppu | |
2000-04-13 | Upates to include copyright 2000 to everything | Erik Andersen | |
-Erik | |||
2000-04-13 | Some docs | Erik Andersen | |
-Erik | |||
2000-04-12 | Some enhancements I've been working on over the weekend, | Erik Andersen | |
-Erik | |||
2000-04-09 | Make tab completion an option | Erik Andersen | |
-Erik | |||
2000-04-09 | More minor patches | Erik Andersen | |
-Erik | |||
2000-04-09 | This makes tar work perfectly, and adds in "--exclude" as an option | Erik Andersen | |
-Erik | |||
2000-04-08 | Fix tar checksum calculation bug. | Erik Andersen | |
-Erik | |||
2000-04-08 | Latest and greatest | Erik Andersen | |
-Erik | |||
2000-04-07 | Oops. Left in some debug noise. | Erik Andersen | |
-Erik | |||
2000-04-07 | Slightly better fringe case handling and GNU tar like error messages. | Erik Andersen | |
-Erik | |||
2000-04-07 | Patch to make killall actually kill all PIDs with the specified name, | Erik Andersen | |
rather then busylooping trying to kill the first one until it dies. Should be more efficient now, and will only send one signal to each specified process. -Erik | |||
2000-04-06 | Some more minor updates to better use some gcc attributes. | Erik Andersen | |
-Erik | |||
2000-04-06 | Fix sed regexp replacement, which I had hosed (thanks to | Erik Andersen | |
Jim Gleason for finding and fixing the problem) -Erik | |||
2000-04-06 | Fix time stamp style | Erik Andersen | |
-Erik | |||
2000-04-06 | Turn off static linking. Duh. | Erik Andersen | |
-Erik | |||
2000-04-06 | Use gcc -E instead of cpp to enhance portability for brain | Erik Andersen | |
damaged platforms (i.e. OpenLinux) that do not have cpp in the default path but instead hide it under /usr/lib/... -Erik | |||
2000-04-05 | Minor noise removal | Erik Andersen | |
-Erik | |||
2000-04-05 | Tar now works perfectly. It behaves much better now then it | Erik Andersen | |
used to. Only thing left to do is add in exclude (-X) option. -Erik | |||
2000-04-04 | Oops. Forgot the usleep.c file. | Erik Andersen | |
/me dons a paper bag. -Erik |