summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/shm_open.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shm_open(), sysconf(), tcflow(), and tcsendbreak() are not permitted to beguenther2017-09-101-4/+4
* use geteuid to make it easier for root to communicate.tedu2015-12-101-2/+2
* Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakguenther2015-09-121-1/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-3/+1
* When checking flags that will be passed to open(), test the O_ACCMODE portionguenther2015-05-111-3/+6
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+2
* close(fd), then set errnotedu2013-10-251-3/+3
* fix id, from bradtedu2013-06-021-1/+1
* add shm_open and friends which i have been told ports programs wouldtedu2013-05-311-0/+115