aboutsummaryrefslogtreecommitdiffhomepage
path: root/linux/shmem.c
Commit message (Collapse)AuthorAge
* check for mman.hGravatar arpi2002-03-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5299 b3059339-0415-0410-9bf9-f77b7e298cf2
* undef HAVE_SHM compilation bug fixedGravatar alex2001-12-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3281 b3059339-0415-0410-9bf9-f77b7e298cf2
* converted to mp_msg and fixed my previous HAVE_SHM bugGravatar alex2001-11-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3085 b3059339-0415-0410-9bf9-f77b7e298cf2
* #ifdef HAVE_SHMGravatar alex2001-11-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3009 b3059339-0415-0410-9bf9-f77b7e298cf2
* Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANONGravatar jkeil2001-07-19
| | | | | | | | | | | | attempt on such a system. The code tries mmap with /dev/zero and MIT-shm next. Fix a possible filedesc leak, when the code tries to mmap shared memeory via /dev/zero. Reuse the already open /dev/zero from a previous shmem_alloc call. (same change; now without changing the indentation of the code) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1348 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable ddebug printfsGravatar arpi_esp2001-04-18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@499 b3059339-0415-0410-9bf9-f77b7e298cf2
* Initial revisionGravatar arpi_esp2001-02-24
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2 b3059339-0415-0410-9bf9-f77b7e298cf2