summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-25kernel: make mp mode and msi interrupts the default. *msi -> *nomsicinap_lenrek
2012-07-24cwfs: remove noatime runtime optioncinap_lenrek
2012-07-24cwfs: make sure we do a full dump after toggling noatimecinap_lenrek
2012-07-23cwfs: fix noatime dumpscinap_lenrek
2012-07-23paint: cleanup floodfillcinap_lenrek
2012-07-22paint: wait for mouseup after floodfillcinap_lenrek
2012-07-22paint: floodfillcinap_lenrek
2012-07-22libdraw: enter/eenter, set and restore clip rectcinap_lenrek
2012-07-22ndb(6): add tftp descriptioncinap_lenrek
2012-07-20mothra: delayed screen updates to reduce flickercinap_lenrek
2012-07-20mothra: work arround mismatched quotes in html attributescinap_lenrek
2012-07-19fortunes, troll: creeping incrementalismstanley lieber
2012-07-19paint(1): englishstanley lieber
2012-07-19paint: new paint program featuring endless canvas, zoom, palette and use of ↵cinap_lenrek
external commands
2012-07-19fix strchr \0 bugscinap_lenrek
2012-07-18revert every commit, for great justice!cinap_lenrek
2012-07-18fixglenda
2012-07-18all your base are belong to usaiju
2012-07-18screen: cleanupcinap_lenrek
2012-07-18vga: softscreencinap_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-17png: sysfatal, debug print to stderr instead of potentialy messing up output ↵cinap_lenrek
stream
2012-07-17mothra: handle relative urls in <base> tagcinap_lenrek
2012-07-17topng: fix bug causing bogus double insertion of filter alg bytecinap_lenrek
2012-07-16resize: fix wrong image size when using non ZP origincinap_lenrek
2012-07-16uhtml: use first matchcinap_lenrek
2012-07-15/lib/vgadb: add dell st2210 at 1920x1080stanley lieber
2012-07-15fortunes, theo, troll: new materialstanley lieber
2012-07-14cwfs: noatime flagcinap_lenrek
2012-07-14mergecinap_lenrek
2012-07-14upas/fs: ministry of silly walks struck againcinap_lenrek
2012-07-13multiboot: use initrd for configaiju
2012-07-13fixed multiboot bootingaiju
2012-07-13cwfs: make /srv/cwfs.cmd redable to receive command outputcinap_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-12cwfs: set whochan for who command, cleanupcinap_lenrek
2012-07-12mergecinap_lenrek
2012-07-12mothra: handle email messages as plain textcinap_lenrek
2012-07-09paint: only three remote holes in the default install, in a heck of a long time!stanley lieber
2012-07-09paint: only two remote holes in the default install, in a heck of a long time!stanley lieber
2012-07-09tcp: memset paranoia, synced from sourcescinap_lenrek
2012-07-08xargs(1): improve man page by deleting linesstanley lieber
2012-07-08audio(1): grammarstanley lieber
2012-07-08xargs(1): clarifystanley lieber
2012-07-08ssam: chmod +xcinap_lenrek
2012-07-08g: chmod +xcinap_lenrek
2012-07-08qio: raise critical queue bloat threshold from 2 to 10 times to queue limitcinap_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-08mothra: handle span and div, helps to resynchronization on html errorscinap_lenrek
2012-07-07cryptsetup(8): add SOURCE and reference aes(2)stanley lieber
2012-07-07cryptsetup(8): grammar, claritystanley lieber
2012-07-07add xargs(1) man pagestanley lieber
2012-07-08mothra: edit selection fixcinap_lenrek