1st working version (mostly)
[unix-history] / usr / src / usr.bin /
1986-01-06 Kirk McKusickfrom George Bergman (gbergman@cartan.berkeley.edu)
1986-01-06 Kirk McKusickdate and time created 86/01/05 14:14:00 by mckusick
1986-01-06 Kirk McKusickdate and time created 86/01/05 14:13:59 by mckusick
1986-01-06 Kirk McKusickdate and time created 86/01/05 14:13:57 by mckusick
1985-12-17 Gregory MinshallAdd various "word" operations, and "fieldend".
1985-12-17 Gregory MinshallAdd SCCS id.
1985-12-17 Gregory Minshalldate and time created 85/12/16 10:34:05 by minshall
1985-12-17 Gregory Minshalldate and time created 85/12/16 10:34:03 by minshall
1985-12-17 Gregory Minshalldate and time created 85/12/16 10:34:00 by minshall
1985-12-15 Sam Lefflergive up and put back old version, but up buffer sizes
1985-12-15 Sam Leffleruse read to elminate buffering, fread changes tee's...
1985-12-13 Donn Seeleypass DESTDIR to pc2 make
1985-12-13 Donn SeeleyPut uucpd in ${DESTDIR}/etc.
1985-12-12 Jim Bloomdate and time created 85/12/11 18:54:49 by bloom
1985-12-12 Jim Bloomallow one program to both print tape lengths and copy...
1985-12-12 Jim Bloommap control characters to ^X to avoid trojan horses...
1985-12-12 Jim Bloomfix problem with losing /vmunix in the middle, a bit...
1985-12-10 Mike Karelsbehave sensibly if using cu -l and /etc/remote has...
1985-12-09 Kirk McKusickformat glitches
1985-12-06 Jim Bloomadd .T& to the list of known commands (tbl)
1985-12-04 Edward Wang\f changed to \fI
1985-11-30 Donn SeeleyDocumented the '~$' (local process -> remote host)...
1985-11-30 Donn SeeleyBumped NAMESIZE from 15 to 32; the old value was clearl...
1985-11-30 Donn SeeleyArranged to copy a phone number argument to a safe...
1985-11-30 Donn SeeleyAdded '~$' escape -- send output of local command to...
1985-11-30 Donn SeeleyAdded pipeout() command (~$) -- run a local command...
1985-11-30 Donn SeeleyFixed a bug that caused the phone number to be written...
1985-11-29 Sam Lefflerfix per dave@cit-vax for failed open of files spec...
1985-11-27 Jay Lepreauportability nit
1985-11-27 Jay Lepreaureturns in main become exit()'s.
1985-11-25 Van Jacobsonfix for omitted new context lines at eof. (better fix
1985-11-22 Thomas FerrinMust set linebaudrate variable when in slave mode too.
1985-11-21 Sam Leffleradd text cache stats to -s report
1985-11-18 Sam Lefflerwho wrote this code anyway?
1985-11-16 Jay Lepreauignore zombies; document obscure debug printout
1985-11-16 Jay Lepreauinstall -s, not -c
1985-11-16 Jay Lepreaube quiet if no users
1985-11-13 Jay Lepreaucsh gets -f flag
1985-11-13 Serge ???output the "script done on ..." line
1985-11-12 Kirk McKusickupdate install script
1985-11-10 Serge ???fix infinite loop bug in yankword()
1985-11-09 Kirk McKusickgetusershell() becomes a library routine
1985-11-09 Jim Bloomcheck for null string as well as null pointer
1985-11-09 Mike Karelstry host numbers before addresses, try multiple address...
1985-11-09 Mike Karelsdon't flush input on oob unless it's really a flush...
1985-11-08 Jim Bloomfix manual page to agree with code
1985-11-06 Jim Bloomlink reset and tset
1985-11-05 Jim Bloomrewrite to avoid division by zero
1985-11-05 Jim Bloomadd error if can't open requested mailbox
1985-11-03 Serge ???check for overflow in getrawlist()
1985-11-03 Serge ???increase several limits to be more realistic (from...
1985-11-03 Serge ???increase several limits to be more realistic
1985-11-03 Serge ???increase nbuf[] in netlook() to BUFSIZ (from mp@allegra...
1985-11-02 Jim Bloomsri-nic -> sri-nic.arpa
1985-11-02 Jim Bloomone field in /etc/ttys may be quoted (from entropy...
1985-10-31 Jim Bloomdocument bug with office phone numbers
1985-10-31 Jim Bloomadd /etc/shells, more forgiving about entering GCOS...
1985-10-31 Kirk McKusickif present, /etc/shells is used to provide a list of...
1985-10-31 Kirk McKusick-w is obsolete
1985-10-31 Jim Bloom-w flag no longer needed
1985-10-25 Mike Karelsdon't send initial SGA option if not using standard...
1985-10-25 Mike Karelsdon't unset local start/stop (won't trash connection...
1985-10-25 Jim Bloomstdout was being overwritten in the list of outputs
1985-10-25 Jim Bloomstill more changes from rick@seismo
1985-10-24 Kirk McKusickfix for array of array (from torek@gyre.umd.edu)
1985-10-24 Jim Bloomundefined variables & lint cleanup
1985-10-23 Jim Bloomwait for all children, not just one
1985-10-22 Jim Bloomuse static if variable used outside of block
1985-10-21 Sam Lefflerupdate for revised hostent structure
1985-10-19 Kirk McKusickmust return -1, not 0 on bad flag (from eric)
1985-10-19 Kirk McKusickone more field that needs to be initialized
1985-10-19 Kirk McKusickadd ~b documentation
1985-10-19 Kirk McKusickgive "from host" information for network login failures
1985-10-13 Kirk McKusickcheck for failed open before closing (from Chris Torek)
1985-10-12 Kirk McKusickadd copyright
1985-10-11 Jim Bloomask for login name second time around on rlogin
1985-10-11 Jim Bloomadd multispeed support (from rick@seismo)
1985-10-11 Jim Bloomcleanup open code (from rick@seismo)
1985-10-11 Jim Bloomstill more fixes from rick@seismo
1985-10-11 Jim Bloomreset alarm (from rick@seismo)
1985-10-11 Jim Bloomfix from rick@seismo
1985-10-11 Jim Bloomreset alarm after open (from rick@seismo)
1985-10-11 Jim Bloomstill more changes from rick@seismo
1985-10-10 Jim Bloommore from rick@seismo
1985-10-10 Jim Bloomaccounting fix (rick@seismo again)
1985-10-10 Jim Bloomstill more fixes from rick@seismo
1985-10-10 Jim Bloombug fix from rick@seismo
1985-10-10 Jim Bloomadd declaration of Now (from rick@seismo)
1985-10-10 Jim Bloomadd definition of Now (from rick@seismo)
1985-10-10 Jim Bloomhandle domains better (from rick@seismo)
1985-10-10 Jim Bloomuse defined constant (from rick@seismo)
1985-10-10 Jim Bloomstill more fixes from rick@seismo
1985-10-10 Jim Bloomneed Now defined (from rick@seismo)
1985-10-10 Jim Bloomstill more changes from rick@seismo
1985-10-10 Jim Bloommore conditionals (from rick@seismo)
1985-10-10 Jim Bloomchange parameters (from rick@seismo)
1985-10-10 Jim Bloomclose paren needed (from rick@seismo)
1985-10-10 Jim Bloomstill more fixes from rick@seismo
1985-10-10 Jim Bloomuse constants, lint from rick@seismo
1985-10-10 Jim Bloomstill more fixes from rick@seismo
next