about summary refs log tree commit diff stats
path: root/util.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-14 17:30:37 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-14 17:30:37 +0200
commit5b44976a2d8bdd1397727663ce019374d6b2730a (patch)
tree2376691581648321ea368e5846541a1ac08abe71 /util.c
parent6475be926bef4916ce632988a2fa408a637babc7 (diff)
downloaddwm-5b44976a2d8bdd1397727663ce019374d6b2730a.tar.gz
if stdin writer stops working, dwm consumed much IO load because it still tried to select on this fd, fixed
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions
land.net> 1998-11-10 19:47:00 -0500 snapshot of project "lynx", label v2-8-2dev_2' href='/ingrix/lynx-snapshots/commit/src/LYHash.h?id=d3f9d5478df478427c2aa5db4507ddd0a38f0eb6'>d3f9d547 ^
1fc1d8af ^














945e8eb6 ^
1fc1d8af ^
cbcc3a1e ^
1fc1d8af ^
cbcc3a1e ^

945e8eb6 ^


1fc1d8af ^





b223937f ^
1fc1d8af ^


b223937f ^
1fc1d8af ^























2a786b26 ^
fde43024 ^
1fc1d8af ^



fde43024 ^
2a786b26 ^
264781cf ^
1fc1d8af ^
264781cf ^

1fc1d8af ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83