Page MenuHomeFreeBSD

Fix handling of umtxp resource limit in sh(1), limits(1), and login.conf(5).
ClosedPublic

Authored by kib on Mar 11 2016, 7:41 PM.
Referenced Files
Unknown Object (File)
Sat, May 4, 3:31 PM
Unknown Object (File)
Wed, Apr 24, 2:36 AM
Unknown Object (File)
Wed, Apr 24, 2:36 AM
Unknown Object (File)
Wed, Apr 24, 2:36 AM
Unknown Object (File)
Wed, Apr 24, 2:13 AM
Unknown Object (File)
Apr 2 2024, 1:11 AM
Unknown Object (File)
Mar 30 2024, 6:02 AM
Unknown Object (File)
Feb 24 2024, 3:42 AM
Subscribers

Details

Summary

Title says it, make the umtxp resource limit settable from both sh/ulimit and from limits. I also updated the man pages, including reordering the pseudoterminals limits item, and updated summary/usage.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kib retitled this revision from to Fix handling of umtxp resource limit in sh(1) and limits(1)..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added reviewers: jilles, emaste.
kib set the repository for this revision to rS FreeBSD src repository - subversion.
kib added a project: manpages.
kib retitled this revision from Fix handling of umtxp resource limit in sh(1) and limits(1). to Fix handling of umtxp resource limit in sh(1), limits(1), and login.conf(5)..
kib edited edge metadata.

Handle login.conf(5).

jilles requested changes to this revision.Mar 11 2016, 11:24 PM
jilles edited edge metadata.
jilles added inline comments.
lib/libutil/login.conf.5
202 ↗(On Diff #14249)

Typo umxp/umtxp. This occurs a few more times in this diff.

usr.bin/limits/limits.1
238 ↗(On Diff #14249)

All the other limits use the login.conf keyword here. That would suggest changing process-shared locks to umtxp. Some descriptive text could be added.

This revision now requires changes to proceed.Mar 11 2016, 11:24 PM
kib edited edge metadata.

Fix umxp occurences, reword limits(1) description for -o.

jilles edited edge metadata.
This revision is now accepted and ready to land.Mar 12 2016, 1:37 PM
This revision was automatically updated to reflect the committed changes.