summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2023-01-01mouse: Make /dev/mousein readable to get mouse status without blockingcinap_lenrek
There is currently no way to get the current mouse position and button states without blocking.
2022-12-25pushtls(2): client certificates got implemented in 2012cinap_lenrek
2022-12-25srv(3): use /srv instead of #s in SYNOPSIScinap_lenrek
2022-12-18/lib/namespace: add bind -c #s$srvspec /srv bindcinap_lenrek
This makes it possible to start a new namespace using a specific service directory as the starting point (see srv(3)).
2022-12-05audio/scream: multicast audio protocolcinap_lenrek
2022-12-03iconv: revert copying extra data on inputcinap_lenrek
I think this is better done by a shell script doing the extra copying as it breaks use cases where we want to consume bitmaps in a loop from a file-descriptor.
2022-12-03git(1): The/ → TheSigrid Solveig Haflínudóttir
2022-12-02kernel: private srv boardsJacob Moody
2022-11-29iconv: copy extra data verbatim to allow font conversion/compressionSigrid Solveig Haflínudóttir
2022-11-28gitfs(4): clean up junk in manpageOri Bernstein
2022-11-27/sys/man/8/trampoline: fix typosl
2022-11-27trampoline: Add -o option to send protocol-specific ctl stringcinap_lenrek
2022-11-23riow(1): no. I give up trying to understand wtf is wrong with rioSigrid Solveig Haflínudóttir
2022-11-23riow(1): running via window(1) requires rfork nSigrid Solveig Haflínudóttir
2022-11-23riow(1): remove window(1) invocationSigrid Solveig Haflínudóttir
window '...' does not work the same way as running the command in a window manually (for whatever reason).
2022-11-21riow(1): provide better examples of how to run it (thanks be0ba)Sigrid Solveig Haflínudóttir
2022-11-20aux/listen: add -o and -O optionscinap_lenrek
2022-11-12history(1): update SOURCE, formattingqwx
2022-11-08reform(1): fix a missing space charSigrid Solveig Haflínudóttir
2022-11-05read: add -r to read runes instead of bytes (thanks umbraticus)Sigrid Solveig Haflínudóttir
2022-11-05plan9.ini(8): document the *debug optionOri Bernstein
2022-11-04bar(1): explain the items separation better, mention the default separator charSigrid Solveig Haflínudóttir
2022-10-16import(4), oexportfs(4): more empty files removed.Ori Bernstein
2022-10-16cpu(1): why did we have an empty file? (thanks llamaa)Ori Bernstein
2022-10-15zuke: basic replay gain supportSigrid Solveig Haflínudóttir
2022-10-12ktrans(1): remove README filesJacob Moody
While the logic described in these has been preserved carefully and still accurate, the man page now covers all that is presented and includes documentation on newer features.
2022-10-12ktrans: revisit grammer handling and do some spring cleaningJacob Moody
Revisiting the man page example and README from the original ktrans there was some descripency on how to handle punction marks and special characters. Notably 。(.) and 、(,) need special casing. If we have anything in the buffer we need to tack on these characters as an Okuri tail and avoid the actual punction from entering the Kanji buffer. Newlines were previously modified to be taken as a completion if there was runes in the buffer. This has been backed out, instead Shift + Space can serve this role via kbmap should they prefer (and as is done in the jp kbmap). Instead we treat newlines as hints to reset the buffer. There was also a bug in where after cycling through all options the original hiragana was not printed back. This has been corrected. The max number of candidates has been bumped to 32 and moved to an enum. This does nearly double our resident memory size, but we reguarly had matches exceed this limit. A better solution is slated. The man page now makes an attempt to explain the rules around Okuri and Joshi input modes.
2022-10-10ktrans(1): typoJacob Moody
2022-10-09ktrans: gui and man page reworkJacob Moody
Graphical display shows current candidate list.
2022-10-09usbsdmux: Add program to control usb-sd-mux devicecinap_lenrek
2022-10-08reform/pm: kbdoled: allow any size/depth of uncompressed image - convert ↵Sigrid Solveig Haflínudóttir
ourselves
2022-10-08reform/pm: kbdoled: clear the OLED on zero-length writeSigrid Solveig Haflínudóttir
2022-10-08reform/pm: provide /dev/kbdoled to display a 126x32x1 bitmap on the keyboard ↵Sigrid Solveig Haflínudóttir
OLED
2022-10-06reform/pm: add keyboard light level controlling to /dev/lightSigrid Solveig Haflínudóttir
2022-10-06rsa(2): fix X509reqtoRSApub(…) signatureIgor Böhm
2022-10-06reform/shortcuts: use media keys for LCD brightness controlSigrid Solveig Haflínudóttir
2022-10-06git(1): remove documentation for deleted '-b' option (thanks llamaa)Ori Bernstein
2022-10-04reform/shortcuts: change to use available media keys via HyperSigrid Solveig Haflínudóttir
2022-10-04aux/kbdfs, nusb/kb: add basic media keys support; add /dev/hidNctl to change ↵Sigrid Solveig Haflínudóttir
repeat/delay; fix a race condition
2022-10-04riow(1): remove the filter warning as it passes unknown keys nowSigrid Solveig Haflínudóttir
2022-10-02/sys/man: fix minor complaints from checkmanqwx
2022-10-02camv(1), nusb(4): add more details on camera operationqwx
2022-09-20audio/zuke: fix/enable playlist loading via plumber "audio" portSigrid Solveig Haflínudóttir
2022-09-20mpc(1): fix typoOri Bernstein
2022-09-19audio/zuke: "r" key - "repeat one" mode, based on the patch from qwx (thanks)Sigrid Solveig Haflínudóttir
2022-09-19audio/zuke: use digits to enter exact seek positionSigrid Solveig Haflínudóttir
2022-09-18snoopy: add "ippkt" protocol to demux ip packet interfaces without media header.cinap_lenrek
When using a packet interface, such as /net/ipifc/x as the packet-soucre, there is no media header and the ip protocol version has to be determined from the first byte. The ippkt protocol solves this, allowing one to decode both ipv4 and ipv6, such as: snoopy -h ippkt /net/ipifc/2
2022-09-18/sys/man/8/smtp: document missing flags (thanks, chris)sl
2022-09-16pc: remove -n option and check if stdin is cons insteadSigrid Solveig Haflínudóttir
2022-09-16tlssrv(8): update example path to imap4dChris A. Frschl