Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | kernel: make mp mode and msi interrupts the default. *msi -> *nomsi | cinap_lenrek | |
2012-07-24 | cwfs: remove noatime runtime option | cinap_lenrek | |
2012-07-24 | cwfs: make sure we do a full dump after toggling noatime | cinap_lenrek | |
2012-07-23 | cwfs: fix noatime dumps | cinap_lenrek | |
2012-07-23 | paint: cleanup floodfill | cinap_lenrek | |
2012-07-22 | paint: wait for mouseup after floodfill | cinap_lenrek | |
2012-07-22 | paint: floodfill | cinap_lenrek | |
2012-07-22 | libdraw: enter/eenter, set and restore clip rect | cinap_lenrek | |
2012-07-22 | ndb(6): add tftp description | cinap_lenrek | |
2012-07-20 | mothra: delayed screen updates to reduce flicker | cinap_lenrek | |
2012-07-20 | mothra: work arround mismatched quotes in html attributes | cinap_lenrek | |
2012-07-19 | fortunes, troll: creeping incrementalism | stanley lieber | |
2012-07-19 | paint(1): english | stanley lieber | |
2012-07-19 | paint: new paint program featuring endless canvas, zoom, palette and use of ↵ | cinap_lenrek | |
external commands | |||
2012-07-19 | fix strchr \0 bugs | cinap_lenrek | |
2012-07-18 | revert every commit, for great justice! | cinap_lenrek | |
2012-07-18 | fix | glenda | |
2012-07-18 | all your base are belong to us | aiju | |
2012-07-18 | screen: cleanup | cinap_lenrek | |
2012-07-18 | vga: softscreen | cinap_lenrek | |
allow the shadow framebuffer (softscreen) to be used with any vga driver, not just vesa. this removes the ugly scr->paddr = 0 hack employed by vesa driver to force softscreen and adds a softscreen vgactl message that can switch the feature on and off at runtime. softscreen can greatly improve graphics performance when bus reads are slow even tho it disables hardware acceleration. | |||
2012-07-17 | png: sysfatal, debug print to stderr instead of potentialy messing up output ↵ | cinap_lenrek | |
stream | |||
2012-07-17 | mothra: handle relative urls in <base> tag | cinap_lenrek | |
2012-07-17 | topng: fix bug causing bogus double insertion of filter alg byte | cinap_lenrek | |
2012-07-16 | resize: fix wrong image size when using non ZP origin | cinap_lenrek | |
2012-07-16 | uhtml: use first match | cinap_lenrek | |
2012-07-15 | /lib/vgadb: add dell st2210 at 1920x1080 | stanley lieber | |
2012-07-15 | fortunes, theo, troll: new material | stanley lieber | |
2012-07-14 | cwfs: noatime flag | cinap_lenrek | |
2012-07-14 | merge | cinap_lenrek | |
2012-07-14 | upas/fs: ministry of silly walks struck again | cinap_lenrek | |
2012-07-13 | multiboot: use initrd for config | aiju | |
2012-07-13 | fixed multiboot booting | aiju | |
2012-07-13 | cwfs: make /srv/cwfs.cmd redable to receive command output | cinap_lenrek | |
before, cwfs would print everything to /dev/cons. this change will redirect the output of commands to the /srv/cwfs.cmd pipe so one can use: con -C /srv/cwfs.cmd and not have the fish for the output in /dev/kmesg. use standard error (/dev/cons) for unsolicited messages as there is not always a reader on the command file. | |||
2012-07-12 | cwfs: set whochan for who command, cleanup | cinap_lenrek | |
2012-07-12 | merge | cinap_lenrek | |
2012-07-12 | mothra: handle email messages as plain text | cinap_lenrek | |
2012-07-09 | paint: only three remote holes in the default install, in a heck of a long time! | stanley lieber | |
2012-07-09 | paint: only two remote holes in the default install, in a heck of a long time! | stanley lieber | |
2012-07-09 | tcp: memset paranoia, synced from sources | cinap_lenrek | |
2012-07-08 | xargs(1): improve man page by deleting lines | stanley lieber | |
2012-07-08 | audio(1): grammar | stanley lieber | |
2012-07-08 | xargs(1): clarify | stanley lieber | |
2012-07-08 | ssam: chmod +x | cinap_lenrek | |
2012-07-08 | g: chmod +x | cinap_lenrek | |
2012-07-08 | qio: raise critical queue bloat threshold from 2 to 10 times to queue limit | cinap_lenrek | |
the limit for overqueueing was too small for stuff like fcp on a fileserver connected with a standard 32K limit pipe like ramfs. fcp usesd 8K*16procs > 32K*2 the biggest queue limit used in the kernel is 256K making the maximum queue bloat 2.5MB or 320K for standard pipes. that should be big enougth to never happen in practice unless there is a bug which we like to catch before we exhaust all kernel memory. | |||
2012-07-08 | mothra: handle span and div, helps to resynchronization on html errors | cinap_lenrek | |
2012-07-07 | cryptsetup(8): add SOURCE and reference aes(2) | stanley lieber | |
2012-07-07 | cryptsetup(8): grammar, clarity | stanley lieber | |
2012-07-07 | add xargs(1) man page | stanley lieber | |
2012-07-08 | mothra: edit selection fix | cinap_lenrek | |