date and time created 91/03/07 10:23:53 by bostic
[unix-history] / usr / src / lib / libc / gen /
1991-03-07 Keith Bosticupdate to use the real db(3) interface
1991-03-07 Keith Bosticmove regex to libcompat
1991-03-07 Keith Bosticcheckpoint
1991-03-07 Keith Bosticinit argv, used by realloc
1991-03-07 Keith BosticTom Truscott's version of crypt
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-03-04 Keith Bosticforgot to switch the include file from ndbm.h to db.h
1991-03-04 Keith Bosticconvert from ndbm(3) to db(3) interface
1991-02-26 Keith Bosticmissed a sizeof when fixed the last one
1991-02-26 Keith BosticDatabases don't like it when the sizes of their keys...
1991-02-25 Keith Bosticoff-by-one in path termination
1991-02-25 Keith Bosticdon't use syslog, application may have already used it.
1991-02-24 Donn SeeleyRuin Keith's finely crafted ANSI C code to make it...
1991-02-24 Donn SeeleyAdd include files to get prototype declarations, and...
1991-02-24 Keith Bosticredo all the exec routines from scratch in C (well...
1991-02-24 Keith Bosticfrom POSIX.1 documentation -- specify what *really...
1991-02-24 Keith Bosticblackbox the token passed between getmode and setmode...
1991-02-24 Donn SeeleyChanges to accommodate prototype declarations.
1991-02-22 Keith Bosticmove dkcksum() to sbin/disklabel/dkcksum.c
1991-02-21 Keith Bosticsave four bytes
1991-02-21 Keith Bosticrename getwd to getcwd for POSIX.1 compatibility
1991-02-20 Keith BosticPOSIX requires this to be used in non-numerical situations
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:22 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 15:39:16 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 12:16:01 by bostic
1991-02-20 Keith Bosticdate and time created 91/02/19 12:15:56 by bostic
1991-02-14 Keith Bosticconst, volatile defined in sys/cdefs.h
1991-02-13 Keith Bosticrework the password subsystem
1991-02-09 Keith Bosticonly print the "no database" message once
1991-02-09 Keith Bosticuse the _PATH_DEVDB database if available
1991-02-09 Keith Bostic_PATH_DEVDB is in <paths.h> now
1991-02-09 Keith BosticPut print/keyword routines into separate modules; delet...
1991-02-04 Mike Karelsmake cfmakeraw more raw: 8 bits, no parity, no ISTRIP
1991-02-01 Keith Bosticmove fakcu, perror, remove to stdio; fakcu goes away
1991-01-21 Keith Bosticdon't need FILENAME_MAX any more, it's in stdio.h
1991-01-15 Keith Bostickernel reorg
1991-01-10 Keith Bosticupdate from Dave Borman; make "u=g" work.
1990-12-29 Keith Bosticuse defined constants
1990-12-18 William Nesheim386 peculiar files touchup
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-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-25 Keith Bosticadd EBADFORMAT
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-12 Keith Bosticmove radixsort to stdlib, so it's with qsort
1990-11-08 Marc Teitelbaumreduce size of devname entry
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-23 Kirk McKusickEOPNOTSUPP => "Operation not supported"
1990-10-22 Kirk McKusickdelete decryption for the foreign sites
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-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-18 Marc Teitelbaumhash table off by 1
1990-07-28 Keith Bosticremove getlogin.3
1990-07-02 Keith Bosticadd links for sigsetops.3
1990-07-02 Keith Bosticsigset.c -> sigsetops.c, add sigsetops man page
1990-07-02 Mike Karelsnew manual page
1990-07-02 Mike Karelsupdates
1990-07-02 Mike Karelscorrect return value for sig{empty,fill}set
1990-07-01 Keith Bosticremove genbuildname.{3,c}
1990-06-29 Marc Teitelbaumuse kvm library
1990-06-29 Marc Teitelbaumnew interface
1990-06-29 Mike Karelsinitial version
1990-06-28 Marc Teitelbaumfix strunvis. return SYNBAD instead of ERROR.
1990-06-28 Marc Teitelbaumcdecode -> unvis - new man page
1990-06-28 Mike Karelsoff by one when logging to console (was missing \n)
1990-06-27 Marc Teitelbaumnew implementation -- unvis replaces cdecode
1990-06-27 Marc Teitelbaumnew implementation -- vis replaces cencode
1990-06-27 Marc Teitelbaumnew copyright, cflag CIGNORE implements TCSASOFT
1990-06-25 Keith Bosticcan't test gid, there are groups numbered 0.
1990-06-25 Mike Karelsuse kernel MAXLOGNAME instead of UT_NAMESIZE (kernel...
1990-06-25 Keith Bosticuse machine specific :errfix script
1990-06-25 Keith Bosticadd tempnam and tmpfile as links to tmpnam
1990-06-25 Keith Bosticalphasort takes two void *'s, since it's called from...
1990-06-25 Keith Bosticcan be `char *' or `void *' according to ANSI C, but...
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticsyntactic sugar...
1990-06-24 Keith Bosticsyntactic sugar
1990-06-24 Keith Bosticmake the sort function type-correct
1990-06-24 Keith Bosticrearrange to make ANSI compilers happy;
1990-06-24 Trent Hein/etc/utmp ->> /var/run/utmp
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:18 by bostic
1990-06-24 Trent Hein/etc/zoneinfo ->> /usr/share/zoneinfo
next