unix-history/.git
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:54 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:27:10 by bostic
1991-02-13 Keith Bosticdate and time created 91/02/12 20:25:02 by bostic
1991-02-13 Keith Bosticfix path
1991-02-13 Keith Bosticprotect against user inclusion (included by ndbm.h)
1991-02-13 Keith Bosticadd cdefs.h, redo the function prototypes
1991-02-13 Keith Bosticdon't need to prepend key with type byte any more;
1991-02-13 Keith Bosticnew version from Margo Seltzer with the db(3) hash...
1991-02-13 Keith Bosticrework the password subsystem
1991-02-13 Keith Bosticforgot to remove 's' from getopt call
1991-02-13 Keith Bosticdelete "rusage" alias; delete -s option; change "trs...
1991-02-13 Mike Karelsdhuparam needed return values
1991-02-12 Mike Karelsneed to copy sv{u,g}id in fork!
1991-02-11 Keith Bosticpasswd -> chpass
1991-02-10 Edward Wangfor bostic: ANSI C change: remove -> rm
1991-02-10 William Nesheimi386 entry
1991-02-10 William Nesheimadded 386 entry
1991-02-10 William Nesheimi386 system base address (must be a better way...)
1991-02-10 William Nesheimdate and time created 91/02/09 19:37:08 by william
1991-02-10 William Nesheimbeginning of changes for i386 -- its like a vax
1991-02-09 Chris Torekput back missing va_start call
1991-02-09 Keith Bosticonly kvm.h included kinfo.h, and there wasn't any reaso...
1991-02-09 Keith BosticANSI style declarations
1991-02-09 Keith Bosticdrop "tt" keyword from -v output so fits on 80 column...
1991-02-09 Keith Bosticdon't use aliases in descriptions, make -O same order...
1991-02-09 Keith Bosticonly print the "no database" message once
1991-02-09 Keith Bosticuse the _PATH_DEVDB database if available
1991-02-09 Keith Bostic_PATH_DEVDB is in <paths.h> now
1991-02-09 Keith Bosticadd /var/run/dev.db to global list, used by ttyname...
1991-02-09 Keith Bosticdate and time created 91/02/08 16:48:40 by bostic
1991-02-09 Keith Bosticcurrent version (addressed to me!)
1991-02-09 Keith Bosticnext version (addressed to Kirk!)
1991-02-09 Keith Bosticearliest version around (addressed to Mike!)
1991-02-09 Keith Bosticadd zipcodes
1991-02-09 Keith Bosticdate and time created 91/02/08 13:38:40 by bostic
1991-02-09 Keith Bosticnew list of files
1991-02-09 Keith Bosticone more pass to get keywords/aliases right
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
next