fix dom_init prototype (no args => __P((void)), not empty)
[unix-history] / usr / src / usr.bin /
1992-11-13 Kirk McKusickpic takes no arguments
1992-11-13 Elan AmirChanged errror() to go through curses(3) rather than...
1992-11-11 Elan AmirConverted to new curses(3) library.
1992-11-11 Edward Wangsun pty write bug
1992-11-11 Edward Wangcheckpointing stuff
1992-11-11 Edward Wangdocument tty options
1992-11-07 Marc Teitelbaumsprite braindeath. NIL was hardcoded to 0xFFFFFFFF...
1992-11-03 Kirk McKusickuse new kvm library functions
1992-11-03 Kirk McKusicksignpost error in argument cracking (from mike@cs.utah...
1992-11-03 Keith Bostichandle backslash and ampersand correctly; from Diomidis...
1992-11-02 Keith Bosticunneeded set
1992-10-25 Ralph Campbellfix gcc2 static warning
1992-10-25 Ralph Campbellfix gcc2 warning about register char array.
1992-10-25 Ralph Campbellfix gcc2 warnings for extern & later declared static.
1992-10-25 Ralph Campbellfix SCCS headers, fix gcc2 extern & later declared...
1992-10-24 Keith BosticANSI plus getopt(3)
1992-10-23 Kirk McKusickadd size distribution printout for -m option
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-10-18 Keith Bosticit's considered tacky to remove the include files
1992-10-18 Keith Bosticnl is an exported curses function
1992-10-18 Keith Bosticshut it up as much as possible; minor cleanups, new...
1992-10-17 Keith Bosticwrong init value for pushbool
1992-10-14 Chris Toreksparc uses gcc too
1992-10-14 Keith Bosticdb->get does not return a longword aligned buffer;...
1992-10-13 Chris Torekcompile new-VM programs on sparc, but not (yet) gcc...
1992-10-03 Keith Bosticoff_t's aren't longs anymore, from Craig Leres
1992-09-20 Edward Wanguse close-on-exec and some other stuff to get rid of...
1992-09-17 Elan Amircopyright[] -> static.
1992-09-17 Elan Amircopyright[] -> static
1992-09-17 Elan Amircopyright[] -> static.
1992-09-16 Elan AmirAdded SCCS keywords.
1992-09-16 Elan Amir(no message)
1992-09-16 Elan AmirRemoved remcap.
1992-09-14 Ralph Campbellrestore sccs IDs, fix 'statis' typos.
1992-09-14 Ralph Campbellodoffset is only used in odsyntax.c, don't define here.
1992-09-12 Andrew Cherensonprotect against null deref in getcmd() when user types...
1992-09-10 Elan Amirdeleted unecessary line.
1992-09-10 Elan AmirAdded cap_mkdb.
1992-09-10 Elan AmirChanged reference data size since tag was eliminated.
1992-09-09 Elan AmirOrganized into sections.
1992-09-09 Elan AmirChanged '.db' file conflict with ascii files to a warni...
1992-09-09 Elan AmirAdded creation of backup file -- foo.db.BAK so that...
1992-09-05 Elan AmirEliminated REFERENCE and RECORD type and added TCERR...
1992-09-05 Elan AmirMade duplicate entries a warning, not a fatal error.
1992-09-04 Elan AmirReferences are to name field rather than primary name...
1992-09-03 Elan AmirChanges by Keith in style.
1992-09-03 Elan AmirCleanup. Fixed bug in reallocation in db_build. Fixed
1992-09-03 Keith Bosticdon't pick up a.out.h
1992-09-03 Keith Bosticadd cap_mkdb
1992-09-03 Keith Bosticdate and time created 92/09/02 12:03:20 by bostic
1992-09-03 Keith Bosticadd luna68k
1992-09-03 Keith Bosticnl is an exported curses function
1992-09-03 Keith Bosticadd luna68k
1992-09-03 Keith Bosticnl is an exported curses function
1992-09-03 Keith Bosticadd luna68k
1992-09-03 Keith Bosticadd luna68k list
1992-09-02 Elan Amirvgrindefs.c is gone.
1992-09-02 Elan AmirPrototyped.
1992-09-02 Elan AmirRewrote to work with new getcap(3) routines. Cleaned...
1992-09-02 Elan Amirvtroff = psroff
1992-09-02 Elan AmirDeleted references to vtroff and added ref's to getcap(3).
1992-09-02 Elan AmirChanged year on copyright.
1992-09-02 Elan Amirdate and time created 92/09/01 12:07:29 by elan
1992-09-02 Elan AmirFixed usage().
1992-09-02 Elan Amirdate and time created 92/09/01 11:36:23 by elan
1992-09-01 Elan Amirgetcap.h = stdlib.h
1992-09-01 Elan AmirChanged to use new getcap(3) routines.
1992-09-01 Elan Amirfixed _putchar error since it is a macro.
1992-09-01 Keith Bostictypo, only displayed diskops/second for the first drive
1992-09-01 Keith BosticANSI prototypes
1992-09-01 Elan AmirFixed header files.
1992-09-01 Elan Amir(no message)
1992-08-31 Keith Bosticdon't access entries multiple times; from Diomidis
1992-08-30 Keith Bosticre_off is a size_t, cspace is an external function
1992-08-29 Keith Bostictalk about initial text stripping
1992-08-29 Keith Bosticfix wording on #12, description of 'c' command with...
1992-08-29 Keith BosticMUST copy data from stdio buffer, change interface...
1992-08-29 Keith BosticMUST copy data from the stdio buffer, change interface...
1992-08-29 Keith Bosticmake match (pmatch) a single global structure; change...
1992-08-29 Keith Bosticchange calling convention of mf_fgets, cspace; new...
1992-08-29 Keith Bosticmake pmatch a global; move SPACE structure here since...
1992-08-29 Keith Bosticadd test for branch defined RE's
1992-08-29 Keith Bosticsed moved
1992-08-28 Keith Bosticlet's not be tricky...
1992-08-28 Keith Bosticwordsmithing
1992-08-28 Keith Bosticfix the process linkages, but was that fd's got closed...
1992-08-28 Keith Bosticdon't close fd's twice.
1992-08-27 Keith Bosticminor wordsmithing, typos
1992-08-27 Keith Bosticprettiness police
1992-08-27 Keith Bosticput the line number first
1992-08-27 Keith Bosticuse snprintf, not strlen, don't make the message so...
1992-08-25 Keith Bosticshould be __pure, not const, labs() is a function for...
1992-08-25 Keith Bosticnew, non-AT&T, version
1992-08-25 Keith Bosticmake empty RE's work, some minor cleanups, too
1992-08-25 Keith Bosticdiscuss empty RE's
1992-08-25 Keith Bosticwe can't survive some of the compile errors, just die
1992-08-25 Keith Bosticadd discussion of empty RE's
1992-08-25 Edward Wanguse close-on-exec
1992-08-25 Keith Bosticwe can't survive some of the compile errors, just die
1992-08-25 Keith Bosticalways die, we can't survive some of the compile errors
next