aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Argh. Now we break non-pristine builds. Check a bit more carefully.Eric Andersen2001-05-012-2/+2
* Oops. The dangers of applying patches by hand...Eric Andersen2001-05-011-1/+1
* Another hush update from Larry:Eric Andersen2001-05-012-10/+26
* A patch from Larry to fix pristine source builds (again).Eric Andersen2001-05-013-3/+3
* Some more hush.c updates from Larry Doolittle.Eric Andersen2001-04-302-26/+92
* Oops. I was a bit too hasty and also changed applet_name.Eric Andersen2001-04-302-2/+2
* Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley2001-04-3013-90/+77
* These messages can be .rodata, so make them even more const.Eric Andersen2001-04-303-38/+38
* These do not need initial values. Let them live in the bss.Eric Andersen2001-04-304-6/+6
* Per suggestion by Matt, make sh.c a real target. There is noEric Andersen2001-04-301-4/+4
* Fix user permissions of copied directories.Matt Kraai2001-04-301-1/+8
* Simplify permission handling for FIFOs.Matt Kraai2001-04-301-12/+1
* Fix exit status when there is an error copying a file.Matt Kraai2001-04-301-1/+1
* Logic reversal for last_char_isGlenn L McGrath2001-04-292-2/+2
* fix to applet_source_list rule so Debian package continues to buildDavid Kimdon2001-04-281-1/+1
* Matt was complaining. Hopefully this helps the sh.c link situationEric Andersen2001-04-271-4/+4
* Terminate source correctly when copying symlink. Report and patch byMatt Kraai2001-04-271-2/+3
* Use BUFSIZ for the_command to match size used in cmdeditEric Andersen2001-04-272-2/+2
* An update to hush from Larry:Eric Andersen2001-04-272-188/+40
* Be a bit more sneaky about the sh.c symlink so you don't need toEric Andersen2001-04-261-2/+4
* Ignore some generated filesEric Andersen2001-04-262-1/+2
* This is the initial checkin of Larry Doolittle's hush.c, using hisEric Andersen2001-04-264-1935/+4383
* Disable lashEric Andersen2001-04-264-0/+4