unix-history/.git
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 Bosticwill be a problem with the new stdio package; from...
1990-06-25 Keith Bosticmove spellin, spellout to /usr/bin
1990-06-25 Keith Bosticmake the dependencies right -- have to have a .o for...
1990-06-25 Keith Bosticcleanup, strlen returns size_t, strsep arg1 is char **
1990-06-25 Keith Bosticcfree -> free
1990-06-25 Keith Bosticcfree -> free; when put in the casts for ANSI, missed...
1990-06-25 Keith Bosticcfree -> free
1990-06-25 Keith Bosticdelete unused locals, use correct #defines, handle...
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 Bostic4K pages on the HP's -- should be handled somewhere...
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-25 Keith Bosticadd _PATH_MAILDIR
1990-06-25 Keith Bosticneed dependency, from Chris Torek
1990-06-25 Keith Bosticclean y.tab.h
1990-06-25 Keith Bosticclean xs.c, strings.o
1990-06-25 Keith Bosticclean xinstall
1990-06-25 Keith Bosticclean e.def
1990-06-25 Keith Bosticclean out instrs.adb
1990-06-24 Don Ahnimprovements
1990-06-24 Don Ahnimprove interrupt latency
1990-06-24 Don Ahnnew drivers
1990-06-24 Don Ahniba to isa
1990-06-24 Don Ahndate and time created 90/06/23 19:05:34 by donahn
1990-06-24 Don Ahnimprovements for interrupt latency by W. Jolitz
1990-06-24 Don Ahncyl offset changes
1990-06-24 Don Ahnimprovements to decrease interrupt latency
1990-06-24 Don AhnAdded stuff to read the cmos clock on startup.
1990-06-24 Don AhnAdded support for ibmpc term type and improved keyboard...
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Trent Heindate and time created 90/06/23 17:20:37 by trent
1990-06-24 Keith Bosticnew copyright notice
1990-06-24 Keith Bostictypo
1990-06-24 Trent Heinchanged /usr/lib/aliases to /etc/aliases and /usr/lib...
1990-06-24 Keith Bosticsyntactic sugar...
1990-06-24 Trent Heinchanged /etc/utmp to /var/run/utmp, /usr/spool/uucppubl...
1990-06-24 Keith Bosticsyntactic sugar
1990-06-24 Trent Heinchanged /lib/libc to /usr/lib/libc
1990-06-24 Keith Bosticmake the sort function type-correct
1990-06-24 Trent Heinchanged /usr/adm/messages to /var/log/messages
1990-06-24 Keith Bosticrearrange to make ANSI compilers happy;
1990-06-24 Trent Heinchanged /usr/adm/messages to /var/log/messages
1990-06-24 Trent Heinchanged /etc/utmp to /var/run/utmp and /usr/adm/tmp...
1990-06-24 Trent Heinchanged /usr/lib/vgrindefs to /usr/share/misc/vgrindefs
1990-06-24 Trent Heinchanged /sbin/getty to /usr/libexec/getty
1990-06-24 Trent Heinchanged /bin/login to /usr/bin/login
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 Keith Bosticdelete the library so modules don't hang around, do...
1990-06-24 Keith Bosticdo dependencies for .po's as well as .o's
1990-06-24 Keith Bosticdeprecate vfont.5
1990-06-24 Mike Karelsreplace inet_addr with inet_aton, which has separate...
1990-06-24 Keith Bosticdo mkdep -p for single modules
1990-06-24 Keith Bosticmove lib.b to bc.library
1990-06-24 Keith Bosticuse user_from_uid from utility library
1990-06-24 Keith Bosticneeds libutil now
1990-06-24 Keith Bosticdon't need special targets now
1990-06-24 Keith Bosticuse right ld flags, don't need substitution, why was...
1990-06-24 Keith Bosticbuild profiled version with ld -X flag, use -R flag...
1990-06-24 Keith Bosticdon't need special tags anymore
1990-06-24 Keith Bosticc2.vax uses nargs(), which is no longer in libc; fix...
1990-06-24 Keith Bosticlibm Makefile makes .depend too often
1990-06-24 Keith Bosticadd _CLOCK_T, _TIME_T for time.h
1990-06-24 Keith BosticANSI typedef's; no longer need sys/types.h, though
1990-06-24 Keith Bosticadd c_plusplus to STDC ifdef
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 Kevin Falladd libkdb to DPADD
1990-06-23 Keith Bosticdate and time created 90/06/22 19:43:59 by bostic
1990-06-23 Kevin Falllibc.a now in /usr/lib
1990-06-23 Keith Bosticpmake makefile
1990-06-23 Keith Bosticdon't use absolute pathnames, rename fd to vnd, minor...
1990-06-23 Keith Bosticrenamed program to structure, install as struct, not...
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-23 Keith Bosticdon't need install/maninstall
next