aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* moved to e2fsprogs tooMike Frysinger2005-04-251-22/+0
|
* bbify to shrink sizeMike Frysinger2005-04-252-297/+177
|
* use busybox funcs to make smallerMike Frysinger2005-04-241-103/+81
|
* new version of ed taken from sashMike Frysinger2005-04-241-3108/+1176
|
* svn didnt auto add these ...Mike Frysinger2005-04-243-0/+96
|
* add new subdir for e2fsprogsMike Frysinger2005-04-2427-2/+2218
|
* rework human_fstype to cut down sizeMike Frysinger2005-04-241-78/+47
|
* rework options to get rid of extra variablesMike Frysinger2005-04-241-15/+11
|
* fix whitespace usage, fix un-escaped quotes in a bunch of examples, and ↵Mike Frysinger2005-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)
* fix inconsistent whitespaceMike Frysinger2005-04-231-146/+146
|
* remove extra whitespaceMike Frysinger2005-04-231-2/+2
|
* stat implementation based upon coreutilsMike Frysinger2005-04-235-0/+675
|
* patch for a very alpha busybox edMike Frysinger2005-04-231-0/+3443
|
* whitespace fixMike Frysinger2005-04-231-2/+2
|
* remove lsattr/chattr to prepare for a top level e2fsprogs dir with more ↵Mike Frysinger2005-04-2326-2866/+0
| | | | stuff in it
* update example to use bb_ prefixed names and remove old note about config.h ↵Mike Frysinger2005-04-231-7/+2
| | | | (since the header is generated automatically now)
* add comments about ignoring some warnings which are OKMike Frysinger2005-04-231-0/+8
|
* remove unused variable and declare writepid inlineMike Frysinger2005-04-231-3/+1
|
* cast the time pointer so gcc stops warning over nothingMike Frysinger2005-04-231-1/+1
|
* use bb_fflush_stdout_and_exit instead of exitMike Frysinger2005-04-231-1/+2
|
* import lsattr and chattr from e2fsprogsMike Frysinger2005-04-2229-2/+2928
|
* output busybox help to stdout, not stderrMike Frysinger2005-04-221-12/+12
|
* printenv / sum definesMike Frysinger2005-04-212-0/+20
|
* grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger2005-04-213-0/+189
|
* add a printenv implementationMike Frysinger2005-04-213-0/+59
|
* fix whitespaceMike Frysinger2005-04-211-1/+1
|
* fix typosMike Frysinger2005-04-211-2/+2
|
* fix typoe (buildddir -> builddir)Mike Frysinger2005-04-212-6/+4
|
* fix printf warningMike Frysinger2005-04-201-1/+1
|
* fix whitespaceMike Frysinger2005-04-191-23/+23
|
* Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt2005-04-1923-472/+887
| | | | Linux 2.6.11.
* In Bug 5, Tito writes:Mike Frysinger2005-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.
* touchups as suggested by Vladimir N. OleynikMike Frysinger2005-04-181-11/+4
|
* err, use name attr of a tag, not hrefMike Frysinger2005-04-171-1/+1
|
* import fakeidentd module started by Thomas LundquistMike Frysinger2005-04-175-0/+459
|
* add a new list of external tiny utilitiesMike Frysinger2005-04-172-1/+44
|
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-1630-91/+96
| | | | which were otherwise cluttering the global namespace.
* jfb2 writes in Bug 119:Mike Frysinger2005-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).
* Fix broken macroEric Andersen2005-04-161-1/+1
|
* Only define a local environ when not using the prototype from unistd.hEric Andersen2005-04-161-0/+2
|
* Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen2005-04-161-32/+41
|
* Add bb_msg_read_errorEric Andersen2005-04-163-1/+5
|
* In Bug 78, shortkey points out:Mike Frysinger2005-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.
* minor style touchupsMike Frysinger2005-04-161-8/+8
|
* In Bug 208, bernhardf writes:Mike Frysinger2005-04-166-18/+18
| | | | | | On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure.
* In Bug 207, bernhardf writes:Mike Frysinger2005-04-161-5/+5
| | | | proper escape strings in usage.h
* In Bug 209, bernhardf writes:Mike Frysinger2005-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, };
* bernhardf reports with Bug 210:Mike Frysinger2005-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.
* Use a sane VEOL settingEric Andersen2005-04-141-1/+1
|
* fake out support for POSIX -H and -L options since busybox cp dereferences ↵Mike Frysinger2005-04-143-9/+19
| | | | everything by default