Busybox modprobe has a couple of irritating quirks:
[oweals/busybox.git] / coreutils /
2003-09-02 Glenn L McGrathmove all "-/bin/sh" "/bin/sh" and "sh" to libbb/message...
2003-08-29 Glenn L McGrathvodz, last patch 103
2003-08-26 Glenn L McGrathWoops, depend on SHA1 not the option
2003-08-26 Glenn L McGrathSHA1 options depend on SHA1
2003-08-19 Glenn L McGrathTypo
2003-08-13 Manuel Novoa III Remove unnecessary pointer dereference.
2003-08-09 Manuel Novoa III Adjust Erik's change, as I don't claim copyright of...
2003-08-08 Eric AndersenRemove unnecessary defamatory comment
2003-08-08 Eric AndersenFix a stupid bug I introduced several months ago
2003-07-28 Eric Andersenlast_patch98 from vodz:
2003-07-26 Eric AndersenThere should be only one instance of CONFIG_FEATURE_AUT...
2003-07-23 Manuel Novoa III Set the tm_isdst flag to -1 before calling mktime(...
2003-07-22 Eric Anderseneliminate DOSTATIC, DODEBUG, etc and name them sensibly
2003-07-22 Eric AndersenRemove remaining libc5 support code
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-07-14 Eric AndersenPatch from Thomas Cameron:
2003-07-14 Eric AndersenMichael Sternberg writes:
2003-07-05 Eric AndersenPatch from Kent Robotti adding a bunch of needed docs!
2003-07-03 Eric AndersenPatch from Russell Coker:
2003-07-03 Eric AndersenPatch from Kent Robotti adding a bunch of menuconfig...
2003-07-03 Eric AndersenAs implemented, sha1sum would sometimes give the wrong...
2003-06-26 Eric AndersenMake sure we end up with a unix2dos link to busybox
2003-06-20 Eric AndersenSomewhere in the 2.4.x kernel series, /proc/mounts...
2003-06-20 Eric AndersenAdd prototype update missing from last_patch89. Fix...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-06-08 Glenn L McGrathsha1sum option to compare checksums
2003-06-07 Glenn L McGrathBetter error handling
2003-06-07 Glenn L McGrathMinor correction
2003-06-07 Glenn L McGrathFix bug (wrong value computed) when reading file from...
2003-06-07 Glenn L McGrathRun through indent
2003-05-26 Eric Andersencleanup a bit to remove needless verify() function
2003-05-26 Glenn L McGrathVodz, last_patch_86
2003-04-27 Glenn L McGrathUse bb_xgetlarg
2003-04-27 Glenn L McGrathNew applet, fold
2003-04-04 Eric AndersenAdd more help text
2003-04-04 Eric AndersenTest that cvs commit messages are working properly
2003-04-03 Manuel Novoa III Fix 'thinko'.
2003-03-28 Eric Andersentrivial fix to make sure we have sufficient arguments...
2003-03-23 Manuel Novoa III Oops... had != but meant ==.
2003-03-19 Manuel Novoa III Restrict octal perms to <= 07777. Cosmetic error messa...
2003-03-19 Manuel Novoa III Things my compiler didn't catch...
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-17 Glenn L McGrathFix for big endian machines
2003-02-17 Glenn L McGrathNew applet sha1sum
2003-02-15 Glenn L McGrathMerge fileutils, textutils and shellutils into coreuils
2003-02-08 Glenn L McGrathPatch from mathuria, compatability with solaris
2003-01-14 Eric Andersenlast_patch75_2 from vodz,
2003-01-06 Glenn L McGrathCorrect column width for tab completion and ls
2002-12-23 Glenn L McGrathSupport the obsolete '+' option
2002-12-11 Eric AndersenAdd missing header file to squash a warning
2002-12-10 Glenn L McGrathFix undefined behaviour and save some bytes as suggeste...
2002-12-10 Glenn L McGrathRealpath applet
2002-12-06 Eric AndersenFixup buffer allocation
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2002-11-28 Glenn L McGrathStyle
2002-11-28 Glenn L McGrathWoops, forgot they printout applet name as well....
2002-11-28 Glenn L McGrathUse error_msg instead of fprintf(stderr
2002-11-28 Glenn L McGrathUse printf instead of fprintf(stdout
2002-11-24 Glenn L McGrathWhen making parent directories set permissions based...
2002-11-10 Glenn L McGrathWill the real od.c please stand up! (my previous commit...
2002-11-10 Glenn L McGrathPrevent a segfault if no argument, by Geoffrey Lee...
2002-10-10 Eric Andersenlast_patch59 from vodz to cleanup chmod and correctly...
2002-09-30 Eric AndersenVodz' last_patch57:
2002-09-28 Glenn L McGrathmake_directory() will fail instantly so we dont need...
2002-09-17 Eric AndersenSane-ify the screen clearing stuff.
2002-09-16 Glenn L McGrathWatch applet by Michael Habermann
2002-08-23 Aaron Lehmannmove some globals to bss
2002-08-23 Glenn L McGrathRun through indent, fix comments
2002-08-23 Glenn L McGrathRun through indent, fix comments
2002-08-23 Glenn L McGrathRun through indent, specify cast
2002-08-23 Glenn L McGrathRun through indent
2002-08-22 Glenn L McGrathRun through indent, fix BB_ define
2002-08-05 Robert Griebl- updated a few copyright/left file headers
2002-07-30 Robert GrieblAdded the -I (isofmt) options to date, which comes...
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2002-07-11 Eric AndersenFixup warnings and undefined operations that show up...
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-07-03 Eric AndersenLittle fix to avoid overflow
2002-06-23 Aaron LehmannRemove advertising clauses in accordance with
2002-06-15 Eric AndersenFix a potential macro expansion problem... isspace...
2002-06-15 Eric AndersenDon't use pointless GNU-isms
2002-06-06 Eric Andersenlast_patch41 from vodz to fix stty -F and similar
2002-05-29 Manuel Novoa III Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
2002-05-27 Robert GrieblAdded include for isdigit(); simplified -<num> detection
2002-05-17 Robert GrieblSUpport old style -[::digit::] options for head and...
2002-05-01 Tim Rikerfix and shrink uuencode
2002-04-27 Eric AndersenFix silly combinitorial oversight
2002-04-27 Eric AndersenSupport noerror option
2002-04-26 Eric AndersenAdd the who applet, supplied by Da Chen <dchen@ayrnetwo...
2002-04-17 Eric Andersenls could mis-color certain entries when previous commands
2002-04-13 Eric AndersenUpdate some missing copyright notices
2002-04-06 Eric AndersenPatch from Edward Betts <edward@debian.org> to add...
2002-04-06 Eric AndersenApply lash_patch35 from vodz, which brings several...
2002-03-25 Manuel Novoa III Work around compiler/assembler problem and reduce code...
2002-03-20 Eric AndersenEliminate extra trailing space
2002-03-20 Eric AndersenPatch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl...
2002-03-08 Matt Kraailist_single: Declare scratch iff CONFIG_FEATURE_LS_USER...
2002-03-08 Matt Kraai* fileutils/ls.c (showfiles): Display multiple short...
2002-02-05 Matt Kraai* fileutils/dd.c (dd_main): Ignore ftruncate error...
2001-12-20 Matt KraaiRemove `== TRUE' tests and convert `!= TRUE' and `...
next