summaryrefslogtreecommitdiff
path: root/sys/man
AgeCommit message (Collapse)Author
2023-05-18git(1): fix quoting in .IRSigrid Solveig Haflínudóttir
2023-05-18libaml: tow eisaid inside the environmentmia soweli
2023-05-14ip/ppp: ipv6 support, cleanup routes, remove source filter, and morecinap_lenrek
establish ipv6 link-local addresses if supported. to get a full prefix, one would need to do dhcpv6 or using slaac configuration. this will come later. remove ipv4 default route on exit. maintain the entries in /net/ndb on ip change and also remove them on exit. dont filter source address, this should be done differently. fix various bugs in the option iteration loops. honour primary flag (it used to just ignore that and set it unasked in the code... what the hell...)
2023-05-12ftpfs: clarify usage and manpageVess Rebane
2023-05-12riow: add mod4+shift+q (delete current window)Sigrid Solveig Haflínudóttir
2023-05-10ip/pppoe: Handle termination request, add retry-forever (-r) optioncinap_lenrek
This implements a retry strategy (similar to ip/ipconfig -r), continuing to attempt to connect forever. Also handle termination request from the server.
2023-05-03mouse(2): not quite a typo (thanks Alex Musolino)Jacob Moody
commit a04fd342727c329584a9f443092caf21e3884bdf incorrectly changed the reference to eenter in event(2). The function in event(2) is in fact eenter, it does stutter.
2023-04-30mouse(2): fix typosIgor Böhm
2023-04-222c(1), 2l(1), tl: add thumb to the list. fix thechar: '5' → 't'rodri
2023-04-19auth/ssh2rsa: convert Unix ssh private keys to Plan 9 format.Jacob Moody
2023-04-13segment(3): Fix typoJesse Rosenstock
hostower => hostowner, introduced in 99ed9623b5.
2023-04-10crop(1), memdraw(2): writememimage doesn't always write compressed imagesrodri
2023-04-08libc: Add poolreset() functioncinap_lenrek
This is intended for the secrmem pool in the kernel, but could also be used for temporary pools to recover the memory used by the arenas.
2023-04-01qcowfs(8)Jacob Moody
2023-03-30srv(3): improve the example (thanks mcf)Ori Bernstein
2023-03-29srv(3): provide /srv/clone exampleJacob Moody
2023-03-27tcs: add nfc and nfd output formatsJacob Moody
2023-03-26runecomp(2): clarify audience and historyJacob Moody
2023-03-26ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txtJacob Moody
2023-03-26runecomp(2)Jacob Moody
2023-03-17nusb(4): document a88179 support (thanks llamaa)Jacob Moody
2023-03-13man1: various spelling fixesJacob Moody
2023-03-10factotum(4): fix typos (thanks sirjofri)Alex Musolino
2023-03-05ip(3): corrections to Udphdr field descriptionsrodri
2021-11-27a.out(6): document dynamically loadable modulesHumm
The loaders can generate export tables in executables and build dynamically loadable modules and there is a library to load those floating around. This documents the format of dynamically loadable modules.
2023-03-01test(1): add a missing space after -TSigrid Solveig Haflínudóttir
2023-02-25geometry(2): corrections and improvementsrodri
The dot and inner products are not the same, and neither are cross and outer ones. Trimmed function signatures—similar to those in draw(2)—were added to aid in comprehension.
2023-02-24games/gb: crude serial port emulationJacob Moody
Timing is not as good as it needs to be, but servicable in more forgiving scenarios. Clock drift between two paired systems sits around 8 - 32 cycles when tested locally.
2023-02-09audio/vocdec: Creative Voice File decoderJacob Moody
slight correction in file.c from previous commit
2023-01-29libgeometry revamprodri
2023-01-21games/dmid(1), games/opl3(1): formatting and update for streamingqwx
clarifications and formatting; we also now include doom's shareware, use it in the examples.
2023-01-17plumb fileaddr: match with a trailing colonSigrid Solveig Haflínudóttir
2023-01-15git(1): update example to work with today's githubOri Bernstein
2023-01-13tiltscreen documentationfig
plan9.ini(8) was lacking documentation for the tiltscreen option, so i wrote some. i based it off of how the others were written.
2023-01-13upasfs(4): remove self-reference and drop trailing comma (thanks fig)Alex Musolino
2023-01-10zuke(1): replace Beats 'n Breaks icy url with aNONradioSigrid Solveig Haflínudóttir
2023-01-09ssh(1): relies -> relays (thanks sigrid)cinap_lenrek
2023-01-09ssh(1): fix usage and document -X flagcinap_lenrek
2023-01-09sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)cinap_lenrek
2023-01-08look: add -b for specifying numeric baseJacob Moody
2023-01-07authsrv(2): document readcons() functioncinap_lenrek
2023-01-04ndb/dns: allow specifying local ip addresses for serving dnscinap_lenrek
Allow specifying the local IP addresses that the UDP dns server will listen on when the -s flag is given.
2023-01-03dial(1): fix a typoSigrid Solveig Haflínudóttir
2023-01-03dial(1): typoscinap_lenrek
2023-01-03dial(1): document -o optionscinap_lenrek
2023-01-03dial(1): add dial command similar to plan9portcinap_lenrek
This is similar to plan9port dial(1), but names aux/dial because we already have the expect(1) commands in /bin/dial. One difference is that our dial allows specifying a command, similar to aux/listen1 that will get connected it standard input and output to the network connection.
2023-01-02evdump(1): a program to dump input and window eventsSigrid Solveig Haflínudóttir
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