add RELOAD flag to reload filesystem after fsck; FORCE flag now
[unix-history] / usr / src /
1992-11-16 Kirk McKusickadd RELOAD flag to reload filesystem after fsck; FORCE...
1992-11-16 Kirk McKusickadd vflush flag WRITECLOSE to close only writable vnodes
1992-11-16 Eric Allmanallow specification of arbitrary string on successful...
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:52:19 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:50:57 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:50:56 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:50:55 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:46:58 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:36:06 by ralph
1992-11-16 Ralph Campbellupdates from Rick Macklem for maxine.
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:28:39 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:28:38 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:28:37 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 16:28:36 by ralph
1992-11-16 Eric Allmanfinish support for generalized maps
1992-11-16 Eric Allmandate and time created 92/11/15 16:10:08 by eric
1992-11-16 Ralph Campbellupdates from Rick Macklem for maxine.
1992-11-16 Ralph Campbellupdates from Rick Macklem. Also, fix MIPS implementatio...
1992-11-16 Ralph Campbellchanges for maxine from Rick Macklem.
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:50 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:49 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:48 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:47 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:46 by ralph
1992-11-16 Ralph Campbelldate and time created 92/11/15 15:47:45 by ralph
1992-11-16 Ralph Campbelladded new device drivers from Rick Macklem
1992-11-16 Eric Allmandate and time created 92/11/15 14:57:52 by eric
1992-11-16 Kirk McKusickavoid core dumps and panics when interrupting fsck...
1992-11-15 Kirk McKusickdelete ufs_iput, ufs_ilock, and ufs_iunlock
1992-11-15 Kirk McKusickhave to wait for VXLOCK to clear when trying to lock
1992-11-15 Kirk McKusickhave to wait for VXLOCK to clear
1992-11-15 Kirk McKusickcannot put in deadops until done with reclaiming, thus...
1992-11-15 Kirk McKusickreplace ufs_iput with vput; replace ILOCK and IUNLOCK...
1992-11-15 Kirk McKusickreplace use of ILOCK and IUNLOCK with VOP_LOCK and...
1992-11-15 Kirk McKusickufs_iput, ufs_ilock, and ufs_iunlock are gone, replaced...
1992-11-15 Kirk McKusickjust set lock bit, as it should never be preset
1992-11-15 Kirk McKusickILOCK and IUNLOCK are gone, now always use VOP_LOCK...
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-15 Kirk McKusickufs_iput obsoleted by vput
1992-11-15 Kirk McKusickufs_iput is obsoleted by vput
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-15 Eric Allmanfix botch in YPCOMPAT mode
1992-11-15 Eric Allmanremove hacks for dead m4 versions
1992-11-15 Eric Allmanfix botch with current directory
1992-11-14 Eric Allmanhack for BSD version of m4
1992-11-14 Eric Allmanfix error with IF_MAKEDBMFILES ifdef
1992-11-14 Eric Allmanfake a non-zero exit status code
1992-11-14 Eric Allmanset up the number of simultaneous connections
1992-11-14 Eric Allmanchange location of "local config" so it can override...
1992-11-14 Eric Allmanfix minor nit
1992-11-14 Eric Allmandate and time created 92/11/14 00:12:48 by eric
1992-11-14 Eric Allmandate and time created 92/11/14 00:12:47 by eric
1992-11-14 Eric Allmandate and time created 92/11/14 00:09:52 by eric
1992-11-14 Eric Allmanput VERSIONID in diversion 0
1992-11-14 Eric Allmandate and time created 92/11/14 00:00:40 by eric
1992-11-14 Eric Allmanquote the argument to VERSIONID
1992-11-14 Eric Allmangive a diagnostic if the M4 is too old
1992-11-14 Eric Allmanquote versionid to avoid # problems
1992-11-14 Eric Allmanhacks to make it work for GNU m4 (ugh)
1992-11-14 Eric Allmanquote versionid to avoid # problems
1992-11-14 Eric Allmanmake it so it will work on systems without m4_wrap
1992-11-14 Eric Allmanmake more portable to other versions of m4
1992-11-14 Eric Allmanmake it so it will work in other environments
1992-11-14 Eric Allman-DNDBM implies -DDBM
1992-11-14 Keith Bostictest R_CURSOR for both seq and put
1992-11-14 Eric Allmantry to do some syntax error corrections on errors in...
1992-11-14 Keith Bostictest R_CURSOR use before initialization
1992-11-14 Keith Bosticput can now set the key, so it's not a const * anymore
1992-11-14 Keith Bosticreturn the keys as well as the data
1992-11-14 Keith Bosticreturn RET_SPECIAL if R_PREV and at record 1; check...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bostickey can be set by put, now, so no longer const *; chang...
1992-11-14 Keith Bosticadd in-memory versions of recno trees, lint fixes
1992-11-14 Keith Bostictest for initialization of the cursor before deleting...
1992-11-14 Keith Bosticrequire the cursor be initialized before deleting using...
1992-11-14 Keith Bosticcheck for in memory tree
1992-11-14 Keith Bosticcheck for in memory recno tree; __rec_ret takes new...
1992-11-14 Keith Bostic__rec_put can fill in the key, so it's no longer a...
1992-11-14 Keith Bosticlint cleanup, prettiness polic, add R_SETCURSOR
1992-11-14 Keith Bosticuse obj
1992-11-14 Keith Bosticadd R_SETCURSOR, R_APPEND -> R_CURSORLOG
1992-11-14 Kirk McKusickffs_inactive moves to ufs_inactive
1992-11-14 Kirk McKusickufs_inactive is back
1992-11-14 Kirk McKusickffs_inactive moves back into ufs_inactive
1992-11-14 Kirk McKusickclear IUPD|IACC|ICHG|IMOD flags when skipping update...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticreorder malloc/mpool_get for simplicity; save off error...
1992-11-14 Keith Bosticabort() if unrecognized switch value; initialize nksize...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticbt_put can set the key, now, no longer const arg
1992-11-14 Keith Bosticadd BTF_RINMEM for recno in memory trees
1992-11-14 Eric Allman*really* fix quoting in phrase part of addresses; elimi...
1992-11-14 Keith Bosticprettiness police
1992-11-14 Keith Bosticlitn
1992-11-14 Keith Bosticuse SET/ISSET, lint
1992-11-14 Keith Bosticdate and time created 92/11/13 14:33:38 by bostic
1992-11-14 Keith BosticMust eat packet if _PATH_MAILDIR doesn't exist to avoid...
1992-11-14 Eric Allmanadd some debugging info
1992-11-13 Kirk McKusickletter with Lite provisions added back in again
1992-11-13 Elan AmirMade waddch return a value.
next