file system reorg
[unix-history] / usr / src / lib / libc /
1989-05-11 Keith Bosticstore both chars in register to force optimization...
1989-04-21 Keith Bosticif kernel returns NULL string, return NULL to user...
1989-04-15 Keith Bosticupdate for ANSI printf, plus some reworking; from Chris...
1989-04-11 Keith Bosticadd errno definition here, instead of perror
1989-04-11 Keith Bosticput in obsoletion notice
1989-04-10 Keith Bosticadd Sun flags to correct deficiencies in X3J11 spec
1989-04-10 Keith Bosticdo it the way Sun did it, I think it's right for S5...
1989-04-10 Keith Bosticseparate strerror() and make perror() call it.
1989-04-10 Keith Bosticdate and time created 89/04/09 17:42:03 by bostic
1989-04-02 Keith Bosticremove subsection designations
1989-04-02 Keith Bosticbcopy/bzero don't return any value
1989-04-02 Keith Bosticbcopy and bzero don't return any value
1989-04-02 Keith Bosticadd LOG_NEWS, LOG_CRON, etc.; use .TP, not .IP
1989-04-02 Keith Bosticnull dereference!
1989-03-29 Keith Sklowercorrect errors in iso_addr()
1989-03-28 Keith Sklowerdate and time created 89/03/27 15:31:16 by sklower
1989-03-27 Keith Bosticembedded assignments are dangerous; Auspex port found...
1989-03-19 Keith Bosticfrom scratch; leave '/' on end of all pathnames
1989-03-18 Mike Karelswait3 always gets restarted
1989-03-17 Keith Bosticuse passwd.{pag,dir} with passwd for backward compat
1989-03-17 Keith Bosticdate and time created 89/03/16 20:53:28 by bostic
1989-03-17 Keith Bosticlatest Olson/Harris time package
1989-03-17 Keith Bosticremove offtime, timegm, timeoff
1989-03-15 Keith Bosticif %x changes, %c has to too
1989-03-15 Keith Bosticcheck before indirection, several format bug fixes...
1989-03-13 Keith Bosticlatest Olson/Harris time package
1989-03-13 Keith Bosticadd System V/P1003.2 formats
1989-03-12 Keith Bosticdocument strsep's use in the C library
1989-03-12 Keith Bosticredo from scratch; clean up semantics, make consistent...
1989-03-10 Keith Bosticdefine error return, promote int's to long's.
1989-03-10 Keith Bosticdate and time created 89/03/09 17:51:34 by bostic
1989-03-10 Keith Bosticdate and time created 89/03/09 17:45:42 by bostic
1989-03-10 Keith Bosticdate and time created 89/03/09 16:52:06 by bostic
1989-03-10 Keith Bosticuse strpbrk, not any
1989-03-10 Keith Bosticuse strpbrk(3), not any
1989-03-09 Keith Bosticmake it compile...
1989-03-09 Keith Bosticdate and time created 89/03/08 16:04:05 by bostic
1989-03-08 Keith Bosticdate and time created 89/03/07 20:46:08 by bostic
1989-03-07 Kevin Fallnew getlogin using getlogname syscall; plus cuserid...
1989-03-07 Keith Bosticrewritten from getpwent.3; cleanup, add setgroupent()
1989-03-06 Keith Bosticlint; if using getopt, probably using stdio -- simplify
1989-03-03 Keith Bostic_pw_set no longer used
1989-02-24 Keith Bosticshadow passwords, setpassent, pretty major reworking
1989-02-23 Keith Bostichave to call geteuid each time, program may discard...
1989-02-23 Keith Bosticshadow passwords
1989-02-22 Kevin Falldate and time created 89/02/21 16:39:41 by kfall
1989-02-22 Kevin Falldate and time created 89/02/21 16:39:34 by kfall
1989-02-19 Keith Bosticuse the right include file
1989-02-18 Keith Bosticadd Berkeley specific copyright notice
1989-02-16 Keith Bosticadd Berkeley specific copyright notice
1989-02-16 Keith Bosticadd LOG_PERROR
1989-02-16 Keith Bosticadd LOG_PERROR
1989-02-15 Keith Bosticadd putenv
1989-02-15 Keith Bosticdate and time created 89/02/14 20:32:54 by bostic
1989-02-15 Keith Bosticadd Berkeley specific copyright notice
1989-02-15 Keith Bosticadd Berkeley specific copyright
1989-02-15 Keith Bosticremove manual subsections
1989-02-15 Keith Bosticadd Berkeley specific copyright
1989-02-15 Keith Bostictypo...
1989-02-15 Keith Bosticadd Berkeley specific copyright
1989-02-15 Keith Bosticadd Berkeley specific header
1989-02-13 Keith Bosticadd vsyslog to synopsis line
1989-02-08 Keith Bosticonly convert case for 7-bit values; bug report 4.3BSD...
1989-02-07 Kirk McKusickadd need to include <sys/time.h> (4.3BSD-tahoe/man/2)
1989-02-07 Mike Karelsneed to block SIGCHLD; ignore INT, QUIT, don't just...
1989-02-06 Keith Bosticuse bcopy to copy file names, we know the length
1989-02-06 Keith Bosticadd waitpid
1989-01-26 Keith Bosticdocument that chroot doesn't change the current directory
1989-01-25 Kevin Falladd note about zero-ing passwords
1989-01-25 Mike Karelsdon't hang if 2nd connection doesn't arrive before...
1989-01-20 Keith Bosticend format string, you silly boy!
1989-01-17 Kirk McKusickadd DIRSIZ macro for internal use
1989-01-12 Kirk McKusickmodifications to use POSIX defined <dirent.h>
1988-12-22 Keith Bosticdocument that created file is 0600
1988-12-22 Keith Bosticsince user can put information in the password file...
1988-12-21 Keith Bosticsince user can put information in the password file...
1988-12-20 Keith Bosticadd vsyslog
1988-12-20 Keith Bosticwritten by Eric Allman; add Berkely specific copyright
1988-12-20 Keith Bosticput %m back in
1988-12-20 Keith Bosticadd vsyslog
1988-12-20 Keith Bosticadd fpurge
1988-12-20 Keith Bosticsome general cleanup; move %m into _doprnt(); handle...
1988-12-17 Keith Bosticon unknown error, at least print out the errno
1988-12-17 Keith Bosticadd fpurge()
1988-12-17 Keith Bosticdate and time created 88/12/16 11:12:32 by bostic
1988-12-17 Keith Bosticdate and time created 88/12/16 11:12:21 by bostic
1988-12-14 Marc Teitelbaumdate and time created 88/12/14 03:49:53 by marc
1988-12-13 Keith Bosticadd strdup
1988-12-13 Keith Bosticdate and time created 88/12/12 20:40:12 by bostic
1988-12-09 Keith Bosticsockaddr's now require length (K. Sklower);
1988-12-09 Mike Karelsclear the whole header
1988-12-08 Keith Bosticdocument conditions wherein ruserok will fail
1988-12-08 Keith Bosticdocument that bcopy strings may overlap; bug report...
1988-12-08 Keith Bosticnote other reasons for pclose to return -1; wait(2...
1988-12-08 Keith Bosticwaitpid real, make this work
1988-12-07 Mike Karelspids in a uid_t? other cleanups (but still not posix!)
1988-12-01 Keith Bosticadd Berkeley copyright
1988-11-29 Keith Bosticdate and time created 88/11/28 16:18:44 by bostic
1988-11-29 Keith Bosticdate and time created 88/11/28 16:18:04 by bostic
1988-11-29 Keith Bosticdate and time created 88/11/28 16:17:56 by bostic
next