summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Collapse)Author
2014-07-30fstype: fix kfs detection (thanks kenji okomoto)cinap_lenrek
2014-07-11rc-httpd/handlers/serve-static: restore simple test for file type and ↵stanley lieber
hardcode max_age to 1 hour (thanks eekee)
2014-07-11sysinfo: add cpuid infocinap_lenrek
2014-07-05support for huawei e220 g3 modem, cleanup nusb/serialcinap_lenrek
2014-06-28nusb: implement aijus stable uniqueue device namescinap_lenrek
instead of naming devices by ther dynamically assigned device address, we hash device uniqueue fields from the device descriptor and produce a 5 digit hex string that will identify the device across machines. when there is a collision (less than 1% chance with 100 devices), usbd will append the device address to the name to make it uniqueue for this machine. the hname is passed to drivers in the devid argument, which now has the form addr:hname, where the colon and hname can be omited (for backwards compatibility). when the new behaviour isnt desired, nousbhname= environment variable can be defined giving the old behaviour.
2014-06-12termrc, cpurc: clarify comments by removing liesstanley lieber
2014-06-05g: add *.cppftrvxmtrx
2014-05-14play: set user-agent, otherwise server thinks we'r mozilla m(cinap_lenrek
2014-05-12usps: remove redundant uhtml pipelinecinap_lenrek
2014-04-25newt: write message header and body to virtual file before printing, to ↵stanley lieber
avoid stutter
2014-04-22termrc, cpurc: exclude wpa from oom kill and swapcinap_lenrek
2014-04-14aanuke: only print commands to kill the current user's aan procsstanley lieber
2014-04-14aanuke: check both /net and /net.alt (thanks, mischief)stanley lieber
2014-04-14add /rc/bin/aanukestanley lieber
2014-04-11newt: add 'kf' command to grep $home/lib/newsgroups for group namesstanley lieber
2014-04-09newt: improve input filteringstanley lieber
2014-04-09newt: always prefix single digit days with 0 in 'h' viewstanley lieber
2014-04-09newt: fix 'h' formattingstanley lieber
2014-04-02newt: clean up regexpstanley lieber
2014-04-01add newt(1): nntp client for use with nntpfs(4)stanley lieber
2014-03-23hget: revert hget -v change, this needs more thoughtcinap_lenrek
problems that need to be addressed: - reads in the whole /proc every second for no reason - breaks when http server doesnt include Content-Length header - length is wrong for continued download (-o option)
2014-03-22hget: add the -v option to produce progress on stderr, like old hgetmischief
2014-03-15inst/bootsetup: do not copy 9pccpuf kernel to 9fatcinap_lenrek
theres no cpuserver install anymore and pc kernels can assume cpu role with service=cpu boot parameter.
2014-02-22rc-httpd/handlers/serve-static: restore Content-lengthstanley lieber
2014-02-21added florenateaiju
2014-01-13hpost: fix Content-Type parameter separator for multipart/form-data POSTsmischief
2014-01-06weather: trim garbage from outputstanley lieber
2014-01-039fs: add atom and atomdump (fix the mount spec)cinap_lenrek
2014-01-039fs: add atom alias for atom.9atom.orgcinap_lenrek
2013-12-25window: fix various problems, cleanupcinap_lenrek
with window -m, properly remove the old wsys from /dev before binding new window to it, so the original window wont leak into the new namespace. do not pass -pid when $wsys does not refer to a local running rio. cleanup environment before running sub-process. set window label consistentently no matter if -m is used or not.
2013-12-22fshalt: rfork n to avoid limbo namespace when the command failscinap_lenrek
2013-11-08/rc/bin/": fix typostanley lieber
2013-11-07/rc/bin/", /rc/bin/"": handle the venerable ; promptstanley lieber
2013-10-30play: guess file type from file extension if mimetype failscinap_lenrek
2013-10-26rc: make default path saferBurnZeZ
2013-10-26inst: cleanup installer making it not rely on path containing .cinap_lenrek
always explicitely execute installer modules with ./name instead of relying that the path contians the dot.
2013-10-15usps: update for new usps website (thanks, mischief)stanley lieber
2013-10-12hget: handle http contentencoding (compression)cinap_lenrek
2013-09-20mergecinap_lenrek
2013-09-20hpost: dont emit /bin/hpost but just hpostcinap_lenrek
just emiting "hpost" makes it simpler to override it as a rc function.
2013-09-20rename /rc/bin/ok to /rc/bin/webpastestanley lieber
2013-09-18add /rc/bin/ok, tool for okturing.com pastebinstanley lieber
2013-08-10tcp113: fix null list in concatenation errorcinap_lenrek
2013-08-06ups: fix typostanley lieber
2013-08-06ups: give me my computerstanley lieber
2013-08-02inst: remove systype step. system will be terminal with a disk after ↵cinap_lenrek
installation.
2013-07-31tcp993: we're not plan9.bell-labs.comstanley lieber
2013-07-12rexec: redirect error (fd=2) to network for tcp17009cinap_lenrek
the new listen doesnt redirect stderr for us, so do it in the service script.
2013-07-05sysinfo: add -e to include a reply-to e-mail addressstanley lieber
2013-07-04sysinfo: remove -m, add -p, which posts output at http://sysinfo.9front.org, ↵stanley lieber
which forwards the information to 9front-sysinfo@9front.org mailing list