aboutsummaryrefslogtreecommitdiff
path: root/ls.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-11Simplify a few little things, and merge in a patch fromandersen2-22/+22
2000-09-11New dd behaviourbug12-0/+2
2000-09-11dd now truncates files at the end its write, this can be turned of bybug12-6/+20
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useandersen2-0/+40
2000-09-10Make init handle current 2.4.x sysinfo behaviorandersen2-24/+18
2000-09-10Update free for current 2.4.x behavior...andersen2-42/+26
2000-09-10Remove some debugging codebug12-4/+2
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, ibug12-10/+8
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,bug12-26/+28
2000-09-09remove some printf statements i forgot aboutbug12-6/+0
2000-09-09Updated to match new -R ar functionalitybug12-2/+4
2000-09-09Implemented new ar functionality unique to busybox ar (i think), the -Rbug12-38/+30
2000-09-09Changed getopt so that options can be grouped together, the sourcebug14-30/+26
2000-09-09Fix permisionsbug12-2/+4
2000-09-09Now supports GNU style long filenames.bug12-170/+360
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedandersen6-980/+1394
2000-09-07Stop leaking file handles.kraai2-0/+2
2000-09-06Fix more typos.kraai1-1/+1
2000-09-06Reset optind so that getopt works in busybox applets called directly by sh.kraai3-51/+21
2000-09-06Fixed a grammatical error.kraai1-1/+1
2000-09-05Fixed for when BB_CP_MV is enabled.andersen1-2/+2
2000-09-05Add BB_SH to get_last_path_component()... Fix thanks toandersen1-1/+1
2000-09-05Apply segfault on no-args fix from robotti@metconnect.comandersen2-2/+2
2000-09-05Set environment variable to make ash happy. ash is a frequent enoughandersen2-0/+2
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsandersen16-6/+1247
2000-09-04Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixkraai2-44/+38
2000-09-04Forgot this part of wgetandersen2-0/+22
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.andersen6-0/+537
2000-09-04Allow selective extraction and listing of files. And fix an uncheckedkraai2-8/+54
2000-09-01Add in byldandersen1-0/+1
2000-09-01Fix compile when BB_FEATURE_LINUXRC is definedandersen2-2/+2
2000-09-01Fixed a stupid thinko preventing zcat from doing its job, thanksandersen2-0/+2
2000-09-01Turned off ls file-sorting till it can be fixed.andersen1-2/+2
2000-09-01updated some usage info from a patch from robotti@metconnect.comandersen4-9/+23
2000-09-01Argh. I *will* compile before checking in.kraai2-2/+2
2000-09-01Don't unlink files if we are extracting to stdout.kraai2-6/+6
2000-09-01Correct the stdin/stdout behavior when no args are provided.andersen2-10/+10
2000-09-01Sigh. Seems I screwed up last time. This fixed detectingandersen2-8/+6
2000-09-01Add an extra sanity check in parse_modeandersen1-0/+3
2000-08-31Fix a spelling errorandersen1-1/+1
2000-08-31Fix spelling errorandersen2-2/+2
2000-08-28Rewritten by mistake.kraai2-176/+64
2000-08-28Removed dead regular expression code.kraai2-86/+0
2000-08-26Compile xstrdup and xstrndup iff they are needed.kraai1-1/+3
2000-08-25ar.c now uses a linked list to process headers, uses getopt, new internal fun...bug18-585/+335
2000-08-25Fix tab stops for sed usage.andersen2-4/+4
2000-08-22Fixed a warning about a label not being usedproski2-8/+8
2000-08-22Fixed misuse of type "char"proski2-2/+2
2000-08-22From Ken Chalmers <chalmers@norscan.com>:proski2-2/+4
2000-08-22Fix a unterminated string.andersen2-6/+6