oweals/busybox.git
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...
2001-04-23 Matt KraaiRemove file obsoleted by cp/mv rewrite.
2001-04-23 Matt KraaiRewrite cp and mv to be SUSv2 compliant.
2001-04-23 Mark WhitleyReversed last patch; unnecessary.
2001-04-23 Mark WhitleyAdded a sanity check to fix weird bug exposed when...
2001-04-23 Matt KraaiChange link order so that libbb functions use libpwd...
2001-04-23 Eric AndersenSome patches from Gennady Feldman. Fixed a glob proble...
2001-04-23 Eric AndersenA patch from Marc Karasek and Kanoj (kernel serial...
2001-04-23 Glenn L McGrathSimplify file_prefix handling, and use of *dir variable.
2001-04-23 Matt KraaiSimplify pathname building, in which a bug was noted...
2001-04-21 Glenn L McGrathFix horrible, horrible memmory leak. I wondered why...
2001-04-21 Glenn L McGrathClearly define out exclude list code, as recommended...
2001-04-20 Mark WhitleyFixed a buglet where an extra newline was being added...
2001-04-20 Mark WhitleyMade a correction to a bad test expression. Props to...
2001-04-20 Mark WhitleyApplied patch from Larry Doolittle to give users the...
2001-04-20 Glenn L McGrathSet permissions of created file
2001-04-19 Eric AndersenThis has two patches. First it moves interface.c to...
2001-04-19 Matt KraaiFix buffer underrun noted and solved by Larry Doolittle.
2001-04-18 Eric AndersenMove real_loop.h to libbb, where it belongs.
2001-04-18 Eric AndersenAdd types for the inline funcs, thanks to Ralph Siemsen...
2001-04-18 Matt KraaiEliminate spurious warning, convert to getopt, and...
2001-04-18 Matt KraaiFix a number of problems with argument handling.
2001-04-18 Matt KraaiEliminate a segfault when called on an existing file...
2001-04-18 Matt KraaiEliminated seeks so that we work correctly on pipes...
2001-04-18 Glenn L McGrathFix zcat/gunzip when reading from stdin
2001-04-17 John Beppu- updated busybox_header.pod by adding adjtimex to...
2001-04-17 Mark WhitleyApplied patch from I.Q. to add sort -u as a feature.
2001-04-17 Mark WhitleyChanged line[strlen(line) - 1] = '\0'; to chomp(line);
2001-04-17 Mark WhitleyApplied a patch from Laurence Anderson to fix the wget...
2001-04-17 Mark WhitleyApplied patch from I.Q. to fix problem with sort -n.
2001-04-17 Mark WhitleyAdded some help messages.
2001-04-17 Mark WhitleyThe tiniest of bracket-placement fixes.
2001-04-17 John Beppu- usage.h
2001-04-17 Matt KraaiConvert mount to use getopt.
2001-04-17 Matt KraaiFurther cleanup of mount option handling.
2001-04-17 Matt KraaiFix -a support (broken by previous patch).
2001-04-17 Matt KraaiFix segfault on `mount -t nfs' reported by Gratien...
2001-04-16 Eric AndersenSeveral fixes from Sterling Huxley for the vi applet.
2001-04-16 Glenn L McGrathWrite full status file
2001-04-16 Glenn L McGrathdpkg improvements, use full package struct, avoid extra...
2001-04-15 Glenn L McGrathDocument new dpkg-deb funtions
2001-04-15 Glenn L McGrathuntar changed to allow deb_extract to extract to memory...
2001-04-15 Glenn L McGrathNEw functions read_package_field and read_text_file_to_...
2001-04-15 Glenn L McGrathReads a field from a debian control (status or availabl...
2001-04-15 Glenn L McGrathRead a FILE* till an empty line or eof and return it...
2001-04-14 Eric AndersenHandle endian-ness. Patch from Paul J.Y. Lahaie <pjlah...
2001-04-13 Matt KraaiFix infinite loop and reallocate if too many modules.
2001-04-13 Glenn L McGrathdpkg-deb -f and partial -I commands, adds 600 bytes
2001-04-12 Matt KraaiFix dos2unix/tr problem noted by Larry Doolittle.
next