errno is defined in <sys/errno.h; BTREEMAGIC/BTREEVERSION are in <db.h>
[unix-history] / usr / src / lib / libc /
1991-01-09 Keith Bosticerrno is defined in <sys/errno.h; BTREEMAGIC/BTREEVERSI...
1991-01-09 Keith Bosticdate and time created 91/01/08 17:04:59 by bostic
1991-01-08 Keith Bosticdate and time created 91/01/07 12:41:16 by bostic
1991-01-08 Keith Bosticdate and time created 91/01/07 12:41:13 by bostic
1991-01-08 Keith Bosticcleanup from Mike Olson for btrees
1990-12-30 Keith Bosticfix byte order
1990-12-29 Keith Bosticuse defined constants
1990-12-29 William Nesheimuse param.h instead of types.h to pick up BYTE_ORDER...
1990-12-20 Keith Bosticadd byte-order, minor cleanups
1990-12-18 William Nesheim386 peculiar files touchup
1990-12-18 William Nesheimtrivial errors and GAS heartburn.
1990-12-18 William Nesheimwrong syntax
1990-12-18 William Nesheimsyntax errors,wrong code
1990-12-18 William Nesheimsyntax errors, wrong code
1990-12-18 William Nesheimsilent typo to the asm (thinks sp is a local label?)
1990-12-18 William Nesheimturn C files into asm form due to obnoxious gcc "templa...
1990-12-18 William Nesheimdate and time created 90/12/17 15:12:42 by william
1990-12-18 William Nesheim.align BEFORE symbol def, not after, only do word align
1990-12-15 Keith Bosticdon't bother storing a temp value
1990-12-05 Keith Bosticnote that %s is an extension
1990-12-05 Keith Bosticmake a copy, mktime.3 modifies the tm struct
1990-12-05 Keith Bosticadd tzset.3, mktime.3 links to ctime.3
1990-12-05 Keith Bosticsplit out tzset and tzsetwall to tzset.3; first cut...
1990-12-05 Keith Bosticsplit out tzset and tzsetwall from ctime(3); first...
1990-12-01 Keith Bosticadd %s for number of seconds since the Epoch
1990-11-30 Keith Bosticminor changes + typos
1990-11-29 Keith Bosticnew version, using POSIX structures and include file
1990-11-29 Keith BosticEBADFORMAT -> EFTYPE
1990-11-28 Keith Bosticmake error messages a little better, use constants...
1990-11-28 Keith Bosticfix cursor movement to work with insertions/deletions...
1990-11-27 Keith Bosticreimplementation of qsort
1990-11-25 Keith Bosticadd EBADFORMAT
1990-11-22 Keith Bosticmove R_PUT to BTREEINFO structure
1990-11-22 Keith Bosticdocument that nmemb must be < INT_MAX
1990-11-20 Keith Bosticdocument memory behavior and errno values more completely
1990-11-19 Keith Bosticwasn't resetting errno for fts_children call of fts_bui...
1990-11-16 Keith Bosticlots of changes, rearrangement for clarity, few normati...
1990-11-15 Keith Bosticuse macros to set/read options
1990-11-15 Keith Bosticbroke if registered more than 32 atexit functions;...
1990-11-13 Keith Bosticcleanup, change exit status, lots of rewrite for style
1990-11-12 Keith Bosticadd books/papers to SEE ALSO
1990-11-12 Keith Bosticadd radixsort
1990-11-12 Keith Bosticmove radixsort to stdlib, so it's with qsort
1990-11-09 Keith Bosticcheckpoint, add various flags, add btree stuff consistently
1990-11-08 Marc Teitelbaumreduce size of devname entry
1990-10-31 Keith Bosticminor whacks, try to get to format right
1990-10-31 Keith Bosticdate and time created 90/10/30 12:41:30 by bostic
1990-10-31 Keith Bosticdate and time created 90/10/30 12:41:26 by bostic
1990-10-31 Keith BosticPOSIX return type is pid_t
1990-10-31 Keith BosticPOSIX return is pid_t
1990-10-30 Keith Bosticback out change to return error values
1990-10-30 Keith Bosticadd radixsort.c
1990-10-30 Keith BosticNCHARS -> NBUCKETS; redo stack bounding explanation;
1990-10-25 Keith BosticVALUe -> DBT
1990-10-25 Keith Bosticchange "unlimited" to requires real memeory
1990-10-25 Keith Bosticcheckpoint
1990-10-23 Kirk McKusickEOPNOTSUPP => "Operation not supported"
1990-10-22 Kirk McKusickdelete decryption for the foreign sites
1990-10-14 Keith Bosticno real changes; hopefully make the stack explanation...
1990-10-13 Keith Bosticbound the stack correctly
1990-10-02 Keith Bosticdate and time created 90/10/01 22:07:21 by bostic
1990-10-02 Keith Bosticdate and time created 90/10/01 22:07:16 by bostic
1990-10-01 Keith Bosticreturn EINVAL if the priority parameter to syslog/vsysl...
1990-10-01 Keith Bosticchange all syslog routines to return value, set errno...
1990-10-01 Keith Bosticmove _PATH_LOGNAME to <sys/syslog.h>; fix priority...
1990-09-25 Keith Bosticadd old-style fstab support on an #ifdef
1990-09-25 Keith Bosticscandir takes struct dirent's now, not struct direct's.
1990-09-06 Keith BosticBLDASM should depend on SYS.h
1990-08-31 Marc Teitelbaumfixes from chris
1990-08-28 Keith Bosticbring back for POSIX; redo using POSIX document as...
1990-08-28 Keith Bosticrewrite from scratch to look like clock(3); return...
1990-08-28 Keith Bosticrewrite to look like times()
1990-08-28 Keith Bosticbring it back from the dead; POSIX specified it
1990-08-28 Keith Bosticdate and time created 90/08/27 12:40:39 by bostic
1990-08-22 Keith Bosticsubl3's backwards in the strlen() computations; from...
1990-08-22 Mike Karelsfix typos
1990-08-18 Marc Teitelbaumhash table off by 1
1990-08-07 Mike Hiblerstore the mask where the argument points not in the...
1990-07-28 Keith Bosticremove getlogin.3
1990-07-24 Keith Bosticadd EACCES for fchdir (directory not searchable)
1990-07-02 Keith Bosticadd links for sigsetops.3
1990-07-02 Keith Bosticsigset.c -> sigsetops.c, add sigsetops man page
1990-07-02 Keith Bosticadd sigaction.2 sigprocmask.2 sigsuspend.2
1990-07-02 Mike Karelsnew manual page
1990-07-02 Mike Karelsdeprecate, point to new POSIX calls
1990-07-02 Mike Karelsupdates
1990-07-02 Mike Karelsnew manual page, derived from compat-43/sig*.2
1990-07-02 Mike Karelscorrect return value for sig{empty,fill}set
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:56 by bostic
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:15 by bostic
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:02 by bostic
1990-07-01 Keith Bosticremove genbuildname.{3,c}
1990-07-01 Trent Heinupdated err numbers & text to current errlst.c
1990-07-01 Keith Bosticbring up to date
1990-06-30 Mike Karelsneeds more work...
1990-06-29 Marc Teitelbaumuse kvm library
1990-06-29 Marc Teitelbaumnew interface
1990-06-29 Keith Bostictemporary fix to IEEE numbers modf can't handle. ...
1990-06-29 Mike Karelsinitial version
1990-06-28 Mike Karelsoptimize for machines other than the Cray (infinite...
next