summaryrefslogtreecommitdiff
path: root/coreutils/ls.c
Commit message (Expand)AuthorAgeFilesLines
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-24/+24
* Patch from David Daney to make the -i option work with -l.Glenn L McGrath2004-09-241-1/+1
* Tito writes:Eric Andersen2004-08-261-2/+2
* BusyBox has no business hard coding the number of major and minor bits for aEric Andersen2004-07-261-7/+3
* s/fileno\(stdin\)/STDIN_FILENO/gEric Andersen2004-03-271-4/+4
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Fix broken sort order flags.Manuel Novoa III2004-03-081-3/+2
* Patch from Matt Kraai to fix debian bug number 231994.Glenn L McGrath2004-03-061-4/+7
* Vladimir N. Oleynik writes:Eric Andersen2004-02-051-2/+2
* Fix a bug where `ls -le` would print the time twice.Glenn L McGrath2004-01-181-13/+13
* Use bb_getopt_ulflags, save 200-300 bytesGlenn L McGrath2004-01-181-89/+131
* Fix oversight with CONFIG_FEATURE_AUTOWIDTH handlingEric Andersen2003-11-041-0/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-10/+5
* Michael Sternberg writes:Eric Andersen2003-07-141-0/+4
* Patch from Russell Coker:Eric Andersen2003-07-031-13/+81
* Major coreutils update.Manuel Novoa III2003-03-191-289/+268
* last_patch75_2 from vodz,Eric Andersen2003-01-141-2/+4
* Correct column width for tab completion and lsGlenn L McGrath2003-01-061-114/+82
* Change if(x)free(x); to free(x);Aaron Lehmann2002-11-281-2/+1
* Use printf instead of fprintf(stdoutGlenn L McGrath2002-11-281-7/+3
* Run through indent, fix BB_ defineGlenn L McGrath2002-08-221-355/+441
* Fix silly combinitorial oversightEric Andersen2002-04-271-5/+3
* ls could mis-color certain entries when previous commandsEric Andersen2002-04-171-0/+2
* Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen2002-03-201-2/+63
* list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai2002-03-081-0/+2
* * fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai2002-03-081-6/+1
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-58/+58
* Make formatting match GNU ls (we were including a spare ' ')Eric Andersen2001-07-311-1/+1
* Some patches to make dietlibc work...Eric Andersen2001-07-221-0/+1
* Some adjustments, mostly from David McCullough <davidm@lineo.com> toEric Andersen2001-07-191-0/+2
* Pad the human readable output for 'ls -sh' to 6 chars, since we willEric Andersen2001-06-301-1/+1
* ls -s was reporting bytes instead of blocks.Manuel Novoa III2001-06-301-1/+1
* Fix up some warnings that show up on ppcEric Andersen2001-06-251-1/+1
* I reworked make_human_readable_str so it now has a sane interface,Eric Andersen2001-06-131-6/+5
* Patch from larry to fix some grammar errors.Eric Andersen2001-05-231-1/+1
* Made new xreadlink function for libbb and changed applets to use it instead ofMark Whitley2001-04-301-6/+6
* Simplify pathname building, in which a bug was noted by Larry Doolittle,Matt Kraai2001-04-231-9/+9
* more FILE_OFFSET_BITS == 64 adjustments.Eric Andersen2001-04-051-1/+1
* A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a fewEric Andersen2001-04-051-1/+1
* Place a temporary bandaid on the ls/du/df human-readable issue. This method isEric Andersen2001-04-031-6/+9
* Fix ls so it uses make_human_readable_str() the same way alreadyEric Andersen2001-03-281-1/+1
* Applied patch from David Douthitt to fix problem where ls reports half theMark Whitley2001-03-271-2/+2
* A cleanup patch from Jeff Garzik to static-ify a number ofEric Andersen2001-03-091-16/+16
* Some minor cleanups to df.c. Also, with Erik's blessing, changed name ofMark Whitley2001-03-071-2/+4
* Fix up ls.c to ensure human readable works properly in all casesEric Andersen2001-03-071-5/+5
* I made these little simplifications a while back, bug forgot toEric Andersen2001-03-061-3/+1
* Oops. Put time.h after busybox.h, so we can check for BB_FEATURE_LS_TIMESTAMPSEric Andersen2001-02-201-4/+4
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1