Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-02 | bullshit: don't pollute the environment | stanley lieber | |
2014-10-29 | newt: delete lines | stanley lieber | |
2014-10-29 | newt: do not print first message twice when stepping through messages | stanley lieber | |
2014-10-29 | disable useless ssh daemon by default | Kurt H Maier | |
2014-10-29 | newt: only print a date if we've managed to extract a date | stanley lieber | |
2014-10-28 | newt: removed unused function | stanley lieber | |
2014-10-28 | newt: implement ned-style address ranges and overhaul h command to suit | stanley lieber | |
2014-10-19 | inst: ignore *bootscreen= variable when generating plan9.ini | cinap_lenrek | |
2014-10-15 | sysupdate/psfax/play: fix unquoted brackets causing rc to perform ↵ | BurnZeZ | |
unnecessary file lookups | |||
2014-09-30 | added gbatype | aiju | |
2014-09-21 | sysinfo: relax regex for start of kernel boot messages | cinap_lenrek | |
we used to look for /^Plan 9$/ for the start of kernel boot messages in /dev/kmesg. but the xen kernel prints Plan 9 (.....) on boot. so just look for line starting with /^Plan 9/ for now. | |||
2014-08-01 | usps: yet another update | ftrvxmtrx | |
2014-07-30 | fstype: fix kfs detection (thanks kenji okomoto) | cinap_lenrek | |
2014-07-11 | rc-httpd/handlers/serve-static: restore simple test for file type and ↵ | stanley lieber | |
hardcode max_age to 1 hour (thanks eekee) | |||
2014-07-11 | sysinfo: add cpuid info | cinap_lenrek | |
2014-07-05 | support for huawei e220 g3 modem, cleanup nusb/serial | cinap_lenrek | |
2014-06-28 | nusb: implement aijus stable uniqueue device names | cinap_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-12 | termrc, cpurc: clarify comments by removing lies | stanley lieber | |
2014-06-05 | g: add *.cpp | ftrvxmtrx | |
2014-05-14 | play: set user-agent, otherwise server thinks we'r mozilla m( | cinap_lenrek | |
2014-05-12 | usps: remove redundant uhtml pipeline | cinap_lenrek | |
2014-04-25 | newt: write message header and body to virtual file before printing, to ↵ | stanley lieber | |
avoid stutter | |||
2014-04-22 | termrc, cpurc: exclude wpa from oom kill and swap | cinap_lenrek | |
2014-04-14 | aanuke: only print commands to kill the current user's aan procs | stanley lieber | |
2014-04-14 | aanuke: check both /net and /net.alt (thanks, mischief) | stanley lieber | |
2014-04-14 | add /rc/bin/aanuke | stanley lieber | |
2014-04-11 | newt: add 'kf' command to grep $home/lib/newsgroups for group names | stanley lieber | |
2014-04-09 | newt: improve input filtering | stanley lieber | |
2014-04-09 | newt: always prefix single digit days with 0 in 'h' view | stanley lieber | |
2014-04-09 | newt: fix 'h' formatting | stanley lieber | |
2014-04-02 | newt: clean up regexp | stanley lieber | |
2014-04-01 | add newt(1): nntp client for use with nntpfs(4) | stanley lieber | |
2014-03-23 | hget: revert hget -v change, this needs more thought | cinap_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-22 | hget: add the -v option to produce progress on stderr, like old hget | mischief | |
2014-03-15 | inst/bootsetup: do not copy 9pccpuf kernel to 9fat | cinap_lenrek | |
theres no cpuserver install anymore and pc kernels can assume cpu role with service=cpu boot parameter. | |||
2014-02-22 | rc-httpd/handlers/serve-static: restore Content-length | stanley lieber | |
2014-02-21 | added florenate | aiju | |
2014-01-13 | hpost: fix Content-Type parameter separator for multipart/form-data POSTs | mischief | |
2014-01-06 | weather: trim garbage from output | stanley lieber | |
2014-01-03 | 9fs: add atom and atomdump (fix the mount spec) | cinap_lenrek | |
2014-01-03 | 9fs: add atom alias for atom.9atom.org | cinap_lenrek | |
2013-12-25 | window: fix various problems, cleanup | cinap_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-22 | fshalt: rfork n to avoid limbo namespace when the command fails | cinap_lenrek | |
2013-11-08 | /rc/bin/": fix typo | stanley lieber | |
2013-11-07 | /rc/bin/", /rc/bin/"": handle the venerable ; prompt | stanley lieber | |
2013-10-30 | play: guess file type from file extension if mimetype fails | cinap_lenrek | |
2013-10-26 | rc: make default path safer | BurnZeZ | |
2013-10-26 | inst: 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-15 | usps: update for new usps website (thanks, mischief) | stanley lieber | |
2013-10-12 | hget: handle http contentencoding (compression) | cinap_lenrek | |