| backtrace(9), backtrace_packed(9), backtrace_user(9) | gather the PC and return addresses of a thread's kernel or user call stack |
| backtrace_pack(9), backtrace_unpack(9) | convert a backtrace to and from compact formats |
| byteorder(9), bswap16(9), bswap32(9), bswap64(9), be16toh(9), be32toh(9), be64toh(9), htobe16(9), htobe32(9), htobe64(9), htole16(9), htole32(9), htole64(9), le16toh(9), le32toh(9), le64toh(9), be16enc(9), be16dec(9), be32enc(9), be32dec(9), be64enc(9), be64dec(9), le16enc(9), le16dec(9), le32enc(9), le32dec(9), le64enc(9), le64dec(9) | byte order operations |
| copy(9), copyin(9), copyinstr(9), copyout(9), copystr(9) | kernel copy functions |
| fetch(9), fubyte(9), fuibyte(9), fuiword(9), fulong(9), fuulong(9), fuword(9) | fetch data from user-space |
| intro(9) | introduction to system kernel interfaces |
| store(9), subyte(9), suibyte(9), suiword(9), sulong(9), suulong(9), suword(9) | store data to user-space |
| style(9) | kernel source file style guide |