Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2012-09-10 | fortunes! | aiju | |
2012-09-10 | add hungary keyboard map (contributed by bencef) | cinap_lenrek | |
2012-09-10 | lp: HTML table support | cinap_lenrek | |
2012-09-10 | update manual pages for lp HTML support | cinap_lenrek | |
2012-09-10 | lp: handle HTML files with html2ms | troff in process/generic | cinap_lenrek | |
2012-09-10 | mothra: simpler approach to ignoring <script> tags | cinap_lenrek | |
2012-09-10 | hgwebfs: remove prefixing // from file path | cinap_lenrek | |
2012-09-09 | libaml: store *value* instead of name reference in dest for alias op | cinap_lenrek | |
2012-09-08 | libaml: implement Alias and Debug instructions | cinap_lenrek | |
2012-09-09 | Print correct sizes in prep autopart. | ||
2012-09-09 | Add alignment hints for e512 ATA drives. | ||
2012-09-08 | support file:// urls in hgwebfs extension as apparently hg uses them. m( | cinap_lenrek | |
2012-09-06 | fortunes, rob, theo: I wasn't asking about 9front. | stanley lieber | |
2012-09-06 | nusb: handle 0 csp value on iface, remove unneeded configdev() calls after ↵ | cinap_lenrek | |
getdev() | |||
2012-09-06 | usbd: add missing quotefmtinstall | cinap_lenrek | |