add Berkeley specific copyright
[unix-history] / usr / src / bin /
1990-02-23 Keith Bosticno assignment to the pointer was made after the realloc...
1990-02-21 Kirk McKusicknote that mode is modified by umask (4.3BSD-tahoe/bin/31)
1990-02-21 Donn Seeleyneed to include <param.h> for MAXPATHLEN
1990-02-21 Marc Teitelbaumcleanups
1990-02-21 Mike Karelsadd some missing flags, also, comments for cleanups
1990-02-20 Keith Bosticchange FNSIZE to MAXPATHLEN; bug report 4.3BSD-tahoe...
1990-01-04 Keith Bosticassign immediately, so on error return NULL's aren...
1990-01-04 Keith Bosticmake sure fields are space separated
1990-01-02 Keith Bosticfrom scratch, using fts(3) and setmode(3) and the POSIX...
1989-12-15 Keith Bosticgetopt handles - better, now, no reason for cat to...
1989-12-13 Mike Karelsfix noerror, sync
1989-12-11 Mike Karelsfix conv=noerror (don't treat error as EOF)
1989-12-07 Keith Bosticget back reasonable header; don't need types.h
1989-11-21 Kirk McKusickget rid of unused nlist name; inode => vnode; reorder...
1989-11-21 Marc Teitelbaumremove debugging ifdefs
1989-11-21 Marc TeitelbaumPOSIX Job Control
1989-10-18 Kirk McKusickgetmntinfo becomes a C library routine
1989-10-15 Kirk McKusickumount => unmount
1989-10-02 Keith Bosticmissed one of the cases of using st_ino to store DNE...
1989-10-02 Keith Bosticnew version of mv from Ken Smith (kensmith@cs.Buffalo...
1989-10-02 Keith Bosticdate and time created 89/10/01 17:06:02 by bostic
1989-10-02 Keith Bosticmv(1) uses cp -- print out the "called as" program...
1989-10-02 Keith Bosticbetter initialization, capitalize typedef's, correct...
1989-09-25 Keith BosticPOSIX signals
1989-09-16 Keith BosticPOSIX signals
1989-09-12 Keith Bosticrevise copying setuid files
1989-09-11 Keith Bosticfixes for copying setuid files
1989-09-03 Keith Bosticadd -p flag; POSIX 1003.2 compliant
1989-09-03 Keith Bosticadd -p; from scratch, using 1003.2 manual page
1989-09-03 Keith Bosticput -f flag back in; it only stops sorting now
1989-09-02 Rick Adamscheck for EOF on fgets so dont get into infinite loop on
1989-09-01 Keith Bosticuse the right macros
1989-08-31 Kevin Falladd some Kerberos detail
1989-08-31 Kevin FallKerberized version.
1989-08-31 Kevin Fallremove redundancy
1989-08-30 Keith BosticNUL terminate the readlink buffer
1989-08-25 Keith Bosticif -r and not -h use lstat on recursive descent; Harry...
1989-08-25 Keith Bosticset directory modes/permissions/etc. on -p -r; Harry...
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-23 Keith Bosticdon't need pathnames.h any more
1989-08-23 Keith Bosticadd -k flag, change default output to 512 byte blocks
1989-08-23 Keith Bosticadd -k flag, from scratch, add Berkeley specific copyright
1989-08-20 Marc Teitelbaumchecked in for marc (with a few mods by karels); posix
1989-08-17 Kirk McKusickupdate for vnodes
1989-08-17 Kirk McKusickprint error when requested pathname cannot be stat'ed
1989-08-17 Kirk McKusickallow printing of statistics for unmounted special...
1989-08-17 Kirk McKusicklint; allow specification of block devices
1989-08-17 Keith Bosticremove -f option, can't use readdir any more, won't...
1989-08-15 Mike Karelswe've only got one tty discipline now.
1989-08-14 Keith Bosticfix umask manipulation (make it like old cp) -- a littl...
1989-07-31 Keith Bosticsomething did (lint). POSIX .2 doesn't plan on definin...
1989-07-19 Keith Bosticcat -s fix to not remove all newlines after first extra one
1989-07-18 Keith Bosticsink() returns multiple messages; bug report 4.3BSD...
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...
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 Bosticdon't zero pad uid/gid's
1989-06-27 Keith Bosticnew version
1989-06-27 Keith Bostic-f now turns off -F and -R
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-06-27 Keith Bosticprint totals for -s flag, as well as -l
1989-06-26 Keith Bosticfix blocks to be right for current system; eventually...
1989-06-26 Keith Bosticuse tabs all the time
1989-06-26 Keith Bosticcleanup
1989-06-26 Keith Bosticfirst working version, checkpoint
1989-06-26 Keith Bosticcheckpoint formatting code
1989-06-26 Keith Bosticreplace prablelen with prcopy -- bcopy, but rip out...
1989-06-26 Keith Bostickeep track of blocks and max file name length in tabdir
1989-06-26 Keith Bosticadd length field to ls structure
1989-06-25 Keith Bosticbreak printdir up into three separate functions
1989-06-25 Keith Bosticremove f_firsttime
1989-06-25 Keith Bostichash passwd/group files
1989-06-25 Keith Bosticonly extern ones print.c needs
1989-06-25 Keith Bosticfix copyright notice
1989-06-25 Keith Bosticdate and time created 89/06/24 18:19:58 by bostic
1989-06-25 Keith Bosticdate and time created 89/06/24 18:19:56 by bostic
1989-06-25 Keith Bosticdate and time created 89/06/24 18:19:55 by bostic
1989-06-25 Keith Bosticdate and time created 89/06/24 18:19:53 by bostic
1989-06-23 Keith Bostic/usr/bin -> /bin
1989-06-09 Kirk McKusickconvert for vnodes (use new statfs system call)
1989-06-09 Kirk McKusickadd COMPAT_43 flag for now
1989-05-30 Kirk McKusickeliminate floating point from the kernel (from forys...
next