aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Some more job control updates. It will now sucessfully backgroundEric Andersen2001-05-022-92/+148
* Don't treat newline as pipe separator when processing substitutions.Matt Kraai2001-05-022-2/+8
* Use .png for images (removing all .gifs) and make them all 90x36Eric Andersen2001-05-0211-7/+7
* Fix $(...) construction. Noted and patched by Larry DoolittleMatt Kraai2001-05-022-0/+2
* First pass at getting job control working. This gets the infrastructureEric Andersen2001-05-022-26/+284
* Use the current pgrp, not pid, when resetting the foreground process group.Matt Kraai2001-05-022-2/+2
* Don't segfault if the first word is the empty string.Matt Kraai2001-05-022-4/+8
* Another update from Larry:Eric Andersen2001-05-022-34/+38
* Skip headers with empty filenames, rather than stopping.Matt Kraai2001-05-012-2/+2
* Another refinement, this time from Larry.Eric Andersen2001-05-012-2/+2