freebsd-nq/sys/amd64
Bruce Evans 5eb1e23a45 Adjusted for amd64 after repo-copy. The adjustments are routine, except:
- perfmon headers must be avoided until perfmon is supported.
- all call-used registers including return registers must be preserved
  by .mcount(), etc., not quite as in profile.h.  __cyg_profile_func_*()
  don't require this, but they are (mis)implemented as aliases for
  .mcount(), etc. so they preserve the registers.
- i386 ifdefs related to perfmon have not been adjusted yet.
2004-05-23 18:27:14 +00:00
..
acpica MFi386: numerous interrupt and acpi updates 2004-05-16 20:30:47 +00:00
amd64 Adjusted for amd64 after repo-copy. The adjustments are routine, except: 2004-05-23 18:27:14 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf Turn on modules for amd64. Fear. 2004-05-17 22:13:14 +00:00
ia32 Remove advertising clause from University of California Regent's license, 2004-04-05 23:55:14 +00:00
include MFi386 (1.37: GUPROF calibration macros; only routine adjustments needed). 2004-05-20 16:22:57 +00:00
isa Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary 2004-05-23 16:23:29 +00:00
pci MFi386: numerous interrupt and acpi updates 2004-05-16 20:30:47 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00