aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-08-26Removed some debug printfssandman1-4/+0
git-svn-id: svn://busybox.net/trunk/busybox@7264 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-26Syncronise some build files with busybox-cvs-20030819bug15-45/+159
git-svn-id: svn://busybox.net/trunk/busybox@7263 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-26Woops, depend on SHA1 not the optionbug11-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@7262 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-26SHA1 options depend on SHA1bug11-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@7261 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-26Fix overflow for machines greater than 4GB, return unsigned int to avoidbug11-5/+6
a cast and for greater accuracy. git-svn-id: svn://busybox.net/trunk/busybox@7260 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-22"staywithu" writes:andersen2-5/+5
In BusyBox v1.00-pre2, commands like ls, df with -h option report a wrong file size for files larger than 4GBtye!! For example, when I execute 'ls -l', it reports -rw-r--r-- 1 root root 5368709120 Aug 17 2003 large_stream.tp when I execute 'ls -lh', I expect that -rw-r--r-- 1 root root 5.0G Aug 17 2003 large_stream.tp but it reports -rw-r--r-- 1 root root 1.0G Aug 17 2003 large_stream.tp I fixed this bug that... Line 31 in libbb/human_readable.c and line 275 include/libbb.h const char *make_human_readable_str(unsigned long size => const char *make_human_readable_str(unsigned long long size It's OK! git-svn-id: svn://busybox.net/trunk/busybox@7253 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-22trivial doc fixandersen1-2/+3
git-svn-id: svn://busybox.net/trunk/busybox@7252 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-22Fixup 'make clean' to properly clean the _install directoryandersen1-5/+5
git-svn-id: svn://busybox.net/trunk/busybox@7250 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-19Typobug11-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@7223 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-14Change hardlink handling for tar to work the same way as cpiobug12-44/+46
git-svn-id: svn://busybox.net/trunk/busybox@7208 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-14Fix a bug reported by junkio@cox.net involving the mode_chars index.mjn31-1/+6
git-svn-id: svn://busybox.net/trunk/busybox@7207 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-13Patch from Paul Mundt (lethal) adding sh64 insmod support for busyboxandersen1-10/+72
git-svn-id: svn://busybox.net/trunk/busybox@7205 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-13Rewrite timescmd() function to avoid the use of floating point and tomjn31-16/+24
correct a bug in the seconds display where something like 65 seconds would be output as "1m65.000000s". git-svn-id: svn://busybox.net/trunk/busybox@7204 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-13Remove unnecessary pointer dereference.mjn31-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@7203 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-12fix style sheet so site doesn't look like crap with IEandersen1-1/+0
git-svn-id: svn://busybox.net/trunk/busybox@7201 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-09Adjust Erik's change, as I don't claim copyright of the applet.mjn31-2/+0
git-svn-id: svn://busybox.net/trunk/busybox@7192 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Move shell descriptions to the config systemandersen1-30/+0
git-svn-id: svn://busybox.net/trunk/busybox@7191 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Use the new 'select' option to make the shell configandersen1-38/+27
much less evil and far more obvious. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7190 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Begin using the new "select" option. Good stuff!andersen1-8/+30
git-svn-id: svn://busybox.net/trunk/busybox@7189 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Implement a minimalist 'last' which allows the LEAF project toandersen6-93/+120
no longer need dumtp. Remove the 'dumtp' applet. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7188 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08quiet some noiseandersen1-0/+2
git-svn-id: svn://busybox.net/trunk/busybox@7187 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Kent Robotti noted that mt.c uses "rewind" not "rew"andersen1-1/+12
git-svn-id: svn://busybox.net/trunk/busybox@7186 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Patch from Kent Robotti to being fdisk in sync with v2.12 final.andersen1-6/+10
git-svn-id: svn://busybox.net/trunk/busybox@7185 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Remove unnecessary defamatory commentandersen1-12/+1
git-svn-id: svn://busybox.net/trunk/busybox@7182 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-08Fix a stupid bug I introduced several months agoandersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@7181 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Begin preparing for another releaseandersen1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@7178 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Latest dash update from vodzandersen3-528/+910
git-svn-id: svn://busybox.net/trunk/busybox@7177 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Patch from Eric Spakman to update "run-parts" help text in Config.in.andersen1-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@7176 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Eric Spakman writes:andersen1-7/+11
The attached patch adds "mtu" and "hwaddress" to the inet6 method and "mtu", "hwaddr" and "pointopoint" to the inet4 method (just like in the ifupdown part). Note: "hwaddress" can't be used with the busybox ip applet (this function isn't implemented in bb ip yet), but it can be of use with an external "full blown" ip package. The patch also removes "label" from the loopback configuration, labels (subinterfaces) aren't used with loopback interfaces. It further solves a problem in the bootp method, "ifconfig down %interface%" should be "ifconfig %interface% down" and it's now also possible to use ip with bootp. The patch is fully tested with both busybox ip and "stand-alone" ip and I didn't saw any problems. git-svn-id: svn://busybox.net/trunk/busybox@7175 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Patch from vodz:andersen2-10/+96
I wrote: >>I think, fdisk have special ext2lseek special for: >>disk can have size > 4Gb, but all any partitions have < 4Gb and lseek64 >>not require. >>May be best create new configure option for set DOLFS for fdisk applet >>if global DOLFS unset? > Erik Andersen wrote: >Agreed. Using an extra configure option when ! DOLFS >would be a good idea. Ok. Patch attached. git-svn-id: svn://busybox.net/trunk/busybox@7174 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Patch from Steven Scholz:andersen3-2/+20
should we rename the define into CONFIG_FEATURE_HDPARM_HDIO_DMA and use it for "set" and "get" ??? Since although CONFIG_FEATURE_HDPARM_HDIO_GET_DMA is _not_ set I still can use "hdparm -d 1 /dev/hda" to switch the DMA on. Is this desireable or meant to be like that? So how about the applied patch? git-svn-id: svn://busybox.net/trunk/busybox@7173 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Steven Scholz writes:andersen1-1/+0
the output of lsmod (busybox-1.00-pre2) contains IMHO one "\n" too much when using CONFIG_FEATURE_CHECK_TAINTED_MODULE: ~ # lsmod Module Size Used by Tainted: P ds 8364 1 m8xx_pcmcia 5388 1 pcmcia_core 40736 0 [ds m8xx_pcmcia] and this patch from Steven fixes the problem git-svn-id: svn://busybox.net/trunk/busybox@7172 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Sync hdparm -t and -T options with hdparm-5.3, which seemsandersen1-66/+69
to produce sensible results, git-svn-id: svn://busybox.net/trunk/busybox@7171 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Patch from vodz to cleanup libbb/obscure.c:password_check()andersen1-3/+3
to not copy too much data. git-svn-id: svn://busybox.net/trunk/busybox@7170 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Joe.C writes:andersen1-1/+5
I've reported this bug in April and it still exists in 1.00-pre2. So I made patches for both 0.60.x and 1.00-pre2. The patch is very simple, just use strncmp instead of strcmp. Please apply if it is OK. Here's the procedure to test this problem: Create a executable with very long name, say 'test_1234567890123456' and execute it. Try using 'killall' or 'pidof' to find/kill this program. Without this patch, you can't find the program. git-svn-id: svn://busybox.net/trunk/busybox@7169 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06Fixup segfault on 'kill -q'andersen1-5/+5
git-svn-id: svn://busybox.net/trunk/busybox@7168 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-06extern inline is a bad bad thing. kill it (so mkfs_minix.c willandersen1-11/+11
actually compile) git-svn-id: svn://busybox.net/trunk/busybox@7167 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-05Seems I missed a spotandersen2-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@7163 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-05Merge/rework config system per the latest from linux-2.6.0-test2.andersen15-2551/+3447
Fix the config bugs revealed by the updated config system. -Erik git-svn-id: svn://busybox.net/trunk/busybox@7160 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-02Might as well get my name in AUTHORS before 1.0...mjn31-4/+14
git-svn-id: svn://busybox.net/trunk/busybox@7155 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-02Save 0.5K.mjn31-129/+154
git-svn-id: svn://busybox.net/trunk/busybox@7154 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-08-01Remove code that too agressively disabled inlinesandersen1-5/+0
git-svn-id: svn://busybox.net/trunk/busybox@7152 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-31Minor cleanupandersen1-5/+2
git-svn-id: svn://busybox.net/trunk/busybox@7147 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-31Fix bug when handling debian packages.bug11-3/+5
If we read the contents of compressed files within the ar archive, e.g. control.tar.gz, then file position gets all out of whack, so it has to be reset before reading thenext header. git-svn-id: svn://busybox.net/trunk/busybox@7146 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30Remove LRP (now defunct) and replace it with leaf.andersen1-2/+1
git-svn-id: svn://busybox.net/trunk/busybox@7145 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30Update webpage and changelog for releaseandersen3-18816/+603
git-svn-id: svn://busybox.net/trunk/busybox@7143 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30Lars Ekman writes:andersen1-0/+1
When using "losetup" the device is always setup as Read-Only. (I have only tested with the -o flag, but looking at the code the problem seems general) The problem is the "opt" variable in "losetup.c" that is reused in the "set_loop()" call. Clear it before the call and everything is OK; opt = 0; /* <-------- added line */ if (delete) return del_loop (argv[optind]) ? EXIT_SUCCESS : EXIT_FAILURE; else return set_loop (argv[optind], argv[optind + 1], offset, &opt) ? EXIT_FAILURE : EXIT_SUCCESS; } Best Regards, Lars Ekman git-svn-id: svn://busybox.net/trunk/busybox@7142 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30last_patch100 from vidz updating fdisk to 2.12preandersen1-317/+330
git-svn-id: svn://busybox.net/trunk/busybox@7140 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30Do not require that the signal number be specifiedandersen1-2/+4
git-svn-id: svn://busybox.net/trunk/busybox@7139 69ca8d6d-28ef-0310-b511-8ec308f3f277
2003-07-30Eric Spakman writes:andersen1-1/+1
The recent changes in ifupdown where all calls to 'ip link set' and 'ip addr set' are swapped give some problems with v4tunnels. For plain ipv4 and ipv6 interfaces it works correct, other methods not tried. The patch below change the behaviour back for v4tunnels only. Without the patch the following errors are shown: RTNETLINK answers: Network is down RTNETLINK answers: No route to host and the tunnel is not fully brought up With this patch all works as expected. git-svn-id: svn://busybox.net/trunk/busybox@7138 69ca8d6d-28ef-0310-b511-8ec308f3f277