summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Collapse)Author
2020-07-14g: 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-20bell labs is dead, manOri Bernstein
remove the last reference from 9fs.
2020-03-10improve 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-10fix -T option for doctypeOri 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 stderrOri 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-26walk arguments to gOri 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-07rc-httpd: append carriage return to content-length headerAlex Musolino
2019-12-09console(8): add console command and manpagecinap_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-20rc-httpd: serve markdown with text/plain content-typeAlex Musolino
2019-06-17rc-httpd: set charset=utf-8 for all text/* content typesAlex Musolino
2019-06-17rc-httpd: only emit charset option for text/plain content typeAlex Musolino
2019-06-05rc-httpd(8): avoid duplicate log output in dir-index handlerAlex 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-04Remove trailing whitespace.Ori Bernstein
2019-06-04Lost a trailing \nOri Bernstein
2019-06-04Make 'g' grep recursively by default.Ori Bernstein
2019-04-07uptime: rewrite in awkBurnZeZ
2019-03-27inst/startether: skip ipv6 auto configuration when nora6 was specifiedcinap_lenrek
2019-03-27plan9.ini: add nora6= option to disable automatic ipv6 configurationcinap_lenrek
2018-12-07add entries for il rcpuBurnZeZ
2018-11-27fshalt: wait for fileservers command file to vanishcinap_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-13rcpu: fix pvar to initialize empty variables (thanks mycroftiv)cinap_lenrek
2018-10-21doom: fix music for patch wadsqwx
revert last change, which used games/wadfs to expose genmidi and music lumps. replacements from patch wads were never seen that way. instead, write genmidi and music lumps to /tmp and play them from there.
2018-10-10hget: do a HEAD request to check if the file is already complete (thanks ↵cinap_lenrek
miscief) when we continue a download, make sure the file isnt already complete, as otherwise the server might respond with a 416 as the range request will out of range.
2018-10-03cpurc: filter ipv6 loopback address for automatic ip address setup (thanks fhs)cinap_lenrek
2018-09-16cpurc: handle multiple auth serverscinap_lenrek
2018-09-16netaudit: handle multiple ip addressescinap_lenrek
2018-08-15inst/startether: fix typocinap_lenrek
2018-08-15ipv6 autoconfiguration on ethernetcinap_lenrek
for ip autoconfiguration, setup ipv6 link local addresses and do SLAAC in parallel to DHCP.
2018-08-10valley: call srand so that actual random phrases are usedmischief
2018-08-02win: bind the text file properly instead of a special case in "spew
2018-07-14screenrc: bind '#v' when not already done (for cpu servers)cinap_lenrek
2018-07-12add games/dmid and games/opl3qwx
2018-06-18play(1): handle file names containing consecutive spacesAlex Musolino
2018-05-26Bfn improvementsaiju
2018-05-19dontkill: explicitely set exit status to ''cinap_lenrek
2018-05-02remove ipv6on, update ipconfig(8)cinap_lenrek
2018-05-02termrc: fix mistakecinap_lenrek
2018-05-01termrc: put #u in front for endpoint renaming to be effective, handle ↵cinap_lenrek
multipe ether= tuples in ndb
2018-04-12cpurc: remove obsolete device binds, run diskparts after $sysname is known. ↵cinap_lenrek
remove /env/boottime. document.
2018-04-029fs: break 9front case into several cases: 9front, 9bugs, 9contrib, 9grepstanley lieber
2018-02-27g: revert accidental change, document missing file typeglenda
2018-02-26games/mix: fix incorrect line numbersglenda
2018-02-07fstype: make copy of first sector in /env to avoid unaligned reads on the ↵cinap_lenrek
disk (for devfs) devfs crypto partitions do not support unaligned reads, so we make a copy of the first in /env/block and then slice it to find filesystem signatures. thanks mykhal for reporting the issue.
2018-01-07rconnect: support -t timeout for aan like in drawterm; also rcpu, rexport/import23hiro
2018-01-05inst: determine kernel for bootsetup from $bootfile and $cputypecinap_lenrek
2018-01-05sysinfo: #c/swap -> #¶/swapcinap_lenrek
2017-11-19inst/mounthjfs: use /dev/swap instead of #c/swap to determine memory size ↵cinap_lenrek
(thanks aap)
2017-10-04check for fs= in netauditaiju
2017-09-10rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update ↵cinap_lenrek
documentation there isnt much of a point in keep maintaining separate kernel configurations for terminal and cpu kernels as the role can be switched with service=cpu boot parameter. to make stuff cosistent, we will just have one "pc" kernel and one "pc64" kernel configuration now.
2017-08-08sysinfo: run aux/icanhasvmx with verbose flagcinap_lenrek