summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-07/sys/lib/acid/kernel: fix intrcount()cinap_lenrek
2012-10-06hjfs(4): fly your flagstanley lieber
2012-10-06fortunes, rob, rsc, theo, troll: updatesstanley lieber
2012-10-06pc kernel: make imagemem maxsize 10% less of mainmem maxsizecinap_lenrek
2012-10-06add /sys/man/4/hjfsstanley lieber
2012-10-06tftpfs(4) example typocinap_lenrek
2012-10-06httpfile(4) section name quotingcinap_lenrek
2012-10-06paint(1) fix bad cross referencecinap_lenrek
2012-10-05tftpfs(4): minor correctionsstanley lieber
2012-10-06tftpfs: add manpage, add -x optioncinap_lenrek
2012-10-06libfis: do not lie about logical sector unitscinap_lenrek
2012-10-05urlencode: encode null bytescinap_lenrek
2012-10-05urlencode: fix null byte hexdigit() bugcinap_lenrek
2012-10-05urlencode: decode + as spacecinap_lenrek
2012-10-05replace urlencode with c version that isnt broken for utf-8cinap_lenrek
2012-10-04add /rc/bin/urlencodestanley lieber
2012-10-03fixed ream code; added megabyte output to dfaiju
2012-10-03mergecinap_lenrek
2012-10-03liblex: fix allprint() definition (from sources)cinap_lenrek
2012-10-03hjfs: debug-chdeind and sync commands addedaiju
2012-10-03apply sources patch cc-cpp-c99-commcinap_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-03fixed debug-getblkaiju
2012-10-03hjfs debug commandsaiju
2012-10-03fixed potential bug in hjfsaiju
2012-10-01Rules of Acqusition 2: Rules of AcquisitionerKurt H Maier
2012-10-01Rules of AcquisitionKurt H Maier
2012-10-02upas/marshal: fix usage line and add missing flags to manpagecinap_lenrek
2012-10-01devproc buffer overflow, strncpycinap_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-30guesscpuhz(), apm suspendcinap_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-30ether82557: timeout for ifstats DumpSC commandcinap_lenrek
2012-09-30fix devproc and killbig segment racecinap_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-28cpuid(8): fix spellingstanley lieber
2012-09-29cpuid(8) manpage impromentscinap_lenrek
2012-09-29cpuid(8) manpagecinap_lenrek
2012-09-28/lib/troll: linux is slowKurt H Maier
2012-09-28hget: fix usagestanley lieber
2012-09-28mothra: fix select boxes in textviewcinap_lenrek
2012-09-27fixed hjfs dfaiju
2012-09-27really renamed statw to dfaiju
2012-09-27renamed statw to dfaiju
2012-09-27trivial mistakeaiju
2012-09-27hjfs: statw commandaiju
2012-09-26fortunes, rob, rsc: updatesstanley lieber
2012-09-26mothra: fix url snarfingcinap_lenrek
2012-09-26mothra: display url is page list if no title is availablecinap_lenrek
2012-09-26mothra: never snarf the "Go:" boxcinap_lenrek
2012-09-26mothra: dont make all images into links (only in mothmode)cinap_lenrek
2012-09-26libdraw: enter()/eenter() ^W support - we are getting therecinap_lenrek
2012-09-26need more coffeecinap_lenrek
2012-09-26libdraw: fix ^W corner case tick == 0 for enter()/eenter()cinap_lenrek