|
|
1.1 root 1: changed flush.c so as not to flake out when flushing an unbuffered file
2:
3: changed swcoup.c and osopen.c to use mode 0666 when creating files.
4: If the user desires more protection, umask is the right way to go.
5:
6: made host(4,"x") return value of environment variable x
7:
8: changed osint.s to relocate flptr by new-old stack over load module
9: write/read. changed header.s to make flptr global.
10:
11: changed osopen.c to make buffered input (but not output) the default
12: on tty-style file. Original code:
13: if ( testty( fd ) == 0 )
14: Modified code:
15: if ( (ioptr -> flg & IO_INP) == 0 && testty( fd ) == 0 )
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.