aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-25moved to e2fsprogs tooMike Frysinger
2005-04-25bbify to shrink sizeMike Frysinger
2005-04-24use busybox funcs to make smallerMike Frysinger
2005-04-24new version of ed taken from sashMike Frysinger
2005-04-24svn didnt auto add these ...Mike Frysinger
2005-04-24add new subdir for e2fsprogsMike Frysinger
2005-04-24rework human_fstype to cut down sizeMike Frysinger
2005-04-24rework options to get rid of extra variablesMike Frysinger
2005-04-23fix whitespace usage, fix un-escaped quotes in a bunch of examples, and ↵Mike Frysinger
standardize a bunch of trivial/full usage statements (no trailing newline in either, and when listing options, dont append a . each time)
2005-04-23fix inconsistent whitespaceMike Frysinger
2005-04-23remove extra whitespaceMike Frysinger
2005-04-23stat implementation based upon coreutilsMike Frysinger
2005-04-23patch for a very alpha busybox edMike Frysinger
2005-04-23whitespace fixMike Frysinger
2005-04-23remove lsattr/chattr to prepare for a top level e2fsprogs dir with more ↵Mike Frysinger
stuff in it
2005-04-23update example to use bb_ prefixed names and remove old note about config.h ↵Mike Frysinger
(since the header is generated automatically now)
2005-04-23add comments about ignoring some warnings which are OKMike Frysinger
2005-04-23remove unused variable and declare writepid inlineMike Frysinger
2005-04-23cast the time pointer so gcc stops warning over nothingMike Frysinger
2005-04-23use bb_fflush_stdout_and_exit instead of exitMike Frysinger
2005-04-22import lsattr and chattr from e2fsprogsMike Frysinger
2005-04-22output busybox help to stdout, not stderrMike Frysinger
2005-04-21printenv / sum definesMike Frysinger
2005-04-21grab sum from coreutils, clean it up, and make it busybox happyMike Frysinger
2005-04-21add a printenv implementationMike Frysinger
2005-04-21fix whitespaceMike Frysinger
2005-04-21fix typosMike Frysinger
2005-04-21fix typoe (buildddir -> builddir)Mike Frysinger
2005-04-20fix printf warningMike Frysinger
2005-04-19fix whitespaceMike Frysinger
2005-04-19Updated to match trunk/uClibc/extra/config as of r10132, and thusPeter Kjellerstedt
Linux 2.6.11.
2005-04-18In Bug 5, Tito writes:Mike Frysinger
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.
2005-04-18touchups as suggested by Vladimir N. OleynikMike Frysinger
2005-04-17err, use name attr of a tag, not hrefMike Frysinger
2005-04-17import fakeidentd module started by Thomas LundquistMike Frysinger
2005-04-17add a new list of external tiny utilitiesMike Frysinger
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
which were otherwise cluttering the global namespace.
2005-04-16jfb2 writes in Bug 119:Mike Frysinger
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).
2005-04-16Fix broken macroEric Andersen
2005-04-16Only define a local environ when not using the prototype from unistd.hEric Andersen
2005-04-16Rework to fix http://bugs.uclibc.org/view.php?id=107Eric Andersen
2005-04-16Add bb_msg_read_errorEric Andersen
2005-04-16In Bug 78, shortkey points out:Mike Frysinger
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.
2005-04-16minor style touchupsMike Frysinger
2005-04-16In Bug 208, bernhardf writes:Mike Frysinger
On machines with only ANSI compliant compilers, not explitily delcaring an empty parameter list 'void' causes failure.
2005-04-16In Bug 207, bernhardf writes:Mike Frysinger
proper escape strings in usage.h
2005-04-16In Bug 209, bernhardf writes:Mike Frysinger
struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, };
2005-04-16bernhardf reports with Bug 210:Mike Frysinger
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.
2005-04-14Use a sane VEOL settingEric Andersen
2005-04-14fake out support for POSIX -H and -L options since busybox cp dereferences ↵Mike Frysinger
everything by default