it should work even if you don't assign a pidfile
[oweals/busybox.git] / coreutils /
2003-12-08 Glenn L McGrathBring usage upto date, patch by Steven Scholz
2003-11-27 Glenn L McGrathFix a bug, ignore the source path when installing to...
2003-11-21 Glenn L McGrathAs we no longer use function pointers for read in commo...
2003-11-20 Glenn L McGrathFix up the -s option, and make usage consitent with...
2003-11-18 Glenn L McGrathwoops, we needed that function
2003-11-18 Glenn L McGrathOnly use getopt and associated flags if checking is...
2003-11-18 Glenn L McGrathReplaced by md5_sha1_sum.c
2003-11-18 Glenn L McGrathReplaced by md5_sha1_sum.c
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...
2003-11-07 Eric AndersenAs vodz pointed out, setting unset_env to NULL is suffi...
2003-11-06 Glenn L McGrathRewrite, 800+ bytes smaller and more robust.
2003-11-04 Eric AndersenFix oversight with CONFIG_FEATURE_AUTOWIDTH handling
2003-11-03 Eric AndersenSet unset_env pointing to a NULL item, to prevent us...
2003-10-31 Glenn L McGrathMove the tail -c option from FANCY_TAIL to the default...
2003-10-31 Glenn L McGrathRemove config options for sort -u and sort -r, they...
2003-10-29 Glenn L McGrathAccept the -c option and do nothing
2003-10-22 Eric AndersenDisable any buffering to stdout
2003-10-22 Eric AndersenAndreas Mohr writes:
2003-10-09 Glenn L McGrathPatch from Steven Scholz, fix some warnings
2003-09-24 Glenn L McGrathAdd the -d option
2003-09-24 Glenn L McGrathAdd the "install" applet, move get_ug_id to libbb as...
2003-09-15 Eric AndersenBe entirely consistant when using ioctl(0, TIOCGWINSZ...
2003-09-08 Glenn L McGrathPatch from Jean Wolter
2003-09-08 Glenn L McGrathPreserve suid/sgid bits
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...
next