aboutsummaryrefslogtreecommitdiff
path: root/sh.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.beppu2-36/+55
2001-04-17Applied patch from I.Q. to add sort -u as a feature.markw6-21/+79
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);markw2-2/+2
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchmarkw5-41/+37
2001-04-17Applied patch from I.Q. to fix problem with sort -n.markw2-6/+10
2001-04-17Added some help messages.markw2-2/+18
2001-04-17The tiniest of bracket-placement fixes.markw2-10/+4
2001-04-17- usage.hbeppu7-81/+97
2001-04-17Convert mount to use getopt.kraai2-110/+62
2001-04-17Further cleanup of mount option handling.kraai2-124/+122
2001-04-17Fix -a support (broken by previous patch).kraai2-6/+6
2001-04-17Fix segfault on `mount -t nfs' reported by Gratien D'haese.kraai2-0/+6
2001-04-16Several fixes from Sterling Huxley for the vi applet.andersen3-159/+430
2001-04-16Write full status filebug12-38/+152
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, rena...bug18-422/+451
2001-04-15Document new dpkg-deb funtionsbug13-9/+15
2001-04-15untar changed to allow deb_extract to extract to memory, allows better operat...bug14-41/+51
2001-04-15NEw functions read_package_field and read_text_file_to_bufferbug11-4/+4