Home | History | Annotate | Download | only in librt
History log of /src/lib/librt/shm.c
RevisionDateAuthorComments
 1.3  08-Jul-2015  martin Simplify previous by just doing an open() on the directory and then using
the fstat* family to test for all relevant details.
Clean up buffer sizes and clarify a length check. Based on input from dholland.
 1.2  30-Jun-2015  martin Allow /var/shm to be a symlink to a properly set up directory.
 1.1  19-Dec-2013  rmind branches: 1.1.4; 1.1.6; 1.1.8;
Add shm_open(3) and shm_unlink(3) to support POSIX shared memory objects.
They are implemented using tmpfs (mounted at /var/shm).

Discussed on tech-{kern,userlevel} (quite a while ago).
 1.1.8.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.1  19-Dec-2013  tls file shm.c was added on branch tls-maxphys on 2014-08-20 00:02:20 +0000
 1.1.6.1  22-Mar-2016  snj Pull up following revision(s) (requested by martin in ticket #1144):
lib/librt/shm.c: revisions 1.2, 1.3
Allow /var/shm to be a symlink to a properly set up directory.
--
Simplify previous by just doing an open() on the directory and then using
the fstat* family to test for all relevant details.
Clean up buffer sizes and clarify a length check. Based on input from dholland.
 1.1.4.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.4.1  19-Dec-2013  yamt file shm.c was added on branch yamt-pagecache on 2014-05-22 11:36:59 +0000

RSS XML Feed