0ad/source/lib/sysdep/ia32
janwas cded0936c5 # housekeeping
. update moduleInit mechanism and move it out of lib.cpp. now has a
thread-safe reference count and allows repeated init/shutdown (required
for self-tests)
. vfs now depends on h_mgr; h_mgr need therefore no longer explicitly be
shutdown (e.g. in self-tests)
. acpi: minor fixes
. cpu: AtomicAdd and CAS now take volatile variable (safer)
. mahaf: unload driver on shutdown (did this for DriverVerifier, but
it's 'cleaner' in general)
. wdbg_sym
. wfilesystem: get rid of manual declarations of deprecated functions;
implement them via trampoline instead

This was SVN commit r5086.
2007-05-21 23:24:56 +00:00
..
ia32_asm.asm # housekeeping 2007-05-21 23:24:56 +00:00
ia32_asm.h # housekeeping 2007-05-21 23:24:56 +00:00
ia32_memcpy_init.cpp Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
ia32_memcpy.asm remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ia32_memcpy.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
ia32.cpp robustify CPU freq detection and timer code, hopefully solve lockup issue 2007-05-16 15:56:47 +00:00
ia32.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
ia32.inc Fixes for the Mac. 2007-05-17 03:37:49 +00:00