revised proposal for posix conformance project, GSoC

2024-04-02 Thread Abhinav Srivastava
Updated my proposal according to comments. Any comments welcome! https://docs.google.com/document/d/1iwgzx72TZ0aokNLww-y-IlyEkaRCovjGUhpdQXdP9mg/edit?pli=1 -- *"Free society* *Has, at its core, privacy* *You must act in trust." - *Salyzyn ___ devel maili

Re: GSOC proposal - new POSIX APIs 2024

2024-03-30 Thread Abhinav Srivastava
Hi! Requesting comments on my proposal for GSOC 2024 - implementing new POSIX APIs: https://docs.google.com/document/d/1iwgzx72TZ0aokNLww-y-IlyEkaRCovjGUhpdQXdP9mg/edit?usp=sharing Abhinav. -- *"Free society* *Has, at its core, privacy* *You must act in trust." - *Salyzyn

[PATCH] mqopen: Add support for 'mode' argument in mq_open

2024-03-23 Thread Abhinav Srivastava
Fixes #1977: Previously, the 'mode' argument in `mq_open` was accepted but not utilized. --- cpukit/posix/src/mqueueopen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpukit/posix/src/mqueueopen.c b/cpukit/posix/src/mqueueopen.c index d01421a0c1..8f8c1c8634 100644 --- a/

[PATCH 0/1] This is the task for GSOC'24

2024-03-20 Thread Abhinav Srivastava
Screenshot: https://i.ibb.co/NTxGCj6/Screenshot-2024-03-20-22-41-54.png - Modified the sample hello world to print the popular dialogue "Oh, Hi Mark" from the movie "The Room" by Tommy Wiseau. Abhinav Srivastava (1): Modify hello world sample for GSoC task testsuites/

[PATCH 1/1] Modify hello world sample for GSoC task

2024-03-20 Thread Abhinav Srivastava
--- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 83f6342ab3..f1c5983ad2 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -41,7 +41,7 @