Details
Details
- Reviewers
emaste mckusick pauamma_gundo.com - Group Reviewers
manpages - Commits
- rGc0a38339fec3: exterror.9: explain buffers and bios usage of extended errors
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| share/man/man9/exterror.9 | ||
|---|---|---|
| 139–140 | curthread has the extended error info internally. The function moves (well, copies) external exterror into that internal state. | |
| share/man/man9/exterror.9 | ||
|---|---|---|
| 139 | Copying has the meaning of, well, copying of the plain set of bytes from one place into another. I do not want to allow this, which is why there is a helper function that does that. Even if internally it is indeed memcpy right now, that might change, this is why the KPI exterr_set_from() was added. | |
| share/man/man9/exterror.9 | ||
|---|---|---|
| 139–140 | Hmm. Point. On second thought, perhaps remove that whole sentence? I'm not sure what it adds to the previous one. | |