minor lint; initialize modrev time for NFS leases
[unix-history] / usr / src / lib /
1991-12-19 Keith BosticMake sure that the overflow points get initialized...
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-17 Keith Bosticfix BTDATAOFF macro to work even if the compiler pads...
1991-12-17 Keith Bosticget the swap macro sizes right
1991-12-17 Keith Bosticdon't bother with the macros, performance isn't an...
1991-12-15 Kirk McKusickstatfs.f_bsize => statfs.f_iosize; statfs.f_fsize ...
1991-12-12 Keith BosticIf two keys compare equal, return the index of the...
1991-12-10 Keith Bosticwelcome to the wonderful world of ANSI!
1991-12-10 Keith Bosticprogrammer head space error
1991-12-10 Keith Bostichtonl -> HTONL
1991-11-28 Keith Bosticlink inet_aton to inet
1991-11-28 Keith Bosticfhandle_t is a structure itself.
1991-11-27 Marc Teitelbaumdon't need whdr unless LITTLE_ENDIAN
1991-11-27 Kirk McKusickproperly reverse strings (4.3BSD/lib/157)
1991-11-27 Kirk McKusickreturn number of args of caller, not self (4.3BSD-reno...
1991-11-25 Keith Bosticfree the mpool structure on close, don't free pages...
1991-11-23 Keith Bosticinitialize bt_flags field, bozo
1991-11-21 Keith Bosticcan't increment/decrement void *, but gcc lets you...
1991-11-21 Keith Bosticclarify order of retrieval for get/seq
1991-11-21 Keith Bosticcan't increment an lvalue, but gcc lets you anyway
1991-11-21 Keith Bosticcast GETBINTERNAL calls for pcc
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...
next