Page MenuHomeFreeBSD

Provide set_constraint_handler_s(3) man page
ClosedPublic

Authored by yuripv on Aug 19 2018, 12:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 19 2024, 8:44 AM
Unknown Object (File)
Mar 19 2024, 8:44 AM
Unknown Object (File)
Feb 9 2024, 5:48 PM
Unknown Object (File)
Feb 9 2024, 11:43 AM
Unknown Object (File)
Jan 5 2024, 11:33 AM
Unknown Object (File)
Jan 5 2024, 11:33 AM
Unknown Object (File)
Dec 29 2023, 3:44 AM
Unknown Object (File)
Dec 11 2023, 8:05 AM
Subscribers

Details

Summary

Provide set_constraint_handler_s(3) man page, with abort_handler_s(3) and ignore_handler_s(3) links, reference it in memset(3) (and fix some small issues there).

Diff Detail

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

Event Timeline

lib/libc/stdlib/Makefile.inc
19 ↗(On Diff #46914)

What is changed in this line ?

lib/libc/stdlib/set_constraint_handler_s.3
1 ↗(On Diff #46914)

What is this, and where did you get the source of the man page ?

62 ↗(On Diff #46914)

Move type definitions into the synopsis.

yuripv added inline comments.
lib/libc/stdlib/Makefile.inc
19 ↗(On Diff #46914)

Just changing the spaces to a tab as done elsewhere in this Makefile. Will revert if this looks *too* unrelated.

lib/libc/stdlib/set_constraint_handler_s.3
1 ↗(On Diff #46914)

I did wrote it after reading everything I have found in the web on the topic and incorporating the illumos review. The name in the copyright is the company I'm working for.

62 ↗(On Diff #46914)

Done.

yuripv marked 2 inline comments as done.

Move handler prototype to SYNOPSIS.

lib/libc/stdlib/Makefile.inc
19 ↗(On Diff #46914)

No problem, just that I will commit it separately.

lib/libc/stdlib/set_constraint_handler_s.3
41 ↗(On Diff #46918)

The type defs should have typedef somewhere ? Am I missing it ?

1 ↗(On Diff #46914)

Are you sure that assigning copyright to your employer is the correct thing to do ? Is the company aware of your activity, does it need to be aware ?

Even if assigning to company, it is useful to add a note about author, look for examples in the tree.

yuripv marked 2 inline comments as done.
yuripv added inline comments.
lib/libc/stdlib/set_constraint_handler_s.3
41 ↗(On Diff #46918)

Sorry, fixed.

1 ↗(On Diff #46914)

Doesn't matter much, changed the copyright line and added AUTHORS section.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 19 2018, 2:25 PM
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state Needs Review.Aug 19 2018, 2:40 PM
This revision was automatically updated to reflect the committed changes.