delete reference to two-character names
[unix-history] / usr / src / bin /
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-03-03 Keith Bostictypo
1993-03-03 Marc Teitelbaummake feeble attempt at compatability with old (broken...
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-02-22 Keith Bosticuse err(3) functions, minor cleanups
1993-02-17 Keith Bosticuse err(3) routines
1993-02-13 Elan AmirMIPS machine returns NULL if used '[ ]'. So added fix...
1993-02-12 Christos Zoulasfixed sortscmp typo a -> !a
1993-02-11 Chris Torek[ ] used *(char *)NULL (net2/bin/16). also, /bin/...
1993-02-03 Keith Mullerphysblk no longer needs to be a global.
1993-02-03 Keith Mullerhandle flawed directory names created by gnu utilities.
1993-01-23 Kirk McKusickMNT_NOFORCE is gone
1993-01-20 Keith Mulleron a copy symlinks were being incorrectly modified.
1993-01-17 Keith Mullerpax could create a archive with just a trailer if no...
1993-01-17 Keith Mullermissed a couple of typos in the last deltas
1993-01-17 Keith Mullerthe list of command line files not selected was not...
1993-01-17 Keith Mullermade copyright a static
1993-01-17 Keith Mullerrewrote tape append operations using Donn Seeleys ...
1993-01-17 Keith Mullerappend archive reading is lengthy. if verbose tell...
1993-01-17 Keith Mullerwas testing artyp before it was set. test was not needed.
1993-01-16 Keith Mullerfixed a typo
1993-01-16 Elan AmirFixed bug in traverse() that caused empty directories...
1993-01-15 Keith Mullerimproved comments to be more useful.
1993-01-15 Keith Mullercleaned up comments to be more informative.
1993-01-15 Keith Mulleradded ifdef _PAX_ for pax specific defines. Cleaned...
1993-01-15 Keith Mulleradded support for -D and -Y. Cleaned up the comments...
1993-01-15 Keith Mullercleaned up many typos. added support for -D and -Y.
1993-01-15 Keith Mulleradded support for -D and -Y
1993-01-15 Keith Mulleradded support for -D and -Y.
1993-01-15 Keith Mullercleaned up some incorrect comments and fixed an error...
1993-01-15 Keith Mulleradded support for -D and -Y.
1993-01-15 Keith Mullerrepaired error messages relating to a failure to start...
1993-01-15 Keith Mulleradded support for the -D and -Y. fixed the counting...
1993-01-15 Keith MullerRepaired handling of tapes on append and made ar_close...
1993-01-12 Keith Mullerset ctime field on extraction.
1993-01-12 Keith Mulleradded support for -T changes in sel_subs.c
1993-01-12 Keith Mullerupdated -T time ranges for both inode change and mod...
1993-01-12 Keith Mulleradded ifdef _PAX_ for pax specific defines
1993-01-12 Keith Mullerset the inode ctime field on extraction.
1992-12-22 Keith Mullerdate and time created 92/12/21 18:50:35 by muller
1992-12-20 Keith Bosticadd -e (print out the environment)
1992-12-18 Keith Mullerdate and time created 92/12/18 00:57:11 by muller
1992-12-18 Keith Mullerdate and time created 92/12/18 00:55:04 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 19:22:21 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 19:22:20 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 19:22:19 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 19:22:18 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 18:43:20 by muller
1992-12-18 Keith Mullerdate and time created 92/12/17 17:43:15 by muller
1992-12-17 Kirk McKusickspelling of IIASA
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:39 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:38 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:37 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:36 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:35 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:34 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:33 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:32 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:30 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:29 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:26 by muller
1992-12-14 Keith Mullerdate and time created 92/12/13 22:51:25 by muller
1992-12-06 Cynthia A. E. Livi... clean up macros
1992-12-06 Cynthia A. E. Livi... rewrote history of local modes as per sklower, sam...
1992-12-04 Kirk McKusickdelete decryption for the foreign sites (alpha 4.4BSD)
1992-12-03 Keith Bosticuse <sys/time.h> macros to convert timespec to timeval
1992-12-03 Kirk McKusickdelete data-stream encryption for the foreign sites...
1992-12-02 Kirk McKusickRLIMIT_OFILE => RLIMIT_NOFILE for compatibility with...
1992-12-01 Keith Bosticfc without arguments dereferences argv[1]; from Christos
1992-11-30 Keith Bostictypo, missing comma
1992-11-29 Chris Torekp_cpu is a u_int, not a u_char
1992-11-24 Keith Bosticuse "cp -pR", not "cp -pr"; minor error changes
1992-11-11 Keith BosticMarc's changes to fix the path beginning with '/',...
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-10-18 Keith Bosticsnprintf used incorrectly, lint; from Craig
1992-10-18 Craig LeresFix sccs header.
1992-10-16 Marc Teitelbaumminor cleanups
1992-10-16 Marc Teitelbaumclean up y.tab.h
1992-10-03 Keith Bosticremove last vestiges of AT&T proprietary code
1992-09-23 Ralph Campbelldumb typo
1992-09-22 Ralph Campbellcheck for write errors before incrementing output counts.
1992-09-17 Elan Amircopyright -> static.
1992-09-03 Keith Bosticfix seek calls for quad's
1992-09-03 Keith Bosticdon't assume mounted under /usr/src
1992-09-03 Keith Bosticstrip result
1992-09-03 Keith Bosticluna68 has mmap
1992-08-30 Keith Bosticatol is in stdlib.h
1992-08-28 Marc Teitelbaumgack - uids and gids went to longs. this shouldn't...
1992-08-25 Marc TeitelbaumMDMBUF is a cflag!
1992-08-21 Keith Bosticdon't use mmap until the buffer cache and VM are in...
1992-08-01 Marc Teitelbaumtilde wasen't being expanded directly after the "=...
1992-08-01 Marc Teitelbaumfix null indirection
1992-08-01 Marc Teitelbaumadd a word
1992-07-31 Marc Teitelbaumfix bug where quoted pattern to case(1) wasen't being...
1992-07-28 Keith Bosticon second thought, make it symlink(7)
1992-07-28 Keith Bosticadd symlin(1)
next