-
Notifications
You must be signed in to change notification settings - Fork 6
/
BUGS
executable file
·22 lines (14 loc) · 844 Bytes
/
BUGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(to-fix-list)
- Mixed TCP/ICMP traffic sometimes causes the machine to hang
- on C128 PPP is buggy and SLIP doesn't work at all - are ppp,slip,tcpip
free from c64-specific code? does mmu_stack matter?
- bug in atari tasksw.s - lk_timer stuff should be affected _only_ if IRQ source was timer,
now it is decremented on both timer and keyboard interrupts
fix is obvious but I want to test it on a real machine
- rs232std seems not to operate well with the TCP/IP code
- ftp sometimes has problems with longer file names, it seems to
download the file but in fact doesn't save the received data to disc
- parent process' environment PWD is not changed with cd tool
- hangs on atari 130xe due to PIA init
- lunixrc is only on disk image, not in package release
- for some reason cp needs full destination file path after PWD change