freebsd_amp_hwpstate/sys/i386
Peter Wemm fd54183bb9 Instead of: cpp blah file.s | as -o file.o, use instead:
cc -c -x assembler-with-cpp -o file.o file.s.

This means that any cpp fatal errors will now be detected, as well as
running *.s files through an ansi cpp instead of a traditional cpp.

(fixes to allow *.s to compile under both ansi and traditional to follow)
1996-05-31 01:01:24 +00:00
..
apm
bios
boot Fixed BOOT_HD_BIAS. 1996-05-11 04:27:24 +00:00
conf Instead of: cpp blah file.s | as -o file.o, use instead: 1996-05-31 01:01:24 +00:00
eisa Merge in changes for NetBSD/OpenBSD. 1996-05-30 07:20:17 +00:00
i386 This commit is dual-purpose, to fix more of the pageout daemon 1996-05-31 00:38:04 +00:00
ibcs2
include Add an incremental checksum update routine. Perhaps some i386 assembly 1996-05-23 20:11:48 +00:00
isa When estimating the time (in ms) left to drain the output queue based 1996-05-30 23:41:35 +00:00
linux First pass at cleaning up macros relating to pages, clusters and all that. 1996-05-02 10:43:17 +00:00
pci
scsi Merge in changes for NetBSD/OpenBSD. 1996-05-30 07:19:59 +00:00
Makefile