platform/upstream/busybox.git
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:
2001-04-26 Eric AndersenBe a bit more sneaky about the sh.c symlink so you...
2001-04-26 Eric AndersenIgnore some generated files
2001-04-26 Eric AndersenThis is the initial checkin of Larry Doolittle's hush...
2001-04-26 Eric AndersenDisable lash
2001-04-26 Eric AndersenThese days busybox.pod is autogenerated, so it should...
2001-04-26 Eric AndersenA fix from Larry for a corner case where insmod could...
2001-04-26 Matt KraaiFix handling of permission addition and removal (e...
2001-04-26 Eric AndersenDoh. I never allocated storate for the struct stat...
2001-04-26 Matt KraaiFix handling of -R flag.
2001-04-26 Eric AndersenAnother nice cleanup from Larry. This adds a new last_...
2001-04-26 Eric AndersenAs Larry pointed out, this the off by one canbe fixed...
2001-04-26 Eric AndersenFix a silly off-by-one error noticed by Santiago Garcia...
2001-04-25 Mark WhitleyApplied patch from Larry Doolittle to fix pristine...
2001-04-25 Mark WhitleyRemoved obsoleted BB_FEATURE_RM_INTERACTIVE
2001-04-25 Mark WhitleyApplied patch from I.Q. to add -s to cmp.
2001-04-25 Mark Whitleylibbb.h now includes ../busybox.h. This way, files...
2001-04-25 Eric AndersenSome more cleanups for insmod from Larry.
2001-04-25 Eric AndersenLarry noticed that chown and chgrp has the version...
2001-04-25 Mark WhitleyMoved some #ifdefs down below #include "busybox.h"...
2001-04-25 Mark WhitleySync'ed up the olympus section between this and stock...
2001-04-25 Mark WhitleyFixed a BB_MTAB #define buglet reported by Magnus Damm.
2001-04-25 Eric AndersenMove messages.c to libbb. Make each string in messages...
2001-04-24 Eric AndersenCleanup more carefully after pod2html
2001-04-24 Eric AndersenSeveral cleanups from Larry.
2001-04-24 Matt KraaiRewrote rm.
2001-04-24 Eric AndersenSplit up chmod_chown_chgrp.c into 3 separate apps....
2001-04-24 Matt KraaiUpdate applet define from BB_CP_MV to BB_CP and BB_MV.
2001-04-24 Matt KraaiUse generic flag names.
2001-04-24 Matt KraaiMove applet_name declaration from busybox.h to libbb.h.
2001-04-23 Mark WhitleyApplied patch from Larry Doolittle to remove some strle...
next