unix-history/.git
1991-02-09 Keith BosticSCCS replaces %[IM]%, free of charge
1991-02-09 Keith BosticPut print/keyword routines into separate modules; delet...
1991-02-09 Keith Bosticpsdatabase and vmcore no longer used; add dev.db
1991-02-09 Mike Karelsconsistent naming
1991-02-08 Donn Seeleydate and time created 91/02/07 23:33:43 by donn
1991-02-08 Donn SeeleyFirst crack. Introduce some sanity by pruning configur...
1991-02-08 Donn Seeleydate and time created 91/02/07 20:49:32 by donn
1991-02-08 Marc Teitelbaumoops - reverse test for isrun
1991-02-08 Marc Teitelbaumremove umask
1991-02-07 Chris Torekfix typo (was ==, should be =)
1991-02-07 Chris Torekfprintf takes a FILE pointer too
1991-02-07 Chris Torekremove() is an ANSI function: rename ours to removetemps()
1991-02-07 Chris Torekfix gcc-detected lint
1991-02-07 Mike Karelsadd "tty" argument, get rid of some standardese
1991-02-07 Mike Karels"stty new" and "stty old" should set TTYDISC; "stty...
1991-02-07 Keith Bosticdate and time created 91/02/06 17:14:57 by bostic
1991-02-07 Keith BosticANSI; const -> constant, inline -> inlne
1991-02-07 Keith Bosticstdio.h defines BUFSIZ
1991-02-07 Keith BosticANSI; don't redefine malloc
1991-02-07 Keith BosticANSI, don't redeclare malloc
1991-02-07 Keith Bosticoff-by-one
1991-02-07 Keith BosticANSI const -> constant. Branch delta for tahoe version
1991-02-07 Keith Bostictypo
1991-02-07 Keith Bosticdon't redefine malloc
1991-02-07 Mike Karelsfix old comment
1991-02-06 Chris Torekuse stdlib.h to declare atof and malloc
1991-02-06 Chris TorekPOSIX signals
1991-02-06 Chris Torekuse standard headers to get declarations; strdup is...
1991-02-06 Chris Torekuse stdin, stdout, and stderr when you mean stdin,...
1991-02-06 Keith Bosticstdio defines BUFSIX
1991-02-06 Kirk McKusickadd support for Exabyte tape
1991-02-06 Kirk McKusickExabyte driver from Mike Hibler at Utah
1991-02-06 Kirk McKusickupdate from Mike Hibler for Exabyte support
1991-02-06 Keith Bosticdon't redeclare malloc
1991-02-06 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-06 Keith Bosticadd _PATH_VARRUN for /var/run.
1991-02-06 Keith Bosticfirst pass at function prototypes with cdefs.h
1991-02-06 Keith Bosticnew stdio
1991-02-06 Chris Torekmust seek to end when appending, to make ftell work
1991-02-06 Mike Karelsdon't need sgtty.h now
1991-02-06 Mike Karelstypos
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekiov base is not const; perhaps it should be...
1991-02-05 Chris Torekkeep gcc happy
1991-02-05 Chris Torekrepair arguments (add const)
1991-02-05 Chris Torekuse __P prototype macro; add a few missing prototypes
1991-02-05 Chris Torekinclude <stdlib.h> for malloc() rather than declaring...
1991-02-05 Chris Torekfix gcc-detected lint
1991-02-05 Keith Bostic_IONBF -> setvbuf(3)
1991-02-05 Chris Torekfix gcc-detected lint
1991-02-05 Keith Bosticremove stdio dependencies; still doesn't work, but...
1991-02-05 Chris Torekfix gcc-detected lint
1991-02-05 Chris Torekget declarations from standard headers
1991-02-05 Chris Torekabort => tipabort (for ANSI C); shrink parity table...
1991-02-05 Chris Torektip.h now includes sys/time.h for us
1991-02-05 Mike Karelsprotect free list from lossage if multiple procs try...
1991-02-05 Keith Bosticadd first pass at POSIX.2 values
1991-02-05 Chris Torekget various declarations from <foo.h> headers; avoid...
1991-02-05 Chris Torekfseek and ftell are declared correctly in <stdio.h...
1991-02-05 Keith Sklowerbugfix from john@labtam.labtam.oz.au
1991-02-05 Keith Bosticexit 0 on success, 1 on symbols not found, 2 on error
1991-02-05 Keith Bosticbk.4 -> old/berknet
1991-02-04 Kirk McKusickadd include of types.h
1991-02-04 Kirk McKusickfix check for LINK_MAX in ufs_link;
1991-02-04 Kirk McKusickif entry is gone, do not try to release the parent
1991-02-04 Kirk McKusickadd Exabyte support
1991-02-04 Mike Karelsmake cfmakeraw more raw: 8 bits, no parity, no ISTRIP
1991-02-04 Keith Bosticstructure not &structure in call to bzero; minor lint
1991-02-04 Keith Bosticdate and time created 91/02/03 13:36:55 by bostic
1991-02-04 Keith Bosticadd krb_passwd.c
1991-02-04 Keith Bosticbreak Kerberos code out into krb_passwd.c
1991-02-04 Keith Bosticfix copyright notice
1991-02-04 Keith BosticANSI C change: remove -> rm
1991-02-04 Keith Bosticadd getopt(3), minor cleanups -- could use a lot more...
1991-02-03 Chris Toreklint; KNF; make gcc -Wall happy
1991-02-03 Chris Torekrewind => trewind (for ANSI C)
1991-02-03 Chris Torekgetpwuid() is already declared in <pwd.h>
1991-02-03 Chris Torekfseek is correctly declared in <stdio.h>; do not re...
1991-02-03 Chris Torekget errno from <errno.h>
1991-02-03 Chris Torek08 and 09 are not octal constants! use 010 and 011
1991-02-03 Chris Torekmust include <sys/types.h> before <fcntl.h>
1991-02-03 Chris Torek<sys/file.h> => <sys/types.h> + <fcntl.h>
1991-02-03 Chris Torekexit takes a parameter!
1991-02-03 Chris Torekscandir() => dodir(), plus minor lint (for gcc -W)
1991-02-03 Chris Torekreplace special puts() with a macro (for ANSI C); minor KNF
1991-02-03 Chris Torekputw => putword; argument declarations (all from gcc -W)
1991-02-03 Chris Torekremove -> removeit (for ANSI C); other minor gcc-lint
1991-02-03 Chris Torekfix bugs exposed by gcc -W
1991-02-03 Keith Bostictty_istrapsig is a function
1991-02-02 Keith Bosticdidn't handle empty lines, and when a symbol was missin...
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticfflush -> __sflush
1991-02-02 Keith Bosticstdc.h -> cdefs.h
1991-02-02 Keith Bosticinitialization out of order wrt stdio.h
1991-02-02 Keith Bosticuse __sflush, not fflush
1991-02-02 Keith Bosticfdopen got messed up
next