update from Donn -- fixes for pcc
[unix-history] / usr / src / lib / libc / gen /
1991-04-03 Keith Bosticglobfree free'd the wrong pointer
1991-04-03 Keith BosticTIOCGPGRP copies an int out of the kernel
1991-04-02 Keith Bosticdelete setgrfile, ANSI style declarations, minor cleanups
1991-03-24 Mike Karelsclose /etc/ttys in getttynam
1991-03-20 Keith Bosticadd gl_matchc, GLOB_MAGCHAR
1991-03-19 Keith Bosticadd isinf.3
1991-03-19 Keith Bosticdate and time created 91/03/18 17:01:12 by bostic
1991-03-16 Keith Bosticexecvp has to do ENOEXEC recovery even if `/' in the...
1991-03-15 Keith Bosticfts_load no longer has any return value
1991-03-15 Keith Bosticdon't set XDEV dev_t until have stat'd the root of...
1991-03-15 Keith Bosticdon't check it in until it compiles...
1991-03-14 Keith Bosticbuild errlst.o and errlst.po separately
1991-03-14 Keith Bosticuse syslog instead of writing directly to stderr
1991-03-12 Keith Bosticchange to return to starting node before postorder...
1991-03-12 Keith Bostic#define root and root's parent fts_level values in...
1991-03-11 Cynthia A. E. Livi... man page macro and text revisions (-mdoc version 3)
1991-03-11 Keith Bosticrework to set errno on fts_info error cases, return...
1991-03-11 Keith Bosticnon-AT&T implementations of frexp.c in machine/gen...
1991-03-08 Keith BosticANSI; #ifdef out code to delete trailing slashes from...
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.
next