Commit Graph
42 Commits
Author SHA1 Message Date
Steve Checkoway 7fab468409 Make UserQuit and SetUserQuit static members of ArchHooks. Windows and linux not tested. MountInitialFilesystems also appears to be static, fix compile on OS X. 2005-12-17 12:44:46 +00:00
Glenn Maynard f8c0c0124a cleanup 2005-12-10 18:58:43 +00:00
Glenn Maynard d439765145 implement UserQuit to eliminate bad GameLoop.h dependency 2005-12-10 18:42:55 +00:00
Glenn Maynard b84c910e90 fix compile 2005-12-10 18:04:43 +00:00
Chris Danford f1c876a16c fix compile 2005-12-09 04:28:49 +00:00
Glenn Maynard 8c8c5c2dc7 use librt and CLOCK_MONOTONIC 2005-12-08 22:10:51 +00:00
Chris Danford 225262cc20 clean up floating globals
move FS mounting to ArchHooks
2005-12-08 21:36:03 +00:00
Steve Checkoway 8d56d70e0f Move ExitGame into GameLoop.h. 2005-10-30 09:45:52 +00:00
Glenn Maynard 1783fe71ef simplify 2005-07-19 03:15:24 +00:00
Glenn Maynard af231d1a63 cleanup 2005-04-05 05:07:13 +00:00
Ted Percival e1ab8c5b77 fix timing errors in thread wait functions on unix. patch by makovick fixes bug #1154212 2005-03-24 19:46:50 +00:00
Ben Anderson e6d5c509f3 Why was that being included there? 2005-03-13 21:56:36 +00:00
Glenn Maynard fafdaedf0c InstallExceptionHandler 2004-12-01 02:45:14 +00:00
Glenn Maynard 477a9ac080 don't touch TLS on linuxthreads 2004-09-20 06:13:39 +00:00
Glenn Maynard b88146f3e6 tls check 2004-09-09 03:22:24 +00:00
Glenn Maynard 3776d4a13f cleanup low-level time handling: only make adjustments to the clock that
the arch really needs; Unix gettimeofday does not loop like Win32 timeGetTime
so don't mess with it
2004-08-15 22:40:55 +00:00
Glenn Maynard 78ed3f3be6 oops; use DoEmergencyShutdown 2004-06-14 17:04:57 +00:00
Glenn Maynard 71797f7383 ArchHooks::GetMicrosecondsSinceStart 2004-06-11 01:03:33 +00:00
Glenn Maynard 408e8f7b8b ArchHooks_Unix::GetMicrosecondsSinceStart 2004-06-11 00:33:02 +00:00
Glenn Maynard a7d244fd9c fix time not being saved to hwc 2004-05-27 02:41:48 +00:00
Glenn Maynard f1bb0126da license update 2004-05-15 21:53:06 +00:00
Glenn Maynard fd848f2b0c fix compile when !CRASH_HANDLER
fix core dumping when !CRASH_HANDLER
2004-05-06 08:41:34 +00:00
Chris Danford 48e9b58b50 fix SetTime 2004-04-19 00:15:08 +00:00
Chris Danford 87b07a4909 fix Unix compile 2004-04-18 23:19:55 +00:00
Chris Danford fab6e96b07 support SetTime in Unix 2004-04-18 23:13:22 +00:00
Chris Danford 6f5404c6fe add move Linux mem card write test to seprarate thread 2004-04-13 08:05:50 +00:00
Glenn Maynard 061e5affb6 kill(getpid), not kill(0) (maybe this is why X was sometimes killed on
crash, too)
2004-04-09 20:57:58 +00:00
Glenn Maynard 01ea004030 default string in case confstr is broken 2004-03-29 20:47:29 +00:00
Glenn Maynard 40a49f51f3 log library versions 2004-03-28 02:04:23 +00:00
Glenn Maynard 97d6a7f3b0 int signal, siginfo_t *si, const ucontext_t *uc 2004-03-19 05:01:53 +00:00
Glenn Maynard ac8ac4f8ae signal handling fixes 2004-03-12 02:58:54 +00:00
Glenn Maynard 6ba7f1d2e6 reduce SignalHandler dependency on StepMania.cpp 2004-03-12 01:09:38 +00:00
Glenn Maynard 14f6a6f510 reduce crash handler dependency on StepMania.cpp 2004-03-11 23:58:49 +00:00
Glenn Maynard cdb2339f8e don't shut down video in a thread 2004-02-06 04:46:47 +00:00
Glenn Maynard 8c6249aa8c GetKernel return in decimal instead of hex 2004-01-02 07:01:27 +00:00
Glenn Maynard 9f1fb9979b check 2003-12-22 02:16:33 +00:00
Glenn Maynard 7645d2ff82 log BACKTRACE_DEMANGLE_METHOD_TEXT 2003-12-22 02:16:04 +00:00
Glenn Maynard f6a39f6dc9 log OS version 2003-11-28 21:34:05 +00:00
Glenn Maynard 08e24c6e7d Call InitializeCrashHandler. 2003-11-11 23:36:31 +00:00
Glenn Maynard b63f241c56 Log BACKTRACE_METHOD_TEXT, BACKTRACE_LOOKUP_METHOD_TEXT 2003-09-16 03:20:18 +00:00
Glenn Maynard 676fcb90fc fix crash handler not always being installed properly
try to shut down sdl
2003-07-29 21:00:35 +00:00
Glenn Maynard 150a150e9a add ArchHooks_Unix 2003-07-24 08:19:20 +00:00