aboutsummaryrefslogtreecommitdiff
path: root/dd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealederik30-1641/+663
2000-04-13- the message that comes up when busybox is invokedbeppu2-6/+8
2000-04-13+ a comment on line 1 w/ suggested pod2man invocation:beppu1-0/+2
2000-04-13+ formatting modifications to make pod2man(1p) happy.beppu1-30/+41
2000-04-13Upates to include copyright 2000 to everythingerik85-668/+581
2000-04-13Some docserik1-67/+294
2000-04-12Some enhancements I've been working on over the weekend,erik9-672/+783
2000-04-09Make tab completion an optionerik3-0/+17
2000-04-09More minor patcheserik4-4/+32
2000-04-09This makes tar work perfectly, and adds in "--exclude" as an optionerik6-179/+249
2000-04-08Fix tar checksum calculation bug.erik2-66/+110
2000-04-08Latest and greatesterik3-143/+207
2000-04-07Oops. Left in some debug noise.erik2-4/+0
2000-04-07Slightly better fringe case handling and GNU tar like error messages.erik2-96/+172
2000-04-07Patch to make killall actually kill all PIDs with the specified name,erik12-36/+53
2000-04-06Some more minor updates to better use some gcc attributes.erik8-25/+38
2000-04-06Fix sed regexp replacement, which I had hosed (thanks toerik2-4/+2
2000-04-06Fix time stamp styleerik1-2/+0
2000-04-06Turn off static linking. Duh.erik1-1/+1
2000-04-06Use gcc -E instead of cpp to enhance portability for brainerik5-4/+6
2000-04-05Minor noise removalerik3-6/+6
2000-04-05Tar now works perfectly. It behaves much better now then iterik8-180/+247
2000-04-04Oops. Forgot the usleep.c file.erik2-0/+76
2000-04-04usleep contributed by Nicolas Pitre <nico@cam.org>erik5-0/+9
2000-04-04Update tar so creation of tarballs is much closer to working...erik2-138/+252
2000-04-04Minor structural change to allow core dumping(or not) from initerik4-21/+35
2000-04-04minor changes to mount/umount to support-by-ignoring the "-v" flag.erik8-176/+354
2000-03-28Yet another installment in the ongoing tar sagaerik12-69/+191
2000-03-26First stages of (re-)writing busybox's tar creation support.erik7-43/+225
2000-03-25Latest and greatesterik2-10/+10
2000-03-24The new tar for busybox is now done, and works just fineerik12-1830/+581
2000-03-23More changes that are broken. It doesn't compileerik2-86/+114
2000-03-23My latest ramblings.erik33-831/+1112
2000-03-22Use the nice new find_real_root_device function to find theerik8-54/+39
2000-03-22Add in a nifty function for mount to use.erik1-0/+36
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), anderik19-115/+47
2000-03-21Hmm. Missed this changeerik2-0/+2
2000-03-20Fix bug in memory total checking.erik2-82/+80
2000-03-19more minor fixeserik5-101/+139
2000-03-19Some more stuff.erik8-927/+984
2000-03-19Adjust the termio settings, and don't use octal since iterik2-16/+20
2000-03-17Minor updateerik2-0/+4
2000-03-17Several fixes.erik15-111/+529
2000-03-16Fix fg bugerik3-2010/+2028
2000-03-16Forgot these files...erik8-0/+2262
2000-03-16Major build system updates...erik13-2062/+2282
2000-03-14Bug fixerik2-2/+2
2000-03-13Some bug fixes I forgot to check-in the other day.erik5-6/+32
2000-03-12First pass at writing a shell for busybox.erik8-8/+2761
2000-03-08Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simplererik9-26/+28