format changes and other fixes
[unix-history] / usr / src / lib /
1986-04-21 Kirk McKusickdelete incorrect reference
1986-04-20 Jay Lepreautypo
1986-04-20 Jay LepreauNGRPS -> NGROUPS
1986-04-20 Jay Lepreaumake it parse; commas; kill x 0 gets me too.
1986-04-17 Kirk McKusickadd declaration of <syscall.h>
1986-04-17 Kirk McKusickturn on cbreak, not raw in getch() if none of noecho...
1986-04-16 Kirk McKusickfrom Ken Arnold
1986-04-16 Kevin Dunlapremove param.h
1986-04-12 Kevin Dunlapchange retry loop to test before decrementing
1986-04-12 Kevin Dunlapchange retry loop to decrement after test
1986-04-12 Kevin Dunlapchange RES_TIMEOUT to 4
1986-04-11 Kevin Dunlaplint clean up
1986-04-11 Kevin Dunlaphave sethostent and endhostent use TCP connections
1986-04-11 Kevin DunlapChange timeouts, use perror to print error messages...
1986-04-11 Kevin Dunlapfix calls to dn_expand
1986-04-11 Jim Bloomadd entry point for closing tcp socket, a bit of lint...
1986-04-02 Jim Bloomunbuffered output lost end of buffer if over 1K
1986-03-31 Mike Karelsset socket pgrp to avoid races; block SIGURG till done;
1986-03-29 Jay Lepreauspelling
1986-03-29 Jay Lepreauadd some error returns; remove non-zero partial block...
1986-03-28 Jim Bloom<sys/time.h> becomes <time.h>
1986-03-27 Jim Bloomavoid possible problem from too many calls to ungetc
1986-03-27 Jim Bloomparam.h no longer needed
1986-03-25 Kirk McKusickmove description up into structure (from hollywood...
1986-03-22 Kevin DunlapAdd stayopen
1986-03-22 Zhishun Alex Liuadding 11/780 FPA polyd bug work-around for sine.
1986-03-20 Kevin Dunlapfix _gethtbyaddr()
1986-03-20 Kevin Dunlapchange gethostbyname to do a query of class C_IN insted...
1986-03-19 Group working with... delget them for K.C.Ng. by zliu@weyl.
1986-03-19 Kevin Dunlapmove resolver.h to /usr/include
1986-03-18 Jim Bloomflag socket as closed if timed out
1986-03-18 Kevin Dunlapmove resolv.h to /usr/include
1986-03-17 Group working with... All instances of "double static" got converted to ...
1986-03-16 Kirk McKusickadded LIBC_SCCS condition for sccs ids
1986-03-15 Kevin DunlapAdd old linear search of /etc/hosts for when the local...
1986-03-15 Kevin Dunlapchange include types.h to param.h
1986-03-14 Donn Seeleydocumented include file
1986-03-14 Donn Seeleydocument include file
1986-03-14 Mike Karelsoops, too much Fortran lately
1986-03-14 Kevin DunlapAdd liner search of /etc/hosts whan we can't find a...
1986-03-14 Donn Seeleylint -- fix up type declarations, make use of 'short...
1986-03-14 Donn Seeleylint -- argument count for xalloc
1986-03-14 Donn SeeleyAdded copyright and sccs keywords. Updated it to cover...
1986-03-14 Donn Seeleydate and time created 86/03/13 18:12:22 by donn
1986-03-12 Mike Karelscopyright and rev 5
1986-03-12 Jim Bloompreserve case
1986-03-10 Donn SeeleyChange -Dlint feature (delete sccsid's) into LIBC_SCCS...
1986-03-10 Donn Seeleyadded SYSLIBC_SCCS condition for sccs ids
1986-03-10 Donn Seeleyadded LIBC_SCCS condition for sccs ids
1986-03-10 Donn SeeleyDocument the return value (now that there is actually...
1986-03-09 Mike Karelsdon't need to print priority on console; s/fork/vfork
1986-03-09 Kevin Dunlapfix comment, Name server is two words
1986-03-06 Mike Karels#ifdef the connect/send for UDP (for 4.3 only); indicat...
1986-03-05 Donn SeeleyChange ioctl request parameter to type unsigned long...
1986-03-05 Donn SeeleyResolve lint problems -- pids are ints, not longs.
1986-03-05 Donn SeeleyChange caddr_t to char * -- caddr_t shouldn't appear...
1986-03-05 Donn SeeleyChanged 'caddr_t' to 'char *' -- 'caddr_t' isn't suppos...
1986-03-05 Group working with... adding drem.s,sqrt.s
1986-03-05 Group working with... date and time created 86/03/04 16:50:29 by elefunt
1986-03-05 Group working with... date and time created 86/03/04 16:50:28 by elefunt
1986-03-01 Jay Lepreauback out portion of last rev that make it return the...
1986-02-27 Kirk McKusickffs(0) == -1, not 0 (from kwlalonde%waterloo.csnet...
1986-02-25 Jay Lepreaureorder elements in RCHECK'ed header so can properly...
1986-02-25 Jay Lepreauback to old fseek returning -1 and 0; document the...
1986-02-24 Jay Lepreaulseek doesn't mind negative offsets, read & write do;
1986-02-23 Mike Karelsuse connect on dg sockets to allow unreachable reporting;
1986-02-23 Jim Bloomadd support for holding a tcp connection open
1986-02-19 Kevin DunlapFix for dn_find core dumping
1986-02-13 Jim Bloomit was really broken (from muller@nprdc.arpa)
1986-02-11 Mike Karelsall right, all right, I'll use calloc (using malloc...
1986-02-11 Mike Karelsall right, all right, I'll use calloc (using malloc...
1986-02-10 Mike Karelsmove dynamic allocations into findiop.c, so can do...
1986-02-10 Mike Karelstry again; can't be called from crt0 (breaks sh)
1986-02-08 Mike Karelsmake up out minds: second arg to dn_expand is ptr,...
1986-02-07 Mike Karelsouts for programs using alternae memory allocators:
1986-02-05 Keith Sklowerprint case where host is zero but port is not (as in...
1986-02-05 Mike Karelsouts for programs using alternae memory allocators:
1986-02-05 Mike Karelsas before, _stdio_init
1986-02-05 Mike Karelsadd call to _stdio_init
1986-02-05 Mike Karelstouchups and consistency (making sure to make it true...
1986-02-05 Kevin DunlapPass msglen to dn_expand
1986-02-04 Donn SeeleyAdd a description of descriptor sets.
1986-02-04 Kevin DunlapAdd msglen to dn_expand
1986-02-03 Kevin Dunlappass msglen to dn_expand
1986-02-02 Donn SeeleyAdded description of sticky directories.
1986-01-31 Donn SeeleyCheck the _cnt field of the _iob struct for initializat...
1986-01-31 Ken Arnoldttytype should have it's sive defined properly
1986-01-30 Keith SklowerAdd xns addr conversion routines, make default named...
1986-01-30 Keith Skloweradd xns i/o routines to libc, make named default for...
1986-01-30 Keith SklowerRoutine to convert NS addresses to human readable form
1986-01-30 Keith SklowerThis routine converts ascii to NS addresses
1986-01-29 Zhishun Alex Liuadded work-around for 11/780 FPA polyd microcode bug.
1986-01-21 Mike Karelslet's not get carried away with deletions: put back...
1986-01-19 Kevin DunlapFix to MX records
1986-01-13 Donn SeeleySyntax nit -- it's => its. (from Jay Lepreau)
1986-01-10 Jay Lepreauwhen findbucket fails twice, copy largest possible...
1986-01-10 Kevin DunlapAdd h_errno error status return
1986-01-10 Kirk McKusickadd sanity checks for preposterous sizes
1986-01-10 Kirk McKusick4.3BSD version
1986-01-10 Kirk McKusickbug is fixed; longjmp botch can now be caught
next