Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-07 | /sys/lib/acid/kernel: fix intrcount() | cinap_lenrek | |
2012-10-06 | hjfs(4): fly your flag | stanley lieber | |
2012-10-06 | fortunes, rob, rsc, theo, troll: updates | stanley lieber | |
2012-10-06 | pc kernel: make imagemem maxsize 10% less of mainmem maxsize | cinap_lenrek | |
2012-10-06 | add /sys/man/4/hjfs | stanley lieber | |
2012-10-06 | tftpfs(4) example typo | cinap_lenrek | |
2012-10-06 | httpfile(4) section name quoting | cinap_lenrek | |
2012-10-06 | paint(1) fix bad cross reference | cinap_lenrek | |
2012-10-05 | tftpfs(4): minor corrections | stanley lieber | |
2012-10-06 | tftpfs: add manpage, add -x option | cinap_lenrek | |
2012-10-06 | libfis: do not lie about logical sector units | cinap_lenrek | |
2012-10-05 | urlencode: encode null bytes | cinap_lenrek | |
2012-10-05 | urlencode: fix null byte hexdigit() bug | cinap_lenrek | |
2012-10-05 | urlencode: decode + as space | cinap_lenrek | |
2012-10-05 | replace urlencode with c version that isnt broken for utf-8 | cinap_lenrek | |
2012-10-04 | add /rc/bin/urlencode | stanley lieber | |
2012-10-03 | fixed ream code; added megabyte output to df | aiju | |
2012-10-03 | merge | cinap_lenrek | |
2012-10-03 | liblex: fix allprint() definition (from sources) | cinap_lenrek | |
2012-10-03 | hjfs: debug-chdeind and sync commands added | aiju | |
2012-10-03 | apply sources patch cc-cpp-c99-comm | cinap_lenrek | |
When running "?c -p ...", ensure the backend cpp recognizes C++ comments. 2c(1) states that the compilers recognize // comments, and the bare compilers do. But if you invoke the compiler with '-p', the backend cpp process doesn't handle // comments properly unless you also give ?c the undocumented '-+' option (which it passes through to cpp). | |||
2012-10-03 | fixed debug-getblk | aiju | |
2012-10-03 | hjfs debug commands | aiju | |
2012-10-03 | fixed potential bug in hjfs | aiju | |
2012-10-01 | Rules of Acqusition 2: Rules of Acquisitioner | Kurt H Maier | |
2012-10-01 | Rules of Acquisition | Kurt H Maier | |
2012-10-02 | upas/marshal: fix usage line and add missing flags to manpage | cinap_lenrek | |
2012-10-01 | devproc buffer overflow, strncpy | cinap_lenrek | |
in devproc status read handler the p->status, p->text and p->user could overflow the local statbuf buffer as they where copied into it with code like: memmove(statbuf+someoff, p->text, strlen(p->text)). now using readstr() which will truncate if the string is too long. make strncpy() usage consistent, make sure results are always null terminated. | |||
2012-09-30 | guesscpuhz(), apm suspend | cinap_lenrek | |
use fastclock timer (pit2) to measure cpufreq in guesscpuhz(). this gives a bigger period minimizing the danger of overrun as pit2 runs at the constant maximum period of 0x10000 ticks. also use smaller loop increments (1000) and bigger maximum loop upper bound. move the loops < ... check to the bottom of the loop so we get the effective count *before* adding the next loop increment. ilock() while doing measurements in guesscpuhz() to prevent accidents with other processors reading fastclock or doing guesscpuhz() in parralel. export new i8253reset() function for apm to reset the timers after a apm bios suspend. | |||
2012-09-30 | ether82557: timeout for ifstats DumpSC command | cinap_lenrek | |
2012-09-30 | fix devproc and killbig segment race | cinap_lenrek | |
we have to acquire p->seglock before we lock the individual segments of the process and lock them. if we dont then pexit() might free the segments before we can lock them causing the "qunlock called with qlock not held, from ..." prints. | |||
2012-09-28 | cpuid(8): fix spelling | stanley lieber | |
2012-09-29 | cpuid(8) manpage improments | cinap_lenrek | |
2012-09-29 | cpuid(8) manpage | cinap_lenrek | |
2012-09-28 | /lib/troll: linux is slow | Kurt H Maier | |
2012-09-28 | hget: fix usage | stanley lieber | |
2012-09-28 | mothra: fix select boxes in textview | cinap_lenrek | |
2012-09-27 | fixed hjfs df | aiju | |
2012-09-27 | really renamed statw to df | aiju | |
2012-09-27 | renamed statw to df | aiju | |
2012-09-27 | trivial mistake | aiju | |
2012-09-27 | hjfs: statw command | aiju | |
2012-09-26 | fortunes, rob, rsc: updates | stanley lieber | |
2012-09-26 | mothra: fix url snarfing | cinap_lenrek | |
2012-09-26 | mothra: display url is page list if no title is available | cinap_lenrek | |
2012-09-26 | mothra: never snarf the "Go:" box | cinap_lenrek | |
2012-09-26 | mothra: dont make all images into links (only in mothmode) | cinap_lenrek | |
2012-09-26 | libdraw: enter()/eenter() ^W support - we are getting there | cinap_lenrek | |
2012-09-26 | need more coffee | cinap_lenrek | |
2012-09-26 | libdraw: fix ^W corner case tick == 0 for enter()/eenter() | cinap_lenrek | |