summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-07-311-3/+6
* Be more portable with 'find' for those that prefer programmingEric Andersen2002-07-312-7/+7
* Fixed a timing bug which occured when bb ash is run in a rxvt on theRobert Griebl2002-07-301-1/+2
* Added the -I (isofmt) options to date, which comes in handy for scriptsRobert Griebl2002-07-301-7/+55
* Fixed a bug that I had introduced with the new "options" handling.Robert Griebl2002-07-291-7/+8
* Kill a silly warningEric Andersen2002-07-291-0/+2
* Patch from Tim Riker to allow tty* in inittab if the ttyEric Andersen2002-07-292-46/+16
* modprobe now also uses "options" from /etc/modules.confRobert Griebl2002-07-261-55/+99
* Fix for bug #1255 -- support for mount -t <type>Robert Griebl2002-07-251-8/+14
* Add support for /etc/filesystem when searching for an "auto" filesystemRobert Griebl2002-07-241-16/+52
* Commited patch from bug #1182Robert Griebl2002-07-241-7/+35
* Patch for bug #1183: Added a -xdev option to find (configurable)Robert Griebl2002-07-242-0/+44
* Fix indentation. Support killall -q, for pcmcia-csEric Andersen2002-07-231-36/+52
* Added tar -cz support (creating gzipped tar files without a gzip pipe)Robert Griebl2002-07-232-26/+95
* Fixed two compiler warningsRobert Griebl2002-07-212-5/+5
* Initial checkin of a very primitive hwclock replacementRobert Griebl2002-07-215-0/+248
* Applied syslogd fix submitted by Bart Visscher:Robert Griebl2002-07-191-1/+3
* - Forgot to cvs add bb_asprintf.c (from vodz' patch #50)Robert Griebl2002-07-192-3/+91
* Applied vodz' patches #49 and #50 (with a small correction in runshell.c)Robert Griebl2002-07-1918-79/+64
* Added a compile time option to suppress the "Using fallback.." messageRobert Griebl2002-07-182-0/+5
* Fix for the totally broken adduser applet (parts/ideas from vodz and tito)Robert Griebl2002-07-161-18/+10
* Don't treat a non-existant/-readable config file as an empty config, butRobert Griebl2002-07-161-1/+2
* Doh!Eric Andersen2002-07-141-1/+1
* Better clarify the CVS tree situationEric Andersen2002-07-131-16/+18
* Try to be more clear about the current two-CVS-treesEric Andersen2002-07-131-10/+13
* Accept the --passive-ftp cmd.line option. We always use passive ftp mode,Robert Griebl2002-07-121-8/+14
* Fixup warnings and undefined operations that show up in gcc-3.1Eric Andersen2002-07-1111-16/+26
* Brad Campbell <brad@seme.com.au> notes thatEric Andersen2002-07-111-1/+2
* Some minor bits of scrubbingEric Andersen2002-07-082-12/+16
* Patch from Stewart Brodie <stewart.brodie@pace.co.uk> to fix ash:Eric Andersen2002-07-041-6/+4
* This is last_patch48 from vodz. More cleanups, kills a bitEric Andersen2002-07-031-19/+21
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-0331-42/+42
* tito <farmatito@tiscali.it> noticed that delgroup was actuallyEric Andersen2002-07-031-1/+1
* A patch from Bart Visscher <magick@linux-fan.com> to add anEric Andersen2002-07-034-117/+93
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-0315-16/+1225
* Apply last_patch47 from vodz to fix several problems, such as the ash "jobEric Andersen2002-07-031-24/+31
* hide shadow using stuff when CONFIG_FEATURE_SHADOWPASSWDSEric Andersen2002-07-031-1/+4
* Patch from Martin Volf <volf@dragon.cz> to fix where I hadEric Andersen2002-07-031-2/+2
* Fix from vodz so that complex init commands actually workEric Andersen2002-07-031-3/+1
* Patch from Danny Lepage <danny.lepage@cognicase.com> to fixEric Andersen2002-07-031-1/+1
* Patch from till busch <buti@gmx.at> -- unblock all signalsEric Andersen2002-07-031-0/+16
* Fix text alignment, thanks to Sander Klein <s.klein@quicknet.nl>Eric Andersen2002-07-031-6/+4
* Cleanup shadow.h stuff so it behaves as intendedEric Andersen2002-07-035-88/+6
* Little fix to avoid overflowEric Andersen2002-07-031-1/+1
* Silly spelling fixEric Andersen2002-07-031-1/+1
* David Frascone <dave@frascone.com> noticed two problems. First, modprobe wasEric Andersen2002-07-022-28/+39
* Remove advertising clauses in accordance withAaron Lehmann2002-06-235-25/+5
* inline many functions that are only called once. saves about 300 bytesAaron Lehmann2002-06-231-10/+10
* Needs shadow.h; otherwise wont compile without CONFIG_USE_BB_SHADOWAaron Lehmann2002-06-231-0/+1
* remove cleanUpAndFail, and replace it with exit(). because that's whatAaron Lehmann2002-06-231-22/+3