Commit graph

120 commits

Author SHA1 Message Date
rsc
33da33e72b block instead of chewing cpu in eread (Lu Xuxiao) 2006-11-05 14:43:52 +00:00
rsc
3a19470202 In non-blocking recv functions in libmux and libdraw,
distinguish between "cannot receive without blocking"
and "EOF on connection".

In libmux, do not elect async guys muxers, so that
synchronous RPC calls run in the main event loop
(e.g., in eresized) do not get stuck.

Fixes problem reported by Lu Xuxiao, namely that
jpg etc. would spin at 100% cpu usage.
2006-11-04 18:46:00 +00:00
rsc
40227f1f68 move USED past decls (Arvindh Tamilmani) 2006-07-04 14:35:50 +00:00
rsc
19f4cef528 use pin 2006-06-26 05:48:10 +00:00
rsc
8159666d6a add iprint 2006-06-25 23:52:51 +00:00
rsc
b733ffba4f gone 2006-06-25 21:04:36 +00:00
rsc
150f88023b event 2006-06-25 21:04:07 +00:00
rsc
f97f537440 bye 2006-06-25 19:00:38 +00:00
rsc
257fb6261e new 2006-06-25 19:00:14 +00:00
rsc
74dc60da74 bye 2006-06-25 18:59:29 +00:00
rsc
24c4c46b98 fix _screen leak 2006-05-23 03:55:45 +00:00
rsc
3bff492520 changes from plan 9 2006-05-21 16:20:29 +00:00
rsc
dff99a80b6 do RFNOTEG in initdraw (Anselm Garbe) 2006-05-20 05:01:26 +00:00
rsc
6b11fe88cb shut up gcc 2006-04-21 03:01:48 +00:00
rsc
2ff29ba87a no checksnarf 2006-04-04 19:45:03 +00:00
rsc
cbeb0b26e4 Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
rsc
0b10ae3815 fix alpha oops 2006-03-31 17:28:29 +00:00
rsc
b2dc981a17 regenerate latin1 tables 2006-03-12 14:59:12 +00:00
rsc
532a32df32 jpg fix? (erik quanstrom) 2006-03-10 00:37:24 +00:00
rsc
b9b653584e synergy (paul lalonde) 2006-03-10 00:37:15 +00:00
rsc
23fdde49f1 more itrans changes 2006-02-28 19:48:49 +00:00
rsc
4fc1aa09a9 allow fallback to x11 2006-02-28 13:13:39 +00:00
rsc
a24065936d use pasteboard 2006-02-28 12:54:15 +00:00
rsc
b4d406b781 return 0 2006-01-29 17:32:14 +00:00
rsc
e4c74b87b6 do not die in freeimage(0) when screen==0 2006-01-28 23:45:53 +00:00
rsc
326a461d0e nowsys fixes (Lou Kamenov) 2006-01-27 04:04:38 +00:00
rsc
e418631bf3 do not trust gcc-4.0 to do nrv optimization. (taj khattra) 2005-12-29 22:10:56 +00:00
rsc
297cded760 avoid nil freeimage 2005-12-29 20:59:24 +00:00
rsc
ed12a647df oops 2005-11-16 00:21:29 +00:00
rsc
16c1defa3d x11, used, etc. 2005-11-12 16:36:48 +00:00
rsc
148f25d351 debugging help 2005-11-07 02:46:38 +00:00
rsc
8e06ea1b42 In eread, ignore unexpected events instead of returning early. 2005-09-15 17:18:00 +00:00
rsc
038f8db24a Add uchar for NetBSD ctype. 2005-09-09 23:49:50 +00:00
rsc
abe4cd41cb less graceful shutdown but avoid deadlocks 2005-07-27 20:38:08 +00:00
rsc
7ba8aa0c70 start with white instead of black 2005-07-24 14:01:15 +00:00
rsc
1c171e3add I just hate to be pushed around by some @#$%^& machine. 2005-07-19 18:00:07 +00:00
rsc
7508190269 silence fprint 2005-07-14 00:03:57 +00:00
rsc
8f5c6c7d79 no black and white 2005-07-13 03:57:45 +00:00
rsc
b2f9ee0de5 free subfonts correctly 2005-07-13 03:57:24 +00:00
rsc
3b634dc7e4 no used(Point) 2005-07-13 03:56:55 +00:00
rsc
a3532cf354 keyboard not mouse 2005-07-13 03:56:44 +00:00
rsc
4d0bbfacdd more places to look 2005-07-13 03:56:36 +00:00
rsc
ca63c078d9 more places where display can be nil 2005-07-13 03:56:21 +00:00
rsc
d4aef6a074 handle arbitrary length names in subfontname.
handle overflow in offset computation in font.c
2005-05-12 16:55:14 +00:00
rsc
7e9e092da8 Correct putsnarf-then-getsnarf race. 2005-05-02 04:20:14 +00:00
rsc
7d2df235d4 Add more smiley faces 2005-05-01 17:56:53 +00:00
rsc
670dd11a8a be more faithful to plan 9 environment --
allocate window on top of screen.
2005-03-18 18:55:47 +00:00
rsc
db318aa36d syntax errors 2005-03-15 20:26:30 +00:00
rsc
b90bacec60 $WSYSTYPE not WSYSTYPE 2005-02-11 21:06:56 +00:00
rsc
031c900094 add x11 include 2005-02-11 21:03:09 +00:00