Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
thorpej
Thu Jun 26 15:20:39 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv9808
Modified Files:
Tag: SYN_cache_branch
tcp_input.c
Log Message:
In sys_cache_respond():
- Fix type size problems, especially in creation of the timestamp option.
- Fix byte order problems in creation of the MSS option.
thorpej
Thu Jun 26 15:22:52 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv9946
Modified Files:
Tag: SYN_cache_branch
tcp_subr.c
Log Message:
u_short -> u_int16_t.
christos
Thu Jun 26 18:23:20 EDT 1997
Update of /a/cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv9916
Modified Files:
ufs_vnops.c
Log Message:
Avoid panic triggered by rename("foo/", "bar/..") (From Mycroft)
christos
Thu Jun 26 18:24:03 EDT 1997
Update of /a/cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv10015
Modified Files:
msdosfs_vnops.c
Log Message:
Avoid panic triggered by rename("foo/", "bar/..") (From Mycroft)
thorpej
Thu Jun 26 15:24:40 PDT 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv10047
Modified Files:
Tag: SYN_cache_branch
tcp_input.c
Log Message:
Knock tcp_mss() lossage and type-size problems off the TODO list.
is
Thu Jun 26 15:28:44 PDT 1997
Update of /cvsroot/src/sys/arch/m68k/060sp
In directory netbsd1:/var/slash-tmp/cvs-serv9985/m68k/060sp
Modified Files:
netbsd.S
Log Message:
The recent buserr handler cleanup in the Amiga locore.s made the label
_buserr point to the 68020/030 buserr code _only_. This has broken access
error handling in the 060 support code.
This is repaired by jumping to _buserr60 from the 060SP, and by providing
a _buserr60 label identical to the _buserr in the unchanged m68k ports
using the 68060.
is
Thu Jun 26 15:28:48 PDT 1997
Update of /cvsroot/src/sys/arch/atari/atari
In directory netbsd1:/var/slash-tmp/cvs-serv9985/atari/atari
Modified Files:
locore.s
Log Message:
The recent buserr handler cleanup in the Amiga locore.s made the label
_buserr point to the 68020/030 buserr code _only_. This has broken access
error handling in the 060 support code.
This is repaired by jumping to _buserr60 from the 060SP, and by providing
a _buserr60 label identical to the _buserr in the unchanged m68k ports
using the 68060.
is
Thu Jun 26 15:28:54 PDT 1997
Update of /cvsroot/src/sys/arch/x68k/x68k
In directory netbsd1:/var/slash-tmp/cvs-serv9985/x68k/x68k
Modified Files:
locore.s
Log Message:
The recent buserr handler cleanup in the Amiga locore.s made the label
_buserr point to the 68020/030 buserr code _only_. This has broken access
error handling in the 060 support code.
This is repaired by jumping to _buserr60 from the 060SP, and by providing
a _buserr60 label identical to the _buserr in the unchanged m68k ports
using the 68060.
Home |
Main Index |
Thread Index |
Old Index