prettyness police
[unix-history] / usr / src / bin / ls / ls.c
1994-04-01 Jan-Simon Pendryprettyness police
1993-06-03 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Kirk McKusickgetbsize now comes from libc
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-06 Keith Bosticuse fts_errno field, stat may not have been called
1993-04-30 Keith Bosticuse err/warn routines from C library
1993-04-29 Keith Bosticgetbsize doesn't need the program name any longer
1993-04-29 Keith Bosticdelete -k option
1993-04-29 Keith Bosticmove user_from_uid and group_from_gid into libc
1993-03-04 Keith Bosticbreak flags_from_fid out into separate file, stat_flags.c
1993-01-16 Elan AmirFixed bug in traverse() that caused empty directories...
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-09-17 Elan Amircopyright -> static.
1992-06-29 Keith Bosticmake display line up if block/char devices displayed...
1992-06-03 Keith Bosticvalues handed to printf(3) as field widths are really...
1992-06-02 Kirk McKusicksizes are now 64-bit numbers
1992-04-03 Keith Bosticdon't put fts_open in the error message
1992-03-14 Keith Bosticalways print out something for -o option
1992-03-14 Elan Amircalculate all of the field sizes dynamically
1992-03-03 Keith Bosticminor wordsmithign
1992-03-02 Keith Bosticreplace -k with the BLOCKSIZE environmental variable
1992-03-02 Keith Bosticfix newline/directory name display logic; fts_children...
1992-02-27 Keith BosticKNF
1992-02-26 Elan AmirFixed no stat'ing on -i option -- need to stat.
1992-02-05 Keith Bosticuse FTS_COMFOLLOW flag to follow symlinks unless -l...
1992-02-04 Keith Bosticmake routines public; fix physical/logical walk; clean...
1992-02-04 Elan AmirFixed bug that prevented '.' files from being listed...
1992-01-30 Elan AmirNew version of using fts(3) routines. This version...
1991-12-13 Kirk McKusickadd -o option to list file flags
1991-11-20 Chris Torekdoargs writes on argv via prcopy, so provide writable "."
1991-11-07 Keith Bosticdon't step over the end of the argv array
1991-10-29 Keith BosticIt's a brave new ANSI world!
1991-04-04 Keith Bosticoops. Got stat test logic wrong
1991-04-03 Keith BosticWhen reading a directory, -L should still apply, don...
1991-04-03 Keith Bosticls -F foo, where foo is a symbolic link should display...
1991-03-05 Keith Bosticfix for pcc
1991-02-27 Keith BosticANSI makes strings unwriteable
1990-07-23 Keith Bosticthere needs to be a way to get the hour/minute of a...
1990-05-18 Keith BosticANSI C redefined bcopy and strlen
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-11 Keith Bosticdon't exit if stat fails; could reasonably happen under NFS
1990-04-10 Keith Bosticsccs include now replaces the line
1990-04-09 Keith Bosticget redist notice from /usr/share/misc
1990-04-09 Keith Bosticget redistribution notice from /usr/share/misc
1990-02-23 Keith Bosticno assignment to the pointer was made after the realloc...
1990-01-04 Keith Bosticassign immediately, so on error return NULL's aren...
1989-09-03 Keith Bosticput -f flag back in; it only stops sorting now
1989-08-23 Keith Bosticdefault sizes are in 512-byte blocks; add -k flag for...
1989-08-17 Keith Bosticremove -f option, can't use readdir any more, won't...
1989-07-10 Keith Bosticmore symlink fixes
1989-06-28 Keith Bosticdon't assign result until after all reallocs; grow...
1989-06-28 Keith Bosticmake `total' line, directory name, and preceding newlin...
1989-06-27 Keith Bosticmake -f output look like standard outputs
1989-06-27 Keith Bosticcount blocks/length in argument code, as well as in...
1989-06-27 Keith Bosticset newline arg if printing multiple directories w...
1989-06-27 Keith Bosticprint totals for -s flag, as well as -l
1989-06-27 Keith Bosticdon't need sgbuf
1989-06-27 Keith Bosticalways have a termwidth, even if not to a tty
1989-06-27 Keith Bostickeep track of blocks and max file name length in tabdir
1989-06-27 Keith Bosticget window size, break up printdir into three functions
1989-06-27 Keith Bosticrename routines to be more informative
1989-06-27 Keith Bosticget inode from directory for -f option; don't require...
1989-06-27 Keith Bosticcleanups, comment better, use pointers rather than...
1989-06-27 Keith Bosticadd getwd/chdir for multiple directory operands
1989-06-27 Keith Bosticfix up flags; document options better; get rid of f_mod...
1989-06-27 Keith Bostickeep track of path end; fix open fd error, -f blocks...
1989-06-27 Keith Bosticbreakup into multiple files
1989-06-27 Keith Bosticfirst working version of new ls
1989-06-27 Keith Bosticoriginal code from Michael Fischbein (mfischbein@Sun...
1989-03-07 Keith Bosticadd setpassent/setgroupent to speed up user uid/gid...
1988-12-29 Keith Bosticremove pw_stayopen
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-09-12 Keith Bosticuse S/T if exec bit not set; bug report 4.3BSD/bin/57
1987-07-02 Keith Bosticuse getopt(3), use uid_t/gid_t, minor lint work, cache...
1987-06-23 Keith Bosticlint, getopt
1986-05-13 Mike Karelsundo -S
1986-03-04 Jay LepreauXTABS is a 2 bit field
1985-11-26 Kirk McKusickfile systems grow larger
1985-09-05 Jim Bloomadd sort by size and bug fix (from serge@arpa)
1985-07-27 Jim Bloomfix problem with -R listing incorrect directories
1985-05-01 Distribution FolksAdd copyright
1985-03-05 Jim Bloommajor performance improvement
1985-02-22 Jim Bloomdon't waste time with getpwent, use getpwuid (a major...
1985-02-21 Jim Bloomuse window size ioctl for output width
1983-09-23 Sam Lefflerbug with large uids
1983-08-20 Sam Lefflerincorrect max login name size
1983-08-16 Mike Karelsalways complain if file can't be lstat'ed
1983-08-15 Sam Lefflerdefault to lstat's when symbolic link points to oblivion
1983-08-14 Sam Lefflerfix ralph's blunder
1983-08-10 Ralph Campbellfixed ls -L -f -F for symbolic links
1983-07-02 Bill Joyinclude problems
1983-07-01 Sam Lefflerinclude fix
1983-05-25 Sam Lefflerblew last delta, things changed while robert was away
1983-05-23 Sam Leffleruser block count in inode (from kre)
1983-05-11 Kirk McKusickfix -l to list groups with gid > NGID by name
1983-05-10 Kirk McKusickfix -l so that it works with uid's that are >NUID
1982-12-04 Kirk McKusickfollow symbolic links that point to directories
1982-11-15 Sam Lefflerconvert to 4.1c sys calls and directory layout
1982-05-08 Kirk McKusickupdate to new fs
1982-04-01 Bill JoyL option; use lstat by default
next