date and time created 89/05/17 13:28:35 by bostic
[unix-history] / usr / src / lib /
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-05-12 Keith Bosticincrease buffer to 128
1989-05-11 Keith Bosticbuild profiled library, minor cleanups
1989-05-11 Keith Bosticfile reorg, pathnames.h, paths.h
1989-05-11 Keith Bosticminor cleanup
1989-05-11 Keith Bosticfile reorg, cleanup
1989-05-11 Keith Bosticadd man pages, remove dependencies, cleanup
1989-05-11 Keith Bosticcleanup, build profiled version
1989-05-11 Keith Bosticstore both chars in register to force optimization...
1989-05-07 Keith Bosticfix for ANSI C; bug report 4.3BSD/usr.lib/110
1989-04-21 Keith Bosticif kernel returns NULL string, return NULL to user...
1989-04-19 Keith Bosticuse defines in /usr/include/utmp.h
1989-04-15 Keith Bosticupdate for ANSI printf, plus some reworking; from Chris...
1989-04-14 Keith Bosticlongname() steps on the second variable it is passed...
1989-04-11 Keith Bosticadd errno definition here, instead of perror
1989-04-11 Keith Bosticadd man page links
1989-04-11 Keith Bosticput in obsoletion notice
1989-04-11 Keith Bosticadd man page
1989-04-11 Keith Bosticadd Berkeley copyright notice, delete CSRG AUTHOR,...
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-04 Keith Bosticadd man page
1989-04-04 Keith Bosticadd -I.. for mathimpl.h
1989-04-03 Keith Bosticuse utmp.h for WTMPFILE define
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-18 Keith Bosticadd Berkeley specific copyright notices
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-03-01 John A. Kunzefixed order of tgoto args, zapped reliance on former...
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-18 Keith Bosticmake exit values consistent
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-15 Keith Bosticadd new Berkeley copyright notice
1989-02-13 Keith Bosticadd vsyslog to synopsis line
1989-02-10 Keith Bosticupdate to new copyright
1989-02-10 Keith Bosticadd cleandir, cleanup
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-24 Keith Bosticcan output chars with 8th bit set; bug report 4.3BSD...
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>
1989-01-05 Keith Bosticport should be u_short; bug report 4.3BSD-tahoe/lib/18
1989-01-04 Keith Bosticwritten by Bill Joy; add Berkeley specific copyright
1988-12-22 Keith Bosticdocument that created file is 0600
next