oweals/busybox.git
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-03-13 Manuel Novoa... I redid route.
2004-03-13 Eric AndersenUpdate docs for start_stop_daemon to match reality...
2004-03-13 Eric AndersenFix some doc generation problems
2004-03-12 Eric AndersenHideki IWAMOTO writes:
2004-03-12 Eric AndersenFix some goofy formatting
2004-03-12 Eric AndersenAdd prototypes for safe_strtol and friends
2004-03-12 Eric AndersenFix awk entry, which was not showing up in BusyBox...
2004-03-11 Eric AndersenPaul Mundt, lethal at linux-sh dot org writes:
2004-03-10 Glenn L McGrathPatch from Thomas Frohlich to fix an option ordering...
2004-03-10 Glenn L McGrathWhen displaying the size in 1kB blocks round up if...
2004-03-10 Glenn L McGrathPatch by Seth W. Klein, the -l switch was reversed
2004-03-10 Manuel Novoa... In spite of the feature freeze, check in a complete...
2004-03-09 Eric AndersenNote that /proc must be mounted for filesystem type...
2004-03-09 Eric AndersenDavid Anders (prpplague) submitted this patch to allow...
2004-03-08 Manuel Novoa... Fix broken sort order flags.
2004-03-08 Manuel Novoa... My bug. :-(
2004-03-06 Eric AndersenFix/eliminate use of atol
2004-03-06 Glenn L McGrathPatch from Matt Kraai to fix debian bug number 231994.
2004-03-06 Glenn L McGrathWoops, how did that get in there
2004-03-06 Manuel Novoa... Don't build these support functions for uClibc, as...
2004-03-05 Glenn L McGrathPatch from John Powers, adds multicast (rfc2090) and...
2004-03-05 Glenn L McGrathPatch from duane no-name, optionally request additional...
2004-03-05 Glenn L McGrathPatch by Andrew Victor,
2004-03-05 Glenn L McGrathFix a typo, patch by Andrew Victor
2004-03-05 Glenn L McGrathPatch from Tony J. White to allow paths to be configured
2004-03-05 Glenn L McGrathPatch by Denis Vlasenko to add forground support.
2004-03-05 Glenn L McGrathFix debugging output, patch by Hideki IWAMOTO
2004-03-05 Glenn L McGrathPatch by Felipe Kellermann to fix a compiler compatabil...
2004-03-05 Glenn L McGrathPatch from Steven Scholz to fix compiler warnings
2004-03-05 Glenn L McGrathNew applet, eject, by Peter Willis
2004-03-05 Glenn L McGrathClose bracket in description from Peter Willis's eject...
2004-03-05 Glenn L McGrathPatch from Vernon Sauder.
2004-03-03 Glenn L McGrathFix a compile error identiefied by Steven Scholz.
2004-03-01 Glenn L McGrathCheck file has execute permission for the current user...
2004-02-26 Glenn L McGrathQuick fix for tftp truncation bug
2004-02-25 Glenn L McGrathPatch from Denis Dowling to fix a ocuple of usage entries
2004-02-25 Glenn L McGrathFix option handling, -i or -t must be given, if both...
2004-02-24 Eric AndersenJoe.C, joe at numa dot com dot tw writes:
2004-02-23 Eric AndersenPrepare for release 1_00_pre8
2004-02-23 Glenn L McGrathbb_full_fd_action was incorrectly returning an error...
2004-02-22 Eric AndersenBump up version in preparation for -pre8
2004-02-22 Eric AndersenFernando Silveira writes:
2004-02-22 Glenn L McGrathFix from Paul Kortekaas for syslog -C option, size...
2004-02-22 Glenn L McGrathPatch from Dmitry Zakharov, this line was missedfrom...
2004-02-22 Eric AndersenFor the time being, revert the changes for detecting...
2004-02-22 Glenn L McGrathPatch from Chris Larson (kergoth), to allow multiple...
2004-02-22 Glenn L McGrathPatch from Vodz, cleanup memory usage, send strdup...
2004-02-22 Glenn L McGrathVodz. last_patch_128
2004-02-22 Glenn L McGrathPatch from James Zhu, telnetd window resizing support.
2004-02-22 Glenn L McGrathUse bb_getopt_ulflags, marginal saving, better argument...
2004-02-22 Glenn L McGrathUse /var/lib/hwclock for adjtime, its really a state...
2004-02-22 Glenn L McGrathPatch from Florian Schirmer. compile fix for debug...
2004-02-22 Glenn L McGrathPatch from Hideki IWAMOTO, output debugging messages...
2004-02-22 Glenn L McGrathremove duplicate header declarations
2004-02-22 Glenn L McGrathFixup braces (patch from Thomas Geulig), run through...
2004-02-22 Glenn L McGrathThomas Geulig, remove duplicate header
2004-02-22 Glenn L McGrathUpdate usage for ftpget and ftpput
2004-02-22 Glenn L McGrathPtch by Hideki IWAMOTO, fix a bug preventing tftp from...
2004-02-22 Glenn L McGrathReturn 1 upon failure
2004-02-22 Glenn L McGrathNo need to check proxy env variable twice, ignore proxy...
2004-02-21 Glenn L McGrathSometimes i get carried away with the use of function...
2004-02-21 Glenn L McGrathUse return instead of exit, use == instead of & ==...
2004-02-20 Eric AndersenDocument missing cp options
2004-02-20 Glenn L McGrathFix up hard links
2004-02-20 Glenn L McGrathA strict interpretation of the ustar format requires...
2004-02-19 Glenn L McGrathAdd extra comments, freakout if a pax archive is encout...
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-02-19 Eric AndersenChris Larson (kergoth) writes:
2004-02-18 Glenn L McGrathDont use same variable and struct name
2004-02-18 Glenn L McGrathFormatting
2004-02-18 Glenn L McGrathremove debugging
2004-02-18 Manuel Novoa... Patch from OpenWrt.
2004-02-18 Rob LandleyAdd -i option to sed, to edit files in-place.
2004-02-18 Manuel Novoa... Fix vstype[] to match VS* defines. Patch from OpenWrt...
2004-02-17 Eric AndersenRemove the unused CONFIG_FEATURE_HTTPD_SET_CGI_VARS_TO_...
2004-02-17 Eric AndersenMark Lord writes:
2004-02-17 Glenn L McGrathAdd the -r option, patch from Rob with some help from...
2004-02-17 Glenn L McGrathRemove debugging
2004-02-17 Glenn L McGrathDont strip trailing '/' until _after_ i test to set...
2004-02-17 Manuel Novoa... Patch from Florian Schirmer <jolt@tuxbox.org>. When...
2004-02-17 Glenn L McGrathWoops, im getting ahead of myself, we dont have the...
2004-02-17 Glenn L McGrathdefine option names to be clearer, simplify nested...
2004-02-14 Eric AndersenAvoid naming conflict with symbol in newer glibc headers
2004-02-13 Eric AndersenAccomodate the fact that newer libc versions may in...
2004-02-10 Eric Andersenoops. Leave the default feature set enbled for now...
2004-02-10 Eric AndersenInitial effort at disabling job control as well
2004-02-10 Eric AndersenSupport disabling pipe and redirect support
2004-02-09 Eric AndersenUpdate URL
2004-02-09 Eric AndersenBuffalo appears to have resolved their GPL problems
2004-02-06 Eric AndersenRichard Kojedzinszky writes:
2004-02-06 Eric AndersenPatch from vodz, based on bug report from Richard Kojed...
2004-02-06 Eric AndersenMake the loop support stuff be much less evil, and...
2004-02-06 Eric AndersenEliminate use of a kernel scsi header file.
2004-02-05 Manuel Novoa... Make sure stdlib.h is always included before dmalloc...
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-02-05 Eric AndersenVladimir N. Oleynik writes:
2004-02-05 Eric AndersenElaborate on CONFIG_SELINUX, and explain that most...
2004-02-04 Eric AndersenGrammar fix
2004-02-04 Eric AndersenMinor grammar fixup
next