unix-history/.git
1987-10-10 Mike Karelsslow down more when doing fast retransmission
1987-10-10 Mike Karelsadd datakit (for local only)
1987-10-10 Mike Karelsinit t_rxtcur
1987-10-10 Mike Karelsdon't send options if state is closed (from tcp_drop)
1987-10-09 Keith Bosticchange to keyword search
1987-10-09 Keith Bosticdate and time created 87/10/08 12:45:31 by bostic
1987-10-09 Keith Bosticdate and time created 87/10/08 12:33:11 by bostic
1987-10-09 Keith Bosticdocument -h, -o flags
1987-10-09 Keith Bosticfix flags in usage statements
1987-10-08 Keith Bosticfix -f for grep
1987-10-08 Keith Bosticchange usage statements
1987-10-08 Keith Bosticmake -f work
1987-10-08 Keith Bosticmake -f flag work
1987-10-08 Keith Bosticdocument -h, -o flags
1987-10-08 Keith Bosticimplement -o flag; *always* print the file name
1987-10-08 Keith Bosticeverybody has the -h flag, now
1987-10-08 Keith Bosticimplement -h flag
1987-10-08 Keith Bosticfix nalt incrementation on 'foo|bar' pattern
1987-10-08 Keith Bosticfix mkdir line
1987-10-07 Keith Bosticthis is wrong anyway, but cast it to get rid of the...
1987-10-07 Keith Bosticsprintf doesn't necessarily return its first arg
1987-10-07 Keith Bosticerasechar/killchar already defined in curses.h
1987-10-07 Keith Bostic'-' means stdin fix; bug report 4.3BSD/bin/86
1987-10-07 Keith Bosticdisallow ',' in gcos field; bug report 4.3BSD/bin/88
1987-10-07 Keith Bosticfix removal of dysize() from C library
1987-10-07 Keith Bosticdon't use getlogin ever, use getuid instead
1987-10-07 Keith Bostic-df get set even if one or the other already set
1987-10-07 Keith Bosticbuf should have been a register
1987-10-07 Mike Karelsbranch version without malloc (for monet and dist)
1987-10-07 Mike Karelsdon't send trailer replies to IP replies that appear...
1987-10-07 Keith Bosticfix ls overwrite problem; bug report 4.3BSD/ucb/124
1987-10-07 Steve JacobsonAsk user to confirm 'ls' and 'dir' local file to preven...
1987-10-06 Edward Wangmade up to date
1987-10-06 Edward Wangdate and time created 87/10/06 00:36:06 by edward
1987-10-06 Edward Wangdate and time created 87/10/06 00:36:05 by edward
1987-10-06 Mike Karelscheck the right table
1987-10-06 Keith Bosticfix alt buffer overflow; rewrite alternate()
1987-10-06 Keith Bosticfix alternate buffer overflow; rewrote alternate()
1987-10-06 Keith Bostickanji() should be ifdef'd on NOKANJI
1987-10-06 Keith Bosticpfile doesn't need to use stdio
1987-10-06 Mike Karelsfix unsigned problem looking for end of table
1987-10-06 Kirk McKusickavoid call through zero (t_oproc) when certain flags...
1987-10-06 Keith Bosticegrep now supports -i
1987-10-05 Keith Bosticegrep now handles -i
1987-10-05 Edward Wangadded Wyse 60 and 75 support (from mips!dce)
1987-10-05 Edward Wangdependency changes made by an unknown person, probably...
1987-10-04 Keith Bosticdate and time created 87/10/03 16:27:25 by bostic
1987-10-04 Keith Bosticsupport -i flag
1987-10-04 Keith Bosticclean up directory creation
1987-10-04 Keith Bosticget rid of ignored exit on install
1987-10-04 Mike Karelsshow software interrupts
1987-10-04 Mike Karelsclear carrier when master closes (even if LMDMBUF)
1987-10-03 Edward Wangchanges from mips!dce, most compatibility stuff
1987-10-02 Edward Wangbug fix: set touched when insert and delete are used...
1987-10-02 Edward Wangbug fix: set lines to touched if used insert to scroll...
1987-10-02 Edward Wangdon't set touched unless actually different
1987-10-02 Edward Wanguse setenv() to set up environment, WINDOW_ID added...
1987-10-02 Kirk McKusickcannot initialize maxbpg until bsize is set
1987-10-02 Keith Bosticpointer typo
1987-10-02 Keith Bosticreturn u_long, not int; bug report 4.3BSD/lib/37
1987-10-02 Keith BosticINADDR_NONE, not -1; bug report 4.3BSD/lib/22
1987-10-02 Keith Bostic'-' may not start login name; bug report 4.3BSD/bin/85
1987-10-02 Kirk McKusickadd remainder of tunable parmeters (-a, -d, -e);
1987-10-02 Gary M. LevinAdded CCC86 (Sigplan compiler construction conference)
1987-10-02 Kirk McKusickadd remainder of tunable parameters (-a, -d, -e);
1987-10-02 Keith Bostic'-' may not start login name; bug report 4.3BSD/bin/85
1987-10-01 John A. Kunzeadded TERMPATH stuff and references to termcap(3X)
1987-10-01 Sam Leffleradd some paranoia -- fo can be null if errors occur
1987-10-01 Keith Bosticlint & error logging; bug reports 4.3BSD/etc/{80,81}
1987-10-01 Keith Bosticnull pointer fix; bug report 4.3BSD/lib/23
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/24
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/25
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/26
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/27
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/28
1987-10-01 Keith Bosticlong/int bug; bug report 4.3BSD/lib/32
1987-10-01 Keith Bosticlong/int problems, linted; bug report 4.3BSD/lib/34
1987-10-01 Keith Bosticnet is a long; bug report 4.3BSD/lib/35
1987-10-01 Keith Bosticsignals are longs; bug report 4.3BSD/lib/38
1987-10-01 Keith Bosticget rid of global conffile
1987-10-01 Keith Bosticsys_nerr and sys_errlist are externs
1987-10-01 Keith Bosticdocument comments; bug report 4.3BSD/man/3
1987-10-01 Keith Bosticdocument comments, and #n; bug report 4.3BSD/man/3
1987-10-01 Keith Bosticremove ^H's; bug report 4.3BSD/man/4
1987-10-01 Keith Bostictypo, .rhosts in home directory now; bug report 4.3BSD...
1987-10-01 Keith Bostic:e works on variables; bug report 4.3BSD/man/11
1987-10-01 Kirk McKusickadd second argument used by pxp (4.3BSD/ucb/17 Andrew...
1987-10-01 Kirk McKusickadd second (currently unused except by pxp) argument
1987-10-01 Kirk McKusickfix entries for pred and succ (4.3BSD/ucb/21 Allyn...
1987-10-01 Kirk McKusickupdate to reflect current order of listing
1987-10-01 Keith Bosticminor typo; bug report 4.3BSD/man/13
1987-10-01 Keith Bostictypo; bug report 4.3BSD/man/16
1987-10-01 Keith Bostictime has been moved to section 3; bug report 4.3BSD...
1987-10-01 Keith Bosticfix st_atime description; bug report 4.3BSD/man/18
1987-10-01 Keith Bosticfix -c definition; bug report 4.3BSD/man/19
1987-10-01 Keith Bosticdstaddr to dest_address; bug report 4.3BSD/man/21
1987-09-30 Keith Bosticlist all options; bug report 4.3BSD/man/22
1987-09-30 Keith Bosticremove ^H chars; bug report 4.3BSD/man/24
1987-09-30 Keith Bosticadd regexp.h
1987-09-30 Keith Bosticdate and time created 87/09/29 13:30:07 by bostic
next