move entry/exit debugging to 21.1
[unix-history] / usr / src / lib / libc /
1994-05-28 Mike Hiblerdon't require the range to be completely allocated
1994-05-28 Mike Hiblerback out the restriction that offset be page aligned
1994-05-27 Mike Hiblernote that pos should be a multiple of the pagesize,
1994-05-14 Kirk McKusicktypo
1994-05-08 Kirk McKusickmerge in opendir that understands union mounts
1994-05-07 Kirk McKusickfix up typesetting glitches
1994-04-20 Kirk McKusickupdate to reflect correct behavior
1994-04-19 Keith Bosticspell
1994-04-19 Keith Bosticspell
1994-04-18 Keith Bosticmove zopen(3) out of the C library, to here; the interface
1994-04-17 Keith BosticFixed the most major defect in fnmatch(): backslash...
1994-04-17 Keith Bosticsetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith Bosticgetgroups now takes gid_t's, they are 32-bits
1994-04-17 Keith Bosticstrvis, strvisx are links to vis
1994-04-17 Keith Bosticdelete reference to wordexp(3), rearrange section order
1994-04-16 Keith Bosticmake setreuid and setregid take uid_t/gid_t's, for
1994-04-16 Keith Bostictypo
1994-04-16 Keith BosticANSI C cleanups
1994-04-16 Keith BosticFix obscure bug where the working directory would not...
1994-04-16 Kirk McKusickadd return values
1994-04-08 Keith Bostictypo
1994-04-04 Keith Bosticsigsetops is in section 3
1994-04-03 Keith Bostic1.74 -- not going to get the Alpha port into Lite
1994-04-03 Jan-Simon Pendry16 isn't the iov limit, it's UIO_MAXIOV
1994-04-03 Keith Bosticuse __progname instead of argv[0] for error messages
1994-04-01 Keith Bosticbring stat(2) up to date w.r.t. sys/stat.h
1994-04-01 Keith Bosticdelete extra EACESS
1994-03-29 Keith Bosticnote that 4.4BSD follows symbolic links
1994-03-28 Keith BosticLost Jeff Forys' changes to keep from leaving two slash...
1994-03-27 Keith Bosticreturn -1 on failure, so it matches the man page and...
1994-03-26 Keith Bosticadd a trailing semi-colon to the getopt extern varaibles
1994-03-26 Keith Bosticchange "ahost" name to "buf", pick a reasonable length
1994-03-26 Keith Bosticcgetent accesses free'd memory
1994-03-26 Keith Bosticadd gettimeofday(2), select(2) references struct timeval
1994-03-26 Keith Bosticonly clear bits specified in perm, or, if setting as...
1994-03-22 Keith BosticThe functions in getgrent.c don't work right, because...
1994-03-22 Keith BosticThe functions in getgrent.c don't work right, because...
1994-03-21 Keith Bosticsetting all of the fields to INT_MIN took forever to run
1994-03-21 Keith Bosticsysconf(_SC_OPEN_MAX) and sysconf(_SC_CHILD_MAX) are...
1994-03-21 Keith Bosticdelete UofT; requested change from Henry Spencer <henry...
1994-03-21 Keith Bosticrequested change from Henry Spencer <henry@zoo.toronto...
1994-03-20 Keith Bosticmake prototypes __P style
1994-03-18 Keith Bosticgo to alpha3.4
1994-03-18 Keith Bosticupgrade to alpha3.4
1994-03-18 Keith Bosticuse sprintf() instead of loop counts, for consistency
1994-03-18 Keith Bosticskip lines that are too long
1994-03-17 Eric Allmanuse __progname (from crt0) as default syslog tag if...
1994-03-17 Keith BosticIf you call syslog() with a pointer to ctime()'s static...
1994-03-17 Keith Bosticalpha3.3
1994-03-17 Keith Bosticdate and time created 94/03/16 11:45:36 by bostic
1994-03-15 Keith Bosticlint
1994-03-09 Keith Bosticfirst argument to fwrite is a const void *
1994-03-01 Keith Bosticdon't assign to the data structure until after the...
1994-03-01 Keith BosticWhen you put a record beyond the "end" of the database...
1994-02-26 Keith Bosticsecond argument to readv is a const
1994-02-25 Keith Bostictoupper() and tolower() were backwards
1994-02-23 Keith Bosticupdate the comment
1994-02-22 Keith Bosticdelete the library before loading it
1994-02-22 Keith Bosticcast alloc's to shut SunOS up
1994-02-22 Keith Bosticadd strerror.c for portability
1994-02-22 Keith Bosticmake SunOS shut up
1994-02-22 Keith Bostica little info on how to build the test program and...
1994-02-22 Keith Bosticadd INC macro, so user's can point a -I flag
1994-02-22 Keith Bosticdon't need strerror(3)
1994-02-22 Keith Bostic#include <sys/time.h>; busted <unistd.h> was hiding...
1994-02-22 Keith Bosticadd const to readv/writev declarations
1994-02-22 Keith Bosticmake readv and writev return ssize_t's
1994-02-22 Keith Bosticmove clean after the lib build line
1994-02-22 Keith Bosticupdate for 1.74
1994-02-22 Keith Bosticadd OORG macro
1994-02-22 Keith Bosticminor cleanup
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into the Makefile (Makefile...
1994-02-22 Keith Bosticfirst pass at making DB use basic integral types (the...
1994-02-22 Keith Bosticmove __DBINTERFACE_PRIVATE into Makefile.inc
1994-02-22 Keith Bosticchange send, sendto, and sendmsg to return a ssize_t
1994-02-22 Keith Bosticchange recv, recvfrom, and recvmsg to return a ssize_t
1994-02-22 Keith Bosticchange recv() to return a ssize_t and take a size_t...
1994-02-22 Keith Bosticchange send() to return a ssize_t and take a size_t...
1994-02-22 Keith Bosticchange iov_len to be a size_t, not an int
1994-02-21 Eric Allmanuse __progname (from crt0) as default syslog tag if...
1994-02-18 Keith Bosticdon't try and put the page if __rec_search fails!!
1994-02-17 Jan-Simon Pendryremove -Lite designation
1994-02-17 Keith Bosticadd realpath{3,c}; From: Jan-Simon Pendry <pendry@vangogh>
1994-02-17 Keith Bosticdate and time created 94/02/16 13:35:36 by bostic
1994-02-17 Keith Bostictypo; From: ralphc@pyramid.com (Ralph Campbell)
1994-02-17 Keith Bosticadd fabs.s; From: ralphc@pyramid.com (Ralph Campbell)
1994-02-17 Keith Bosticdate and time created 94/02/16 12:23:22 by bostic
1994-02-14 Keith Bosticmistake in the natural merge setup, broke on Jan-Simon...
1994-02-13 Keith Bostictypo
1994-02-12 Jan-Simon Pendryreality check
1994-02-03 Keith Bosticstrsep has its own man page now
1994-02-03 Keith Bosticadd index.c to the list of kernel sources for the Sparc
1994-01-30 Kirk McKusickget rid of undefined string Na
1994-01-28 Keith Bosticthere may be a gap between the mode and the dev, bzero...
1994-01-27 Keith Bosticadd the Computing Systems paper
1994-01-25 Keith BosticANSI C declaratoin wrong, make it match POSIX.1 and...
1994-01-25 Keith Bosticforgot the envp argument for exect
1994-01-22 Keith Bosticadd USL's copyright notice
1994-01-14 Keith Bosticadd uname(3) C library routine
1994-01-14 Keith BosticFixes a small memory leak (476 bytes) in libc's databas...
next