Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2012-09-16 | vnc use Breadn() instead of Bread() | cinap_lenrek | |
2012-09-15 | hget -P to read postbody from stdin | cinap_lenrek | |
2012-09-15 | hget: fix -p to not put a newline into the postbody at the end | cinap_lenrek | |
2012-09-15 | usb: dont give up on unassigned pci irq line in hci driver | cinap_lenrek | |
sometimes, the bios does not assign a interrupt line for pci devices. this should not be fatal in case of mp ineterrupts as long as there is intpin or msi can be used. warn in intrenable() if we hit such a interrupt and set irq to -1 to prevent it from getting enabled on the pic or as isa interrupt in apic mode. | |||
2012-09-14 | Qcoalesce patch to satisfy full read length | cinap_lenrek | |
2012-09-13 | the IRS | aiju | |
2012-09-13 | merge | cinap_lenrek | |
2012-09-13 | mothra: fix wrong ascent calculation if text element is too large, fix image ↵ | cinap_lenrek | |
border layout | |||
2012-09-12 | fortunes, rob, troll: the usual | stanley lieber | |
2012-09-11 | mothra: special parse mode for <script> as parsetag gets confused by long ↵ | cinap_lenrek | |
javascript lines |