Ryan C. Gordon
|
a44e9669c1
|
Forgot to apply build-time thread fix to default branch (thanks, Patrice!).
|
2010-03-22 16:03:17 -04:00 |
Ryan C. Gordon
|
e6f331f32d
|
Add some more filesystem types that might be CDs or DVDs.
|
2010-03-22 11:12:45 -04:00 |
Ryan C. Gordon
|
8d1cff2bdf
|
Fix for the Hurd, from the debian project.
|
2010-03-15 09:46:33 -04:00 |
Ryan C. Gordon
|
71dd0f7a6c
|
Added a FIXME.
|
2010-03-01 08:49:04 -08:00 |
Ryan C. Gordon
|
f1cd4d8f0d
|
THIS is Christoph's PHYSFS_stat() work.
I've merged some basic ideas from the other patch, which was Indy Sam's work,
and cleaned up a few things.
|
2010-02-15 14:02:36 -05:00 |
Ryan C. Gordon
|
5a98fc83a8
|
Catch case where we use the Unix code on a non-Unix system that lacks pthreads.
Thanks, Patrice!
|
2010-02-03 23:14:11 -05:00 |
Ryan C. Gordon
|
595ac1da39
|
Cleaned up returns that look like function calls for my updated coding style.
|
2010-01-28 02:27:45 -05:00 |
Ryan C. Gordon
|
cef8847a06
|
Attempt to clean up the thread ID mess in platform_unix ...
|
2009-09-06 01:05:27 -04:00 |
Ryan C. Gordon
|
44f6c8306d
|
Try /proc/$PID/exe if /proc/self/exe doesn't work out.
|
2009-07-08 17:53:48 -04:00 |
Ryan C. Gordon
|
43207273dd
|
Try to shrink returned buffer's allocation.
|
2009-07-08 17:47:05 -04:00 |
Ryan C. Gordon
|
ff80fc8003
|
Fixed wrong readlink() usage (lstat() doesn't report dest link size!).
Thanks to Henk Boom for pointing this out.
|
2009-07-08 17:46:48 -04:00 |
Ryan C. Gordon
|
94d1b71e49
|
I think sys/mount.h is only needed in the ucred.h path.
Fixes building on hurd, I think.
|
2009-05-02 23:25:41 -07:00 |
Ryan C. Gordon
|
0bc32891ba
|
Added sys/mnttab.h CD-ROM detection. Fixes missing CD-ROM support on Solaris.
|
2009-04-13 17:59:15 -04:00 |
Ryan C. Gordon
|
d8d296e8c6
|
Merge all the Unix __PHYSFS_platformDetectAvailableCDs() funcs into one.
|
2009-04-13 17:09:36 -04:00 |
Ryan C. Gordon
|
2a65060cde
|
Moved directory structure around.
|
2009-03-27 15:10:42 -04:00 |