[Bug 100803] [patch] the man page about ithread is expired.

2022-10-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Mitchell Horne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|In Progress |Closed

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 100803] [patch] the man page about ithread is expired.

2022-10-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

--- Comment #10 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=8f85514a2c41c62a32271afa00158310e5cc30d0

commit 8f85514a2c41c62a32271afa00158310e5cc30d0
Author: Mitchell Horne 
AuthorDate: 2022-10-15 18:32:09 +
Commit: Mitchell Horne 
CommitDate: 2022-10-30 14:13:58 +

ithread(9): update functions to current day

The public KPI is now intr_event_**,
 - Convert existing documented functions to their equivalents.
 - Fix up the function arguments
 - Fix up the possible error return values for each
 - Remove ithread_schedule() completely
 - Rename man page to intr_event(9)
 - Update cross-references

Future changes will update the descriptive text for these functions.

PR: 100803
Based on work by: trhodes
Reviewed by:jhb
MFC after:  2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D33475

(cherry picked from commit 3cdbaee3548a6caa3ab7aca5788775057b1bd1fd)

 ObsoleteFiles.inc  |   9 ++
 share/man/man9/Makefile|  13 +--
 share/man/man9/{ithread.9 => intr_event.9} | 170 +++--
 share/man/man9/socket.9|  13 +--
 share/man/man9/swi.9   |   2 +-
 5 files changed, 87 insertions(+), 120 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 100803] [patch] the man page about ithread is expired.

2022-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

--- Comment #9 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3cdbaee3548a6caa3ab7aca5788775057b1bd1fd

commit 3cdbaee3548a6caa3ab7aca5788775057b1bd1fd
Author: Mitchell Horne 
AuthorDate: 2022-10-15 18:32:09 +
Commit: Mitchell Horne 
CommitDate: 2022-10-15 18:49:33 +

ithread(9): update functions to current day

The public KPI is now intr_event_**,
 - Convert existing documented functions to their equivalents.
 - Fix up the function arguments
 - Fix up the possible error return values for each
 - Remove ithread_schedule() completely
 - Rename man page to intr_event(9)
 - Update cross-references

Future changes will update the descriptive text for these functions.

PR: 100803
Based on work by: trhodes
Reviewed by:jhb
MFC after:  2 weeks
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D33475

 ObsoleteFiles.inc  |   9 ++
 share/man/man9/Makefile|  13 +--
 share/man/man9/{ithread.9 => intr_event.9} | 170 +++--
 share/man/man9/socket.9|  13 +--
 share/man/man9/swi.9   |   2 +-
 5 files changed, 87 insertions(+), 120 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 100803] [patch] the man page about ithread is expired.

2021-12-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Mitchell Horne  changed:

   What|Removed |Added

 CC||mho...@freebsd.org
   Assignee|b...@freebsd.org|mho...@freebsd.org
 Status|Open|In Progress

--- Comment #8 from Mitchell Horne  ---
I've extended the patch slightly and posted a new review:

https://reviews.freebsd.org/D33475

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 100803] [patch] the man page about ithread is expired.

2020-12-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Guangyuan Yang  changed:

   What|Removed |Added

   Assignee|y...@freebsd.org |b...@freebsd.org
URL|https://reviews.freebsd.org |
   |/D18303 |

--- Comment #7 from Guangyuan Yang  ---
Returning to pool.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 100803] [patch] the man page about ithread is expired.

2018-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Guangyuan Yang  changed:

   What|Removed |Added

URL||https://reviews.freebsd.org
   ||/D18303

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 100803] [patch] the man page about ithread is expired.

2018-11-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Guangyuan Yang  changed:

   What|Removed |Added

   Assignee|d...@freebsd.org |y...@freebsd.org
 CC||y...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 100803] [patch] the man page about ithread is expired.

2018-08-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|d...@freebsd.org
   Keywords||patch

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 100803] [patch] the man page about ithread is expired.

2018-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

--- Comment #6 from Oleksandr Tymoshenko  ---
Created attachment 192475
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=192475=edit
ithread.9 rewrite by trhodes@

This is cleaned-up patch by trhodes@ plus renaming manpages hardlinks and
removal of old ones

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 100803] [patch] the man page about ithread is expired.

2018-04-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=100803

Oleksandr Tymoshenko  changed:

   What|Removed |Added

  Component|Documentation   |Manual Pages
 CC||d...@freebsd.org
   Assignee|d...@freebsd.org |b...@freebsd.org
 CC||go...@freebsd.org,
   ||j...@freebsd.org,
   ||trho...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"