summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Collapse)Author
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
2013-02-16sysinfo: list ethernet devices #l[0-3], fix spaces -> tabscinap_lenrek
2013-02-04add !tcp80stanley lieber
2013-02-04add rc-httpdstanley lieber
2013-01-29reverted changes to termrcmveety
2013-01-29made the timesync failure more obvious on the rpi.mveety
2013-01-29Fixed some ircrc bugs. Only the last channel given to the -t flag is set as ↵ppatience0
target. Unknown commands are not sent to the server. Control-D can be used to exit the client. When the connection is lost, an error message is displayed and the client waits for user input before exiting. Manual page updated.
2013-01-28added support for the dos partition on raspberry pi.mveety
2013-01-28remove /rc/bin/mouseresetcinap_lenrek
2013-01-28valley: fix random numberscinap_lenrek
2013-01-27hurrkhm
2013-01-27added valley(1)khm
2012-12-21cpu: make incoming cpu connections work with aan(8) by defaultcinap_lenrek
2012-12-20inst: fix pbs update for bootsetup, remove stopether and stopppp taskscinap_lenrek
the pbs update might fail if we dont unmount the 9fat.
2012-12-14play: use audio/sundec instead of audio/µlawdeccinap_lenrek
2012-12-08µlaw audio support (from erik quanstro)cinap_lenrek
2012-12-06inst: add a linebreak before install boot record descriptioncinap_lenrek
2012-12-06inst: remove broken winnt boot setupcinap_lenrek
2012-12-05move usb ethernet in bootfs.paqcinap_lenrek
2012-11-27upas: handle Bcc: headercinap_lenrek
when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers. add -B option for Bcc. it is also now valid to pass recipient list on upas/marshal arguments and have -8 flag set. make nedmail and /rc/bin/mail call upas/marshal with -8 now to make it effective.
2012-11-26sysinfo: -m handle e-mail from unconfigured systemsstanley lieber
2012-11-12mergecinap_lenrek
2012-11-12tap: various improvementscinap_lenrek
dont use sed pipeline for indention, cache process arguments, get process list once at start.
2012-11-10ssam: add usagestanley lieber
2012-10-18hpost: better handling of optional -u flagcinap_lenrek
2012-10-18hpost: add -l flag to get location url after POSTcinap_lenrek
2012-10-14formpost becomes hpostcinap_lenrek