Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
cgd
Fri Oct 25 16:13:59 PDT 1996
Update of /cvsroot/src/sys/adosfs
In directory netbsd1:/var/slash-tmp/cvs-serv18459/adosfs
Modified Files:
adlookup.c
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:00 PDT 1996
Update of /cvsroot/src/sys/compat/common
In directory netbsd1:/var/slash-tmp/cvs-serv18459/compat/common
Modified Files:
compat_util.c
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:03 PDT 1996
Update of /cvsroot/src/sys/isofs/cd9660
In directory netbsd1:/var/slash-tmp/cvs-serv18459/isofs/cd9660
Modified Files:
cd9660_lookup.c cd9660_util.c iso.h
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:05 PDT 1996
Update of /cvsroot/src/sys/kern
In directory netbsd1:/var/slash-tmp/cvs-serv18459/kern
Modified Files:
vfs_lookup.c
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:09 PDT 1996
Update of /cvsroot/src/sys/msdosfs
In directory netbsd1:/var/slash-tmp/cvs-serv18459/msdosfs
Modified Files:
direntry.h msdosfs_conv.c msdosfs_lookup.c
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:15 PDT 1996
Update of /cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv18459/nfs
Modified Files:
nfs_subs.c nfs_var.h nfs_vnops.c nfsm_subs.h
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
cgd
Fri Oct 25 16:14:17 PDT 1996
Update of /cvsroot/src/sys/sys
In directory netbsd1:/var/slash-tmp/cvs-serv18459/sys
Modified Files:
namei.h
Log Message:
make the namei struct members ni_dirp and ni_next, and the componentname
struct member cn_nameptr 'const', since they should never be used to
modify the path name. (Only the pathname buffer, cn_pnbuf, should be
modified.) Propagate the const poisoning to code that uses the namei
and componentname structs.
Home |
Main Index |
Thread Index |
Old Index