build bzero(3) from memset(3)
[unix-history] / usr / src / lib / libc / gen /
1993-05-11 Keith Bosticsysctl has been generalized to contain non-kernel infor...
1993-05-08 Mike Hiblerdoesn't need to include sys/resource.h anymore
1993-05-08 Keith Bosticmake the sys_ arrays all `const char *const []' (for...
1993-05-06 Keith Bostictypo
1993-05-05 Keith Bosticmktemp is in stdoi
1993-05-05 Keith Bosticadd pathconf, fpathconf, sysctl(3), confstr
1993-05-05 Keith Bosticdate and time created 93/05/04 12:10:12 by bostic
1993-05-05 Keith Bosticuse sysctl(3), don't roll our own
1993-05-04 Keith Bosticadd /usr/sbin, so user's will find chown
1993-05-04 Keith Bosticdate and time created 93/05/03 16:52:11 by bostic
1993-05-04 Elan Amirdelete gcc2_support.c
1993-05-02 Keith Bosticcleanup, no real change
1993-04-30 Keith Bosticuse err/warn from the C library
1993-04-29 Keith Bosticuse err/warn(3); getbsize no longer needs the program...
1993-04-29 Keith Bosticuse err/warn, instead of rolling our own
1993-04-28 Chris Torekfix typo
1993-04-28 Keith Bosticdate and time created 93/04/27 18:46:16 by bostic
1993-04-28 Keith Bosticmove daemon(3) to libc rom libutil
1993-04-28 Keith Bosticmove pwcache routines to libc from libutil
1993-04-28 Keith Bosticmove daemon(3) from libutil to libc
1993-04-28 Keith Bosticmove pwcache routines from libutil to libc
1993-04-28 Keith Bostic<sys/sysctl.h> now needs <sys/param.h>
1993-04-28 Keith Bosticmove kmem version of getloadavg to kvm library
1993-04-28 Keith BosticMove getloadavg from libutil into libc
1993-04-27 Keith Bosticoff-by-one in group_from_gid; from Jeff Forys
1993-04-27 Keith Bosticcheck file type on new file systems, eliminate more...
1993-04-21 Mike Hiblertypo: "sleep" -> "usleep"
1993-04-15 Keith Bosticmisspelled the name of the getgrnam function
1993-04-08 Chris TorekSRCS+=sethostname.c (typo by kirk?)
1993-04-07 Mike Hiblerfix a typo: "gwtpagesize.0" -> "getpagesize.0"
1993-04-05 Kirk McKusickhave to explicitly return 0
1993-04-05 Kirk McKusickmoves from sys to here
1993-04-05 Kirk McKusick{get,set}hostname and getpagesize move in from sys
1993-04-05 Kirk McKusickdate and time created 93/04/04 13:58:57 by mckusick
1993-04-05 Kirk McKusickdate and time created 93/04/04 13:51:40 by mckusick
1993-04-05 Kirk McKusickmove from sys to gen
1993-04-01 Kirk McKusickconvert from getkerninfo to sysctl
1993-03-27 Keith Bosticadd in err(3) links
1993-03-20 Keith Bosticadd support for fmt == NULL, so can display "prog:...
1993-03-20 Keith Bosticreturn the length if the record is from a cap_mkdb...
1993-03-09 Chris Torekdevice keys may contain padding, so make sure it is...
1993-03-09 Ralph Campbellmips nolonger needs :errfix
1993-03-08 Keith Bosticadd errors, standards section
1993-03-08 Keith Bosticif reach the root directory, have to cd to the original...
1993-03-07 Keith Bosticupgrade to POSIX 1003.1 compliance
1993-03-07 Keith Bosticmake shadow records really work
1993-03-06 Kirk McKusickupdate to reflect merger of getkerninfo functionality
1993-03-06 Keith BosticPOSIX 1003.1 compliant utime library call
1993-03-05 Keith Bosticchange buffer lengths of sysctl(2) to be size_t's
1993-03-05 Elan Amircheckpoint
1993-03-05 Keith Bosticmake it compile...
1993-03-05 Elan AmirFixed to work with new fgetline(3) (need to clobber...
1993-03-05 Keith Bosticdate and time created 93/03/04 15:04:33 by bostic
1993-03-05 Keith Bosticdate and time created 93/03/04 15:03:14 by bostic
1993-03-03 Kirk McKusickdate and time created 93/03/02 23:26:13 by mckusick
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith Bosticfixes, wordsmithing from Donn Seeley at BSDI
1993-03-03 Keith Bostictypo
1993-02-27 Kirk McKusickupdate from Mike Karels at BSDI
1993-02-20 Keith Bosticlint
1993-02-11 Keith Bosticadd GLOB_BRACE, GLOB_TILDE, plus minor cleanups and...
1993-02-11 Keith Bosticmove setuid.3 -> setuid.2
1993-02-05 Ralph Campbelluse symbolic constant FD_CLOEXEC.
1993-02-04 Kirk McKusickseruid and setrgid move to compat-43; setuid.3 moves...
1993-01-31 Keith Bosticmake sys_signame, sys_siglist const
1993-01-17 Keith Bosticsimplify the readdir loop (from Marc)
1993-01-15 Keith BosticThe first param to getmntinfo(3) should be a "struct...
1993-01-14 Keith Bosticsigaddset, sigdelset and sigismember have to return...
1993-01-13 Keith Bosticmove cuserid() to libcompat, POSIX no longer requires it
1993-01-08 Keith Bosticnormalize routine bug; bug report net2/lib/4
1992-12-15 Keith Bosticput a space before the error message
1992-12-05 Keith BosticWhen glob() call errfunc, it doesn't convert extended...
1992-12-02 Kirk McKusickadd GLOB_ALTDIRFUNC to have glob use alternate director...
1992-10-18 Keith Bosticsnprintf returns printed length, not actual length
1992-10-05 Keith Bostic<sys/errno.h> -> <errno.h>
1992-10-04 Ralph Campbellthe field p_frag is a character and cgetnum takes apoin...
1992-10-02 Keith Bostic"touch foo; ls foo**" returned no match; from Christos
1992-09-15 Elan AmirAdded SCCS keywords.
1992-09-14 Ralph Campbelladd SCCS ids back in.
1992-09-14 Ralph Campbellfix cgetnum hex number conversion for 'A' - 'F' case.
1992-09-10 Elan AmirIf file in path not found -- don't make it an error...
1992-09-05 Elan AmirEliminated redundant tc expansion upon retrieval from...
1992-09-05 Elan AmirMade return value from cgetnext be the first entry...
1992-09-04 Elan AmirEnabled cgetnext to work properly with multiple records...
1992-09-03 Elan AmirAdded error checking to realloc's.
1992-09-02 Elan AmirRewrote to use new getcap(3) library.
1992-08-18 Elan AmirAdded db(3) support to routines. Added return value...
1992-08-12 Elan AmirAdded comments about new return values for unexpanded...
1992-08-08 Elan AmirAdded to cgetset() documentation.
1992-08-08 Elan AmirFixed bug in cgetset interaction with cgetent.
1992-08-08 Elan AmirMade cgetset() work with sequential access. Cleaned...
1992-08-07 Cynthia A. E. Livi... fixed some tables
1992-08-07 Keith Bosticdate and time created 92/08/06 18:21:31 by bostic
1992-08-07 Keith Bosticdate and time created 92/08/06 18:21:27 by bostic
1992-08-07 Keith Bosticadd getcap(3)
1992-08-06 Keith Bosticmove regexp into libcompat
1992-07-29 Keith Bosticinclude <signal.h>, not <sys/signal.h>
1992-07-24 Keith Bostichave to set maxlen before allocate the path, have to...
1992-07-23 Keith Bosticget rid of "under development"
1992-07-13 Keith Bosticftpd is now provided for explicitly
next