aboutsummaryrefslogtreecommitdiff
path: root/ls.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made new xreadlink function for libbb and changed applets to use it instead ofmarkw2001-04-301-6/+6
* Simplify pathname building, in which a bug was noted by Larry Doolittle,kraai2001-04-231-9/+9
* more FILE_OFFSET_BITS == 64 adjustments.andersen2001-04-051-1/+1
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewandersen2001-04-051-1/+1
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isandersen2001-04-031-6/+9
* Fix ls so it uses make_human_readable_str() the same way alreadyandersen2001-03-281-1/+1
* Applied patch from David Douthitt to fix problem where ls reports half themarkw2001-03-271-2/+2
* A cleanup patch from Jeff Garzik to static-ify a number ofandersen2001-03-091-16/+16
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofmarkw2001-03-071-2/+4
* Fix up ls.c to ensure human readable works properly in all casesandersen2001-03-071-5/+5
* I made these little simplifications a while back, bug forgot toandersen2001-03-061-3/+1
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSandersen2001-02-201-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Fixed 'ls -s' so it actually displays block sizes again.andersen2001-02-151-3/+3
* This patch, put together by Manuel Novoa III, is a merge of workandersen2001-02-141-1/+1
* Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined.markw2001-02-011-6/+5
* Fix a stupid typo -- bug found by Larry Doolittle.andersen2001-01-301-1/+1
* Fix ls behavior for broken or very narrow terminals. Fix my_*andersen2001-01-301-17/+25
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-271-0/+1
* Fix my braindamage -- remove termios and sighandling since they are notandersen2001-01-261-1/+1
* I am an idiot. Looking over my patch, ls doesn't need to do anythingandersen2001-01-261-51/+1
* Make cin be staticandersen2001-01-261-1/+1
* Make ls understand termios.andersen2001-01-261-1/+60
* more bugs fixed -- found doing regression testingandersen2001-01-241-2/+6
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-231-35/+40
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-221-2/+29
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-181-23/+23
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-181-3/+3
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-131-2/+0
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-071-4/+4
* Stop using TRUE and FALSE for exit status.kraai2000-12-011-1/+0
* Patch from Matt Kraai to fix an infinate loop with ls -aRandersen2000-11-291-6/+32
* Fixed user and group name listing.kraai2000-11-181-22/+13
* This was redundantandersen2000-10-291-1/+0
* Make features independent.kraai2000-10-281-5/+21
* We also need to declare info if the USERNAMES feature is enabled.kraai2000-10-281-2/+4
* Consolidate stat(2) and lstat(2) calls and error handling.kraai2000-10-131-34/+25
* Exit with failure status if we are unable to list any files orkraai2000-10-131-1/+8
* Apply a patch from Matt Kraai to fix buffer overrun and convert toandersen2000-10-121-19/+15
* Apply a patch from Matt Kraai:andersen2000-10-091-1/+11
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-251-1/+1
* Add support for the -L option to ls.kraai2000-09-221-0/+19
* Large file >2Gib support.andersen2000-09-211-0/+8
* New ls sorting patch, as written by Sterling Huxley, and then updatedandersen2000-09-071-472/+642
* Fixed a warning about a label not being usedproski2000-08-221-4/+4
* Add optional ls file sorting, thanks to a patch fromandersen2000-08-111-0/+86
* Some #include updates.andersen2000-08-101-1/+0
* Extract usage information into a separate file.kraai2000-07-161-57/+0
* Comment on kernel stuffandersen2000-07-101-4/+0
* Update files to reduce dependance on kernel version...andersen2000-07-081-4/+4