fix silly indirect-through-zero bug
[unix-history] / usr / src / lib /
1991-11-20 Kirk McKusickremove libc dependencies
1991-11-20 Kirk McKusickdate and time created 91/11/19 14:54:08 by mckusick
1991-11-20 Kirk McKusickdate and time created 91/11/19 14:51:13 by mckusick
1991-11-20 Kirk McKusickthe export interface now permits credentials, needs...
1991-11-20 Keith Bosticthe export interface now permits credentials, needs...
1991-11-20 Chris Toreklim cannot be signed, must be size_t
1991-11-17 Keith Bostictry and clarify this man page -- I'm tired of refigurin...
1991-11-17 Keith Bosticheader consistency police
1991-11-16 Keith Bosticadd libtelnet
1991-11-15 Keith Bosticfix C syntax
1991-11-15 Keith Bosticmove getsubopt.3 from libc/gen
1991-11-15 Keith Bosticadd suboptarg back in, it got lost somewhere
1991-11-14 Keith BosticPeter McIlroy's modifications to do reverse sorting...
1991-11-14 Keith Bosticundeclared structure
1991-11-13 Kirk McKusickupdate to reference getgrouplist library routine taht...
1991-11-13 Kirk McKusickdate and time created 91/11/12 19:20:50 by mckusick
1991-11-13 Kirk McKusickdefine new library function getgrouplist
1991-11-13 Kirk McKusickdate and time created 91/11/12 18:47:23 by mckusick
1991-11-13 Kirk McKusickuse new library function getgrouplist
1991-11-13 Keith Bosticadd register save mask, include DEFS.h
1991-11-13 Keith Bosticinclude user level signal.h
1991-11-13 Keith Bostictypo
1991-11-13 Keith Bosticmake Reiser cpp happy
1991-11-13 Keith Bosticinclude user-level signal.h, not system level
1991-11-13 Keith Bosticunnecessary assignment in BYTEORDER code
1991-11-13 Keith Bosticadd revoke(2)
1991-11-12 Keith Bosticmention group affiliation on creation
1991-11-11 Keith Bosticadd isascii/toascii routines
1991-11-10 Keith Bosticlost description of the putenv function somewhere along...
1991-11-05 Keith Bostichash_open -> dbopen
1991-11-05 Keith Bosticbreak FFS into UFS/FFS/LFS
1991-10-30 Cynthia A. E. Livi... `an' should have been `and'
1991-10-29 Keith BosticKNF, ANSI cleanups
1991-10-28 Keith Bosticinitialize page size so recognize when the user doesn't!
1991-10-28 Keith Bosticlist the specific ASCII characters handled by the isXXX...
1991-10-25 Keith Bosticprototype the functions
1991-10-25 Marc Teitelbaumu-area is pageable under new VM. no need to read from...
1991-10-25 Marc Teitelbaummore error checking. cruft.
1991-10-24 Keith Bosticdate and time created 91/10/23 17:00:24 by bostic
1991-10-24 Keith Bosticadd isblank(3); call things functions consistently...
1991-10-24 Keith Bosticadd isblank, minor KNF whacks
1991-10-18 Kirk McKusickdo not close the directory twice (4.3BSD-reno/lib/8)
1991-10-12 Keith BosticPOSIX has utime, so it's in the C library to stay
1991-10-11 Keith Bostictypo on meta bit checking
1991-10-10 Keith Bostic-1 with the super-user also excludes the sending process
1991-09-28 Keith BosticKNF patrol
1991-09-28 Elan AmirChanged macros so that all the arguments in them are...
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:53:29 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:49:34 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:49:33 by marc
1991-09-27 Marc Teitelbaumdate and time created 91/09/26 16:47:21 by marc
1991-09-27 Keith Bosticdoesn't need all of these includes
1991-09-27 Keith Bosticcheck hashp before closing the file descriptor on error
1991-09-27 Keith BosticDan Bernstein's fix to allow INT_MAX nmemb
1991-09-26 Keith Bosticclose the open database
1991-09-24 Cynthia A. E. Livi... deleted bogus line space
1991-09-24 Keith Bosticminor adjustments to explain memory use for heapsort...
1991-09-24 Keith Bosticfix copyright header
1991-09-24 Keith Bosticminor cleanups by Elan and I.
1991-09-24 Keith Bosticclose db file after oen
1991-09-23 Cynthia A. E. Livi... fix parens
1991-09-15 Keith Bosticmove strerror from stdio to here
1991-09-15 Keith Bosticmove strerror to string
1991-09-15 Keith Bostichash_open -> dbopen
1991-09-13 Keith Bosticdate and time created 91/09/12 12:03:57 by bostic
1991-09-13 Keith Bosticdb.3 -> dbopen.3
1991-09-13 Keith Bosticspell out relationship betweeen R_DUP and R_NOOVERWIRTE
1991-09-13 Keith Bosticdon't necessarily modify key in key/data return; don...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticget routines take const *key; move recno externs into...
1991-09-13 Keith Bosticchange bt_nrecs and set BTF_METADIRTY, BTF_MODIFIED...
1991-09-13 Keith Bosticbt_push -> __bt_push
1991-09-13 Keith Bosticdelete maxkeypage; do pointer arithmetic in the macros...
1991-09-13 Keith Bosticdon't modify the key in get function; change __bt_first...
1991-09-13 Keith Bosticadd routine to dump the meta page
1991-09-13 Keith Bosticmake the swap code for both in and out routines the...
1991-09-13 Keith Bosticfix cursor code in various minor ways; fix the cursor...
1991-09-13 Keith Bosticfix overflow checking code to always keep the key in...
1991-09-13 Keith Bosticremove maxkeypage, fix minkeypage and rename to bt_ovfl...
1991-09-13 Keith Bosticmake close of RDONLY succeed; fix sync call to handle...
1991-09-13 Keith Bosticadd append, icursor; add ability to print out page 0
1991-09-12 Keith Bosticdate and time created 91/09/11 16:29:28 by bostic
1991-09-12 Keith Bosticuse intermediate on realloc so can recover from failure
1991-09-12 Keith Bosticdrop exact flag (always exact if found at all); increme...
1991-09-12 Keith Bosticredo cursor implementation, __rec_search interface
1991-09-12 Keith Bosticcheck user flags; minor error changes
1991-09-12 Keith Bosticcheck user flags; redo cursor implementation; recno...
1991-09-12 Keith Bosticredo cursor deletion; specify delete to __rec_search...
1991-09-12 Keith Bostictruncate when finished writing the file
1991-09-12 Keith Bostictake const for key argument; specify SEARCH to __rec_search
1991-09-12 Keith Bosticadd __rec_dleaf; __rec_get takes const key; __rec_searc...
1991-09-12 Keith Bosticdate and time created 91/09/11 16:17:35 by bostic
1991-09-12 Keith Bosticuse dbopen, not hash_open
1991-09-12 Keith Bosticmake dbm_pagfno fail on compile, not at run-time
1991-09-12 Keith Bosticreturn -1 on error, not 1 in __put_page
1991-09-12 Keith Bostichash_open -> __hash_open; flush_meta checked wrong...
1991-09-12 Keith Bosticremove __hash_open stub, change dbpanic get call to...
1991-09-09 Keith Bosticbump the hash version to 2; (allocate overflow pages...
1991-09-09 Keith Bosticlint
1991-09-09 Keith Bosticcheck return values, delete unused arguments, get now...
next