- Inferno Reference
- 2 Devices
- 3 Styx
- 4 Host O/S Utilities
- 5 Command Line Utilities
- 6 Daemons
- 8 System Module
- bind, mount, unmount - change file name space
- byte2char, char2byte - convert between bytes and characters
- chdir - change working directory
- dial, announce, export, listen - make network connections
- dirread - read directory
- dup - duplicate an open file descriptor
- file2chan - create file connected to Limbo channel
- millisec - millisecond timer
- open, create - open/create a file for reading or writing
- pctl - process control
- print, fprint, sprint - print formatted output
- read, write, stream - read, write, or stream file
- remove - remove a file
- seek - change file offset
- sleep - delay execution
- stat, fstat, fwstat, wstat - get and put file status
- tokenize - split string into words
- utfbytes - compute the Unicode length of a UTF byte sequence
- 9 Security Modules and Utilities
- auth, readauthinfo, writeauthinfo - authenticate a connection
- certtostr, pktostr, sktostr, strtocert, strtopk, strtosk -encryption key conversion functions
- changelogin - command to create/update the password file
- connect, secret - interface to the Secure Sockets Layer device
- createsignerkey - command to create signer key on authentication server
- genSK, genSKfromPK, sktopk, dhparams - generate keys
- get, put - read and write password entries in the password file
- getauthinfo - command to create/obtain a certificate for authentication
- getstring, putstring, getbytearray, putbytearray, puterror- delimited I/O
- IPint adt - 'infinite' precision integer utility functions
- login, getauthinfo - get an Authinfo adt from a certificate authority
- logind - login daemon
- manufacture - command to emulate set-top-box-id in ROM
- randomint, randombuf - interface to random number device
- register - command to register set-top-box identity with signer
- sha, md5, sign, verify - cryptographic digests and digital signatures
- signer, countersigner - daemons for set-top box authentication
- verify - command to authenticate receiver of blinded certificate
- 11 Draw Module
- 12 Prefab Module
- 13 Tk - Graphic Interface Module
- 14 Math Module
- 15 Miscellaneous Modules
- bufio - buffered input/output module
- daytime: text, filet, gmt, local, now, time, tm2epoch - time conversions
- devpointer - I/O interface for the pointer device
- filepat: expand, match - file pattern matching
- imagefile - processing external image file formats
- ir - infrared remote control
- mpeg - interface to the mpeg device driver
- newns - build a new name space from a description file
- pipe: fds, files - get read/write file pair for a pipe
- readdir - read directory and sort files
- regex - regular expression recognizer
- sh - command interface
- srv - miscellaneous services from the host operating system
- string: append, drop, in, prefix, splitl, splitr, splitstrl, splitstrr, take, toint, tolower, toupper - string operations
- volume - volume control for an infrared interface
- wmlib - window manager toolkit
- workdir - discover the name of the current working directory
- A Format Specifications
- Summary of Commands, Functions, and Daemons