aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bbify to shrink sizevapier2005-04-252-297/+177
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use busybox funcs to make smallervapier2005-04-241-103/+81
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* new version of ed taken from sashvapier2005-04-241-3108/+1176
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ignore *.avapier2005-04-240-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10173 69ca8d6d-28ef-0310-b511-8ec308f3f277
* svn didnt auto add these ...vapier2005-04-243-0/+96
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add new subdir for e2fsprogsvapier2005-04-2427-2/+2218
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10171 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rework human_fstype to cut down sizevapier2005-04-241-78/+47
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10170 69ca8d6d-28ef-0310-b511-8ec308f3f277
* rework options to get rid of extra variablesvapier2005-04-241-15/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10169 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespace usage, fix un-escaped quotes in a bunch of examples, and ↵vapier2005-04-231-191/+189
| | | | | | standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time) git-svn-id: svn://busybox.net/trunk/busybox@10166 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix inconsistent whitespacevapier2005-04-231-146/+146
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10165 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove extra whitespacevapier2005-04-231-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10164 69ca8d6d-28ef-0310-b511-8ec308f3f277
* stat implementation based upon coreutilsvapier2005-04-235-0/+675
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10163 69ca8d6d-28ef-0310-b511-8ec308f3f277
* patch for a very alpha busybox edvapier2005-04-231-0/+3443
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10160 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ignore .depend and archive files (*.a)vapier2005-04-230-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10159 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace fixvapier2005-04-231-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10158 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove lsattr/chattr to prepare for a top level e2fsprogs dir with more ↵vapier2005-04-2326-2866/+0
| | | | | | stuff in it git-svn-id: svn://busybox.net/trunk/busybox@10157 69ca8d6d-28ef-0310-b511-8ec308f3f277
* update example to use bb_ prefixed names and remove old note about config.h ↵vapier2005-04-231-7/+2
| | | | | | (since the header is generated automatically now) git-svn-id: svn://busybox.net/trunk/busybox@10156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add comments about ignoring some warnings which are OKvapier2005-04-231-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10155 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove unused variable and declare writepid inlinevapier2005-04-231-3/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10154 69ca8d6d-28ef-0310-b511-8ec308f3f277
* cast the time pointer so gcc stops warning over nothingvapier2005-04-231-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10153 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use bb_fflush_stdout_and_exit instead of exitvapier2005-04-231-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10152 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import lsattr and chattr from e2fsprogsvapier2005-04-2229-2/+2928
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10151 69ca8d6d-28ef-0310-b511-8ec308f3f277
* output busybox help to stdout, not stderrvapier2005-04-221-12/+12
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10150 69ca8d6d-28ef-0310-b511-8ec308f3f277
* printenv / sum definesvapier2005-04-212-0/+20
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10149 69ca8d6d-28ef-0310-b511-8ec308f3f277
* grab sum from coreutils, clean it up, and make it busybox happyvapier2005-04-213-0/+189
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a printenv implementationvapier2005-04-213-0/+59
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10147 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespacevapier2005-04-211-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10146 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix typosvapier2005-04-211-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10145 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix typoe (buildddir -> builddir)vapier2005-04-212-6/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10139 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix printf warningvapier2005-04-201-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10138 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespacevapier2005-04-191-23/+23
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10137 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Updated to match trunk/uClibc/extra/config as of r10132, and thuspkj2005-04-1923-472/+887
| | | | | | | Linux 2.6.11. git-svn-id: svn://busybox.net/trunk/busybox@10135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 5, Tito writes:vapier2005-04-181-116/+210
| | | | | | | | | | | | | | | | | This is a first attempt to improve the comments of getopt_ulflags.c. Maybe under some aspects the text could be refined, but so far it is already usable and should help people who "avoided getopt_ulflags as the pest" to understand how it works. This patch was created with the help of Vodz, the author of the code, who explained me patiently how getopt_ulflags works and with the help of Paul Fox, who corrected my broken english. So thanks and merits should go to them also. git-svn-id: svn://busybox.net/trunk/busybox@10134 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchups as suggested by Vladimir N. Oleynikvapier2005-04-181-11/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10133 69ca8d6d-28ef-0310-b511-8ec308f3f277
* err, use name attr of a tag, not hrefvapier2005-04-171-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10124 69ca8d6d-28ef-0310-b511-8ec308f3f277
* import fakeidentd module started by Thomas Lundquistvapier2005-04-175-0/+459
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10123 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add a new list of external tiny utilitiesvapier2005-04-172-1/+44
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10122 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-1630-91/+96
| | | | | | | which were otherwise cluttering the global namespace. git-svn-id: svn://busybox.net/trunk/busybox@10121 69ca8d6d-28ef-0310-b511-8ec308f3f277
* jfb2 writes in Bug 119:vapier2005-04-161-0/+4
| | | | | | | | | | | | | | | The init applet will restart (re-exec) itsself when it receives a SIGHUP. However, just before it enters its main loop, it resets SIGHUP to either re-load the inittab (or ignore it if no inittab is used). Thus preventing the re-exec option from being triggerable. This patch adds a signal handler for SIGQUIT for init that always causes init to re-exec itsself (along with killing anything else that might be still running). git-svn-id: svn://busybox.net/trunk/busybox@10120 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix broken macroandersen2005-04-161-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only define a local environ when not using the prototype from unistd.handersen2005-04-161-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10118 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rework to fix http://bugs.uclibc.org/view.php?id=107andersen2005-04-161-32/+41
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10117 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add bb_msg_read_errorandersen2005-04-163-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10116 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 78, shortkey points out:vapier2005-04-161-2/+2
| | | | | | | | | If you run `grep -h . file1 file2 file3 ...`, the output is not prefixed with the filename. If you run `grep -h . file1` however, the filename will incorrectly prefix the output. git-svn-id: svn://busybox.net/trunk/busybox@10115 69ca8d6d-28ef-0310-b511-8ec308f3f277
* minor style touchupsvapier2005-04-161-8/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10114 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 208, bernhardf writes:vapier2005-04-166-18/+18
| | | | | | | | | On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure. git-svn-id: svn://busybox.net/trunk/busybox@10113 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 207, bernhardf writes:vapier2005-04-161-5/+5
| | | | | | | proper escape strings in usage.h git-svn-id: svn://busybox.net/trunk/busybox@10112 69ca8d6d-28ef-0310-b511-8ec308f3f277
* In Bug 209, bernhardf writes:vapier2005-04-161-12/+12
| | | | | | | | | | | | | struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; git-svn-id: svn://busybox.net/trunk/busybox@10111 69ca8d6d-28ef-0310-b511-8ec308f3f277
* bernhardf reports with Bug 210:vapier2005-04-161-1/+1
| | | | | | | | | | For certain non-gcc compilers, alloca_h is defined (included) but there, no alloca() is declared. Fallback to malloc if _ALLOCA_H is defined but still, there is no alloca() in the included _ALLOCA_H. git-svn-id: svn://busybox.net/trunk/busybox@10109 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use a sane VEOL settingandersen2005-04-141-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@10102 69ca8d6d-28ef-0310-b511-8ec308f3f277