Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-26 | libdraw: implement ^W word delete for enter() and eenter() | cinap_lenrek | |
2012-09-24 | mothra: various improvements | cinap_lenrek | |
* disallow snarf on password entries * remove current title label as it is displayed in the page list (redundant) * avoid redrawing page list just to update the title * check if the chan changed for backup bitmap in pl_rtdraw() | |||
2012-09-24 | mothra: cache backup bitmap in pl_rtdraw() | cinap_lenrek | |
2012-09-24 | mothra: forgot to add snarf.c | cinap_lenrek | |
2012-09-23 | mothra: snarf and paste | cinap_lenrek | |
2012-09-23 | mothra: dont highlight subpanels in textview | cinap_lenrek | |
2012-09-23 | mothra: fast (offscreen) alpha drawing on scroll | cinap_lenrek | |
2012-09-23 | mothra: cleanup textview code | cinap_lenrek | |
2012-09-22 | mothra: text selection 2nd attempt | cinap_lenrek | |
2012-09-22 | mothra: first attempt on text selection | cinap_lenrek | |
2012-09-20 | tftp: prevent it from hanging if ack packets get lost | cinap_lenrek | |
send ACK reply for duplicate data packets in case our ack response got lost. make sure packets are in sequence and ignore out of oder packets (except the ones we'v already acked). | |||
2012-09-20 | Add disk/smart to mkfile | ||
2012-09-19 | user: Marko Kostić <marko.m.kostic@gmail.com> | Marko Kostić | |
branch 'default' added sys/lib/kbmap/sr (serbian cyrillic kbmap) added sys/lib/kbmap/sr@latin (serbian latin kbmap) | |||
2012-09-20 | Add manpages for atazz and smart | ||
2012-09-20 | Add Erik Quanstrom's smart tool for ATA SMART. | ||
2012-09-20 | Add Erik Quanstrom's atazz | ||
(needed to disable power management/head unload on 2.5" drive) | |||
2012-09-18 | tftpd: apply sstallion's tftpd-rfc patch (from sources) | cinap_lenrek | |
tftpd option handling is not RFC-compliant. This causes picky clients (such as curl) to fail transfers. | |||
2012-09-18 | 5l -H7 (elf) support (import from sources) | cinap_lenrek | |
2012-09-18 | 6c: extern register fix (import from patch/6c-extreg) | cinap_lenrek | |
to make it easy to use normal libraries (such as libdraw, libsec, and libmp) with the kernel, which uses extern register, don't stray into the external register set when allocating values to registers. | |||
2012-09-18 | bring kernel acid library in sync (import from sources) | cinap_lenrek | |
2012-09-19 | fix typo. | ||
2012-09-19 | Enable busmastering for SCH (Poulsbo) PATA controller. | ||
2012-09-17 | inst: fix typo | cinap_lenrek | |
2012-09-16 | sdide: make sure bmiba is in i/o port space, not memory | cinap_lenrek | |
2012-09-16 | rio: single line scroll up/down with holding shift key | cinap_lenrek | |