Commit graph

673 commits

Author SHA1 Message Date
cinap_lenrek 780d393e4b ndb/cs: limit number of slave procs 2012-07-29 03:05:05 +02:00
cinap_lenrek 0f59758d12 factotum: authdial timeout 2012-07-29 02:53:59 +02:00
cinap_lenrek b4d2e39d8c ndb/cs/dns: make sure never to block the 9p loop when we run out of processes, fail the request instead 2012-07-28 19:17:54 +02:00
cinap_lenrek 15c0d4b7c4 rio: add scroll lock key to toggle scroll mode 2012-07-28 14:47:35 +02:00
cinap_lenrek 98b9c4eb1e rio: dont shift window out to the left when its too wide for the screen 2012-07-26 17:28:14 +02:00
cinap_lenrek dc544a3462 cwfs: remove noatime runtime option 2012-07-24 20:09:28 +02:00
cinap_lenrek ffc58b3429 cwfs: make sure we do a full dump after toggling noatime 2012-07-24 19:42:18 +02:00
cinap_lenrek 42cf4e2371 cwfs: fix noatime dumps 2012-07-23 18:57:33 +02:00
cinap_lenrek 03806e9c17 paint: cleanup floodfill 2012-07-23 08:10:17 +02:00
cinap_lenrek b3d7231013 paint: wait for mouseup after floodfill 2012-07-22 19:25:31 +02:00
cinap_lenrek 9d212c517d paint: floodfill 2012-07-22 16:33:42 +02:00
cinap_lenrek 98d5687ce4 mothra: delayed screen updates to reduce flicker 2012-07-20 14:32:50 +02:00
cinap_lenrek 3707561e04 mothra: work arround mismatched quotes in html attributes 2012-07-20 08:56:29 +02:00
cinap_lenrek 72d4a35942 paint: new paint program featuring endless canvas, zoom, palette and use of external commands 2012-07-19 01:00:23 +02:00
cinap_lenrek 55ddbff77d fix strchr \0 bugs 2012-07-19 23:34:37 +02:00
cinap_lenrek 5654f15e56 png: sysfatal, debug print to stderr instead of potentialy messing up output stream 2012-07-17 08:51:20 +02:00
cinap_lenrek a78f5f8a3d mothra: handle relative urls in <base> tag 2012-07-17 07:21:22 +02:00
cinap_lenrek 05c11fefe0 topng: fix bug causing bogus double insertion of filter alg byte 2012-07-17 02:17:42 +02:00
cinap_lenrek aa67915776 resize: fix wrong image size when using non ZP origin 2012-07-16 09:32:51 +02:00
cinap_lenrek 4c2c62ee96 uhtml: use first match 2012-07-16 05:32:16 +02:00
cinap_lenrek 8099d78f44 cwfs: noatime flag 2012-07-14 23:49:17 +02:00
cinap_lenrek 983bd80477 upas/fs: ministry of silly walks struck again 2012-07-14 23:07:18 +02:00
cinap_lenrek 8e11ff283f cwfs: make /srv/cwfs.cmd redable to receive command output
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-13 15:09:39 +02:00
cinap_lenrek 53f5bdfd06 cwfs: set whochan for who command, cleanup 2012-07-12 21:00:12 +02:00
cinap_lenrek 55959acbdf merge 2012-07-12 18:40:58 +02:00
cinap_lenrek 0d0eadef42 mothra: handle email messages as plain text 2012-07-12 18:40:02 +02:00
stanley lieber af047b58b4 paint: only three remote holes in the default install, in a heck of a long time! 2012-07-09 21:19:03 -05:00
stanley lieber ad84d289a2 paint: only two remote holes in the default install, in a heck of a long time! 2012-07-09 17:05:59 -05:00
cinap_lenrek 2d09d805f3 mothra: handle span and div, helps to resynchronization on html errors 2012-07-08 01:06:31 +02:00
cinap_lenrek 0b6f559ebc mothra: edit selection fix 2012-07-08 22:25:23 +02:00
cinap_lenrek 5b35bbce54 mothra: ignore size attribute for select tag 2012-07-07 19:31:41 +02:00
cinap_lenrek 67541baee8 mothra: fix <br/> <hr/> tags 2012-07-07 15:13:07 +02:00
cinap_lenrek 115f14f144 hproxy: force connection close 2012-07-06 16:02:44 +02:00
cinap_lenrek b811bb8876 add hproxy to mkfile 2012-07-06 15:51:19 +02:00
cinap_lenrek fdfce9d864 hproxy: simple http proxy server 2012-07-06 15:49:33 +02:00
cinap_lenrek 7c197c8e73 tput(1) manpage, add -b buflen option, exit status 2012-07-05 14:52:38 +02:00
cinap_lenrek acce478d8e factotum: use glenda as hostowner default 2012-07-04 13:23:36 +02:00
cinap_lenrek 59b16cb441 mothra: scrollbar mouse grab in alt display 2012-07-04 01:18:59 +02:00
cinap_lenrek bdb228e14a read: add -c flag to copy bytes instead of lines 2012-07-02 17:46:21 +02:00
cinap_lenrek 44f97f0cb1 mothra: remove 4K snarf limit for edit panel 2012-07-02 03:38:05 +02:00
cinap_lenrek 200216313c mothra: make sequence of links separated by space 2012-07-01 20:02:22 +02:00
cinap_lenrek 2dde3a005d scram: wire proc to cpu0, work arround for hp dc5700 2012-07-01 17:00:36 +02:00
cinap_lenrek 1c4d78b03b mothra: join underlined links 2012-07-01 16:59:28 +02:00
cinap_lenrek 91de9fcd63 mothra: fix scrollbar mouse grab behaviour
by default, scrollbars captured the mouse unless
all mouse buttons where released. this makes sense
in mothra main window, but makes drop down menus
with scrollbar unusable.

the patch lets one select the behaviour using the
USERFL-flag. if set, the scrollbar will capture
the mouse. if not set, scrollbar will release
the mouse when outside the scrollbar rect.
2012-06-30 19:49:51 +02:00
cinap_lenrek fe0b72e93c scram: acpi scram for qemu fix 2012-06-30 16:06:19 +02:00
cinap_lenrek 33cec5c411 scram: cleanup 2012-06-29 17:18:43 +02:00
aiju 1eff3709b4 acpi shutdown 2012-06-29 16:55:48 +02:00
cinap_lenrek 1e26438dfb webfs: fix mistake 2012-06-28 17:56:19 +02:00
cinap_lenrek 0862bcc93d webfs: send Accept headers 2012-06-28 14:32:09 +02:00
cinap_lenrek 0b22e8b455 aan: use netconninfo from dial(2), threadsetname 2012-06-27 15:54:42 +02:00