Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix email address0_43 | Erik Andersen | 2000-04-19 | 1 | -3/+3 |
| | | | | -Erik | ||||
* | Minor doc change | Erik Andersen | 2000-04-19 | 1 | -6/+6 |
| | | | | -Erik | ||||
* | Some emails I exchanged with Alan Cox and Linus re my /dev/ps | Erik Andersen | 2000-04-19 | 1 | -0/+93 |
| | | | | | kernel patch. To summarize, it won't be going into the kernel. -Erik | ||||
* | Fix the makefile so docs get built | Erik Andersen | 2000-04-19 | 1 | -4/+2 |
| | | | | -Erik | ||||
* | More minor updates to docs (and making apps behave as the docs | Erik Andersen | 2000-04-19 | 8 | -37/+77 |
| | | | | | suggest they should) -Erik | ||||
* | make ps accept (and ignore) all options (--help works of course). | Erik Andersen | 2000-04-19 | 6 | -12/+14 |
| | | | | | tar now works with or without the leading "-" on the options. -Erik | ||||
* | More stuff | Erik Andersen | 2000-04-18 | 2 | -154/+144 |
| | | | | -Erik | ||||
* | Fix creation of /linuxrc | Erik Andersen | 2000-04-18 | 7 | -7/+19 |
| | | | | -Erik | ||||
* | Really fix the killall segfault this time. | Erik Andersen | 2000-04-18 | 2 | -5/+10 |
| | | | | -Erik | ||||
* | Fix symlink following bug in chmod -R and friends. Allow SYSV style | Erik Andersen | 2000-04-18 | 2 | -8/+15 |
| | | | | | | | '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 | ||||
* | Fix stupid bug (wrong variable) | Erik Andersen | 2000-04-18 | 1 | -5/+9 |
| | | | | -Erik | ||||
* | Reset DODEBUG to false | Jim Gleason | 2000-04-18 | 1 | -1/+1 |
| | |||||
* | More little stuff. | Erik Andersen | 2000-04-18 | 4 | -8/+34 |
| | | | | -Erik | ||||
* | Fix killall | Erik Andersen | 2000-04-18 | 1 | -1/+3 |
| | | | | -Erik | ||||
* | Remove debug noise | Erik Andersen | 2000-04-18 | 2 | -4/+0 |
| | | | | -Erik | ||||
* | Updates | Erik Andersen | 2000-04-18 | 19 | -70/+69 |
| | | | | -Erik | ||||
* | - grep -v ^\.PHONY < Makefile | John Beppu | 2000-04-17 | 4 | -8/+11 |
| | | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. | ||||
* | - removal of (stray|stealth) spaces | John Beppu | 2000-04-17 | 1 | -2/+2 |
| | |||||
* | + no need for comments. | John Beppu | 2000-04-17 | 3 | -3/+0 |
| | |||||
* | Bugfixes. | Erik Andersen | 2000-04-17 | 4 | -22/+13 |
| | | | | -Erik | ||||
* | More updates to the docs, and fixes to sync things with the docs. | Erik Andersen | 2000-04-17 | 17 | -65/+182 |
| | | | | -Erik | ||||
* | + added John Lombardo to AUTHORS section | John Beppu | 2000-04-17 | 1 | -1/+5 |
| | |||||
* | - got rid of the .PHONY: docs, because I didn't want it to | John Beppu | 2000-04-17 | 1 | -1/+0 |
| | | | | | | | | | | 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"? | ||||
* | + in the interest of robustness, I added | John Beppu | 2000-04-17 | 4 | -52/+65 |
| | | | | | | | | 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. | ||||
* | + added a .PHONY: docs | John Beppu | 2000-04-17 | 1 | -1/+2 |
| | | | | target | ||||
* | + fixed segfault when no parameters are given to math | John Beppu | 2000-04-16 | 1 | -1/+1 |
| | |||||
* | + wrap things in B<> to make pod2man happy | John Beppu | 2000-04-16 | 1 | -12/+17 |
| | |||||
* | Turn off debugging | Erik Andersen | 2000-04-15 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | More documentation updates, and minor fixes to make things sync | Erik Andersen | 2000-04-15 | 27 | -237/+967 |
| | | | | | up with the docs. -Erik | ||||
* | Fix a tar bug: tar removed leading '/'s for symlink targets. | Erik Andersen | 2000-04-14 | 6 | -141/+48 |
| | | | | | | 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 | ||||
* | Latest and greatest. Seems there is a bug. | Erik Andersen | 2000-04-14 | 2 | -14/+22 |
| | | | | -Erik | ||||
* | + minor whitespace oddities removed | John Beppu | 2000-04-13 | 1 | -12/+13 |
| | | | | | + re-alphabetized AUTHORS section + added Id tag at bottom | ||||
* | + VERSION wasn't being propagated to the sub-make happening in docs/ | John Beppu | 2000-04-13 | 1 | -1/+2 |
| | | | | so I exported VERSION and invoked make with a -C docs | ||||
* | More doc updates for BusyBox, with fixes to apps for bugs revealed | Erik Andersen | 2000-04-13 | 30 | -1641/+663 |
| | | | | | while trying to write docs . :-) -Erik | ||||
* | - the message that comes up when busybox is invoked | John Beppu | 2000-04-13 | 2 | -6/+8 |
| | | | | w/o parameters was extending beyond the 80th column | ||||
* | + a comment on line 1 w/ suggested pod2man invocation: | John Beppu | 2000-04-13 | 1 | -0/+2 |
| | | | | pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1 | ||||
* | + formatting modifications to make pod2man(1p) happy. | John Beppu | 2000-04-13 | 1 | -30/+41 |
| | |||||
* | Upates to include copyright 2000 to everything | Erik Andersen | 2000-04-13 | 85 | -668/+581 |
| | | | | -Erik | ||||
* | Some docs | Erik Andersen | 2000-04-13 | 1 | -67/+294 |
| | | | | -Erik | ||||
* | Some enhancements I've been working on over the weekend, | Erik Andersen | 2000-04-12 | 9 | -672/+783 |
| | | | | -Erik | ||||
* | Make tab completion an option | Erik Andersen | 2000-04-09 | 3 | -0/+17 |
| | | | | -Erik | ||||
* | More minor patches | Erik Andersen | 2000-04-09 | 4 | -4/+32 |
| | | | | -Erik | ||||
* | This makes tar work perfectly, and adds in "--exclude" as an option | Erik Andersen | 2000-04-09 | 6 | -179/+249 |
| | | | | -Erik | ||||
* | Fix tar checksum calculation bug. | Erik Andersen | 2000-04-08 | 2 | -66/+110 |
| | | | | -Erik | ||||
* | Latest and greatest | Erik Andersen | 2000-04-08 | 3 | -143/+207 |
| | | | | -Erik | ||||
* | Oops. Left in some debug noise. | Erik Andersen | 2000-04-07 | 2 | -4/+0 |
| | | | | -Erik | ||||
* | Slightly better fringe case handling and GNU tar like error messages. | Erik Andersen | 2000-04-07 | 2 | -96/+172 |
| | | | | -Erik | ||||
* | Patch to make killall actually kill all PIDs with the specified name, | Erik Andersen | 2000-04-07 | 12 | -36/+53 |
| | | | | | | | 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 | ||||
* | Some more minor updates to better use some gcc attributes. | Erik Andersen | 2000-04-06 | 8 | -25/+38 |
| | | | | -Erik | ||||
* | Fix sed regexp replacement, which I had hosed (thanks to | Erik Andersen | 2000-04-06 | 2 | -4/+2 |
| | | | | | Jim Gleason for finding and fixing the problem) -Erik |