unix-history/.git
1991-03-07 Keith Bosticunsigned integer fix (again!)
1991-03-06 Donn SeeleyDon't mktemp() constant strings.
1991-03-06 Donn SeeleyDon'
1991-03-06 Donn SeeleyFix mktemp() call. Don't know why I bother...
1991-03-06 Donn SeeleyFixed mktemp()s; added includes, fixed ANSI nits.
1991-03-06 Donn SeeleyDon't use mktemp() on constants.
1991-03-06 Donn SeeleyDon't mktemp() string constants.
1991-03-06 Donn Seeley(1) Make __sputc() inline function invisible to gcc...
1991-03-06 Keith Bosticdon't print file name, if still can fail open.
1991-03-06 Keith Bosticadd locale.h
1991-03-06 Marc Teitelbaum-C was broken.
1991-03-06 Marc Teitelbaumdynamic allocted filedescs - version1 (version2 ifdef...
1991-03-06 Keith Bosticrename glob to ftpglob
1991-03-06 Donn SeeleyDocument the -f flag (force xargs to ignore status).
1991-03-06 Donn Seeley(no message)
1991-03-06 Donn Seeley(1) Don't forget to terminate the argument list (2...
1991-03-06 Dave A. BormanChange -I/usr/src/lib to -I${.CURDIR}/../../lib
1991-03-06 Keith Bosticrelative includes
1991-03-06 Keith Bosticassembly stuff didn't work, and I don't really see...
1991-03-06 Keith Bosticadd db, locale; don't need to specially sort the librar...
1991-03-06 Keith Bosticmv strerror into ../stdio
1991-03-06 Keith Bosticrename as strerror.3
1991-03-06 Keith Bosticdate and time created 91/03/05 14:55:18 by bostic
1991-03-06 Keith Bosticdate and time created 91/03/05 14:55:12 by bostic
1991-03-06 Keith Bosticman page pass, minor cleanups
1991-03-06 Donn SeeleyMake 'line' writable (and save 4 bytes).
1991-03-06 Keith Bosticfrom scratch -- combine fputs and puts, rename to fputs.3
1991-03-06 Keith Bosticminor cleanup
1991-03-06 Keith Bosticmatch template
1991-03-06 Keith Bosticgo to template
1991-03-06 Keith Bosticdate and time created 91/03/05 13:47:04 by bostic
1991-03-06 Keith Bosticdate and time created 91/03/05 13:34:34 by bostic
1991-03-06 Keith Bosticdocument errno behavior
1991-03-06 Dave A. BormanMake TELOPT_ENCRYPT 38, it's official option number.
1991-03-06 Keith Bostichlen was going to -1 and doing an unsigned comparison
1991-03-06 Keith Bostickstash belongs in /usr/sbin
1991-03-06 Keith Bosticno reason to mention malloc/free
1991-03-06 Mike Karelsfrom rcs id 4.15
1991-03-06 Keith Bosticexec is compat now, C library does the work
1991-03-06 Keith Bostic"const" handled by sys/cdefs.h
1991-03-06 Dave A. BormanAnother fix for initial terminal speed setting.
1991-03-06 Keith BosticBSD has a psignal routine
1991-03-06 Keith BosticANSI, rename inline
1991-03-05 Keith BosticBSD4_3 defined in <sys/param.h>; protect #defines
1991-03-05 Keith BosticANSI
1991-03-05 Kirk McKusickeliminate u.u_nd
1991-03-05 Kirk McKusickmisc fixes plus diskless support from Rick Macklem
1991-03-05 Kirk McKusickdiskless support from Rick Macklem
1991-03-05 Kirk McKusickfrom Rick Macklem for diskless support
1991-03-05 Kirk McKusickupdate for diskless support
1991-03-05 Keith BosticVAX .s routines only work with the old stdio
1991-03-05 Keith Bosticcc is in pcc
1991-03-05 Keith BosticANSI
1991-03-05 Mike Karelsfirst pass at proc reorg; merge *nullops, other cleanup...
1991-03-05 Mike Karelsfirst pass at proc reorg
1991-03-05 Keith BosticANSI
1991-03-05 Keith Bosticdon't define BUFSIZ unless necessary
1991-03-05 Keith Bosticneeds -lcompat
1991-03-05 Keith Bostictypo...
1991-03-05 Keith Bosticwrong path for sccsdiff
1991-03-05 Keith BosticANSI -- can't concatenate strings compatibly
1991-03-05 Mike Karelsdon't do FD_ISSET on fd -1; wait now returns status...
1991-03-05 Keith Bosticsendto: int * -> int
1991-03-05 Keith Bosticcomments about what's really going on
1991-03-05 Keith Bosticreplace /**/ with __CONCAT() macro
1991-03-05 Keith BosticANSI
1991-03-05 Keith Bosticautomatic aggregate for pcc
1991-03-05 Keith BosticANSI
1991-03-05 Keith Bosticfix for pcc
1991-03-04 Keith Bosticfix aggregate initialization for pcc
1991-03-04 Keith BosticANSI
1991-03-04 Keith Bosticerror messages should report system call that failed
1991-03-04 Keith Bosticcheckpoint, it's been out a long time
1991-03-04 Keith Bosticput in prototypes for private libc/net routines
1991-03-04 Keith Bosticsendmail can't do non-writable strings (see putline...
1991-03-04 Donn SeeleyMove the fchmod() declaration to stat.h.
1991-03-04 Donn SeeleyPut the fchmod() declarationwith the chmod() declaration.
1991-03-04 Keith Bosticpw_edit fails permanently now
1991-03-04 Keith Bosticmake pw_edit fail for good when it fails; don't wait...
1991-03-04 Keith Bosticfix error message when user doesn't know the old passwd
1991-03-04 Keith Bosticredo the pw_copy calling convention
1991-03-04 Keith Bosticget the temporary file and fd handling right.
1991-03-04 Keith BosticDBT data changed to be unsigned
1991-03-04 Keith BosticDBT data changed to be unsigned, fix routines that...
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-04 Keith Bosticdo function prototypes for db(3) internal routines
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-04 Keith Bosticmove password databases back into /etc, rename for...
1991-03-04 Keith Bosticforgot to switch the include file from ndbm.h to db.h
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-04 Keith BosticDBT.data is unsigned
1991-03-03 Donn Seeleydate and time created 91/03/03 00:39:06 by donn
1991-03-03 Donn Seeleydate and time created 91/03/03 00:38:38 by donn
1991-03-03 Donn Seeleydate and time created 91/03/03 00:38:20 by donn
1991-03-03 Donn Seeleydate and time created 91/03/03 00:37:47 by donn
1991-03-03 Donn SeeleyFixed pinhead code that went out of its way to write...
1991-03-03 Keith BosticANSI
1991-03-03 Keith Bostic4th arg to dn_expand is a pointer
1991-03-03 Keith Bosticget declarations right
1991-03-03 Keith Bosticp_class, p_type, and fp_query are exported to named
next