| Commit message (Expand) | Author | Age | Files | Lines |
* | modprobe now also uses "options" from /etc/modules.conf | Robert Griebl | 2002-07-26 | 1 | -55/+99 |
* | Fix for bug #1255 -- support for mount -t <type> | Robert Griebl | 2002-07-25 | 1 | -8/+14 |
* | Add support for /etc/filesystem when searching for an "auto" filesystem | Robert Griebl | 2002-07-24 | 1 | -16/+52 |
* | Commited patch from bug #1182 | Robert Griebl | 2002-07-24 | 1 | -7/+35 |
* | Patch for bug #1183: Added a -xdev option to find (configurable) | Robert Griebl | 2002-07-24 | 2 | -0/+44 |
* | Fix indentation. Support killall -q, for pcmcia-cs | Eric Andersen | 2002-07-23 | 1 | -36/+52 |
* | Added tar -cz support (creating gzipped tar files without a gzip pipe) | Robert Griebl | 2002-07-23 | 2 | -26/+95 |
* | Fixed two compiler warnings | Robert Griebl | 2002-07-21 | 2 | -5/+5 |
* | Initial checkin of a very primitive hwclock replacement | Robert Griebl | 2002-07-21 | 5 | -0/+248 |
* | Applied syslogd fix submitted by Bart Visscher: | Robert Griebl | 2002-07-19 | 1 | -1/+3 |
* | - Forgot to cvs add bb_asprintf.c (from vodz' patch #50) | Robert Griebl | 2002-07-19 | 2 | -3/+91 |
* | Applied vodz' patches #49 and #50 (with a small correction in runshell.c) | Robert Griebl | 2002-07-19 | 18 | -79/+64 |
* | Added a compile time option to suppress the "Using fallback.." message | Robert Griebl | 2002-07-18 | 2 | -0/+5 |
* | Fix for the totally broken adduser applet (parts/ideas from vodz and tito) | Robert Griebl | 2002-07-16 | 1 | -18/+10 |
* | Don't treat a non-existant/-readable config file as an empty config, but | Robert Griebl | 2002-07-16 | 1 | -1/+2 |
* | Doh! | Eric Andersen | 2002-07-14 | 1 | -1/+1 |
* | Better clarify the CVS tree situation | Eric Andersen | 2002-07-13 | 1 | -16/+18 |
* | Try to be more clear about the current two-CVS-trees | Eric Andersen | 2002-07-13 | 1 | -10/+13 |
* | Accept the --passive-ftp cmd.line option. We always use passive ftp mode, | Robert Griebl | 2002-07-12 | 1 | -8/+14 |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 11 | -16/+26 |
* | Brad Campbell <brad@seme.com.au> notes that | Eric Andersen | 2002-07-11 | 1 | -1/+2 |
* | Some minor bits of scrubbing | Eric Andersen | 2002-07-08 | 2 | -12/+16 |
* | Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash: | Eric Andersen | 2002-07-04 | 1 | -6/+4 |
* | This is last_patch48 from vodz. More cleanups, kills a bit | Eric Andersen | 2002-07-03 | 1 | -19/+21 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 31 | -42/+42 |
* | tito <farmatito@tiscali.it> noticed that delgroup was actually | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | A patch from Bart Visscher <magick@linux-fan.com> to add an | Eric Andersen | 2002-07-03 | 4 | -117/+93 |
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 15 | -16/+1225 |
* | Apply last_patch47 from vodz to fix several problems, such as the ash "job | Eric Andersen | 2002-07-03 | 1 | -24/+31 |
* | hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDS | Eric Andersen | 2002-07-03 | 1 | -1/+4 |
* | Patch from Martin Volf <volf@dragon.cz> to fix where I had | Eric Andersen | 2002-07-03 | 1 | -2/+2 |
* | Fix from vodz so that complex init commands actually work | Eric Andersen | 2002-07-03 | 1 | -3/+1 |
* | Patch from Danny Lepage <danny.lepage@cognicase.com> to fix | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | Patch from till busch <buti@gmx.at> -- unblock all signals | Eric Andersen | 2002-07-03 | 1 | -0/+16 |
* | Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl> | Eric Andersen | 2002-07-03 | 1 | -6/+4 |
* | Cleanup shadow.h stuff so it behaves as intended | Eric Andersen | 2002-07-03 | 5 | -88/+6 |
* | Little fix to avoid overflow | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | Silly spelling fix | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
* | David Frascone <dave@frascone.com> noticed two problems. First, modprobe was | Eric Andersen | 2002-07-02 | 2 | -28/+39 |
* | Remove advertising clauses in accordance with | Aaron Lehmann | 2002-06-23 | 5 | -25/+5 |
* | inline many functions that are only called once. saves about 300 bytes | Aaron Lehmann | 2002-06-23 | 1 | -10/+10 |
* | Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOW | Aaron Lehmann | 2002-06-23 | 1 | -0/+1 |
* | remove cleanUpAndFail, and replace it with exit(). because that's what | Aaron Lehmann | 2002-06-23 | 1 | -22/+3 |
* | Rework optimization code. Be more compiler aware. | Eric Andersen | 2002-06-23 | 1 | -6/+36 |
* | Port over the last of the tinylogin applets | Eric Andersen | 2002-06-23 | 26 | -258/+1722 |
* | Several login cleanups from vodz | Eric Andersen | 2002-06-22 | 1 | -25/+32 |
* | Apply vodz' last_patch44 -- cleanup several chars to be const, fix | Eric Andersen | 2002-06-22 | 1 | -19/+15 |
* | Kill dead email address | Eric Andersen | 2002-06-22 | 1 | -1/+1 |
* | Apply last_patch46 from vodz, to fix buffer overflows noted by | Eric Andersen | 2002-06-22 | 1 | -25/+23 |
* | Apply vodz' cleanup for insmod buffer overflows, which was cleaner | Eric Andersen | 2002-06-22 | 1 | -25/+35 |