aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More minor updates to docs (and making apps behave as the docserik2000-04-198-37/+77
| | | | | | | | suggest they should) -Erik git-svn-id: svn://busybox.net/trunk/busybox@483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* make ps accept (and ignore) all options (--help works of course).erik2000-04-196-12/+14
| | | | | | | | tar now works with or without the leading "-" on the options. -Erik git-svn-id: svn://busybox.net/trunk/busybox@482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More stufferik2000-04-182-154/+144
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@481 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix creation of /linuxrcerik2000-04-187-7/+19
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@480 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Really fix the killall segfault this time.erik2000-04-182-5/+10
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@479 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix symlink following bug in chmod -R and friends. Allow SYSV styleerik2000-04-182-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 git-svn-id: svn://busybox.net/trunk/busybox@478 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix stupid bug (wrong variable)erik2000-04-181-5/+9
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@477 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reset DODEBUG to falsejimg2000-04-181-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@476 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More little stuff.erik2000-04-184-8/+34
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@475 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix killallerik2000-04-181-1/+3
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@474 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove debug noiseerik2000-04-182-4/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@473 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updateserik2000-04-1819-70/+69
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@472 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - grep -v ^\.PHONY < Makefilebeppu2000-04-174-8/+11
| | | | | | | | | | + busybox.def.h BB_FEATURE_TRIVIAL_HELP + uname.c has an example of how BB_FEATURE_TRIVIAL_HELP is to be applied. git-svn-id: svn://busybox.net/trunk/busybox@471 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - removal of (stray|stealth) spacesbeppu2000-04-171-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@470 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + no need for comments.beppu2000-04-173-3/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@469 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfixes.erik2000-04-174-22/+13
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@468 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More updates to the docs, and fixes to sync things with the docs.erik2000-04-1717-65/+182
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@467 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + added John Lombardo to AUTHORS sectionbeppu2000-04-171-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - got rid of the .PHONY: docs, because I didn't want it tobeppu2000-04-171-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"? git-svn-id: svn://busybox.net/trunk/busybox@464 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + in the interest of robustness, I addedbeppu2000-04-174-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. git-svn-id: svn://busybox.net/trunk/busybox@463 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + added a .PHONY: docsbeppu2000-04-171-1/+2
| | | | | | | target git-svn-id: svn://busybox.net/trunk/busybox@461 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + fixed segfault when no parameters are given to mathbeppu2000-04-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@460 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + wrap things in B<> to make pod2man happybeppu2000-04-161-12/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@459 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off debuggingerik2000-04-151-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@458 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More documentation updates, and minor fixes to make things syncerik2000-04-1527-237/+967
| | | | | | | | up with the docs. -Erik git-svn-id: svn://busybox.net/trunk/busybox@457 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a tar bug: tar removed leading '/'s for symlink targets.erik2000-04-146-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 git-svn-id: svn://busybox.net/trunk/busybox@456 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatest. Seems there is a bug.erik2000-04-142-14/+22
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@454 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + minor whitespace oddities removedbeppu2000-04-131-12/+13
| | | | | | | | + re-alphabetized AUTHORS section + added Id tag at bottom git-svn-id: svn://busybox.net/trunk/busybox@453 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + VERSION wasn't being propagated to the sub-make happening in docs/beppu2000-04-131-1/+2
| | | | | | | so I exported VERSION and invoked make with a -C docs git-svn-id: svn://busybox.net/trunk/busybox@452 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More doc updates for BusyBox, with fixes to apps for bugs revealederik2000-04-1330-1641/+663
| | | | | | | | while trying to write docs . :-) -Erik git-svn-id: svn://busybox.net/trunk/busybox@451 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - the message that comes up when busybox is invokedbeppu2000-04-132-6/+8
| | | | | | | w/o parameters was extending beyond the 80th column git-svn-id: svn://busybox.net/trunk/busybox@450 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + a comment on line 1 w/ suggested pod2man invocation:beppu2000-04-131-0/+2
| | | | | | | pod2man --center=Lineo --release="version 0.43" busybox.pod > busybox.1 git-svn-id: svn://busybox.net/trunk/busybox@449 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + formatting modifications to make pod2man(1p) happy.beppu2000-04-131-30/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@448 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Upates to include copyright 2000 to everythingerik2000-04-1385-668/+581
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@447 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some docserik2000-04-131-67/+294
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@446 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some enhancements I've been working on over the weekend,erik2000-04-129-672/+783
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@445 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make tab completion an optionerik2000-04-093-0/+17
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@444 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More minor patcheserik2000-04-094-4/+32
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This makes tar work perfectly, and adds in "--exclude" as an optionerik2000-04-096-179/+249
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@442 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix tar checksum calculation bug.erik2000-04-082-66/+110
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@441 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Latest and greatesterik2000-04-083-143/+207
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Oops. Left in some debug noise.erik2000-04-072-4/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@439 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Slightly better fringe case handling and GNU tar like error messages.erik2000-04-072-96/+172
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@438 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch to make killall actually kill all PIDs with the specified name,erik2000-04-0712-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 git-svn-id: svn://busybox.net/trunk/busybox@437 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Some more minor updates to better use some gcc attributes.erik2000-04-068-25/+38
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@436 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix sed regexp replacement, which I had hosed (thanks toerik2000-04-062-4/+2
| | | | | | | | Jim Gleason for finding and fixing the problem) -Erik git-svn-id: svn://busybox.net/trunk/busybox@435 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix time stamp styleerik2000-04-061-2/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@434 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turn off static linking. Duh.erik2000-04-061-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@433 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use gcc -E instead of cpp to enhance portability for brainerik2000-04-065-4/+6
| | | | | | | | | damaged platforms (i.e. OpenLinux) that do not have cpp in the default path but instead hide it under /usr/lib/... -Erik git-svn-id: svn://busybox.net/trunk/busybox@432 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor noise removalerik2000-04-053-6/+6
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@431 69ca8d6d-28ef-0310-b511-8ec308f3f277