connect only to first server on first attempt (fix logic error)
[unix-history] / usr / src / lib /
1989-06-02 Mike Karelsconnect only to first server on first attempt (fix...
1989-05-31 Keith Bosticadd fmod.c
1989-05-31 Keith Bosticdate and time created 89/05/30 10:34:22 by bostic
1989-05-30 Kirk McKusickdate and time created 89/05/29 16:36:20 by mckusick
1989-05-30 Kirk McKusickdate and time created 89/05/29 15:36:55 by mckusick
1989-05-28 Keith Bosticdate and time created 89/05/27 10:55:21 by bostic
1989-05-28 Keith BosticBerkeley specific copyright
1989-05-24 Keith Bosticthere's no way to distinguish between EOF and syntax...
1989-05-19 Keith Bosticmove to compatibility library, make ANSI compliant...
1989-05-19 Keith Bosticbreak out gets; make ANSI C compatible
1989-05-19 Kevin Falldate and time created 89/05/18 19:10:09 by kfall
1989-05-19 Keith Bosticadd Berkeley specific copyright notice
1989-05-18 Keith Bosticstripped down libc Makefile
1989-05-18 Keith Bosticdate and time created 89/05/17 22:49:21 by bostic
1989-05-18 Keith BosticPOSIX.1 specified time(2); it's not going away
1989-05-18 Keith Bosticmove to compatibility libary
1989-05-18 Keith Bosticbreak up ftime and time
1989-05-18 Keith Bosticpluralize it...
1989-05-18 Keith Bosticmove to compatibility library
1989-05-18 Keith Bosticuse #define, not constant
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
next