Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mq_timedsend(2) and mq_timedreceive(2). #6429

Closed
wants to merge 5 commits into from

Conversation

sudo-sturbia
Copy link
Contributor

This PR adds support for mq_timedsend(2) and mq_timedreceive(2) syscalls. The PR is dependent on #6345, and will be rebased after merge.

Updates #136

@sudo-sturbia sudo-sturbia marked this pull request as draft August 9, 2021 18:40
@google-cla google-cla bot added the cla: yes CLA has been signed label Aug 9, 2021
@sudo-sturbia sudo-sturbia changed the title Implement mq_timedsend(2) and mq_timedreceive(3). Implement mq_timedsend(2) and mq_timedreceive(2). Aug 9, 2021
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 2 times, most recently from 159de05 to 0f61602 Compare August 13, 2021 23:39
@sudo-sturbia sudo-sturbia marked this pull request as ready for review August 13, 2021 23:44
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 4 times, most recently from f7e3171 to 3377b2e Compare August 15, 2021 21:04
@mrahatm mrahatm self-requested a review August 17, 2021 23:13
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 2 times, most recently from e3e4aa4 to 6b58e3a Compare August 20, 2021 16:14
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 5 times, most recently from 6d52a72 to af20a28 Compare September 17, 2021 09:19
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 2 times, most recently from 249f152 to c815eda Compare September 28, 2021 18:46
copybara-service bot pushed a commit that referenced this pull request Nov 24, 2021
This PR adds support for `mq_timedsend(2)` and `mq_timedreceive(2)` syscalls. The PR is dependent on #6345, and will be rebased after merge.

Updates #136

FUTURE_COPYBARA_INTEGRATE_REVIEW=#6429 from sudo-sturbia:mq/syscalls2 62df24a159a775dd3e5d7ef5670573e7ff305ec7
PiperOrigin-RevId: 412071830
test/syscalls/linux/mq.cc Outdated Show resolved Hide resolved
test/syscalls/linux/mq.cc Outdated Show resolved Hide resolved
test/syscalls/linux/mq.cc Outdated Show resolved Hide resolved
test/syscalls/linux/mq.cc Outdated Show resolved Hide resolved
test/syscalls/linux/mq.cc Outdated Show resolved Hide resolved
@sudo-sturbia sudo-sturbia force-pushed the mq/syscalls2 branch 2 times, most recently from ae41afc to 13fdf6a Compare December 2, 2021 14:48
copybara-service bot pushed a commit that referenced this pull request Dec 3, 2021
This PR adds support for `mq_timedsend(2)` and `mq_timedreceive(2)` syscalls. The PR is dependent on #6345, and will be rebased after merge.

Updates #136

FUTURE_COPYBARA_INTEGRATE_REVIEW=#6429 from sudo-sturbia:mq/syscalls2 13fdf6abf380ed72985bec788e422eafb6c9a114
PiperOrigin-RevId: 413766340
send implements functionality of mq_timedsend(2).

Updates google#136
receive implements functionality of mq_timedreceive(2).

Updates google#136
viewImpl implements View and is embedded in different views to avoid
code repetition.

Updates google#136
Implement syscall stubs and enable tests.

Updates google#136
@github-actions
Copy link

A friendly reminder that this PR had no activity for 120 days.

@github-actions github-actions bot added the stale-pr This PR has not been updated in 120 days. label Sep 13, 2023
Copy link

This PR has been closed due to lack of activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-closed cla: yes CLA has been signed ready to pull stale-pr This PR has not been updated in 120 days.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants