summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Collapse)Author
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
2013-06-05remove iwl-firmware download script, this should be a packagecinap_lenrek
2013-06-04added a script to automate downloading and installing of iwl firmwaremveety
2013-06-01inst/ndbsetup: allow setting sysname more than oncecinap_lenrek
In the installation, if you run the ndbsetup task n times (n > 1), the installed /lib/ndb/local will have n sys= entries. The problem is that ndb(8) will use the first sys= entry found, but one would expect that the last configuration in the ndbsetup task would be the active one. Remove any previous entry in ndbsetup before adding new one.
2013-05-29ircrc: target is more important (especially in winwatch)ftrvxmtrx
2013-05-26tojpg: add jpeg encoderppatience0
2013-05-14netaudit: check if ipgw= is an ip addresscinap_lenrek
2013-04-30blogcom +xaiju
2013-04-30added blogcomaiju
2013-03-12inst/mountcwfs, inst/mounthjfs: fix typosppatience0
2013-02-27termrc: termrc.local can start ndb/cs for us, so check if its already runningcinap_lenrek
2013-02-27add cpurc.local and termrc.local hookscinap_lenrek
2013-02-19rc-httpd/handlers/serve-static: charset=utf-8stanley lieber