summaryrefslogtreecommitdiff
path: root/driver/xf86-video-wsfb/ChangeLog
blob: 782b0a2af7dd06b4aee8a07c3be6d89b6a5b5dc8 (plain)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
commit f6c2f11627ee14611c5504935bf9fb036b8eed4d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 16:10:15 2012 +0100

    xf86-video-wsfb 0.4.0
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 2895949949b8cecfd297b5f4a178adf5a27b7d96
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 16:07:55 2012 +0100

    Constify argument of wsfb_open()
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 433bac14e2322933754bd1aeed1c030c9f6be65e
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 16:05:11 2012 +0100

    Add missing headers for ioctl() and getpagesize() prototypes
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 2b3a927e6a2fbec8a8c244e4e09835c53d9985eb
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:42:17 2012 +0100

    Bump copyright year.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit a841807f623e6d379a62d0b82bdef1f9711b3e1f
Author: Miod Vallat <miod@online.fr>
Date:   Sun Aug 29 14:25:13 2010 +0200

    Correctly handle off-screen memory in 1bpp and 4bpp modes.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit a510e47a48656b740d823800fd4dfa5ffb33cea3
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:20:12 2012 +0100

    Reference xorg.conf(5) in comments an manual pages.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 17317b98b8129a3302eda431b83d7d087bec2b46
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:19:38 2012 +0100

    man: document "rotate" option.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit fcd96100635f98ea75b8f0495b82f417634bed95
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:19:10 2012 +0100

    man: update the list of OpenBSD architectures using this driver.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 135bebc71cb25216cd827d9d1abf4be153da46c0
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:18:42 2012 +0100

    White space fix
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit c8819498fed4eca70a0521c351e5237e399cf7ab
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:17:36 2012 +0100

    Sync RCS id with OpenBSD CVS
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit c78d73ff023a594b1ea687109c3a24042aca3396
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:12:36 2012 +0100

    Do not call shawdowRemove() if shadow fb was disabled.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit c0d8dc518288658c95811225e90723e62eaeca68
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:08:55 2012 +0100

    Replace deprecated xalloc/xfree with malloc/free.
    
    While here Fix allocation size of shadow framebuffer. Use byes, not
    bits. Since the shadowfb is only used for bitsPerPixel >= 8,
    bitsPerPixel/8 is always the correct amount of bytes.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
    Reviewed-by: Miodrag Vallat <miod@openbsd.org>

commit 8802a91190b27c1fac4423edc3aa2f9ecc9d8b26
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:06:31 2012 +0100

    unifdef XFree86LOADER, this isn't optional anymore.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit d917b886dc39fc5100986ed94100885717277c45
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 1 15:04:58 2012 +0100

    Sync rcs id with OpenBSD CVS version.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit cd0694208eb8ff889faa32304c44078ec786d79f
Merge: 8b367fe 87232d3
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Aug 21 16:30:30 2010 +0200

    Merge remote branch 'origin/master' into obsd

commit 87232d36fc06adc64e034d5fb38eb43cc1ac7b39
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:49:04 2010 -0400

    config: add comments for main statements

commit 63020e786e81fe8da25deb0ffa9516d32a05cdb8
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:07:00 2010 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 8e6006c72b747f5a38cae7862d3f2b373beeec7e
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:37:42 2010 -0400

    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 55fe28efa889fdaf66bae48d41e5657ae5005a99
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:05:23 2010 -0400

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 96f25ab0ce60787475f3420ae3253e3762f1b6e3
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 09:27:42 2010 -0400

    config: complete AC_INIT m4 quoting
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 109fa3c2cf8452623b77b3e6b6369519df3bb403
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 21:44:58 2010 -0400

    config: remove unrequired AC_SUBST([XORG_CFLAGS])
    
    This macro is called by PKG_CHECK_MODULES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit c000c078ee1e5cdda301798331952c69bf4a4cfb
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 20:24:42 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 39110592366d49d730d8adf686f4826c51421337
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 19:41:31 2010 -0400

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 7401695110f880beeb202df2997d9863e197739d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:19 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 60ca72ea815dae75619d41a2a47c07f7eff76bd5
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 16:15:30 2010 -0400

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

commit 8b367fea87af7ec9555a71d655aae314e983762a
Merge: 851837e 083c64a
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Feb 14 14:41:27 2010 +0100

    Merge remote branch 'origin/master' into obsd

commit 083c64abda1244d5f2f9d704e353fa6766fc8300
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 15 15:51:11 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 851837e8aa2f86c1e7fac0bf43ce9b7d74eefe3e
Merge: e75000a 0f97b1b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Jan 2 17:58:54 2010 +0100

    Merge remote branch 'origin/master' into obsd

commit 0f97b1b9daac4892727968bce7b92da740690300
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Dec 15 22:01:03 2009 -0500

    configure.ac: remove unused sdkdir=$(pkg-config...) statement
    
    The sdkdir variable isn't use, so remove the statement.
    
    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit e75000ad2d3b7fdc5603d5c6ad712e9e94409613
Merge: 972a28f c62ad2b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Dec 19 23:51:10 2009 +0100

    Merge remote branch 'origin/master' into obsd

commit c62ad2beb96e5e0c0fb0bda235b7716b20758cce
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 09:25:06 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit 972a28f16aa651c87d28936f77e7b6b425250067
Merge: 3346d75 bbb53cc
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Nov 21 21:16:55 2009 +0000

    Merge remote branch 'origin/master' into obsd

commit bbb53cc05093c499bf560132c93a25c783661639
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:41:41 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Automake 'foreign' option is specified in configure.ac.
    Remove from Makefile.am

commit 2f60c9d03b7dc3556991ec7c7ab7f3e62f5eeb54
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:10 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit 7fa8c7184057302a3efc692f0072226b1cee50fa
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 12:54:23 2009 -0400

    Several driver modules do not have a ChangeLog target in Makefile.am #23814
    
    The git generated ChangeLog replaces the hand written one.
    Update configure.ac to xorg-macros level 1.3.
    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
    Update Makefile.am to add ChangeLog target if missing
    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
    This is a pre-req for the INSTALL_CMD

commit b3c841f663dda87933b924479b02d18bc3c2b218
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:18 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 3346d752ad5d2301501e28e4b4acc7ed429f9115
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:43:42 2009 +0200

    wsfb: do not forget tiny.

commit 3bde5ad99c5bd99a9a4729748f27ef92bb3ee8b3
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:43:42 2009 +0200

    wsfb: do not forget tiny.

commit ae67e097dbf7d496e67c5a3b8b357fc641bc972d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:39:54 2009 +0200

    wsfb: fix typo in previous bump

commit b014e2f9d18193be1b1f1ebf1b51e925fc3e76dc
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:39:54 2009 +0200

    wsfb: fix typo in previous bump

commit 568797c21bb7b08292e1b200fe743826b05bba3e
Merge: cf24313 f056af6
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:31:16 2009 +0200

    Merge branch 'master' into obsd

commit f056af63d7fdd7f5ba32558bb3dde7b149c04e4d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:30:03 2009 +0200

    wsfb: bump for release 0.3
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 872c691cbad253e4670a98349395b650677269cd
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:21:49 2009 +0200

    Call shadowRemove() in wsfbCloseScreen().
    
    This fixes a free memory dereference on exit. Hint by Daniel Stone.
    Thanks.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit ffe84aa5f99cb95467c86fc914724496cab53952
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:21:03 2009 +0200

    wsfb: update for resources/RAC API removal
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit cf24313f5da749335af816232442017a73b50c5b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:21:49 2009 +0200

    Call shadowRemove() in wsfbCloseScreen().
    
    This fixes a free memory dereference on exit. Hint by Daniel Stone.
    Thanks.
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 708bb0fc2ed0955c8ed22e36fd350c48b3deea4d
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 13 22:21:03 2009 +0200

    wsfb: update for resources/RAC API removal
    
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 4c708639e374e7443f6ae36af60b5a2725649ce9
Merge: ae675f7 23ca8d8
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Sep 12 19:37:28 2009 +0200

    Merge commit 'origin/master' into obsd

commit 23ca8d8f9bc90ced9102c51ca588dab16956293b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Sep 7 11:12:13 2009 -0400

    xf86-video-wsfb: Remove unused .cvsignore file #23776
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ae675f738559e173b9f0005e228c1775978bad32
Merge: c2476d4 15b8321
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 19 13:52:02 2009 +0200

    Merge commit 'origin/master' into obsd

commit 15b83219b51deb2f87f4d2be4a8ac14f15ffbde2
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 8 09:58:43 2009 -0400

    wsfb: use XORG_CHANGELOG macro to create ChangeLog. #22611
    
    Build break: Makefile.am: command not found: git-log
    Adding the macro in configure.ac and use it in Makefile.am
    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit ad757e0c29f7e826f48b60df2d5b8b436d243449
Author: Jasper Lievisse Adriaanse <jasper@openbsd.org>
Date:   Mon Jun 1 14:34:39 2009 -0600

    add some missing TRACE_EXITs, tweak and clean up comments.
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit c2476d45cf833dabb17db8487adc5905b1c33afe
Author: Jasper Lievisse Adriaanse <jasper@openbsd.org>
Date:   Mon Jun 1 14:34:39 2009 -0600

    add some missing TRACE_EXITs, tweak and clean up comments.
    Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>

commit 15ab9819af3fe554f37c1244f13c7c2388343edc
Merge: b6cb2ce bce9fd2
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun May 31 12:48:54 2009 -0600

    Merge commit 'origin/master' into obsd

commit bce9fd21483fbeddc84672a1ef01fdd9b58c88ed
Author: Adam Jackson <ajax@redhat.com>
Date:   Thu May 28 15:28:20 2009 -0400

    Remove useless loader symbol lists.

commit b6cb2cece5134adc258998fc8acd090bc56586c6
Merge: 2cd44cc bb53781
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Wed Feb 4 23:40:27 2009 +0100

    Merge commit 'origin/master' into obsd

commit bb53781f1e274dd9adef4038bd1b06bea2d55c35
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 30 21:07:23 2009 -0800

    Add README with pointers to mailing list, bugzilla & git repos

commit 2cd44ccb773ab4642b17fc1e252cca3adae249c1
Merge: 18a0acc f5540f7
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Jan 17 12:00:07 2009 +0100

    Merge commit 'origin/master' into obsd

commit f5540f76b1c756521b541601902b20e1fa118a87
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Jan 13 15:04:12 2009 -0800

    Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)

commit 18a0accfecb5d1c61718af857203996f98158d4a
Merge: 3c8194b 7a654c5
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jan 11 17:00:43 2009 +0100

    Merge commit 'origin/master' into obsd

commit 7a654c551ae470f63052fe58fd13d961090cc468
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:39:31 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 5f5df6a1e170317d323b7e1ea45f7560b4067ad3
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Sep 30 00:09:30 2008 +0200

    Remove old libc wrapper stuff. now works with xserver 1.5.

commit 3c8194bbcf787d5d30a495fb69163ea6d99ff039
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Sep 30 00:09:30 2008 +0200

    Remove old libc wrapper stuff. now works with xserver 1.5.

commit d80dc17073f2a0b11d4540874d694f1e170934ef
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Sep 29 23:39:15 2008 +0200

    BSD Makefile

commit 42c0fcc9e255619d03b705a4da1e0978075b79e2
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Mar 9 00:10:59 2008 +0100

    Makefile.am: nuke RCS Id

commit 22d5f6a0ffd8103c049a2bd13333bcf25aea5ffc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Feb 27 13:46:26 2007 -0800

    Change XFree86 to __xservername__ in man page See Also section

commit ea7029410336675de8fecc7c6ebe62c8504ae988
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 26 14:38:26 2007 -0800

    If using shadowfb, allocate shadow area before fbScreenInit
    
    (Copied from xf86-video-fbdev)

commit 09d7df64c837c819c7feb88891b8845ab660c150
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Jan 2 16:09:45 2007 +0100

    Makefile.am: make ChangeLog hook safer
    
    Make ChangeLog hook as safe as possible
    Bump patchlevel.

commit 1ac8c63bba9a65a706334aa98d8bdbc489cc2ab6
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Jan 2 15:54:14 2007 +0100

    Use PACKAGE_VERSION_* macros provided by xorg-macros.

commit 3b71a8e000abab9106c53324a65743f0d2e3951b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Jan 2 15:36:52 2007 +0100

    Fix shadow framebuffer, and by extension rotation.
    
    Based on similar fixes in xf86-video-fbdev and xf86-video-vesa.

commit 579e15946892894f4ee75576855767dae27292d3
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Thu Dec 21 05:53:21 2006 -0600

    "framebuffer size is linebytes * height, not linebytes * height *
    depth" Noticed in recent NetBSD CVS commit. Also in OpenBSD's CVS.
    Okayed by Matthieu.  Before my system said: "(II) wsfb(0): Vidmem: 24576k".
    Now says: "(II) wsfb(0): Vidmem: 1536k"

commit b5d1de955b4bf40edd1ff08fc4d562590a4e1f98
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Dec 3 18:07:02 2006 +0100

    Pull code from OpenBSD 4.0 version.
    
        - rotation support
        - only allocate space for colormap save/restore at 8bpp
        - switch on render extension at 8bpp

commit ab847a95a8ae9cd2d0001ebb612c8387b0784ad5
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Dec 1 13:12:44 2006 -0800

    Add *~ to .gitignore

commit c2d87cdd9230eda0de7f64e2db0a9e789af7a497
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Dec 1 13:12:22 2006 -0800

    Change XF86_VERSION_CURRENT to XORG_VERSION_CURRENT in WsfbVersRec

commit 6babc377334b4bdba945bed5ca0e60c6b3f1ab06
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Wed Oct 18 15:02:26 2006 -0500

    Replace stub with real license found in man page and wsfb_driver.c.
    
    It is based on fbdev.c so include its generic XFree86 license for that too.

commit f4fe4cd560d7380ec18de383e55671bce8b2139d
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Tue Oct 17 09:14:55 2006 -0500

    Increase version to reflect newer changes and to be ready for release.

commit 3fd859c64b7936d95f1ae65a2b9ce66269c6186b
Author: Jeremy C. Reed <reed@glacier.reedmedia.net>
Date:   Tue Oct 17 08:58:33 2006 -0500

    In man page, also mention it supports NetBSD/i386.
    (Uncomment my previous comment in the man page.)

commit 1890f3e6b8977c362fff413b9dbba6f3aafc4049
Author: Matthieu Herrb <matthieu@deville.herrb.com>
Date:   Sun Sep 17 22:08:41 2006 +0200

    Add a driverfunc to indicate that this driver doesn't need hw access.

commit 5c30a4b51326d5d9d1db4ed74573ffa38c1b519a
Author: Matthieu Herrb <matthieu@deville.herrb.com>
Date:   Sun Sep 17 22:02:56 2006 +0200

    Replace ChangeLog with a rule that generates it on 'make dist'

commit 8a602328c9a231a9648def19690f361c0f1666e0
Author: Matthieu Herrb <matthieu@deville.herrb.com>
Date:   Sun Sep 17 21:47:20 2006 +0200

    renamed: .cvsignore -> .gitignore

commit b77092858a178aa169ed4c1c7fe733d5cd355702
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Thu Jun 1 01:52:35 2006 +0000

    Fix for dlopen() -based module loader.

commit 17dab6d85a369c83fa59129e9ce0570e18ea7fb3
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Sat May 27 16:24:02 2006 +0000

    Added autoconf related files. Copied from other driver so keeping same
        copyright. The version is 0.1.0 based on what was in wsfb_driver.c.
    In wsfb_driver.c, renamed VERSION to WSFB_VERSION so doesn't conflict with
        VERSION from new makefile.
    Tested under NetBSD using wsdisplay on vesafb.

commit bfc4b42efaf221740d693ae50f86ba20f9a5a129
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Fri May 26 20:32:58 2006 +0000

    Use __xservername__ macro instead of hardcoding. Mention it is for NetBSD
        also (I tested under NetBSD/i386). Add a comment (roff comment) about
        NetBSD. Mention device name for NetBSD.

commit b3eeae114a521cf68b53575be5c128ea5cd60774
Author: Jeremy C. Reed <reed@reedmedia.net>
Date:   Fri May 26 20:23:21 2006 +0000

    NetBSD uses /dev/ttyE?. (Already that way in
        xserver/xorg/hw/xfree86/os-support/bsd/bsd_init.c.)
    I tested on NetBSD/i386 using NetBSD's vesafb. Also this is in NetBSD's CVS
        too where it was tested on Sparc.
    Also added a ChangeLog file.

commit 509c5587ad0474aee101d6dcebe87e02231ebe7d
Author: Kevin E Martin <kem@kem.org>
Date:   Thu May 18 21:14:44 2006 +0000

    Fix ShadowFB support to work with recent miext/shadow changes from bug
        #5460.

commit c639cb95424cdf7b8c04a0970b68114f2224c150
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:56 2005 +0000

    Stub COPYING files

commit 7340d355ccd9d9f5d1d8564fdfd7c6e6fcb21728
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:23 2005 +0000

    Add .cvsignores for drivers.

commit 22571cf4bc09eeaf0be9038ef0896f1d30a1f3b6
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:30:07 2005 +0000

    Prep for modular builds by adding guarded #include "config.h" everywhere.

commit 4e0146d2bef7709a8e88461684453f261c0792af
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:17:00 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit 53de0a660c3e253a4d70e147917109eeec7e2fa2
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date:   Sat Dec 4 00:43:10 2004 +0000

    Encoding of numerous files changed to UTF-8

commit d18e0128136b7070bc40ccf3e64dc5379ae81067
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Nov 27 15:14:15 2004 +0000

    xc/programs/Xserver/hw/xfree86/driver/ati/radeon.man
    xc/programs/Xserver/hw/xfree86/driver/voodoo/voodo.man
    xc/programs/Xserver/hw/xfree86/driver/wsfb/wsfb.man XF86Config ->
        __xconfigfile__

commit 60ee2b97e6e723c584d966a67de5c4d8056eb45b
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Tue Nov 9 21:01:05 2004 +0000

    Bugs #1807 & #1808: make wsfb driver work on NetBSD (Nathan J. Williams).

commit e7c66868a9c6be8928541abc31a4fadafde672ae
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Oct 24 21:12:11 2004 +0000

    - don't pretend to support 24bpp or 32bpp framebuffers if probed depth is
        less than 24. Avoids a core dump after a common configuration error.
        CVS:
        ----------------------------------------------------------------------

commit 6b390a5d40c3d36a3742cbd3a37f667f599e2a91
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Sep 26 17:06:45 2004 +0000

    Hook the wsfb driver and resynchonize with OpenBSD's version.
    Add wsfb, a Net- and OpenBSD specific driver for dumb bitmapped wsdisplay
        screens.