freebsd-src/sys/i386
Bruce Evans c41141b002 Fixed the formatting of some tables (mainly the one produced by ps
in ddb) which I broke by changing %8[l]x to %8p.  Hacked the central
printf routine to not add an "0x" prefix for %p formats if the field
width is nonzero.  The tables are still horribly misformatted on
64-bit machines.

Use %p instead of %8p to print pointers when the field width isn't
important.
1998-08-10 14:27:34 +00:00
..
apm Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
bios Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
boot Correct an irritating documentation error. 1998-08-04 00:39:45 +00:00
conf Reserve majors for M-Systems DiskOnChip driver. This driver will be 1998-08-10 09:06:21 +00:00
eisa MF22: Shut this thing up by default. 1998-08-09 02:22:34 +00:00
i386 Copy in the nfs_diskless structure if NFS_ROOT is defined. A previous 1998-08-03 21:31:32 +00:00
ibcs2 Updated generated files. 1998-06-09 03:36:59 +00:00
include 1. Reorganized screen saver related code so that both the LKM screen 1998-08-03 11:30:45 +00:00
isa Fixed the formatting of some tables (mainly the one produced by ps 1998-08-10 14:27:34 +00:00
linux Converted the second last instance of hzto() to tvtohz(). 1998-08-05 16:44:30 +00:00
pci
scsi Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00