NetBSD/sys
cgd c0cdc0cf04 when printing data modified on the free list:
(1) do not cast it to (void *), and
	(2) print it as 0x%x, rather than %p.
This is not perfect (because the data being printed is "int32_t"-sized), but
is more correct than printing it as a pointer because the data is _not_ a
pointer, it is data to be printed in hex, and on some systems, pointers are
wider than the data items being printed, which leads to excess and misleading
output.  The only 'right' solution to this is to have a printf specifier
that prints the fixed-sized types the right way, and that's not really
practical.
1996-02-20 23:56:16 +00:00
..
adosfs compiler warning police 1996-02-13 17:05:47 +00:00
arch use phys_map for DVMA like the sparc 1996-02-20 22:05:32 +00:00
compat Adapt to NFSv3. 1996-02-19 15:41:38 +00:00
conf Remove ns_cksum.c; I'll send mail to portmasters about it. 1996-02-19 21:29:44 +00:00
ddb eliminate setjmp.h 1996-02-13 17:39:01 +00:00
dev Add more debugging code. 1996-02-20 12:13:09 +00:00
isofs/cd9660 Another typo. 1996-02-10 00:33:53 +00:00
kern when printing data modified on the free list: 1996-02-20 23:56:16 +00:00
lib Add declaration of strncasecmp. 1996-02-13 23:48:26 +00:00
miscfs GC *_nullop(). Minor nits. 1996-02-13 13:12:48 +00:00
msdosfs Deal correctly with boundary between 12 bit and 16 bit cluster numbers 1996-02-11 22:48:14 +00:00
net struct ifaliasreq: adapt nomenclature to protocol specific counterparts, ie. 1996-02-17 12:32:50 +00:00
netccitt netccitt prototypes 1996-02-13 22:04:21 +00:00
netinet Fix PR/2095 options MROUTING did not compile. 1996-02-18 18:58:32 +00:00
netiso add another missing prototype with TPCONS is not defined. 1996-02-14 21:32:37 +00:00
netns Fixed bug I introduced in the previous changes. In the ctlinput functions, 1996-02-18 05:42:59 +00:00
nfs Third argument to VOP_PATHCONF is a register_t *, and register_t may be 1996-02-20 23:45:10 +00:00
scsi Handle EOF a little differently. 1996-02-19 00:06:07 +00:00
stand
sys Bitfields are usually implemented in natural bit order. Pointed 1996-02-19 18:29:04 +00:00
ufs Protect include in lfs_cksum.c so that it can be used by userland programs. 1996-02-16 02:22:05 +00:00
vm We no longer need the old hack for allocating the u-area on the i386. 1996-02-18 22:53:43 +00:00
Makefile The `lib' sub-directory no longer has a Makefile. 1995-09-15 21:05:21 +00:00