initial version by sklower
[unix-history] / usr / src / lib /
1990-07-02 Keith Bosticclean portmap
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:56 by bostic
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:15 by bostic
1990-07-01 Keith Bosticdate and time created 90/07/01 00:05:02 by bostic
1990-07-01 Mike Karelsuse daemon() call
1990-07-01 Keith Bosticremove genbuildname.{3,c}
1990-07-01 Trent Heinupdated err numbers & text to current errlst.c
1990-07-01 Keith Bosticbring up to date
1990-07-01 Keith Bosticnew doc makefiles
1990-06-30 Mike Karelsneeds more work...
1990-06-30 Keith BosticHP300 version (seems to work...)
1990-06-29 Marc Teitelbaumuse kvm library
1990-06-29 Marc Teitelbaumnew interface
1990-06-29 Keith Bostictemporary fix to IEEE numbers modf can't handle. ...
1990-06-29 Mike Karelsinitial version
1990-06-28 Mike Karelsoptimize for machines other than the Cray (infinite...
1990-06-28 Marc Teitelbaumalways initialize (XXX), also _BSD_LINE_MAX (???)
1990-06-28 Marc Teitelbaumadd login_tty.c
1990-06-28 Marc Teitelbaumfix strunvis. return SYNBAD instead of ERROR.
1990-06-28 Marc Teitelbaumcdecode -> unvis - new man page
1990-06-28 Jim Bloomnew copyright; make sure domain search terminates last...
1990-06-28 Jim Bloomfix printing of time when ttl is 0
1990-06-28 Jim Bloomone more try at getting the buffer end checking right...
1990-06-28 Mike Karelsoff by one when logging to console (was missing \n)
1990-06-27 Marc Teitelbaumnew implementation -- unvis replaces cdecode
1990-06-27 Marc Teitelbaumnew implementation -- vis replaces cencode
1990-06-27 Marc Teitelbaumnew copyright, cflag CIGNORE implements TCSASOFT
1990-06-26 Keith Bosticdate and time created 90/06/25 23:09:54 by bostic
1990-06-26 Keith Bosticdate and time created 90/06/25 23:09:50 by bostic
1990-06-26 Keith BosticChris hadn't tested another one
1990-06-26 Keith Bosticdate and time created 90/06/25 14:43:32 by bostic
1990-06-26 Keith Bosticdate and time created 90/06/25 14:18:43 by bostic
1990-06-26 Keith Bosticcheckpoint for June tape
1990-06-26 Mike Karelsrev 6
1990-06-25 Keith Bosticbreak up into subdirectory makefiles: Makefile.inc
1990-06-25 Keith Bosticcan't test gid, there are groups numbered 0.
1990-06-25 Mike Karelsgood enough for now
1990-06-25 Mike Karelsuse kernel MAXLOGNAME instead of UT_NAMESIZE (kernel...
1990-06-25 Keith Bosticinstall curses.h as well
1990-06-25 Keith Bosticchange length to size_t; make sure length of 0 still...
1990-06-25 Keith Bosticforgot the links for the strn* routines
1990-06-25 Keith Bosticfold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat...
1990-06-25 Keith Bosticfold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat...
1990-06-25 Keith Bosticfold in strncat.3
1990-06-25 Keith Bosticfold strncmp(3) into the manual page
1990-06-25 Keith Bostictypo, strcoll, not strcmp
1990-06-25 Keith Bostichandle really big numbers
1990-06-25 Keith Bosticstrerror returns a char *
1990-06-25 Keith Bosticcleanup, strlen returns size_t, strsep arg1 is char **
1990-06-25 Keith BosticHP300 support from Mike Hibler
1990-06-25 Keith Bosticuse machine specific :errfix script
1990-06-25 Keith Bosticdate and time created 90/06/24 12:24:10 by bostic
1990-06-25 Keith Bosticadd tempnam and tmpfile as links to tmpnam
1990-06-25 Keith Bosticalphasort takes two void *'s, since it's called from...
1990-06-25 Keith Bosticcan be `char *' or `void *' according to ANSI C, but...
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Keith Bosticsyntactic sugar...
1990-06-24 Keith Bosticsyntactic sugar
1990-06-24 Keith Bosticmake the sort function type-correct
1990-06-24 Keith Bosticrearrange to make ANSI compilers happy;
1990-06-24 Trent Heinchange /etc/termcap to /usr/share/misc/termcap
1990-06-24 Trent Hein/etc/utmp ->> /var/run/utmp
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:42 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:39 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:33 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:27 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:22 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:18 by bostic
1990-06-24 Keith Bosticdate and time created 90/06/23 16:23:14 by bostic
1990-06-24 Keith Bosticreset can't be done in C; use VAX version, there is...
1990-06-24 Trent Hein/etc/zoneinfo ->> /usr/share/zoneinfo
1990-06-24 Keith Bosticadd Chris Torek's comment before removing
1990-06-24 Mike Karelsadd inet_aton
1990-06-24 Mike Karelsreplace inet_addr with inet_aton, which has separate...
1990-06-24 Keith Bosticlibm Makefile makes .depend too often
1990-06-24 Keith Bosticcheckpoint before trying to break up into subdirectories
1990-06-24 Keith Bosticbuild strrchr out of rindex
1990-06-24 Keith Bosticbuild strchr out of index
1990-06-24 Keith Bosticbuild memcopy and memmove out of fast bcopy code
1990-06-23 Keith Bosticredo the compat-sys5.3 manual page as the tmpnam.3...
1990-06-23 Keith Bosticfree up the memory if it fails
1990-06-23 Keith Bosticdate and time created 90/06/22 19:43:59 by bostic
1990-06-23 Keith Bosticfill in tm_gmtoff!
1990-06-23 Keith Bosticnot an assembly file...
1990-06-23 Keith Bosticadd rand, nargs
1990-06-22 Marc Teitelbaumreturn failure if TIOCSCTTY fails. work for any fd.
1990-06-22 Marc Teitelbaumcheck return value of TIOCSCTTY. dup2 closes open...
1990-06-19 Edward Wangrestart writes interrupted by signals but have made...
1990-06-18 Keith BosticTCSADFLUSH -> TCSAFLUSH
1990-06-17 Keith Bostictypo
1990-06-16 Marc Teitelbaumdate and time created 90/06/15 15:01:20 by marc
1990-06-16 Marc Teitelbaumdate and time created 90/06/15 14:47:14 by marc
1990-06-12 Keith Bosticfix copyright
1990-06-10 Keith Bosticdon't bother stating the root paths, if FTS_NOSTAT set
1990-06-10 Keith Bosticdelete FTS_MULTIPLE
1990-06-09 Keith Bosticit's a C file...
1990-06-09 Keith Bosticdon't need own anymore
1990-06-09 Keith Bosticranlib so can make program
1990-06-09 Keith Bosticuse prog, don't creat obj
1990-06-09 Keith Bosticuse prog, not own
next