access rights made special case of control info
[unix-history] / usr / src / usr.bin /
1990-04-06 Marc Teitelbaummove uuencode uucpd to their own src directory
1990-04-05 Keith Bosticchange -# to -w#, minor cleanups
1990-04-05 Keith Bosticuse getopt, change -# to -w#, don't call function per...
1990-04-05 Keith Bosticuse -n number instead of -#
1990-04-05 Bob CorbettI fixed a reference through zero bug. -rpc
1990-04-05 Keith Bosticremove duplicates from output list (again!); don't...
1990-04-05 Keith Bosticdelete libg.a
1990-04-05 Keith Bosticbetter error messages when user's editor doesn't exist
1990-04-04 Keith Bosticadd ttymsg, minor cleanups
1990-04-04 Keith Bosticchecked in for Marc; checkpoint for pmake
1990-04-04 Keith Bosticmove uuencode.5 to uuencode.format.5
1990-04-04 Keith Bosticquit signal not being restore correctly
1990-04-04 Keith BosticKerberos include files are in a subdirectory now
1990-04-04 Keith Bosticinclude files moved to kerberosIV, not /usr/include
1990-04-04 Keith Bosticmove fmt to its own directory
1990-04-04 Keith Bosticinclude from kerberosIV directory
1990-04-03 Keith Bosticchecked in for Marc, checkpoint for pmake
1990-04-03 Keith Bosticpmake makefile
1990-04-02 Craig LeresIn prompt(), use multiple putstr()s to avoid overrunnin...
1990-03-30 Kevin Fallkerberos include files moved to /usr/include/kerberosIV
1990-03-30 Kevin Fallinclude files for kerberos have moved into /usr/include...
1990-03-29 Marc Teitelbaumcosmetic change
1990-03-28 Marc Teitelbaumnew version
1990-03-25 Keith Bosticcheckpoint for pmake
1990-03-25 Keith Bosticdate and time created 90/03/24 10:26:05 by bostic
1990-03-24 Keith Bosticdate and time created 90/03/23 11:00:07 by bostic
1990-03-24 Keith Bosticcheck in for pmake
1990-03-24 Keith Bosticcheck in for Marc, so can modify for pmake
1990-03-24 Keith Bosticrename the include file so the Makefile can be a lot...
1990-03-24 Keith Bosticcheckpoint before pmake
1990-03-23 Keith Bosticchecked in for Kirk, his changes for obj directories
1990-03-22 Keith Bosticdon't stick null arguments into the environment
1990-03-22 Keith Bosticremove DEBUG_PARSE, never used
1990-03-21 Keith Bosticredo from scratch, needed to support '.po' suffixes
1990-03-20 Keith Bosticrename DONTCARE as OPTIONAL
1990-03-20 Keith Bosticrename .PMAKE variable as .MAKE, PMAKE environmental...
1990-03-20 Keith Bosticredo DEBUG stuff, adding DEBUG_GRAPH[12], deleting...
1990-03-20 Keith Bosticmove -p to -dg1 and -dg2; delete -W (noWarnings) flag...
1990-03-20 Keith Bosticdelete -W (noWarnings) flag
1990-03-20 Keith BosticStr_BreakString -> brk_string, delete Str_FreeVec;...
1990-03-20 Keith Bosticreformat, rewrite Str_Concat as str_concat, Str_BreakSt...
1990-03-20 Keith BosticStr_BreakString -> brk_string; delete Str_FreeVec;...
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith Bosticreplace malloc with emalloc
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith BosticI might as well use nonints, too, but I don't like...
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat;
1990-03-20 Keith Bosticreplace malloc with emalloc; Str_Concat -> str_concat
1990-03-20 Keith BosticStr_BreakString -> brk_string; no longer need Str_FreeVec
1990-03-20 Keith Bosticreplace malloc with emalloc
1990-03-18 Keith Bosticreplace chained if's with a switch
1990-03-18 Keith Bosticadd pathnames.h, redefining some paths
1990-03-15 Keith Bosticinitialize exitval in the right place
1990-03-15 Keith Bosticenvinit must be initialized to NULL
1990-03-14 Keith Bosticuser_from_uid has a new argument
1990-03-13 Keith Bosticfix varargs stuff; ignore second and rest of multiple...
1990-03-13 Keith Bosticadd MACHINE global variable
1990-03-13 Keith Bosticminor reformatting, make VARARGS stuff right
1990-03-13 Keith Bosticrelease 2.1 of pmake
1990-03-13 Keith Bosticrework to always be "make". Deleted -M, -B, -C, -v...
1990-03-13 Keith Bosticgoing to change main, so reformat to KNF
1990-03-13 Keith Bosticremove rmt.c module, most of remote support, including...
1990-03-13 Keith Bosticwire in DEF_OLD_VARS, still needs more work (oldVars...
1990-03-13 Keith Bosticwire in '.' as include/define intro character
1990-03-13 Mike Karelsnew signal type; mv cursor to bottom when interrupted
1990-03-13 Keith Bosticremove sparc #ifdef's
1990-03-13 Keith BosticRemove NEED_FD_SET, FD_SETSIZE, NO_WAIT3, NO_VFORK...
1990-03-13 Mike Karelsuse MAXHOSTNAMELEN
1990-03-13 Keith Bosticmissed two Str_New's, include strings.h in make.h for...
1990-03-13 Keith Bosticremove SYSV and is68k ifdef's
1990-03-13 Keith Bosticremove Sprite ifdef's
1990-03-13 Keith BosticStr_New -> strdup
1990-03-13 Keith Bosticremove directory locking, including the -l flag
1990-03-13 Keith Bosticredo system makefile configuration for BSD
1990-03-13 Keith Bosticadd Berkeley specific copyright
1990-03-13 Keith Bosticrelease 2.1 of pmake
1990-03-12 Bob CorbettI eliminated the definition of ROWSIZE because, with...
1990-03-12 Bob CorbettI fixed a bug in the code for reading literals. -rpc
1990-03-12 Bob CorbettI fixed an off-by-one error in the #line numbers. ...
1990-03-12 Bob CorbettI changed the banner to match the current revision...
1990-03-12 Bob CorbettI fixed a portability problem. The code used to assume...
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notices
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd Berkeley specific copyright notice
1990-03-12 Keith Bosticrelease 2.1 of pmake
1990-03-12 Keith Bosticadd -m flag, configurable directory search path (/etc...
1990-03-12 Keith Bosticadd -m flag, configurable search directories
1990-03-12 Keith Bosticdate and time created 90/03/11 15:08:02 by bostic
1990-03-12 Keith Bosticadd -m option, configurable search directories
1990-03-12 Keith Bosticdate and time created 90/03/11 15:05:09 by bostic
next