Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/16/1996 18:20:03
christos
Sat Mar 16 18:12:17 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27071

Modified Files:
	cpu.h syslog.h systm.h tprintf.h 
Log Message:
The return attribute 'volatile' to indicate functions that do not
return does not work anymore under gcc-2.7.2. Change such functions
to use __attribute__((__noreturn__)). In addition add appropriate
__attribute__ adornments to printf like functions... This generated
another barrage of compiler warnings in printf bugs that I will
promptly fix.


christos
Sat Mar 16 18:14:07 EST 1996
Update of /a/cvsroot/src/sys/netiso
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27196

Modified Files:
	tp_driver.c tp_emit.c tp_inet.c tp_input.c tp_iso.c 
	tp_output.c tp_pcb.c tp_subr.c tp_subr2.c tp_timer.c 
	tp_usrreq.c 
Log Message:
Fix a gazillion incorrect printf usages.


christos
Sat Mar 16 18:15:29 EST 1996
Update of /a/cvsroot/src/sys/vm
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27304

Modified Files:
	device_pager.c swap_pager.c vm_mmap.c vm_pager.c vnode_pager.c 
Log Message:
Fix vm_offset_t (unsigned long) and vm_size_t (unsigned long) printf arguments
to %lx and %ld instead of %x and %d.


christos
Sat Mar 16 18:17:22 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27397

Modified Files:
	kern_lkm.c kern_malloc.c subr_disk.c subr_prf.c subr_rmap.c 
	sysv_shm.c tty.c vfs_cluster.c vfs_subr.c 
Log Message:
Fix printf() formats.


christos
Sat Mar 16 18:19:12 EST 1996
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27479

Modified Files:
	vnd.c 
Log Message:
vnd.c: Fix printf formats
am7990.c: Make operator precedence explicit by parethesizing.


christos
Sat Mar 16 18:19:15 EST 1996
Update of /a/cvsroot/src/sys/dev/ic
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv27479/ic

Modified Files:
	am7990.c 
Log Message:
vnd.c: Fix printf formats
am7990.c: Make operator precedence explicit by parethesizing.