Page MenuHomeFreeBSD

Reflect the chanages in sleepqueue.h and subr_sleepqueue.c
ClosedPublic

Authored by lwhsu on Sep 17 2014, 8:37 PM.
Tags
None
Referenced Files
F107178488: D794.diff
Sat, Jan 11, 7:42 AM
Unknown Object (File)
Fri, Dec 27, 7:48 AM
Unknown Object (File)
Nov 17 2024, 4:35 AM
Unknown Object (File)
Nov 12 2024, 4:14 AM
Unknown Object (File)
Nov 6 2024, 1:31 PM
Unknown Object (File)
Nov 3 2024, 1:15 AM
Unknown Object (File)
Oct 17 2024, 4:51 PM
Unknown Object (File)
Sep 12 2024, 7:10 AM
Subscribers
None

Details

Summary
  • Priority argument is introduced to sleepq_*wait* in r177085
  • sleepq_calc_signal_retval is removed from implementation
  • sleepq_catch_signals is internal now

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lwhsu retitled this revision from to Reflect the chanages in sleepqueue.h and subr_sleepqueue.c.
lwhsu updated this object.
lwhsu edited the test plan for this revision. (Show Details)
lwhsu added a reviewer: jhb.
share/man/man9/sleepqueue.9
273 ↗(On Diff #1667)

The "pri" argument should be described here after "wchan". It can be used to set the priority of the thread when it is awakened. If it is set to zero, the thread's priority is left alone.

Describe the "pri" argument.

Sorry, I remembered one more thing. Since you are removing two symlinks, you will want to add those paths to ObsoleteFiles.inc (at the top-level of the tree).

lwhsu edited edge metadata.

Add removed man page symlinks to ObsoleteFiles.inc

jhb edited edge metadata.

Thanks

This revision is now accepted and ready to land.Sep 22 2014, 4:32 PM
lwhsu updated this revision to Diff 1720.

Closed by commit rS271992 (authored by @lwhsu).