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
This commit is contained in:
@@ -52,6 +52,15 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20221015: update the ithread(9) man page
|
||||
OLD_FILES+=usr/share/man/man9/ithread.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_add_handler.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_create.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_destroy.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_priority.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_remove_handler.9.gz
|
||||
OLD_FILES+=usr/share/man/man9/ithread_schedule.9.gz
|
||||
|
||||
# 20221012: remove nls support from sort
|
||||
OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user