16943 | 16-Aug-1984 |
ralph |
standardize log format, save errno. |
16838 | 03-Aug-1984 |
ralph |
don't sign extend character otherwise flsbuf can return EOF falsely |
16676 | 06-Jul-1984 |
sam |
remove signal calls in favor of sigblock/sigsetmask |
16672 | 06-Jul-1984 |
ralph |
return the number of symbols not found |
16668 | 05-Jul-1984 |
ralph |
keep two open files to avoid seeks (from Robert Elz). |
16598 | 21-Jun-1984 |
karels |
I give up; sticky EOF stays. |
16596 | 19-Jun-1984 |
karels |
cure cancer |
16571 | 06-Jun-1984 |
ralph |
use malloc instead of static 8K sobuf. |
16563 | 04-Jun-1984 |
ralph |
don't forget to clear _cnt. |
16550 | 29-May-1984 |
karels |
date and time created 84/05/29 13:51:09 by karels |
16549 | 29-May-1984 |
karels |
date and time created 84/05/29 13:51:03 by karels |
16522 | 22-May-1984 |
karels |
be careful of malloc return; free old buffer before allocating new in setlinebuf |
16508 | 17-May-1984 |
ralph |
added sethostfile() so routines can be used w/ alternate host file. |
16507 | 17-May-1984 |
ralph |
added setpwfile() so routines can be used with alternate pw files. |
16498 | 16-May-1984 |
ralph |
date and time created 84/05/16 15:19:24 by ralph |
16497 | 16-May-1984 |
ralph |
inline expand gtty() and stty(). |
16496 | 16-May-1984 |
ralph |
inline expand gtty (i.e. change gtty to ioctl). |
16491 | 15-May-1984 |
ralph |
use malloc instead of static 8K sibuf and sobuf. |
16440 | 04-May-1984 |
ralph |
close socket on exec() since descriptor var is static and gets cleared |
16439 | 04-May-1984 |
ralph |
don't do 1 byte writes, buffer and flush unbuffered I/O (stderr). |
16422 | 27-Apr-1984 |
ralph |
new versions which use getttyent(3). |
16421 | 27-Apr-1984 |
ralph |
date and time created 84/04/27 10:25:55 by ralph |
16420 | 27-Apr-1984 |
ralph |
date and time created 84/04/27 10:25:32 by ralph |
16416 | 26-Apr-1984 |
ralph |
added stayopen flag for database, defaults to old code if no db. |
16414 | 25-Apr-1984 |
ralph |
uses UNIX domain sockets now. |