summaryrefslogtreecommitdiff
path: root/sys/man/4
AgeCommit message (Collapse)Author
2023-05-12ftpfs: clarify usage and manpageVess Rebane
2023-03-17nusb(4): document a88179 support (thanks llamaa)Jacob Moody
2023-03-10factotum(4): fix typos (thanks sirjofri)Alex Musolino
2023-01-13upasfs(4): remove self-reference and drop trailing comma (thanks fig)Alex Musolino
2023-01-09sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)cinap_lenrek
2022-11-28gitfs(4): clean up junk in manpageOri Bernstein
2022-10-16import(4), oexportfs(4): more empty files removed.Ori Bernstein
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-02camv(1), nusb(4): add more details on camera operationqwx
2022-09-16nusb(4), camv(1): add nusb/cam description, introduce camv manpageChris A. Frschl
2022-09-06git(1), gitfs(4): fix style and typos (thanks schwindl)Ori Bernstein
2022-08-15ktrans: tow inside the environmentJacob Moody
2022-08-15rio(4): talk about kbdtapJacob Moody
2022-08-05fix paqfs manpageAngelo Papenhoff
2022-08-03ktrans: 新しい降りJacob Moody
Rewrite of ktrans to act as an overlay to kbdfs. Move map files outside of the binary in to /lib/ktrans and get our dictionaries out of /lib while we're at it. Use \n as an alias for ctrl-\ for first lookup, use ^w to clear okurigana input. This also in general changes the logic to never us to 'swallow' a character and always echo them out, using backspaces for cleaning us up.
2022-06-15skel(3) → skelfs(4)Jacob Moody
The original intention was to put devskel in to the kernel to detach what it provides from devsrv. That is not a good reason, just move it to userspace. auth/box has been changed to exec skelfs instead of relying on '#z'.
2021-12-310intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), ↵cinap_lenrek
aan(8): cpu -> rcpu
2021-12-31ftpfs(4): import -> rimportcinap_lenrek
2021-12-31consolefs(4): import -> rimportcinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
SSL is implemented by devssl. It's extremely obsolete by now, and is not used anywhere but cpu, import, and oexportfs. This change strips out the devssl bits, but does not (yet) remove the code from libsec.
2021-11-17snap(4): remove non-existent -s from snapfsHumm
2021-11-01mainly just spelling and typosStuart Morrow
2021-09-10plumber: remove $plumbsrv, add optional srvname, usage checkqwx
Plumber both posts a service to /srv and sets a $plumbsrv environment variable. Our libplumb no longer uses $plumbsrv and nothing else does. It's a silly hack; rc doesn't update /env immediately, and scripts, which for instance set up subrios, cannot rely on it to clean up the plumber at the end. Instead, add the option to specify a srvname, actually check for some common errors and print a usage string. Thanks to Ori for input and a preliminary patch.
2021-09-01add joy(1): joystick script for all emulators, and docsqwx
remove old /sys/src/games/nes/joynes in favor of joy(1). joy(1) has more buttons for the other emulators; there is no longer a significance in the order of the keys. document nusb/joy, add information in each emulator manpage.
2021-08-24man page fixes (thanks stuart morrow)qwx
2021-08-18exportfs, oexportfs, iostats: make -d log to stderramavect
exportfs -d logs 9p traffic to /tmp/exportdb. -f allows writing to a different file. exportfs silently continues if it doesn't have permissions to create or write to /tmp/exportdb. These are poor behaviors. A better default is to write to stderr, since it is 9P debug info that is better immediately printed, and not user info that is better handled by syslog(). As a result, -f is obsolete and thus removed. Redirect responsibility is now on rc. As a side effect, rc will fail if it doesn't have permissions to write. exportfs(4) is updated to reflect all changes and with a better Synopsis. oexportfs is changed to match exportfs. oexportfs(4) is updated to reflect all changes. The Synopsis is not changed due to the number of flags. Removed -f from iostats. iostats(4) is updated to reflect all changes. ---
2021-08-18exportfs: revert e524e8d65a7573c46d7beb49e77bfc2d55a5563dOri Bernstein
It turns out that the '-f' flag was being used, and removing it broke things.
2021-08-14exportfs: make -d log to stderramavect
exportfs -d logs 9p traffic to /tmp/exportdb. -f allows writing to a different file. exportfs silently continues if it doesn't have permissions to create or write to /tmp/exportdb. These are poor behaviors. A better default is to write to stderr, since it is 9P debug info that is better immediately printed, and not user info that is better handled by syslog(). As a result, -f is obsolete and thus removed. Redirect responsibility is now on rc. As a side effect, rc will fail if it doesn't have permissions to write. exportfs(4) is updated to reflect all changes and with a better Synopsis.
2021-07-17aux/cddb: Provide -e option to print commands to rip audio with tags.Jacob Moody
Also parse title/track artist and year.
2021-07-15webfs(4): fix typoskvik
2021-07-12fs(4): describe the noauth toggle better (thanks izaki)Ori Bernstein
2021-06-22git/fs: use a better heuristic for permissions.Ori Bernstein
Since we now store /dist/plan9front in git, the initial assumption that the owner of the repo is the person touching it is not always true. This change gives us a better heuristic for the file permissions we should have in the files we copy around, basing it off of the permissions of the .git directory.
2021-06-14python, hg: tow outside the environment.Ori Bernstein
they've served us well, and can ride off into the sunset.
2021-06-07acme(4): document rdsel, wrsel (thanks foura)Ori Bernstein
2021-05-30git/fs: move mount point to $repo/.git/fsOri Bernstein
Moving the mount point to within the repo directory means that we can have multiple git repos mounted at once with no conflict.
2021-05-16git: got git?Ori Bernstein
Add a snapshot of git9 to 9front.
2021-04-01[9front] [patch] nusb/ether -t rndisRomano
2021-01-23[9front] nusb(4): fix typoMichael Forney
2020-12-22upasfs(4): fix small typos (thanks igor)cinap_lenrek
2020-12-22rio(4): list window states in order (thanks umbracticus)Alex Musolino
2020-12-13import(4): refer to oexportfs(4)cinap_lenrek
2020-12-13oexportfs: move legacy code for cpu and import to separate programcinap_lenrek
The initial protocol handling in exportfs for cpu and import services is a huge mess. Saparate the code out into its own program with its own oexportfs(4) manpage.
2020-12-06ptrap: implement filtering on plumb attributeskvik
2020-06-07acme: document log file in manpageOri Bernstein
2020-05-31acme: implement 'scratch' ctl command (thanks Drew DeVault)kvik
The new command marks the target window as a scratch window -- a window whose state cannot be "dirtied" by changes made to its body, therefore avoiding warnings about unsaved changes when deleting the window or exiting acme. Existing examples of scratch windows are error, directory, and guide windows, whose scratchness is set internally. With the new command users and programs alike can create their own scratch windows. This is put to use in acme's own win(1).
2020-03-07dossrv, 9660srv, hjfs: stop *READING* standard *OUTPUT* with -s flagcinap_lenrek
with the -s flag, we should read 9P messages from standard *INPUT* (fd 0) and write responses to standard *OUTPUT* (fd 1). before these servers where reading from fd 1, assuming they where both the same files.
2019-12-03rio(4): fix bad cross-reference formatAlex Musolino
2019-11-19rio(4): update description of wctl file formatAlex Musolino
State strings are now padded to 12-characters. Remove ambiguous reference to "12-character style", instead referring the reader to image(6).
2019-11-02upasfs(4): fix manpage typo (thanks rgl)cinap_lenrek
2019-05-18sshnet(4): ... and incoming TCP callscinap_lenrek