aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace status defines with const int to conform to sytle guide, adds 32 bytesbug12001-02-102-122/+116
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1785 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Initial importbug12001-02-102-0/+1810
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1784 69ca8d6d-28ef-0310-b511-8ec308f3f277
* New applet: dpkgbug12001-02-105-0/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1783 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix typo.kraai2001-02-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1775 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set.markw2001-02-093-28/+253
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1762 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanups and clarifications.markw2001-02-091-8/+16
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1761 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add listening support.kraai2001-02-075-29/+102
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1758 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added documentation for new find options.kraai2001-02-071-1/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1757 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Reworked find with David Douthitt to support -type, -perm, -mtime, andkraai2001-02-075-114/+315
| | | | | | | other improvements. git-svn-id: svn://busybox.net/trunk/busybox@1756 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.kraai2001-02-057-10/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added some more on paren spacing and a section on testing guidelines.markw2001-02-031-2/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1743 69ca8d6d-28ef-0310-b511-8ec308f3f277
* It seems I stupidly checked in a silly test I was making.andersen2001-02-022-2/+0
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1742 69ca8d6d-28ef-0310-b511-8ec308f3f277
* After testing multi-build, I stupidly committed Config.handersen2001-02-021-4/+113
| | | | | | | | with nearly everything turned off. Doh! -Erik git-svn-id: svn://busybox.net/trunk/busybox@1741 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Chris Jaeger that makes turning on and off options in the makefilemarkw2001-02-021-6/+6
| | | | | | | | a bit less error prone by calling 'strip' on makefile vars before performing truth tests against them. git-svn-id: svn://busybox.net/trunk/busybox@1740 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle to add "-all" and "-none" switchesandersen2001-02-0121-185/+53
| | | | | | | | | | to multibuild.pl. I did a little formatting adjustments to make it _very_ obvious when things stop working. I also removed the USE_PROCFS config option -- just do the right thing when USE_DEVPS_PATCH is enabled. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1739 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Tightened things up a bit, saved 20 bytes, and made the code a bit clearer inmarkw2001-02-012-58/+28
| | | | | | | the process. git-svn-id: svn://busybox.net/trunk/busybox@1738 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking formarkw2001-02-012-16/+22
| | | | | | | NFS_MOUNT_VERSION, depending on which kernel you're running. git-svn-id: svn://busybox.net/trunk/busybox@1737 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.markw2001-02-012-12/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1736 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Create find_applet_by_name function. Save 32 bytes.kraai2001-02-018-41/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1735 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix wget error message and add (and use) chomp library function.kraai2001-02-0115-24/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1734 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make old compilers not choke -- define the attribute in the func prototype.andersen2001-01-312-2/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1733 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Removed trailing \n from error_msg{,_and_die} messages.kraai2001-01-31106-610/+612
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1732 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added floppyfw to list of known projects using BusyBox.markw2001-01-311-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1731 69ca8d6d-28ef-0310-b511-8ec308f3f277
* xfopen now used by wgetandersen2001-01-311-1/+1
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1730 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir N. Oleynik to simplify wget file openingandersen2001-01-312-6/+4
| | | | | | | using xfopen (which is what everything should be using). git-svn-id: svn://busybox.net/trunk/busybox@1729 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from Vladimir N. Oleynik.andersen2001-01-316-120/+76
| | | | | | | | | * mkdir: remove 3 lines in source code. * mkfs_minix: save 32 bytes, remove 4 bugs. * mkswap: save 64 bytes, remove 1 bug. git-svn-id: svn://busybox.net/trunk/busybox@1728 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.candersen2001-01-312-12/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1727 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Vladimir N. Oleynik to simplify how it decides whichandersen2001-01-311-3/+3
| | | | | | | app was invoked. This removes several strcmp calls. git-svn-id: svn://busybox.net/trunk/busybox@1726 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Wrap a table (bg set to black, width=80%) around the screenshotandersen2001-01-311-1/+5
| | | | | | | | | so it doesn't look like crap in Netscape. Should look fine in Mozilla either way. I think. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make it validate.kraai2001-01-311-12/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1724 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Close IMG tag.kraai2001-01-311-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1723 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Larry Doolittle to reduce the chance that fussing with VPATH willandersen2001-01-311-1/+2
| | | | | | | | break cross-compilation. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1722 69ca8d6d-28ef-0310-b511-8ec308f3f277
* If the ioctl fails to tell us the winsize, default to 79.andersen2001-01-312-2/+8
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1721 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bryan Rittmeyer -- be more conservative by defaultandersen2001-01-304-2/+68
| | | | | | | | with the lash prompt. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1720 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a new screenshot of Busybox. :-)markw2001-01-302-0/+56
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1719 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix the pwd and group functions. The bb_ stuff was a leftover fromandersen2001-01-302-18/+20
| | | | | | | | a brief past that mercifully (except for this) never made it into CVS. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1718 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a stupid typo -- bug found by Larry Doolittle.andersen2001-01-302-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1717 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Larry Doolittle to use preprocessor for definingmarkw2001-01-302-2/+6
| | | | | | | NFS_MOUNT_VERSION. git-svn-id: svn://busybox.net/trunk/busybox@1716 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix ls behavior for broken or very narrow terminals. Fix my_*andersen2001-01-303-42/+58
| | | | | | | | | functions so they comply with the original interface (i.e. don't exit on error, stringify uids and gids when no amtching name found). -Erik git-svn-id: svn://busybox.net/trunk/busybox@1715 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Test applets containing numbers in their name. Thanks to Larry Doolittle.kraai2001-01-291-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1710 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix missing header file.kraai2001-01-292-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1709 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix up copyright msgs. Bump version to 0.49 in preparation forandersen2001-01-2788-151/+174
| | | | | | | | a release. Update the website with release details. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1697 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix some formattingandersen2001-01-272-12/+10
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1696 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-27167-156/+388
| | | | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1695 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-2715-113/+174
| | | | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1694 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Larry Doolittle to list supported arches, libcs and kernelsmarkw2001-01-261-0/+18
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1689 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completionmarkw2001-01-263-511/+1007
| | | | | | | in Busybox shell. (Thanks, Vlad.) git-svn-id: svn://busybox.net/trunk/busybox@1688 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleanup patch from larry doolittleandersen2001-01-262-4/+14
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1686 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed a li'l thinko.markw2001-01-263-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1685 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix my braindamage -- remove termios and sighandling since they are notandersen2001-01-262-2/+2
| | | | | | | | needed at all. My bad. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1682 69ca8d6d-28ef-0310-b511-8ec308f3f277