master
Use user_from_uid() and uid_from_user() directly. The wrappers in username.c are now so simple there is no longer a good reason to use them. OK deraadt@
Replace "boolean.h" with <stdbool.h>
top(1): remove last vestiges of "last pid" support
remove prototypes with no matching function
Remove some uneeded includes and declarations. -Wall is happy and no binary change. From Mark Lumsden.
Add {get,set}thrname(2) for putting thread names in the kernel and exposed in a new field returned by sysctl(KERN_PROC). Update pthread_{get,set}_name_np(3) to use the syscalls. Show them, when set, in ps -H and top -H output.
remove unused function
For unquoted in-line literal displays, use the .Li macro. Improves discoverability of the column headers, and in non-terminal output, also results in a more appropriate font.
Delete obsolete /* ARGSUSED */ lint comments.
Remove unused Table_size define and digits() function.