fix bug that can cause recursive .forward files to fail
[unix-history] / usr / src / bin / ls /
1993-06-03 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Keith Bosticcorrect ls -lR of trees with symbolic links (one more...
1993-06-03 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-03 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-06-03 Kirk McKusickgetbsize now comes from libc
1993-06-01 Keith Bostic4.4BSD snapshot (revision 8.1)
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-30 Keith Bosticprettiness police
1993-04-30 Keith Bosticuse err/warn routines from C library
1993-04-30 Keith Bosticuse err/warn(3) from C library, cast size arguments...
1993-04-30 Keith Bosticuse err/warn(3) 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-04-28 Keith Bosticpwcache(3) now in C library
1993-03-05 Keith Bosticrename file flags to UF_* and SF_*, minimize name space...
1993-03-04 Keith Bostictwo new routines for file flags: flags_to_string and...
1993-03-04 Keith Bosticadd flags_to_string declaration
1993-03-04 Keith Bosticbreak flags_from_fid out into separate file, stat_flags.c
1993-03-04 Keith Bosticadd stat_flags file (used by chflags and install)
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-07-28 Keith Bosticon second thought, make it symlink(7)
1992-07-28 Keith Bosticadd symlin(1)
1992-07-21 Elan Amirfix for symbolic links on relative pathnames
1992-06-29 Keith Bosticmake display line up if block/char devices displayed...
1992-06-04 Kirk McKusickst_blocks is a quad
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-10 Keith Bosticflags is -o, not -g
1992-03-10 Keith Bosticdelete the -g flag, display group for all "long" listings
1992-03-10 Keith Bosticemalloc no longer used, -g flag is gone
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-03-02 Keith Bosticlint
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-05 Keith Bosticdocument that -d doesn't indirect through symbolic...
1992-02-05 Keith Bosticlint
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-31 Elan AmirFixed bug of determining the path for reading links...
1992-01-30 Elan AmirChanged print routines to conform to new ls(1) inplemen...
1992-01-30 Elan AmirDeleted LS struct, and got rid of stat(2) struct field...
1992-01-30 Elan AmirAdded fatal option to error routines.
1992-01-30 Elan AmirNew version of using fts(3) routines. This version...
1992-01-30 Elan AmirChanged fn prototypes to conform to new version using...
1992-01-30 Elan AmirChanged comparison fns to conform to new version using...
1991-12-13 Kirk McKusickmissing static declaration
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-10-29 Keith Bosticdate and time created 91/10/28 15:44:54 by bostic
1991-06-28 Keith Bosticadd POSIX/IEEE contribution notice
1991-04-26 Cynthia A. E. Livi... mdoc version three/bsd copyright
1991-04-09 Keith Bosticnew copyright; att/bsd/shared
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-09 Keith Bosticsort orders on times were reversed
1991-03-08 Keith Bosticcomparison functions returned a boolean, not integer...
1991-03-05 Keith Bosticfix for pcc
1991-02-27 Keith BosticANSI makes strings unwriteable
1990-10-20 Keith Bosticfor Marc; -T should display all time information
1990-07-23 Keith Bosticthere needs to be a way to get the hour/minute of a...
1990-06-25 Cynthia A. E. Livi... converted man page
1990-05-18 Keith BosticANSI C redefined bcopy and strlen
1990-05-16 Keith Bosticstring.h is ANSI C include file
1990-05-12 Keith Bosticfirst pass for new make
1990-05-11 Keith Bosticstrmode doesn't allocate space anymore, just use the...
1990-05-11 Keith Bosticdon't exit if stat fails; could reasonably happen under NFS
1990-04-20 Keith Bosticreference strmode(3) instead of describing long output...
1990-04-20 Keith Bosticuse strmode(3)
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-04-07 Keith Bosticmove copyright notice into /usr/share
1990-03-14 Keith Bosticnew flag to user_from_uid and group_from_gid
1990-03-06 Keith Bosticuse utility routines user_from_uid and group_from_gid
1990-02-24 Keith Bosticdon't core dump on filenames larger than the terminal...
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...
1990-01-04 Keith Bosticmake sure fields are space separated
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-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-29 Keith Bostictypo; wasn't printing wheel group files
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...
next