add tags
[unix-history] / usr / src / usr.bin /
1988-06-11 Edward Wangchanged the way -N is handled
1988-06-11 Edward Wangreal usage message
1988-06-11 Edward Wangadded -c -b -t flags, end echo with newline,
1988-06-11 Edward Wanggetrawlist changed to allow quoting inside strings
1988-06-11 Edward Wangcheck variable "tabstr" when interpolating messages,
1988-06-11 Edward Wangcheck variables "shell" and "SHELL", from Tom Newcomb...
1988-06-11 Keith Bosticdon't destructively install getline.c and getnum.c
1988-06-11 Keith Bosticadd getopt; add Berkeley specific header
1988-06-10 Edward Wangnew commands saveignore, saveretain, and savediscard
1988-06-09 Keith Bosticrewritten from manual page; added Berkeley specific...
1988-06-09 John A. Kunzegetline.c and getnum.c from C lessons moved into src...
1988-06-09 John A. Kunzedate and time created 88/06/08 15:14:35 by jak
1988-06-09 John A. Kunzedate and time created 88/06/08 15:14:34 by jak
1988-06-09 Rick Adamssysexits is back (wont it ever die?)
1988-06-07 Keith Bosticwritten by Robert Henry; add Berkeley specific header
1988-06-07 Keith Bosticwritten by Bill Joy and Charles Haley; add Berkeley...
1988-06-07 Keith Bosticadd LOG_UUCP
1988-06-05 Gregory MinshallRemove main target on a clean.
1988-06-04 Keith Bosticadd Berkeley specific header; use getopt; minor lint
1988-06-03 Kirk McKusickget rid of _sobuf
1988-06-03 Kirk McKusickget rid of sobuf
1988-06-02 Keith Bosticrip out sobuf
1988-05-29 Edward Wangadded saveignore and saveretain
1988-05-28 Mike Karelsdon't ignore long arguments
1988-05-25 Keith Bosticadd Berkeley specific header; clarify what gets logged
1988-05-25 Keith Bosticadd getopt, don't overflow with command line arguments...
1988-05-23 Keith Bosticfix for ANSI C
1988-05-22 Edward Wangadded make.out and tags to clean
1988-05-22 Edward Wangupdated to match current struct tt
1988-05-22 Edward Wangadded make.out to clean
1988-05-22 Keith Bosticremove mkvers when cleaning
1988-05-21 Keith Bosticadd Berkeley specific header
1988-05-21 Edward Wanguse getpwuid in addition to getlogin to get user name...
1988-05-20 John A. Kunzefixed -P bug, multiple -[PF] bug, and first line after...
1988-05-17 Gregory MinshallFor HighC compiler, don't hide previous definitions...
1988-05-16 Gregory MinshallFor NOT43 systems, get correct definition for dosynch().
1988-05-16 Gregory MinshallMakefile_ultrix to sourcelist.
1988-05-16 Gregory Minshallbuffer is signed, but IAC is 0x255 (the twain shall...
1988-05-16 Gregory MinshallSwap some things. Target is now telprog.o. For conven...
1988-05-16 Gregory MinshallPut back some things in ALLPRINT for distribution.
1988-05-16 Gregory MinshallFix for Ultrix systems with their bad curses.h.
1988-05-16 Gregory MinshallRecover telnet.ext, which several .c files include...
1988-05-16 Gregory MinshallInclude "general.h" to get rid of ansi mem* functions.
1988-05-16 Gregory MinshallMake it work for tn3270.
1988-05-16 Gregory Minshallmake it work for tn3270.
1988-05-16 Gregory MinshallMake tn3270 work.
1988-05-16 Gregory MinshallNew targets for linting and tags; new telnet structure.
1988-05-16 Gregory MinshallNew targets for linting and tags.
1988-05-16 Gregory MinshallVarious pieces are new for new telnet structure and...
1988-05-16 Gregory MinshallMake work with new split telnet.
1988-05-15 Gregory Minshalldate and time created 88/05/14 11:47:07 by minshall
1988-05-15 Mike Karelsadd -d
1988-05-15 Mike Karelsprint drops on request
1988-05-13 Rick Adamsdidnt use proper logfile if LOGBYSITE defined
1988-05-12 Edward Wangscrolling region, suggestion from Ray Moody (ray@j...
1988-05-07 Keith Bosticversion to work with old compiler for tahoe release
1988-05-06 Keith Bosticadd hack for compilers not having -M flag
1988-05-06 Keith Bosticwritten by Eric Allman; add Berkeley header
1988-05-06 Keith Bosticwritten by Eric Allman; add Berkeley specific header
1988-05-06 Keith Bosticadd Berkeley specific header, minor cleanup
1988-05-06 Keith Bosticadd Berkeley specific header; written by K. McKusick...
1988-05-06 Keith Bosticgprof.{callg,flag} are 444
1988-05-06 Rick Adamsadd sccsid
1988-05-06 Rick Adamsfixes from spafford
1988-05-06 Rick Adamscheck in the correct version
1988-05-06 Rick Adamsmake depend
1988-05-05 Keith Bosticadd verification, getopt, lots of changes
1988-05-05 Keith Bosticupdate; add verification capability; Berkeley header
1988-05-05 Rick Adamsadd include of errno.h
1988-05-05 Rick Adamsfixes from spafford
1988-05-05 Rick Adamsshow execution as uuxqt not UUXQT
1988-05-05 Rick Adamsinitialize Rmtname in case of early error
1988-05-05 Rick Adamspurge use of sysexits in favor of errno
1988-05-05 Rick Adamsadd S optino for compat
1988-05-05 Rick Adamsadd definition of Now for new loggin routines
1988-05-05 Rick Adamsremove 3Com unet support
1988-05-05 Rick Adamsno change; new sccsid
1988-05-05 Rick Adamsno chage, new sccsid
1988-05-05 Rick Adamsinclude machparam.h to pull in defs of ntohl, etc
1988-05-05 Rick Adamstotally rewritten. syslog interface added for non bsd...
1988-05-05 Rick Adamsfix \s problem in expect, setprotitle
1988-05-05 Rick Adamshave acucntrl show site called instead of "uucp"
1988-05-05 Rick Adamsuse setproctitle a la sendmail
1988-05-05 Rick Adamsadd missing logcls(); use setproctitle a la sendmail
1988-05-05 Rick Adamsremove restriction on ttyd*;allow 4th arg for uucp use
1988-04-30 Edward Wangfixed startup hanging bug (calling wwrint without maski...
1988-04-26 Edward Wangfixed type-ahead after getting out of command mode bug
1988-04-26 Keith Bosticdon't include sysexits.h in uucp.h, include it in uux.c
1988-04-26 Keith Bosticuux includes sysexits.h itself
1988-04-25 Keith Bosticfixes for ANSI C
1988-04-25 Keith Bosticfix for ANSI C
1988-04-25 Keith Bosticfix for ANSI C
1988-04-23 Marc Teitelbaumwasen't using users PAGER if it was "more"
1988-04-23 Keith Bosticadd -a flag, print all man pages; add getopt, required...
1988-04-21 Keith Bosticwritten by Len Edmondson, add Berkeley specific header...
1988-04-21 Keith Bosticreport utmp file name if can't open; bug report 4.2BSD...
1988-04-20 Keith Bosticadd Berkeley specific copyright
1988-04-20 Keith Bosticnew option, -a, displays all manual pages
1988-04-19 Keith Bosticrdist doesn't propagate sticky bits; bug report 4.3BSD...
1988-04-16 Keith Bostictypo
next