unix-history/.git
1992-09-01 Elan Amirdeleted references to NONL.
1992-09-01 Elan Amirfixed _putchar error since it is a macro.
1992-09-01 Elan AmirFixed return value buf in nextfree().
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-09-01 Elan AmirAdded termios.h to incldues.
1992-09-01 Elan AmirAdded errno.h to includes.
1992-09-01 Elan AmirGot rid of redundant function declarations.
1992-09-01 Elan AmirFixed CTRL macro use and updated header file includes.
1992-09-01 Elan AmirAdded __cputchar().
1992-09-01 Elan AmirDeleted CTRL definition.
1992-09-01 Elan AmirAdded correct header file includes.
1992-09-01 Elan AmirAdded appropriate header files.
1992-09-01 Elan AmirAdded termios.h
1992-09-01 Keith Bostictypo, F_SETFL -> F_SETFD
1992-08-31 Keith Bosticdon't access entries multiple times; from Diomidis
1992-08-30 Keith Bosticatol is in stdlib.h
1992-08-30 Keith Bosticre_off is a size_t, cspace is an external function
1992-08-30 Keith Bosticphantasia is no longer broken
1992-08-29 Keith BosticTurn off verbose
1992-08-29 Keith Bosticdate and time created 92/08/28 18:13:08 by bostic
1992-08-29 Keith BosticClean segments 1 at a time.
1992-08-29 Keith BosticYou may create dirty ifile blocks on a checkpoint if...
1992-08-29 Keith Bostictest8: bucketsize/fill factor for hashing
1992-08-29 Keith Bosticwordsmithing
1992-08-29 Keith Bostictalk about initial text stripping
1992-08-29 Elan AmirFixed tstp and added include file for CTRL.
1992-08-29 Keith Bostichack to take an argument (and I mean hack)
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 Elan AmirFixed '>=' error in window addressing to '>' (caused...
1992-08-29 Keith Bosticsed moved
1992-08-28 Keith Bosticdon't allow reuse after close
1992-08-28 Keith Bosticlet's not be tricky...
1992-08-28 Keith BosticMake sure you don't use buffers after you brelse/bwrite...
1992-08-28 Keith BosticDo not lock inode during entire read/write operations...
1992-08-28 Keith Bosticwordsmithing
1992-08-28 Marc Teitelbaumgack - uids and gids went to longs. this shouldn't...
1992-08-28 Keith Bosticfix the process linkages, but was that fd's got closed...
1992-08-28 Elan Amirgot rid of 4.2 flag
1992-08-28 Keith Bosticdon't close fd's twice.
1992-08-28 Keith Bosticdate and time created 92/08/27 11:43:00 by bostic
1992-08-28 Keith Bosticadd flowers
1992-08-28 Keith Bosticdate and time created 92/08/27 11:28:10 by bostic
1992-08-28 Keith Bosticadd 'e' command, report on missing keys in get/seq...
1992-08-28 Keith Bosticcheckpoint; some cleanups, reformatting, two new tests
1992-08-28 Keith Bosticseq only writes out retrieved key, add 'e' command
1992-08-27 Keith BosticHang temporary buffers off the devvp, not the ifile...
1992-08-27 Keith BosticAdd lfs_close to get rid of ITIMES modifying inode...
1992-08-27 Keith BosticMake sure that inodes are locked after you copy content...
1992-08-27 Keith BosticMake an lfs specific copy of close so that we can count...
1992-08-27 Keith BosticWakeup the cleaner when we run out of disk space.
1992-08-27 Keith BosticAdd printf and fix error message.
1992-08-27 Keith Bosticadd alternating entries and reverse entries
1992-08-27 Keith Bosticdate and time created 92/08/26 15:52:13 by bostic
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-27 Keith Bosticlfs_markv only takes 4 longs, now
1992-08-27 Keith Bosticnrec is 0-based, here, so > recno, not >= recno, also...
1992-08-27 Keith Bosticusing the wrong variable to count when entering empty...
1992-08-27 Keith Bosticdate and time created 92/08/26 12:59:22 by bostic
1992-08-27 Keith Bosticdate and time created 92/08/26 12:58:48 by bostic
1992-08-27 Keith Bosticdate and time created 92/08/26 12:58:42 by bostic
1992-08-27 Keith Bosticdate and time created 92/08/26 12:58:17 by bostic
1992-08-27 Keith BosticDon't look up ifile inode in ifile.
1992-08-27 Keith BosticPRINT_INODE had incorrect argument.
1992-08-27 Keith Bosticprovide a way to not include the Makefile.inc above
1992-08-26 Keith Bosticnew RE package doesn't like random backslashes
1992-08-26 Keith BosticInitialize ifile address correctly, add available space...
1992-08-26 Keith BosticAdd available space accounting, so that the cleaner...
1992-08-26 Keith BosticIf you cleaned some segments, keep cleaning in case...
1992-08-26 Keith BosticSegment structure now takes a vnode, make sure it gets...
1992-08-26 Keith Bosticgetblk cannot return a NULL bp, don't bother checking...
1992-08-26 Keith BosticPut a vnode pointer in the segment structure.
1992-08-26 Keith BosticSEGDEC should look for 0 instead of UNASSIGNED disk...
1992-08-26 Keith BosticCheck for valid bp after balloc instead of later since...
1992-08-26 Keith BosticAdd vnode pointer to segment structure so that updateme...
1992-08-26 Keith Bosticadd sed
1992-08-25 Keith Bosticshould be __pure, not const, labs() is a function for...
1992-08-25 Chris Torekupdate for new profiling style
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
1992-08-25 Marc Teitelbaumecho quoted ^? correctly
1992-08-25 Marc Teitelbaumsome flags got moved around and code wasen't consistent
1992-08-25 Marc TeitelbaumMDMBUF is a cflag!
next