Go to file
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
bin Re-do change to use const qualifer with conversion tables. 1996-02-20 19:29:01 +00:00
distrib Add script I used to make the 1.1 source distribution 1996-02-12 21:58:46 +00:00
etc 0-59/10 -> */10 1996-02-18 12:08:26 +00:00
games Removed "extern int errno"; Added #include <errno.h> if not already present. 1996-02-06 22:47:06 +00:00
gnu Added support for m68060 (activate with -m68060). This change has 1996-02-19 21:26:53 +00:00
include Add cpio.h, tar.h, and re_comp.h headers for POSIX & XPG4 conformance 1996-02-05 22:34:09 +00:00
lib Remove nfs header files. 1996-02-19 14:33:41 +00:00
libexec add -Dunix to CFLAGS 1996-02-16 02:07:41 +00:00
regress CFLAGS+=, not CFLAGS= 1995-12-12 01:53:50 +00:00
sbin Sync with Lite2. 1996-02-20 16:06:55 +00:00
share We don't really care when the gus driver appeared, here. 1996-02-19 20:51:28 +00:00
sys when printing data modified on the free list: 1996-02-20 23:56:16 +00:00
usr.bin Fix NFS include files; sync with Lite2 1996-02-20 16:04:47 +00:00
usr.sbin Sync with Lite2. 1996-02-20 16:06:55 +00:00
Makefile fix typo 1995-12-15 18:13:41 +00:00