aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Silence cut so it doesn't whine during compilationandersen2001-05-072-2/+2
* A patch from Vladimir to simplify chomp()andersen2001-05-071-7/+4
* A patch from Vladimir to simplify concat_path_file() andandersen2001-05-071-11/+7
* A patch from Vladimir to use last_char_is(), and a patch fromandersen2001-05-072-8/+14
* Patch from Vladimir to use last_char_is to simplify du.candersen2001-05-072-12/+10
* Patch from Vladimir to remove testing stuff from sttyandersen2001-05-072-134/+0
* A bug fix from Vladimir for a memory leak I stupidlyandersen2001-05-072-4/+4
* More hush updates from Larry:andersen2001-05-072-38/+108
* Patch from Jim McQuillan to pass the terminal type to the remote host.andersen2001-05-073-2/+109
* Per comment from Jim McQuillan <jam@mcquil.com>, don't logandersen2001-05-072-4/+4
* Update comment re USE_SYSTEM_PWD_GRPandersen2001-05-071-5/+6
* Per some comments from Lars Kellogg-Stedman <lars@larsshack.org>,andersen2001-05-077-11/+16
* Another vi update from Sterling Huxley:andersen2001-05-072-448/+696
* woops, forgot the break statmentbug12001-05-072-0/+2
* Tolerate -q argument, if -q is passed give a warning and continue rather than...bug12001-05-074-4/+12
* Actually we dont need to check if the device is nfs as it wont be stat'edbug12001-05-072-4/+2
* woops, i shouldnt be so presumtuous? about what the error will bebug12001-05-072-2/+2
* Device may not be a real filenamebug12001-05-072-20/+32
* Rewrite -c and -b processing to shrink code and eliminate buffer overrun.kraai2001-05-052-28/+8
* include libbb.h after other includesbug12001-05-051-3/+2
* Larry's variant on Evin Robertson's fix to what I messed upandersen2001-05-042-2/+2
* Larry suggested using concat_path_file() would be an even safer betandersen2001-05-043-9/+9
* Wrote documentation and scripts for creating a busybox boot floppy. Initial r...markw2001-05-0411-0/+445
* Don't reset parents context when we encounter an terminator. Fixeskraai2001-05-042-2/+0
* Fix a buffer overflow. Which accounted for the size of the path, plus the theandersen2001-05-042-2/+2
* If it fails to run a builtin, let it fall through toandersen2001-05-042-2/+0
* Fix two bugs reported by Ralph Jones.kraai2001-05-042-6/+14
* A todo update from larry to acknowledge the existance of hushandersen2001-05-031-11/+12
* devfs does not support creation of regular files. So change theandersen2001-05-032-12/+6
* Remove summary header. Not present in GNU or SUSv2.kraai2001-05-032-4/+2
* Move up waitpid error check so that errno isn't clobbered by tcsetpgrp.kraai2001-05-022-6/+6
* Canonicalize path before trying to unmount it.kraai2001-05-022-2/+12
* Fix bug #1108 by always canonicalizing arguments.kraai2001-05-022-26/+32
* Some more job control updates. It will now sucessfully backgroundandersen2001-05-022-92/+148
* Don't treat newline as pipe separator when processing substitutions.kraai2001-05-022-2/+8
* Use .png for images (removing all .gifs) and make them all 90x36andersen2001-05-0211-7/+7
* Fix $(...) construction. Noted and patched by Larry Doolittlekraai2001-05-022-0/+2
* First pass at getting job control working. This gets the infrastructureandersen2001-05-022-26/+284
* Use the current pgrp, not pid, when resetting the foreground process group.kraai2001-05-022-2/+2
* Don't segfault if the first word is the empty string.kraai2001-05-022-4/+8
* Another update from Larry:andersen2001-05-022-34/+38
* Skip headers with empty filenames, rather than stopping.kraai2001-05-012-2/+2
* Another refinement, this time from Larry.andersen2001-05-012-2/+2
* Argh. Now we break non-pristine builds. Check a bit more carefully.andersen2001-05-012-2/+2
* Oops. The dangers of applying patches by hand...andersen2001-05-011-1/+1
* Another hush update from Larry:andersen2001-05-012-10/+26
* A patch from Larry to fix pristine source builds (again).andersen2001-05-013-3/+3
* Some more hush.c updates from Larry Doolittle.andersen2001-04-302-26/+92
* Oops. I was a bit too hasty and also changed applet_name.andersen2001-04-302-2/+2
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-3013-90/+77