Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | homespool: remove obsolete lp config tool | Ori Bernstein | |
homespool configures directories that it seems lp no longer usees. we can drop it. | |||
2021-06-06 | see last try. | Ori Bernstein | |
2021-06-06 | sysupdate: revert thumbstone temporarily | cinap_lenrek | |
experiencing some issues with git9 transition... we likely need to update git9 again before doing another attempt... | |||
2021-06-05 | sysupdate: insert tombstone | Ori Bernstein | |
after this update, we're on git: update sysupdate to switch repositories. | |||
2021-05-09 | iwhois: add some improvements (thanks gall0ws) | cinap_lenrek | |
patch from gall0ws: > It's impossible to get whois right and probably nobody cares about it, > nevertheless this small patch fixes some issues with the current version: > > * use a more common filter for default boilerplate (useful when > following the referral chain) > * updated boilerplate for *.co.uk *.net.uk *.org.uk > * added case *.com *.net (got it from iana.org) > * use ARIN for IPv6 addresses > * when unsure, check first whether whois.nic.$tld exists otherwise > usual fallback to InterNIC > * fixed regexp for the referral chain (case, extra spaces or /) - add usage handling. -- cinap | |||
2021-04-13 | remove juke (use play or zuke instead) | Sigrid | |
2021-04-13 | remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton) | Sigrid | |
2021-04-10 | termrc, cpurc: silence /net/ether* error message when there are no ethernet ↵ | cinap_lenrek | |
devices | |||
2021-04-09 | g: add lua, mk, ml, mli, myr, and sh suffixes | kvik | |
2021-04-08 | nusbrc: ignore rndis ethernet in /rc/bin/nusbed, handled by ↵ | cinap_lenrek | |
/sys/src/9/boot/nusbrc (thanks romano) | |||
2021-04-02 | whois: suppress missing file errors (thanks kivik) | cinap_lenrek | |
2021-02-27 | B, Bfn: fix invocation with multiple files, improve manual page | moody | |
2021-02-09 | newt: remove fn f, replace with walk | sl | |
2021-01-15 | 9fs: bell labs is very dead | Sigrid | |
2020-12-23 | fax, psfax, vwhois: use $user instead of /dev/user | cinap_lenrek | |
2020-12-23 | B: dont pollute the environment | cinap_lenrek | |
2020-12-23 | kill, slay, broke: dont pollute environment, use $user | cinap_lenrek | |
2020-12-23 | Kill: don't pollute environment | cinap_lenrek | |
2020-12-23 | start, stop: avoid null list in concatenation witout arguments, use $user | cinap_lenrek | |
2020-12-23 | nusbrc: delect lenovo camera | cinap_lenrek | |
2020-12-22 | hpost: fix usage text | Alex Musolino | |
2020-12-19 | g: initialize files env var | Sigrid | |
2020-12-17 | hpost: support custom headers (thanks julienxx) | Ori Bernstein | |
hget supports adding custom headers with -r; it makes sense for hpost to do the same, both because custom headers are more likely necessary with POSTs, and for consistency. | |||
2020-12-13 | oexportfs: move legacy code for cpu and import to separate program | cinap_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-10 | src: work on awk scripts too, see "src valley" (thanks phil9) | Sigrid | |
2020-11-22 | g: fix typo in last commit | Ori Bernstein | |
2020-11-21 | g: filter directory arguments | Ori Bernstein | |
When searching directories recursively, it's still desirable to filter the contents by the file pattern, so that 'g foo /sys/src' doesn't end up searching for foo within .$O files. Files passed explicitly are still searched, so for the old behavior, just use walk: g foo `{walk -f $dir} | |||
2020-09-16 | window: fix error exit with the -m flag | kvik | |
When called with the -m flag window would always exit with some error, usually status='no match', because of an if-match being the last status-setting command in the script. | |||
2020-08-02 | rc-httpd: fix invalid test(1) invocation in dir-index | Alex Musolino | |
2020-07-14 | g: add '.hs' and 'mkfile' to the walk. (thanks joe9) | Ori Bernstein | |
This expands the set of files that we grep through by default to include mkfiles and haskell. | |||
2020-03-20 | bell labs is dead, man | Ori Bernstein | |
remove the last reference from 9fs. | |||
2020-03-10 | improve usage messages (thanks henesy) | Ori Bernstein | |
Fix inconsistencies between programs and their usage messages, correct instances where information seems to be missing or lost. This includes missing arguments, making usage consistent with manuals, and so on. | |||
2020-03-10 | fix -T option for doctype | Ori Bernstein | |
We used to set $dev to -T, and leave the device type in the argument list. Now, we set it to -T$2, and shift it out of the list. | |||
2020-03-08 | "": output previous action to stderr | Ori Bernstein | |
When redirecting output from "", it prints the command to stdout, which garbles things like: % foo <inspect output> % "" > /dev/snarf Now, we send it to stderr. | |||
2020-02-26 | walk arguments to g | Ori Bernstein | |
This allows us to 'g' the files within a directory, as in: g _MAX /sys/include/ape Before this change, we'd attempt to grep the directory structure, which is not ideal. After, we grep the files within the directory. | |||
2020-01-07 | rc-httpd: append carriage return to content-length header | Alex Musolino | |
2019-12-09 | console(8): add console command and manpage | cinap_lenrek | |
the console command runs a command or the system shell under a new instance of kbdfs, optionally providing a serial console when $console environment variable is set. | |||
2019-06-20 | rc-httpd: serve markdown with text/plain content-type | Alex Musolino | |
2019-06-17 | rc-httpd: set charset=utf-8 for all text/* content types | Alex Musolino | |
2019-06-17 | rc-httpd: only emit charset option for text/plain content type | Alex Musolino | |
2019-06-05 | rc-httpd(8): avoid duplicate log output in dir-index handler | Alex Musolino | |
Delay calling do_log until just before emitting the response. This avoids calling do_log before potentially handing control to the static-index handler, which also calls do_log. | |||
2019-06-04 | Remove trailing whitespace. | Ori Bernstein | |
2019-06-04 | Lost a trailing \n | Ori Bernstein | |
2019-06-04 | Make 'g' grep recursively by default. | Ori Bernstein | |
2019-04-07 | uptime: rewrite in awk | BurnZeZ | |
2019-03-27 | inst/startether: skip ipv6 auto configuration when nora6 was specified | cinap_lenrek | |
2019-03-27 | plan9.ini: add nora6= option to disable automatic ipv6 configuration | cinap_lenrek | |
2018-12-07 | add entries for il rcpu | BurnZeZ | |
2018-11-27 | fshalt: wait for fileservers command file to vanish | cinap_lenrek | |
cwfs and hjfs create ther /srv command files with ORCLOSE flag, so they get removed once the fileserver terminates. we can use this to check that the fileserver has in fact finished halting without making assumtions about the time it should maximally take for any fileserver to write out its buffers to disk. | |||
2018-11-13 | rcpu: fix pvar to initialize empty variables (thanks mycroftiv) | cinap_lenrek | |