oweals/busybox.git
2001-05-15 Eric AndersenThis patch from Adam Heath <doogie@debian.org>, makes...
2001-05-15 Eric AndersenPatch from Vladimir:
2001-05-15 Eric AndersenOops. I left in some debug noise.
2001-05-15 Eric AndersenWrite set_local_var() and fixup lookup_param() so you...
2001-05-15 Eric AndersenThis patch covers one big part of variable handling.
2001-05-15 Matt KraaiFix incorrect length passed to accept noted by Larry...
2001-05-14 Mark WhitleyAdded some testcases for grep and sed (many more could...
2001-05-14 Mark Whitley...Need to print just a few more newlines.
2001-05-14 Eric AndersenA compromise solution for insmod
2001-05-14 Mark Whitley...And now that we're chomping lines, we need to re...
2001-05-14 Mark WhitleyWe will chomp() lines so REG_NEWLINE does not break...
2001-05-14 Mark WhitleyFixed a subtle bug in the handling of -l and -c flags.
2001-05-14 Mark WhitleyAdded REG_NEWLINE as cflags to xregcomp for normal...
2001-05-14 Matt KraaiFollow symbolic links when searching for modules.
2001-05-14 Eric AndersenPer suggestion from Vladimir, eliminate check_wildcard_...
2001-05-14 Matt KraaiAdd missing periods and delete superfluous whitespace.
2001-05-13 Eric AndersenDo not ever change permissions on existing directories...
2001-05-13 Eric AndersenWhen doing a 'wget -O -' turn on the quiet flag, lest...
2001-05-13 Eric AndersenA patch from Aaron Lehmann <aaronl@vitelus.com> to...
2001-05-13 Eric AndersenMake the locale stuff only do the getpid==1 check if...
2001-05-11 Mark WhitleyAdded support for 'r' command in sed.
2001-05-11 Eric AndersenFix up some silly warnings
2001-05-11 Eric AndersenFix a segfault in lash, hush, and cmdedit. Each of...
2001-05-11 Eric AndersenUse xgetcwd
2001-05-11 Eric AndersenFix the chown usage text, also thanks to Lars Kellogg...
2001-05-11 Eric AndersenThis patch from Lars Kellogg-Stedman, fixes the behavior of
2001-05-11 Matt KraaiCheck that putenv succeeded, suggested by Jonas Holmberg.
2001-05-11 Matt KraaiFix env usage information.
2001-05-11 Matt KraaiFix handling of '-' option and way that variables are...
2001-05-11 Matt KraaiFix symlink removal problem noted by Erik Andersen.
2001-05-10 Matt KraaiAdd installation instructions from Tomas Pospisek ...
2001-05-09 Matt KraaiMake stdio functions which can be interrupted by the...
2001-05-09 Eric AndersenBump version to 0.52pre
2001-05-08 Eric AndersenA few more structural updates for job control.
2001-05-08 Eric AndersenFix a stupid segfault caused by dereferencing a NULL...
2001-05-07 Eric AndersenThis patch from Evin Robertson <nitfol@my-deja.com...
2001-05-07 Eric AndersenThis syncs things with Vladimir's latest patches. ...
2001-05-07 Eric AndersenThis is Vladimir's update to last_char_is(). Since...
2001-05-07 Eric AndersenSilence cut so it doesn't whine during compilation
2001-05-07 Eric AndersenA patch from Vladimir to simplify chomp()
2001-05-07 Eric AndersenA patch from Vladimir to simplify concat_path_file...
2001-05-07 Eric AndersenA patch from Vladimir to use last_char_is(), and a...
2001-05-07 Eric AndersenPatch from Vladimir to use last_char_is to simplify...
2001-05-07 Eric AndersenPatch from Vladimir to remove testing stuff from stty
2001-05-07 Eric AndersenA bug fix from Vladimir for a memory leak I stupidly
2001-05-07 Eric AndersenMore hush updates from Larry:
2001-05-07 Eric AndersenPatch from Jim McQuillan to pass the terminal type...
2001-05-07 Eric AndersenPer comment from Jim McQuillan <jam@mcquil.com>, don...
2001-05-07 Eric AndersenUpdate comment re USE_SYSTEM_PWD_GRP
2001-05-07 Eric AndersenPer some comments from Lars Kellogg-Stedman <lars@larss...
2001-05-07 Eric AndersenAnother vi update from Sterling Huxley:
2001-05-07 Glenn L McGrathwoops, forgot the break statment
2001-05-07 Glenn L McGrathTolerate -q argument, if -q is passed give a warning...
2001-05-07 Glenn L McGrathActually we dont need to check if the device is nfs...
2001-05-07 Glenn L McGrathwoops, i shouldnt be so presumtuous? about what the...
2001-05-07 Glenn L McGrathDevice may not be a real filename
2001-05-05 Matt KraaiRewrite -c and -b processing to shrink code and elimina...
2001-05-05 Glenn L McGrathinclude libbb.h after other includes
2001-05-04 Eric AndersenLarry's variant on Evin Robertson's fix to what I messed up
2001-05-04 Eric AndersenLarry suggested using concat_path_file() would be an...
2001-05-04 Mark WhitleyWrote documentation and scripts for creating a busybox...
2001-05-04 Matt KraaiDon't reset parents context when we encounter an termin...
2001-05-04 Eric AndersenFix a buffer overflow. Which accounted for the size...
2001-05-04 Eric AndersenIf it fails to run a builtin, let it fall through to
2001-05-04 Matt KraaiFix two bugs reported by Ralph Jones.
2001-05-03 Eric AndersenA todo update from larry to acknowledge the existance...
2001-05-03 Eric Andersendevfs does not support creation of regular files. ...
2001-05-03 Matt KraaiRemove summary header. Not present in GNU or SUSv2.
2001-05-02 Matt KraaiMove up waitpid error check so that errno isn't clobber...
2001-05-02 Matt KraaiCanonicalize path before trying to unmount it.
2001-05-02 Matt KraaiFix bug #1108 by always canonicalizing arguments.
2001-05-02 Eric AndersenSome more job control updates. It will now sucessfully...
2001-05-02 Matt KraaiDon't treat newline as pipe separator when processing...
2001-05-02 Eric AndersenUse .png for images (removing all .gifs) and make them...
2001-05-02 Matt KraaiFix $(...) construction. Noted and patched by Larry...
2001-05-02 Eric AndersenFirst pass at getting job control working. This gets...
2001-05-02 Matt KraaiUse the current pgrp, not pid, when resetting the foreg...
2001-05-02 Matt KraaiDon't segfault if the first word is the empty string.
2001-05-02 Eric AndersenAnother update from Larry:
2001-05-01 Matt KraaiSkip headers with empty filenames, rather than stopping.
2001-05-01 Eric AndersenAnother refinement, this time from Larry.
2001-05-01 Eric AndersenArgh. Now we break non-pristine builds. Check a bit...
2001-05-01 Eric AndersenOops. The dangers of applying patches by hand...
2001-05-01 Eric AndersenAnother hush update from Larry:
2001-05-01 Eric AndersenA patch from Larry to fix pristine source builds (again).
2001-04-30 Eric AndersenSome more hush.c updates from Larry Doolittle.
2001-04-30 Eric AndersenOops. I was a bit too hasty and also changed applet_name.
2001-04-30 Mark WhitleyMade new xreadlink function for libbb and changed apple...
2001-04-30 Eric AndersenThese messages can be .rodata, so make them even more...
2001-04-30 Eric AndersenThese do not need initial values. Let them live in...
2001-04-30 Eric AndersenPer suggestion by Matt, make sh.c a real target. There...
2001-04-30 Matt KraaiFix user permissions of copied directories.
2001-04-30 Matt KraaiSimplify permission handling for FIFOs.
2001-04-30 Matt KraaiFix exit status when there is an error copying a file.
2001-04-29 Glenn L McGrathLogic reversal for last_char_is
2001-04-28 David Kimdonfix to applet_source_list rule so Debian package contin...
2001-04-27 Eric AndersenMatt was complaining. Hopefully this helps the sh...
2001-04-27 Matt KraaiTerminate source correctly when copying symlink. Repor...
2001-04-27 Eric AndersenUse BUFSIZ for the_command to match size used in cmdedit
2001-04-27 Eric AndersenAn update to hush from Larry:
next