unix-history/.git
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
1987-09-30 Keith Bosticusage message to tty, just in case
1987-09-29 Keith Bosticline specification fix; bug report 4.3BSD/ucb/115
1987-09-29 Keith BosticNULL dereference; bug report 4.3BSD/ucb/118
1987-09-29 Keith Bosticfix .PS < file construct; bug report 4.3BSD/usr.bin/6
1987-09-29 Keith Bosticend-macro processing fix; bug report 4.3BSD/usr.bin/24
1987-09-29 Keith Bostic"master" declarations; bug report 4.3BSD/usr.bin/27
1987-09-29 Keith Bosticchange "file changed size" error to a real read error...
1987-09-29 Keith Bosticscale computation and divide algorithm; bug report...
1987-09-29 Keith Bosticinit globflag; bug report 4.3BSD/usr.bin/91
1987-09-29 Keith Bostichash.c has to find config.h; bug report 4.3BSD/usr...
1987-09-29 Keith Bosticinclude config.h for FLEXNAMES; bug report 4.3BSD/usr...
1987-09-29 Keith BosticR. Adams; change chown root to chown uucp for uucp...
1987-09-27 Keith Bostichave strcasecmp in library, now
1987-09-27 Keith Bosticroll on tahoe same way roll on vax
1987-09-27 Keith Bosticdate and time created 87/09/26 19:04:45 by bostic
1987-09-27 Keith Bosticdate and time created 87/09/26 19:04:17 by bostic
1987-09-27 Keith Bosticdate and time created 87/09/26 19:03:54 by bostic
1987-09-26 Gregory MinshallCut down on number of extern's.
1987-09-26 Gregory MinshallIncorporate tn3270.c.
1987-09-26 Gregory MinshallMove a number of tn3270-items to tn3270.c
1987-09-26 Gregory MinshallInitialize term.*Char.
1987-09-26 Gregory MinshallThe right things in the right place.
1987-09-26 Gregory MinshallFix to make standard output (at least) go into a proper...
1987-09-24 Keith Bosticmake errno, sys_errlist and sys_nerr externs
1987-09-24 Keith Bosticjust do rm -rf and don't bother ignoring exit
next