summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-26libdraw: implement ^W word delete for enter() and eenter()cinap_lenrek
2012-09-24mothra: various improvementscinap_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-24mothra: cache backup bitmap in pl_rtdraw()cinap_lenrek
2012-09-24mothra: forgot to add snarf.ccinap_lenrek
2012-09-23mothra: snarf and pastecinap_lenrek
2012-09-23mothra: dont highlight subpanels in textviewcinap_lenrek
2012-09-23mothra: fast (offscreen) alpha drawing on scrollcinap_lenrek
2012-09-23mothra: cleanup textview codecinap_lenrek
2012-09-22mothra: text selection 2nd attemptcinap_lenrek
2012-09-22mothra: first attempt on text selectioncinap_lenrek
2012-09-20tftp: prevent it from hanging if ack packets get lostcinap_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-20Add disk/smart to mkfilegoogle
2012-09-19user: 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-20Add manpages for atazz and smartgoogle
2012-09-20Add Erik Quanstrom's smart tool for ATA SMART.google
2012-09-20Add Erik Quanstrom's atazzgoogle
(needed to disable power management/head unload on 2.5" drive)
2012-09-18tftpd: 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-185l -H7 (elf) support (import from sources)cinap_lenrek
2012-09-186c: 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-18bring kernel acid library in sync (import from sources)cinap_lenrek
2012-09-19fix typo.google
2012-09-19Enable busmastering for SCH (Poulsbo) PATA controller.google
2012-09-17inst: fix typocinap_lenrek
2012-09-16sdide: make sure bmiba is in i/o port space, not memorycinap_lenrek
2012-09-16rio: single line scroll up/down with holding shift keycinap_lenrek
2012-09-16vnc use Breadn() instead of Bread()cinap_lenrek
2012-09-15hget -P to read postbody from stdincinap_lenrek
2012-09-15hget: fix -p to not put a newline into the postbody at the endcinap_lenrek
2012-09-15usb: dont give up on unassigned pci irq line in hci drivercinap_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-14Qcoalesce patch to satisfy full read lengthcinap_lenrek
2012-09-13the IRSaiju
2012-09-13mergecinap_lenrek
2012-09-13mothra: fix wrong ascent calculation if text element is too large, fix image ↵cinap_lenrek
border layout
2012-09-12fortunes, rob, troll: the usualstanley lieber
2012-09-11mothra: special parse mode for <script> as parsetag gets confused by long ↵cinap_lenrek
javascript lines
2012-09-10fortunes!aiju
2012-09-10add hungary keyboard map (contributed by bencef)cinap_lenrek
2012-09-10lp: HTML table supportcinap_lenrek
2012-09-10update manual pages for lp HTML supportcinap_lenrek
2012-09-10lp: handle HTML files with html2ms | troff in process/genericcinap_lenrek
2012-09-10mothra: simpler approach to ignoring <script> tagscinap_lenrek
2012-09-10hgwebfs: remove prefixing // from file pathcinap_lenrek
2012-09-09libaml: store *value* instead of name reference in dest for alias opcinap_lenrek
2012-09-08libaml: implement Alias and Debug instructionscinap_lenrek
2012-09-09Print correct sizes in prep autopart.google
2012-09-09Add alignment hints for e512 ATA drives.google
2012-09-08support file:// urls in hgwebfs extension as apparently hg uses them. m(cinap_lenrek
2012-09-06fortunes, rob, theo: I wasn't asking about 9front.stanley lieber
2012-09-06nusb: handle 0 csp value on iface, remove unneeded configdev() calls after ↵cinap_lenrek
getdev()
2012-09-06usbd: add missing quotefmtinstallcinap_lenrek