Skip to content

Conversation

@fslongjin
Copy link
Member

  • Add sched_getparam syscall to retrieve process scheduling parameters
  • Add sched_getscheduler syscall to get process scheduling policy
  • Refactor sched_yield into separate module with proper syscall handler
  • Add utility functions for scheduling permission checks
  • Remove old do_sched_yield implementation from main syscall module

- Add sched_getparam syscall to retrieve process scheduling parameters
- Add sched_getscheduler syscall to get process scheduling policy
- Refactor sched_yield into separate module with proper syscall handler
- Add utility functions for scheduling permission checks
- Remove old do_sched_yield implementation from main syscall module

Signed-off-by: longjin <longjin@DragonOS.org>
@cursor
Copy link

cursor bot commented Nov 27, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on December 26.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@github-actions github-actions bot added the enhancement New feature or request label Nov 27, 2025
@fslongjin fslongjin merged commit bb7a632 into DragonOS-Community:master Dec 1, 2025
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant