Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
NetBSD master CVS tree commits
- To: source-changes
- Subject: NetBSD master CVS tree commits
- From: The Source of All Evil <source>
- Date: Tue, 27 Aug 1996 18:00:08 -0400 (EDT)
cgd
Tue Aug 27 17:53:52 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/alpha
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/alpha/alpha
Modified Files:
mainbus.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:54:09 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/alpha/pci
Modified Files:
apecs.c cia.c lca.c pcivga.c sio.c tga.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:54:23 EDT 1996
Update of /a/cvsroot/src/sys/arch/alpha/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/alpha/tc
Modified Files:
cfb.c esp.c ioasic.c sfb.c tcasic.c tcds.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:54:27 EDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/amiga
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/amiga/amiga
Modified Files:
autoconf.c device.h
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:19 EDT 1996
Update of /a/cvsroot/src/sys/arch/amiga/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/amiga/dev
Modified Files:
afsc.c ahsc.c atzsc.c bzsc.c drsc.c empsc.c fd.c flsc.c grf.c
grf_cc.c grf_cl.c grf_cv.c grf_et.c grf_rh.c grf_rt.c grf_ul.c
gtsc.c gvpbus.c idesc.c ivsc.c mfc.c mgnsc.c mlhsc.c otgsc.c
wesc.c wstsc.c zbus.c zssc.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:27 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/mainbus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/arm32/mainbus
Modified Files:
fd.c iic.c mainbus.c wd.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:35 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/arm32/podulebus
Modified Files:
asc.c oak.c podulebus.c ptsc.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:40 EDT 1996
Update of /a/cvsroot/src/sys/arch/atari/atari
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/atari/atari
Modified Files:
autoconf.c device.h
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:52 EDT 1996
Update of /a/cvsroot/src/sys/arch/atari/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/atari/dev
Modified Files:
fd.c grf.c ncr5380.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:55:55 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/i386
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/i386/i386
Modified Files:
mainbus.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:00 EDT 1996
Update of /a/cvsroot/src/sys/arch/i386/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/i386/isa
Modified Files:
fd.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:15 EDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/mac68k/dev
Modified Files:
grf_subr.c ncr5380.c nubus.c sbc.c scsi96.c zs.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:17 EDT 1996
Update of /a/cvsroot/src/sys/arch/mac68k/mac68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/mac68k/mac68k
Modified Files:
mainbus.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:25 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/mvme68k/dev
Modified Files:
pcc.c vme.c wdsc.c zs.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:27 EDT 1996
Update of /a/cvsroot/src/sys/arch/mvme68k/mvme68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/mvme68k/mvme68k
Modified Files:
autoconf.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:34 EDT 1996
Update of /a/cvsroot/src/sys/arch/pc532/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/pc532/dev
Modified Files:
ncr.c ncr5380.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:40 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/pica/dev
Modified Files:
asc.c fd.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:44 EDT 1996
Update of /a/cvsroot/src/sys/arch/pica/pica
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/pica/pica
Modified Files:
mainbus.c pica.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:49 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/pmax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/pmax/pmax
Modified Files:
mainbus.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:56:58 EDT 1996
Update of /a/cvsroot/src/sys/arch/pmax/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/pmax/tc
Modified Files:
asic.c tc.c tc_subr.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:57:25 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/sparc/dev
Modified Files:
dma.c esp.c fd.c obio.c sbus.c si.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:57:34 EDT 1996
Update of /a/cvsroot/src/sys/arch/sparc/sparc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/sparc/sparc
Modified Files:
autoconf.c iommu.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:57:48 EDT 1996
Update of /a/cvsroot/src/sys/arch/sun3/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/sun3/dev
Modified Files:
obio.c si.c zs.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:57:54 EDT 1996
Update of /a/cvsroot/src/sys/arch/sun3/sun3
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/sun3/sun3
Modified Files:
autoconf.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:58:02 EDT 1996
Update of /a/cvsroot/src/sys/arch/vax/bi
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/vax/bi
Modified Files:
bi.c kdb.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:58:08 EDT 1996
Update of /a/cvsroot/src/sys/arch/vax/mba
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/vax/mba
Modified Files:
mba.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:58:21 EDT 1996
Update of /a/cvsroot/src/sys/arch/vax/uba
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/vax/uba
Modified Files:
uba.c uda.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:58:39 EDT 1996
Update of /a/cvsroot/src/sys/arch/vax/vax
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/vax/vax
Modified Files:
autoconf.c ka750.c sbi.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:58:43 EDT 1996
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv7077
Modified Files:
CHANGES
Log Message:
cfprint_t and realloc()
cgd
Tue Aug 27 17:58:53 EDT 1996
Update of /a/cvsroot/src/sys/arch/vax/vsa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/vax/vsa
Modified Files:
hdc9224.c ncr.c vsbus.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:04 EDT 1996
Update of /a/cvsroot/src/sys/arch/x68k/dev
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/x68k/dev
Modified Files:
fd.c grf_machdep.c spc.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:07 EDT 1996
Update of /a/cvsroot/src/sys/arch/x68k/x68k
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/arch/x68k/x68k
Modified Files:
autoconf.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:11 EDT 1996
Update of /a/cvsroot/src/sys/dev/eisa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/dev/eisa
Modified Files:
eisa.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:15 EDT 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/dev/ic
Modified Files:
aic7xxx.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:43 EDT 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/dev/isa
Modified Files:
aha.c aic6360.c ast.c boca.c bt.c isa.c rtfps.c seagate.c
ultra14f.c wd.c wds.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 17:59:54 EDT 1996
Update of /a/cvsroot/src/sys/dev/pci
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/dev/pci
Modified Files:
ncr.c pci.c ppb.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
cgd
Tue Aug 27 18:00:00 EDT 1996
Update of /a/cvsroot/src/sys/dev/tc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv6041/dev/tc
Modified Files:
asc.c tc.c
Log Message:
change cfprint_t type definition to take a const char *, rather than
a char *, because that's what was really intended, and because
if the print function modifies the string, various things could become
unhappy (so the string should _not_ be modified).
Home |
Main Index |
Thread Index |
Old Index