aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up some silly warningsEric Andersen2001-05-114-12/+12
* Fix a segfault in lash, hush, and cmdedit. Each of these usedEric Andersen2001-05-1110-5/+40
* Use xgetcwdEric Andersen2001-05-112-4/+4
* Fix the chown usage text, also thanks to Lars Kellogg-Stedman <lars@larsshack...Eric Andersen2001-05-113-6/+9
* This patch from Lars Kellogg-Stedman, fixes the behavior ofEric Andersen2001-05-112-6/+22
* Check that putenv succeeded, suggested by Jonas Holmberg.Matt Kraai2001-05-112-2/+4
* Fix env usage information.Matt Kraai2001-05-113-3/+3
* Fix handling of '-' option and way that variables are added to theMatt Kraai2001-05-112-12/+28
* Fix symlink removal problem noted by Erik Andersen.Matt Kraai2001-05-111-1/+2
* Add installation instructions from Tomas Pospisek <tpo_hp@sourcepole.ch>.Matt Kraai2001-05-101-0/+8
* Make stdio functions which can be interrupted by the progressmeter timerMatt Kraai2001-05-092-10/+98
* Bump version to 0.52preEric Andersen2001-05-094-3/+9
* A few more structural updates for job control.Eric Andersen2001-05-082-8/+26
* Fix a stupid segfault caused by dereferencing a NULL ptr.Eric Andersen2001-05-082-0/+4
* This patch from Evin Robertson <nitfol@my-deja.com> fixes export so it works.Eric Andersen2001-05-072-2/+8
* This syncs things with Vladimir's latest patches. Also getsEric Andersen2001-05-072-8/+8
* This is Vladimir's update to last_char_is(). Since 'char *' isEric Andersen2001-05-071-4/+7
* Silence cut so it doesn't whine during compilationEric Andersen2001-05-072-2/+2
* A patch from Vladimir to simplify chomp()Eric Andersen2001-05-071-7/+4
* A patch from Vladimir to simplify concat_path_file() andEric Andersen2001-05-071-11/+7
* A patch from Vladimir to use last_char_is(), and a patch fromEric Andersen2001-05-072-8/+14
* Patch from Vladimir to use last_char_is to simplify du.cEric Andersen2001-05-072-12/+10
* Patch from Vladimir to remove testing stuff from sttyEric Andersen2001-05-072-134/+0
* A bug fix from Vladimir for a memory leak I stupidlyEric Andersen2001-05-072-4/+4
* More hush updates from Larry:Eric Andersen2001-05-072-38/+108
* Patch from Jim McQuillan to pass the terminal type to the remote host.Eric Andersen2001-05-073-2/+109
* Per comment from Jim McQuillan <jam@mcquil.com>, don't logEric Andersen2001-05-072-4/+4
* Update comment re USE_SYSTEM_PWD_GRPEric Andersen2001-05-071-5/+6
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,Eric Andersen2001-05-077-11/+16
* Another vi update from Sterling Huxley:Eric Andersen2001-05-072-448/+696
* woops, forgot the break statmentGlenn L McGrath2001-05-072-0/+2
* Tolerate -q argument, if -q is passed give a warning and continue rather than...Glenn L McGrath2001-05-074-4/+12
* Actually we dont need to check if the device is nfs as it wont be stat'edGlenn L McGrath2001-05-072-4/+2
* woops, i shouldnt be so presumtuous? about what the error will beGlenn L McGrath2001-05-072-2/+2
* Device may not be a real filenameGlenn L McGrath2001-05-072-20/+32
* Rewrite -c and -b processing to shrink code and eliminate buffer overrun.Matt Kraai2001-05-052-28/+8
* include libbb.h after other includesGlenn L McGrath2001-05-051-3/+2
* Larry's variant on Evin Robertson's fix to what I messed upEric Andersen2001-05-042-2/+2
* Larry suggested using concat_path_file() would be an even safer betEric Andersen2001-05-043-9/+9
* Wrote documentation and scripts for creating a busybox boot floppy. Initial r...Mark Whitley2001-05-0411-0/+445
* Don't reset parents context when we encounter an terminator. FixesMatt Kraai2001-05-042-2/+0
* Fix a buffer overflow. Which accounted for the size of the path, plus the theEric Andersen2001-05-042-2/+2
* If it fails to run a builtin, let it fall through toEric Andersen2001-05-042-2/+0
* Fix two bugs reported by Ralph Jones.Matt Kraai2001-05-042-6/+14
* A todo update from larry to acknowledge the existance of hushEric Andersen2001-05-031-11/+12
* devfs does not support creation of regular files. So change theEric Andersen2001-05-032-12/+6
* Remove summary header. Not present in GNU or SUSv2.Matt Kraai2001-05-032-4/+2
* Move up waitpid error check so that errno isn't clobbered by tcsetpgrp.Matt Kraai2001-05-022-6/+6
* Canonicalize path before trying to unmount it.Matt Kraai2001-05-022-2/+12
* Fix bug #1108 by always canonicalizing arguments.Matt Kraai2001-05-022-26/+32