aboutsummaryrefslogtreecommitdiff
path: root/rm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-23Change link order so that libbb functions use libpwd.a when appropriate.Matt Kraai1-1/+1
2001-04-23Some patches from Gennady Feldman. Fixed a glob problem such thatEric Andersen5-17/+21
2001-04-23A patch from Marc Karasek and Kanoj (kernel serial.c maintainer)Eric Andersen2-2/+4
2001-04-23Simplify file_prefix handling, and use of *dir variable.Glenn L McGrath1-29/+21
2001-04-23Simplify pathname building, in which a bug was noted by Larry Doolittle,Matt Kraai2-18/+18
2001-04-21Fix horrible, horrible memmory leak. I wondered why processes were dying !Glenn L McGrath1-2/+1
2001-04-21Clearly define out exclude list code, as recommended by Larry DoolittleGlenn L McGrath1-4/+5
2001-04-20Fixed a buglet where an extra newline was being added after an insert commandMark Whitley2-14/+20
2001-04-20Made a correction to a bad test expression. Props to Larry Doolittle forMark Whitley2-4/+2
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingMark Whitley3-0/+15
2001-04-20Set permissions of created fileGlenn L McGrath1-0/+1
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen7-75/+24
2001-04-19Fix buffer underrun noted and solved by Larry Doolittle.Matt Kraai2-2/+2
2001-04-18Move real_loop.h to libbb, where it belongs.Eric Andersen1-0/+0
2001-04-18Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org>Eric Andersen2-4/+4
2001-04-18Eliminate spurious warning, convert to getopt, and eliminate redundant check.Matt Kraai4-58/+46
2001-04-18Fix a number of problems with argument handling.Matt Kraai2-98/+58
2001-04-18Eliminate a segfault when called on an existing file with out an extension:Matt Kraai2-4/+4
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onMatt Kraai3-6/+27
2001-04-18Fix zcat/gunzip when reading from stdinGlenn L McGrath2-52/+56
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.John Beppu2-36/+55
2001-04-17Applied patch from I.Q. to add sort -u as a feature.Mark Whitley6-21/+79
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);Mark Whitley2-2/+2
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchMark Whitley5-41/+37
2001-04-17Applied patch from I.Q. to fix problem with sort -n.Mark Whitley2-6/+10
2001-04-17Added some help messages.Mark Whitley2-2/+18
2001-04-17The tiniest of bracket-placement fixes.Mark Whitley2-10/+4
2001-04-17- usage.hJohn Beppu7-81/+97
2001-04-17Convert mount to use getopt.Matt Kraai2-110/+62
2001-04-17Further cleanup of mount option handling.Matt Kraai2-124/+122
2001-04-17Fix -a support (broken by previous patch).Matt Kraai2-6/+6
2001-04-17Fix segfault on `mount -t nfs' reported by Gratien D'haese.Matt Kraai2-0/+6
2001-04-16Several fixes from Sterling Huxley for the vi applet.Eric Andersen3-159/+430
2001-04-16Write full status fileGlenn L McGrath2-38/+152
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, rena...Glenn L McGrath8-422/+451
2001-04-15Document new dpkg-deb funtionsGlenn L McGrath3-9/+15
2001-04-15untar changed to allow deb_extract to extract to memory, allows better operat...Glenn L McGrath4-41/+51
2001-04-15NEw functions read_package_field and read_text_file_to_bufferGlenn L McGrath1-4/+4