Added colons.
[unix-history] / usr / src / lib / libc /
1993-01-15 Keith BosticThe first param to getmntinfo(3) should be a "struct...
1993-01-14 Keith Bosticsigaddset, sigdelset and sigismember have to return...
1993-01-13 Keith Bosticfix up
1993-01-13 Keith Bosticmove cuserid() to libcompat, POSIX no longer requires it
1993-01-13 Keith Bosticmove cfree into libcompat
1993-01-13 Keith Bosticdate and time created 93/01/12 10:22:21 by bostic
1993-01-13 Keith Bosticempty has to be local for namespace reasons
1993-01-12 Keith Bosticadd hash SRCS
1993-01-12 Keith Bosticrealloc_srchlen should be patchable (??), but don't...
1993-01-11 Chris Torekreturn via g2, not g7 (for ABI)
1993-01-11 Keith Bosticreturn an error if dn_expand() returns -1
1993-01-11 Keith Bosticuse strtok, not strsep for compatibility
1993-01-11 Keith Bosticfix includes for portability
1993-01-11 Keith Bosticadd optind, optarg for compatibility
1993-01-11 Keith Bosticdon't have empty then clauses
1993-01-11 Keith Bosticadd -DSTATISTICS
1993-01-11 Keith Bosticadd global dbp pointer for gdb calls; add psize parameter
1993-01-11 Keith Bosticadd lots o' keys test with small page size to whack...
1993-01-11 Keith Bosticif large key/data pairs, can split and still not have...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticif the tree is being prefix compressed, it's possible...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticmake numbers fixed size so it's easier to read
1993-01-11 Keith Bosticjust clear the stack in on entry to put instead of...
1993-01-11 Keith Bosticadd prefix btree paper reference
1993-01-10 Keith BosticPut new key/data pair into split page before fixing...
1993-01-10 Keith Bosticpid's should be stored in pid_t's; from Craig Leres
1993-01-09 Keith Bostictypo
1993-01-09 Keith Bosticlint
1993-01-09 Keith Bosticadd Bentley paper to ref list
1993-01-09 Keith Bosticadd strtod, merge
1993-01-09 Keith Bostictypo in integration
1993-01-08 Keith Bosticnormalize routine bug; bug report net2/lib/4
1993-01-07 Keith Bosticucred.h not needed, sucked in by mount.h
1992-12-20 Keith Bosticfix comment out of MMAP_FILE
1992-12-20 Keith Bosticread slowly if can't mmap the file
1992-12-17 Keith BosticPeter McIlroy's version that's integrated with David...
1992-12-17 Keith Bosticnote truncation, from Peter McIlroy
1992-12-15 Keith Bosticput a space before the error message
1992-12-14 Peter McIlroyuse strtod, not atof
1992-12-11 Elan AmirNew qsort from Bentley & McIlroy.
1992-12-05 Keith Bosticinitialize cursor so that first R_CURSORLOG works
1992-12-05 Keith BosticWhen glob() call errfunc, it doesn't convert extended...
1992-12-05 Keith Bosticminor cleanups
1992-12-05 Keith BosticR_APPEND -> R_CURSORLOG, add R_SETCURSOR
1992-12-05 Keith Bosticdocument cursor shift on insertion/deletion
1992-12-05 Keith Bosticinitialize the e->page element, not just the e->index...
1992-12-05 Keith Bostictest for duplicate btree keys
1992-12-05 Keith Bosticadd cursor flag test, recno reverse insert test
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith Bosticit's an insertion if R_IAFTER or R_IBEFORE are set...
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith BosticR_CURSOR fails if cursor not initialized or if cursor...
1992-12-05 Keith Bosticadd routine to dump a singlep age
1992-12-05 Keith Bosticadd routine to dump a single page
1992-12-05 Keith Bosticadd dump database command
1992-12-04 Chris Torekdo early allocation for nonzero size with NULL buffer...
1992-12-04 Chris Torekreality
1992-12-04 Chris Torekstyle police; setlinebuf returns whatever setvbuf returns
1992-12-04 Keith Bosticadd zopen
1992-12-03 Keith Bosticadd in merge sort from Peter McIlroy
1992-12-03 Keith Bostictypo
1992-12-03 Keith Bostictypo...
1992-12-03 Keith Bosticmerge sort from Peter McIlroy
1992-12-03 Keith Bosticdocument error return
1992-12-02 Kirk McKusickadd GLOB_ALTDIRFUNC to have glob use alternate director...
1992-11-25 Keith Bosticdelete MAP_FILE, it's the default, no longer needs...
1992-11-19 Keith Bosticuse __USE_OPEN_FLAGS macro from db.h
1992-11-19 Keith Bostichash_put can now set the key, so key not a const *
1992-11-14 Keith Bostictest R_CURSOR for both seq and put
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 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 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-11 Keith Bosticincrement necessary dsize by 1 so that we don't crash...
1992-11-08 Keith Bosticonly permit O_RDONLY or O_RDWR, not O_WRONLY
1992-11-08 Keith Bosticcheck RDONLY bit on sync, before close
1992-11-08 Keith Bosticcheck MODIFIED bit on sync, before close
1992-11-03 Keith Bosticjust in case, lseek lint
next