update from Mike Karels at BSDI
[unix-history] / usr / src / lib / libc /
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-22 Ralph Campbellfix prototype declaration for swap_header().
1993-02-22 Ralph Campbelluse MIPSEB & MIPSEL instead of BYTE_ORDER
1993-02-22 Ralph Campbelluse MIPSEB & MIPSEL instead of BYTE_ORDER
1993-02-21 Ralph Campbelldefine IEEE_8087 if little endian machine else IEEE_MC68k
1993-02-21 Ralph Campbellcpp doesn't like single quote in comment.
1993-02-21 Keith Bosticsz is not the total size of the buffer, it's the remain...
1993-02-20 Keith Bosticmore lint
1993-02-20 Keith Bosticlint
1993-02-20 Keith Bosticinitialize function pointers (lint)
1993-02-20 Keith Bosticfix some types for the Sun compiler
1993-02-17 Keith Bosticbcmp/bcopy/bzero -> memcmp/memmove/memset
1993-02-16 Keith Bostictypo on mktemp line
1993-02-16 Keith Bosticabort if unknown type
1993-02-15 Keith Bosticindex -> indx_t
1993-02-15 Keith Bosticindex_t -> indx_t
1993-02-15 Keith Bosticupdate for Eric and sendmail
1993-02-15 Keith Bosticdate and time created 93/02/14 14:42:07 by bostic
1993-02-14 Keith BosticPOSIX notation for file permissions and type
1993-02-13 Keith Bosticinclude file typo
1993-02-12 Keith Bosticstrings.h -> string.h
1993-02-12 Keith Bostictypo, using wrong page in deletion loop; to test, inser...
1993-02-12 Keith Bosticmove db.h to the end of the includes, make compat.h...
1993-02-12 Keith Bostictypo
1993-02-11 Keith Bosticatof.c is in libc/stdlib now
1993-02-11 Keith Bosticadd atof.c to the SRCS lists
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE, plus minor cleanups and...
1993-02-11 Keith Bosticmove setuid.3 -> setuid.2
1993-02-05 Ralph Campbellremove special case for mips since gcc is available now
1993-02-05 Ralph Campbelluse RSYSCALL to be like other machines
1993-02-05 Ralph Campbellgas doesn't understand .sdata yet
1993-02-05 Ralph Campbellcpp can't handle ' in comments like ultrix assembler
1993-02-05 Ralph Campbellchanges to match other machines using gcc.
1993-02-05 Ralph Campbelluse symbolic constant FD_CLOEXEC.
1993-02-04 Kirk McKusickupdate for 4.4BSD from Rick Macklem
1993-02-04 Kirk McKusickupdate to reflect saved ID's
1993-02-04 Kirk McKusickseruid and setrgid move to compat-43; setuid.3 moves...
1993-02-02 Chris Torekrm atof, it is now standard via strtod
1993-01-31 Keith Bosticmake sys_signame, sys_siglist const
1993-01-30 Keith Sklowerfix minor typ0
1993-01-30 Keith Sklowerdate and time created 93/01/29 17:00:57 by sklower
1993-01-30 Keith Sklowerdate and time created 93/01/29 17:00:56 by sklower
1993-01-23 Keith Bostichave to push the dirty page back to mpool, before the...
1993-01-23 Keith Bostichave to push the dirty page out, or won't get sync'd
1993-01-20 Keith Bosticfix the copyright notice, make the style consistent
1993-01-19 Elan AmirFixed bug in tail recursion elimination.
1993-01-18 Keith Bosticcan't have a global "hashp", pass it around as an argument
1993-01-17 Keith Bosticsimplify the readdir loop (from Marc)
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...
next