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
F103524088: D16797.id46927.diff
Tue, Nov 26, 2:12 AM
Unknown Object (File)
Fri, Nov 22, 10:52 AM
Unknown Object (File)
Thu, Nov 7, 3:27 PM
Unknown Object (File)
Tue, Nov 5, 4:03 AM
Unknown Object (File)
Tue, Nov 5, 2:34 AM
Unknown Object (File)
Wed, Oct 30, 1:25 PM
Unknown Object (File)
Wed, Oct 30, 12:59 AM
Unknown Object (File)
Tue, Oct 29, 5:51 PM
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 Skipped
Unit
Tests Skipped

Event Timeline

lib/libc/stdlib/Makefile.inc
19

What is changed in this line ?

lib/libc/stdlib/set_constraint_handler_s.3
2

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

63

Move type definitions into the synopsis.

yuripv added inline comments.
lib/libc/stdlib/Makefile.inc
19

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
2

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.

63

Done.

yuripv marked 2 inline comments as done.

Move handler prototype to SYNOPSIS.

lib/libc/stdlib/Makefile.inc
19

No problem, just that I will commit it separately.

lib/libc/stdlib/set_constraint_handler_s.3
2

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.

42

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

yuripv marked 2 inline comments as done.
yuripv added inline comments.
lib/libc/stdlib/set_constraint_handler_s.3
2

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

42

Sorry, fixed.

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.