Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-18 | git(1): fix quoting in .IR | Sigrid Solveig Haflínudóttir | |
2023-05-18 | libaml: tow eisaid inside the environment | mia soweli | |
2023-05-14 | ip/ppp: ipv6 support, cleanup routes, remove source filter, and more | cinap_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-12 | ftpfs: clarify usage and manpage | Vess Rebane | |
2023-05-12 | riow: add mod4+shift+q (delete current window) | Sigrid Solveig Haflínudóttir | |
2023-05-10 | ip/pppoe: Handle termination request, add retry-forever (-r) option | cinap_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-03 | mouse(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-30 | mouse(2): fix typos | Igor Böhm | |
2023-04-22 | 2c(1), 2l(1), tl: add thumb to the list. fix thechar: '5' → 't' | rodri | |
2023-04-19 | auth/ssh2rsa: convert Unix ssh private keys to Plan 9 format. | Jacob Moody | |
2023-04-13 | segment(3): Fix typo | Jesse Rosenstock | |
hostower => hostowner, introduced in 99ed9623b5. | |||
2023-04-10 | crop(1), memdraw(2): writememimage doesn't always write compressed images | rodri | |
2023-04-08 | libc: Add poolreset() function | cinap_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-01 | qcowfs(8) | Jacob Moody | |
2023-03-30 | srv(3): improve the example (thanks mcf) | Ori Bernstein | |
2023-03-29 | srv(3): provide /srv/clone example | Jacob Moody | |
2023-03-27 | tcs: add nfc and nfd output formats | Jacob Moody | |
2023-03-26 | runecomp(2): clarify audience and history | Jacob Moody | |
2023-03-26 | ascii(1), utf(6): /lib/unicode → /lib/ucd/UnicodeData.txt | Jacob Moody | |
2023-03-26 | runecomp(2) | Jacob Moody | |
2023-03-17 | nusb(4): document a88179 support (thanks llamaa) | Jacob Moody | |
2023-03-13 | man1: various spelling fixes | Jacob Moody | |
2023-03-10 | factotum(4): fix typos (thanks sirjofri) | Alex Musolino | |
2023-03-05 | ip(3): corrections to Udphdr field descriptions | rodri | |
2021-11-27 | a.out(6): document dynamically loadable modules | Humm | |
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-01 | test(1): add a missing space after -T | Sigrid Solveig Haflínudóttir | |
2023-02-25 | geometry(2): corrections and improvements | rodri | |
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-24 | games/gb: crude serial port emulation | Jacob 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-09 | audio/vocdec: Creative Voice File decoder | Jacob Moody | |
slight correction in file.c from previous commit | |||
2023-01-29 | libgeometry revamp | rodri | |
2023-01-21 | games/dmid(1), games/opl3(1): formatting and update for streaming | qwx | |
clarifications and formatting; we also now include doom's shareware, use it in the examples. | |||
2023-01-17 | plumb fileaddr: match with a trailing colon | Sigrid Solveig Haflínudóttir | |
2023-01-15 | git(1): update example to work with today's github | Ori Bernstein | |
2023-01-13 | tiltscreen documentation | fig | |
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-13 | upasfs(4): remove self-reference and drop trailing comma (thanks fig) | Alex Musolino | |
2023-01-10 | zuke(1): replace Beats 'n Breaks icy url with aNONradio | Sigrid Solveig Haflínudóttir | |
2023-01-09 | ssh(1): relies -> relays (thanks sigrid) | cinap_lenrek | |
2023-01-09 | ssh(1): fix usage and document -X flag | cinap_lenrek | |
2023-01-09 | sshnet: mount BEFORE /net (preserving /net/tls and /net/dns) | cinap_lenrek | |
2023-01-08 | look: add -b for specifying numeric base | Jacob Moody | |
2023-01-07 | authsrv(2): document readcons() function | cinap_lenrek | |
2023-01-04 | ndb/dns: allow specifying local ip addresses for serving dns | cinap_lenrek | |
Allow specifying the local IP addresses that the UDP dns server will listen on when the -s flag is given. | |||
2023-01-03 | dial(1): fix a typo | Sigrid Solveig Haflínudóttir | |
2023-01-03 | dial(1): typos | cinap_lenrek | |
2023-01-03 | dial(1): document -o options | cinap_lenrek | |
2023-01-03 | dial(1): add dial command similar to plan9port | cinap_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-02 | evdump(1): a program to dump input and window events | Sigrid Solveig Haflínudóttir | |
2023-01-01 | mouse: Make /dev/mousein readable to get mouse status without blocking | cinap_lenrek | |
There is currently no way to get the current mouse position and button states without blocking. | |||
2022-12-25 | pushtls(2): client certificates got implemented in 2012 | cinap_lenrek | |
2022-12-25 | srv(3): use /srv instead of #s in SYNOPSIS | cinap_lenrek | |