26431 | 01-Mar-1986 |
lepreau |
back out portion of last rev that make it return the offset; (for Sys V compat); more error checking |
26410 | 25-Feb-1986 |
lepreau |
reorder elements in RCHECK'ed header so can properly catch free'ing a free blk and not get segmentation fault later (applies only to debug code). Reality treatment for comments. |
26409 | 24-Feb-1986 |
lepreau |
back to old fseek returning -1 and 0; document the 0 for Sys V compat. |
26400 | 24-Feb-1986 |
lepreau |
lseek doesn't mind negative offsets, read & write do; bring write.2 up to read.2 stds. |
26323 | 22-Feb-1986 |
karels |
use connect on dg sockets to allow unreachable reporting; don't resend just because an old response came in. |
26322 | 22-Feb-1986 |
bloom |
add support for holding a tcp connection open |
26240 | 18-Feb-1986 |
kjd |
Fix for dn_find core dumping |
26129 | 10-Feb-1986 |
karels |
all right, all right, I'll use calloc (using malloc/bzero screws up libc order; ld bug?) |
26120 | 09-Feb-1986 |
karels |
move dynamic allocations into findiop.c, so can do all at once |
26119 | 09-Feb-1986 |
karels |
try again; can't be called from crt0 (breaks sh) |
26112 | 07-Feb-1986 |
karels |
make up out minds: second arg to dn_expand is ptr, is beyond msg |
26097 | 06-Feb-1986 |
karels |
outs for programs using alternae memory allocators: call _stdio_init before main to give 20 files worth without callocs, and provide f_prealloc to fill in everything |
26073 | 04-Feb-1986 |
sklower |
print case where host is zero but port is not (as in server local addresses) |
26071 | 04-Feb-1986 |
karels |
touchups and consistency (making sure to make it true elsewhere before checking this in) |
26066 | 04-Feb-1986 |
kjd |
Pass msglen to dn_expand |
26065 | 04-Feb-1986 |
kjd |
Pass msglen to dn_expand |
26064 | 04-Feb-1986 |
kjd |
Pass msglen to dn_expand |
26062 | 03-Feb-1986 |
donn |
Add a description of descriptor sets. |
26043 | 03-Feb-1986 |
kjd |
Add msglen to dn_expand |
26028 | 02-Feb-1986 |
donn |
Added description of sticky directories. |
26007 | 30-Jan-1986 |
donn |
Check the _cnt field of the _iob struct for initialization rather than the _base field -- this allows us to handle _iob structs that are set to _IORW and are switching from reading to writing, as wel
Check the _cnt field of the _iob struct for initialization rather than the _base field -- this allows us to handle _iob structs that are set to _IORW and are switching from reading to writing, as well as new _iob structs.
show more ...
|
25988 | 29-Jan-1986 |
sklower |
Add xns addr conversion routines, make default named, fix bug in making tags. |
25987 | 29-Jan-1986 |
sklower |
Routine to convert NS addresses to human readable form |
25986 | 29-Jan-1986 |
sklower |
This routine converts ascii to NS addresses |
25922 | 20-Jan-1986 |
karels |
let's not get carried away with deletions: put back reiins |