| cf0238e3 |
18-Oct-2025 |
nia <nia@NetBSD.org> |
geode: Avoid reading /dev/cpu/0/msr, which does not exist. This is another sneaky patch posted online by RVP. XXX it should be verified whether changing _PATH_MSRDEV to /dev/cpuctl works on NetBSD (instead of this patch), but for now this is known to work. I don't have access to the hardware to test an alternative solution (neither does RVP). |
| dbded5c2 |
20-Sep-2025 |
christos <christos@NetBSD.org> |
revert previous, fixed in the Makefile (we don't want to change 3rd party code) |
| f7139527 |
20-Sep-2025 |
christos <christos@NetBSD.org> |
gcc 14 thinks that needed is 0x7fffffffffffffff and bails out. |
| 00c1132b |
26-Jul-2025 |
wiz <wiz@NetBSD.org> |
pixman: fix debug build Following a suggestion by mrg. |
| 14a48eb1 |
23-Jul-2025 |
kre <kre@NetBSD.org> |
Provide a fallback timercmp() definition (PR misc/59543) timercmp() isn't a standard function (macro in this case) so isn't guaranteed to exist on some random system that we need to be able to build this on (since it is part of the NetBSD tools setup). So just provide a local copy of the definition, used in the event that nothing else has already defined it. |
| f766d2f6 |
22-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge pixman 0.46.4. |
| 14b11b2b |
22-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.46.4 |
| c87a3a8a |
20-Jul-2025 |
christos <christos@NetBSD.org> |
fix compilation |
| b66deae1 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge twm 1.0.13.1. |
| 6d8e82c3 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.13.1 |
| 3aa48e16 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.4. |
| 7015785a |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.8 |
| a0cd246f |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.7 |
| 838f5b0b |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.4 |
| de301c82 |
15-Jul-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.9 |
| a3cee91a |
24-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Register XFree86 DDX specific "XFree86_VT" Atom to appease xinit(1). |
| 381f08b9 |
24-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure to initialize default XKB rules earlier for Core Keyboard. |
| 2f76b07d |
24-Jun-2025 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.18. |
| 54b5899c |
24-Jun-2025 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.18 |
| 59a1f54a |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure the keyboard device is actually enabled in DDXRingBell(). Also use consistent variable names for readability. |
| 62918564 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate keyboard and mouse event buffers in the device private structures. Also simplify GetEvents functions. |
| 9decb2cd |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate X68kKbdPriv dynamically to make it really private. DEVICE_OFF and DEVICE_CLOSE operations are adjusted accordingly. x68kGetKbdType() function is also added to get keyboard map type specified in the config file. |
| 3ec86d60 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate X68kMousePriv dynamically to avoid static buffers. DEVICE_OFF and DEVICE_CLOSE operations are also adjusted. |
| 4ff7d041 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Reduce references to x68kKbdPriv and x68kMousePriv for readability. |
| 45f60b5b |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor X68k input device handling to remove SIGIO based event processing. The keyboard and pointer input events are now processed directly using fd event notifications registered via DIX SetNotifyFd(), instead of the legacy SIGIO-based asynchronous I/O. |
| b0c54374 |
22-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Use consistent name for DeviceIntPtr variables among keyboard and mouse. |
| f8338865 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Make sure the keyboard device is actually enabled in DDXRingBell(). Also use consistent variable names for readability. |
| 2eda485b |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
No need to check if the device is enabled in event handler functions. These event handlers are activated by SetNotifyFd() only after DXX deviceProc() functions are called with DEVICE_ON from DIX EnableDevice() function. |
| 685bea66 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Remove unused variables. |
| 8931864a |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Add a static function declaration in sunMouse.c. |
| 7ec0c9b9 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Add and sort static function declarations in sunKbd.c. |
| e83940e6 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Allocate keyboard and mouse event buffers in the device private structures. Also simplify GetEvents functions. Tested on Sun 3/60 with bwtwo. |
| c38b1532 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Replace old FNDELAY for fcntl(2) with O_NONBLOCK defined in POSIX. |
| 32b6075a |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Also Refactor sunKbdPrivRec in sunKbd.c to make it private. Now the keyboard device is opened and sunKbdPrivRec is dynamically allocated within the DEVICE_INIT phase of sunKbdProc(). DEVICE_OFF and DEVICE_CLOSE operations are also adjusted accordingly. Tested on Sun 3/60. |
| 2da8aa69 |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor sunPtrPrivRec in sunMouse.c to make it really private. The mouse device is now opened and sunPtrPrivRec is allocated within the DEVICE_INIT phase of sunMouseProc(). DEVICE_OFF and DEVICE_CLOSE operations are also adjusted accordingly. Tested on Sun 3/60. |
| 48c4760e |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Reduce global references to sunPtrPriv, as sunKbd.c does. |
| 177290df |
21-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Refactor Xsun input device handling to remove SIGIO based event processing. The keyboard and pointer input events are now processed directly using fd event notifications registered via DIX SetNotifyFd(), instead of the legacy SIGIO-based asynchronous I/O. This refactoring improves the maintainability and portability of the code by aligning with modern Xorg server practices. Tested on Sun 3/60 with bwtwo, Type-4 keyboard and mouse. |
| d8389a6e |
17-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Initialize DDX pointer valuators consistently with other drivers/servers. This may not be strictly necessary, since InitValuatorAxisStruct() for all axes is also called from the DIX InitPointerDeviceStruct() via InitValuatorClassDeviceStruct() with default values. However, for future X.Org updates, it is beneficial to keep the DIX-DDX interface implementation in MouseProc's DEVICE_INIT operation consistent with the official xf86-input-mouse driver, xquartz DDX server, and others. |
| 1406604b |
17-Jun-2025 |
tsutsui <tsutsui@NetBSD.org> |
Properly apply DIX locking to input events in NetBSD-specific DDX servers. This thread-based DIX locking approach using input_lock() and input_unlock() has been available since X.Org 1.19.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/30ac7567980a1eb79d084a63e0e74e1d9a3af673 All xfree86 DDX implementations have switched to using these new DIX locks instead of the old OsBlockSIGIO() / OsReleaseSIGIO() methods: https://gitlab.freedesktop.org/xorg/xserver/-/commit/6a5a4e60373c1386b311b2a8bb666c32d68a9d99 The xquartz DDX (an official X.Org server implementation) also uses these locks for input events: https://gitlab.freedesktop.org/xorg/xserver/-/commit/7d6ebf3f4e4d517bb846d15a5deb131da19a267c This should resolve occasional SIGSEGVs in the Xsun server caused by NULL pointer dereferences around the event queue handlers under heavy load. Should be pulled up to netbsd-10. |
| 002e1bad |
10-Jun-2025 |
macallan <macallan@NetBSD.org> |
Xorg removed the ramdac module and related stuff, but the only part of this driver that depends on it is support for older GLINTs, and what we're interested in is permedia2 ( for sparc64, aka Sun PGX32 ) and permedia3. Therefore, disable all the old GLINT support, only leave permedia 2/3 support, and we have working X on PGX32 again. |
| 4ddc96cf |
31-Mar-2025 |
hans <hans@NetBSD.org> |
xf86-input-keyboard: add DEC LK401 keyboard map and WSKBD_TYPE_LK401 |
| c5739aaa |
31-Mar-2025 |
hans <hans@NetBSD.org> |
xf86-input-keyboard: fix DEC LK201 layout On the LK201, the F11 serves as Escape by default. The key that's currently defined as Escape is actually grave/tilde. Also, the Delete key above Enter is actually a Backspace. |
| 825c30bc |
25-Mar-2025 |
macallan <macallan@NetBSD.org> |
do a better job finding the actual character boundaries |
| 190d7dce |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xterm 397. |
| 5104ee6e |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xterm-397 |
| a5560a61 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.18 |
| 33adc6ac |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.18 |
| f696e765 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
bump versions in fake configure. |
| b0b61055 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.124. |
| 6acbc0e0 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.124 |
| 06dc2f4a |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
revert a portion of the previous, which ends up failing with our MK_COOKIE definition now being a variable instead of cpp expanded directly into the script. startx now starts up the X server again. XXX. |
| ea972ba2 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.2 |
| ac57ed83 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge xauth-1.1.4, xdm-1.1.17, xinit-1.4.3, and xtrans-1.6.0. |
| a1910677 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.6.0 |
| fd549268 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.3 |
| 1d778f8e |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.17 |
| f6d57fde |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.4 |
| 7628da56 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge oclock 1.0.6. |
| 8bfe6add |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.6 |
| 8b5ec993 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.4 |
| e32e2dab |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.6 |
| 742aa962 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.7 |
| a3680546 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.3 |
| 8db88b12 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.3 |
| 8f9fac4a |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.6 |
| dc088bc7 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.13 |
| ae545d91 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.12 |
| 6bea0e4f |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.6 |
| 3bf3b463 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.1.2 |
| 41e04fc9 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.12. |
| 6ee7d557 |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.12 |
| d5e6aabb |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.12. |
| 07fb9b8f |
09-Mar-2025 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.12 |
| e4f83f77 |
05-Mar-2025 |
macallan <macallan@NetBSD.org> |
drop the rectangle fill workaround here as well |
| d566a54b |
26-Feb-2025 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.16. |
| f2346221 |
26-Feb-2025 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.16 |
| 292c7c59 |
25-Feb-2025 |
macallan <macallan@NetBSD.org> |
- properly clip glyphs drawn into off-screen memory - when drawing glyphs skip pixels with zero alpha |
| 1ce73134 |
22-Feb-2025 |
macallan <macallan@NetBSD.org> |
remove unintended duplicate |
| 9c037af6 |
21-Feb-2025 |
macallan <macallan@NetBSD.org> |
this should have went in with the previous commit |
| 6d300f0a |
20-Feb-2025 |
christos <christos@NetBSD.org> |
Fix the build. Commented out code that is missing #defines |
| bf977f5f |
18-Feb-2025 |
macallan <macallan@NetBSD.org> |
use the hardware to draw anti-aliased text visible speedup The problem is that HP didn't implement full alpha blending support on the FX4, just what's needed to draw anti-aliased lines and edges, and no upper byte in 32bit buffers, which means we can't have anything with alpha in video memory but we can apply alpha blending when scribbling into video memory using BINC, therefore we do *not* want out glyph sources in VRAM... |
| a6437d19 |
26-Jan-2025 |
macallan <macallan@NetBSD.org> |
adjust FIFO slots in SummitWaitFifo() calls |
| 437a79ef |
24-Jan-2025 |
macallan <macallan@NetBSD.org> |
some updates: - turn pixel processing off for GXcopy - small speedup - remove unnecessary exaMarkSync() calls - set prefetch hint in SummitDownloadFromScreen() - *big* speedup |
| 7a5287f7 |
22-Jan-2025 |
macallan <macallan@NetBSD.org> |
add direct support for hardware cursor on Summit |
| 97ec0dae |
15-Jan-2025 |
macallan <macallan@NetBSD.org> |
some udates: - don't use hwmode, just track read- and write mode directly - use FIFO pacing now that we know how, only stall the engine if we need to access video memory or change buffer access modes - use a back buffer as off-screen memory, modify Prepare*() etc. accordingly |
| c3c27e4f |
11-Jan-2025 |
wiz <wiz@NetBSD.org> |
twm: fix sub-menu handling Patch from RVP. Fixes PR 58979. |
| da676487 |
27-Dec-2024 |
macallan <macallan@NetBSD.org> |
this should have went in with the last summit_accel.c commit.. |
| 5ec9a660 |
26-Dec-2024 |
macallan <macallan@NetBSD.org> |
use ROPs now that we know how |
| ea396379 |
25-Dec-2024 |
macallan <macallan@NetBSD.org> |
support 24bit |
| 3441c0ed |
10-Dec-2024 |
macallan <macallan@NetBSD.org> |
make sure we log a found message for every device: [ 2209.958] (II) NGLEPreInit: found Visualize FX 2/4/6 ( GID 2fc1066b ) [ 2209.971] (II) NGLEPreInit: found HCRX ( GID 2bcb015a ) |
| 77e25d50 |
10-Dec-2024 |
macallan <macallan@NetBSD.org> |
allow more than one device section |
| 7517da51 |
07-Dec-2024 |
macallan <macallan@NetBSD.org> |
add *very* experimental Visualize FX support |
| 6e467124 |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.10 |
| 3b4ba46c |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.10 |
| 7854a16a |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libXt 1.3.1. |
| 35525df4 |
17-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.3.1 |
| e3ad3f46 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.7. |
| 8b648e79 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.7 |
| d3173433 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.4 |
| eb323118 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1.2 |
| 94f982db |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.7.0, xfs 1.2.2, xrandr 1.5.3, and xtrans 1.5.2. |
| 47a4502c |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.5.2 |
| b96bd083 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.3 |
| e1db7cd1 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.2 |
| c1e8faa6 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.7 |
| dfac8f13 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.7.0 |
| e2f3d188 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge xclipboard 1.1.5, xlogo 1.0.7, xmag 1.0.8, and xprop 1.2.8. |
| a2394c98 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.7 |
| c8df0c59 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.8 |
| 46374b8d |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.8 |
| 1e42c052 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.7 |
| bbfad078 |
16-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.5 |
| 5bc19eeb |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge libXcursor 1.2.3, libXi 1.8.2, libFS 1.0.10, libXfont2 2.0.7, and libXtst 1.2.5. |
| 10f94802 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.5 |
| c6b4a769 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8.2 |
| 6a46240f |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.7 |
| 6b7436ae |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.3 |
| 00ca1914 |
15-Nov-2024 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.10 |
| dd8addee |
06-Nov-2024 |
mrg <mrg@NetBSD.org> |
port xorg-server change 26769aa71fcbe0a8403b7fb13b7c9010cc07c3a8 there are two chunks in this change, and while they apply fine to the old xorg-server 1.10 tree (unlike _most_), they do not build due to using new identifiers. the first chunk uses a new MASTER_ATTACHED argument to GetMaster(), which avoids finding paired devices. the only answer it can give with the setup of already testing !IsMaster(other) is "other->u.master", so just use that directly instead if calling GetMaster(). the second chunk uses a new single-line IsFloating() function, and if you expand it's use here to the full expression, it ends up just being: if (!IsMaster(dev) && dev->u.master) (which just happens to match the same line a few above, for the loop of not-off "devices".) testing this code path is a little tricky. Subject: [PATCH] dix: when disabling a master, float disabled slaved devices too Disabling a master device floats all slave devices but we didn't do this to already-disabled slave devices. As a result those devices kept their reference to the master device resulting in access to already freed memory if the master device was removed before the corresponding slave device. And to match this behavior, also forcibly reset that pointer during CloseDownDevices(). Related to CVE-2024-21886, ZDI-CAN-22840 |
| 15d5bffa |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
apply upstream change 3e77295f888c67fc7645db5d0c00926a29ffecee Subject: [PATCH] Xi: ProcXIPassiveGrabDevice needs to use unswapped length to send reply CVE-2024-31081 |
| 19bbc2cf |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
apply upstream change 96798fc1967491c80a4d0c8d9e0a80586cb2152b Subject: [PATCH] Xi: ProcXIGetSelectedEvents needs to use unswapped length to send reply CVE-2024-31080 |
| 91d321ac |
03-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change bc1fdbe46559dd947674375946bbef54dd0ce36b Subject: [PATCH] Xi: do not keep linked list pointer during recursion The `DisableDevice()` function is called whenever an enabled device is disabled and it moves the device from the `inputInfo.devices` linked list to the `inputInfo.off_devices` linked list. However, its link/unlink operation has an issue during the recursive call to `DisableDevice()` due to the `prev` pointer pointing to a removed device. This issue leads to a length mismatch between the total number of devices and the number of device in the list, leading to a heap overflow and, possibly, to local privilege escalation. Simplify the code that checked whether the device passed to `DisableDevice()` was in `inputInfo.devices` or not and find the previous device after the recursion. CVE-2024-21886, ZDI-CAN-22840 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| 7b5ab33a |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 4a5e9b1895627d40d26045bd0b7ef3dce503cbd1 Subject: [PATCH] Xi: flush hierarchy events after adding/removing master devices The `XISendDeviceHierarchyEvent()` function allocates space to store up to `MAXDEVICES` (256) `xXIHierarchyInfo` structures in `info`. If a device with a given ID was removed and a new device with the same ID added both in the same operation, the single device ID will lead to two info structures being written to `info`. Since this case can occur for every device ID at once, a total of two times `MAXDEVICES` info structures might be written to the allocation. To avoid it, once one add/remove master is processed, send out the device hierarchy event for the current state and continue. That event thus only ever has exactly one of either added/removed in it (and optionally slave attached/detached). CVE-2024-21885, ZDI-CAN-22744 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| a2f091b7 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change e5e8586a12a3ec915673edffa10dc8fe5e15dac3 Subject: [PATCH] glx: Call XACE hooks on the GLX buffer The XSELINUX code will label resources at creation by checking the access mode. When the access mode is DixCreateAccess, it will call the function to label the new resource SELinuxLabelResource(). However, GLX buffers do not go through the XACE hooks when created, hence leaving the resource actually unlabeled. When, later, the client tries to create another resource using that drawable (like a GC for example), the XSELINUX code would try to use the security ID of that object which has never been labeled, get a NULL pointer and crash when checking whether the requested permissions are granted for subject security ID. To avoid the issue, make sure to call the XACE hooks when creating the GLX buffers. Credit goes to Donn Seeley <donn@xmission.com> for providing the patch. CVE-2024-0408 |
| f5d46ea4 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change ece23be888a93b741aa1209d1dbf64636109d6a5 but into Xi/exevents.c instead of dix/enterleave.c. Subject: [PATCH] dix: Allocate sufficient xEvents for our DeviceStateNotify If a device has both a button class and a key class and numButtons is zero, we can get an OOB write due to event under-allocation. This function seems to assume a device has either keys or buttons, not both. It has two virtually identical code paths, both of which assume they're applying to the first event in the sequence. A device with both a key and button class triggered a logic bug - only one xEvent was allocated but the deviceStateNotify pointer was pushed on once per type. So effectively this logic code: int count = 1; if (button && nbuttons > 32) count++; if (key && nbuttons > 0) count++; if (key && nkeys > 32) count++; // this is basically always true // count is at 2 for our keys + zero button device ev = alloc(count * sizeof(xEvent)); FixDeviceStateNotify(ev); if (button) FixDeviceStateNotify(ev++); if (key) FixDeviceStateNotify(ev++); // santa drops into the wrong chimney here If the device has more than 3 valuators, the OOB is pushed back - we're off by one so it will happen when the last deviceValuator event is written instead. Fix this by allocating the maximum number of events we may allocate. Note that the current behavior is not protocol-correct anyway, this patch fixes only the allocation issue. Note that this issue does not trigger if the device has at least one button. While the server does not prevent a button class with zero buttons, it is very unlikely. CVE-2024-0229, ZDI-CAN-22678 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| bde01a6b |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 9e2ecb2af8302dedc49cb6a63ebe063c58a9e7e3 though the enterleave.c portion msut be applied to Xi/exevents.c:DeviceFocusEvent(). Subject: [PATCH] dix: allocate enough space for logical button maps Both DeviceFocusEvent and the XIQueryPointer reply contain a bit for each logical button currently down. Since buttons can be arbitrarily mapped to anything up to 255 make sure we have enough bits for the maximum mapping. CVE-2023-6816, ZDI-CAN-22664, ZDI-CAN-22665 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| 64af8fac |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 14f480010a93ff962fef66a16412fafff81ad632: Subject: [PATCH] randr: avoid integer truncation in length check of ProcRRChange*Property Affected are ProcRRChangeProviderProperty and ProcRRChangeOutputProperty. See also xserver@8f454b79 where this same bug was fixed for the core protocol and XI. This fixes an OOB read and the resulting information disclosure. Length calculation for the request was clipped to a 32-bit integer. With the correct stuff->nUnits value the expected request size was truncated, passing the REQUEST_FIXED_SIZE check. The server then proceeded with reading at least stuff->num_items bytes (depending on stuff->format) from the request and stuffing whatever it finds into the property. In the process it would also allocate at least stuff->nUnits bytes, i.e. 4GB. CVE-2023-6478, ZDI-CAN-22561 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative |
| c8c3bf63 |
02-Nov-2024 |
mrg <mrg@NetBSD.org> |
merge upstream change 8f454b793e1f13c99872c15f0eed1d7f3b823fe8: Subject: [PATCH] Xi: avoid integer truncation in length check of ProcXIChangeProperty This fixes an OOB read and the resulting information disclosure. Length calculation for the request was clipped to a 32-bit integer. With the correct stuff->num_items value the expected request size was truncated, passing the REQUEST_FIXED_SIZE check. The server then proceeded with reading at least stuff->num_items bytes (depending on stuff->format) from the request and stuffing whatever it finds into the property. In the process it would also allocate at least stuff->num_items bytes, i.e. 4GB. The same bug exists in ProcChangeProperty and ProcXChangeDeviceProperty, so let's fix that too. CVE-2022-46344, ZDI-CAN 19405 |
| 59ca590c |
30-Oct-2024 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.14. |
| 58cf2af7 |
30-Oct-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.14 |
| f8e8ce30 |
27-Oct-2024 |
macallan <macallan@NetBSD.org> |
due to the strange way colour maps and cursor bitmaps are accessed on at least some cards, make sure we do not skip the PrepareAccess() dance after those. |
| 852b373f |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
Set S bit in IBOvals in NGLEPrepareCopy_EG() - without it we get garbage on the right border. Don't seem to need it on HCRX. While there, don't blindly assume 8bit colour when accessing off-screen memory. Shouldn't make a difference now but we may eventually support 24bit devices that have off-screen memory ( or figure out how to access it on HCRX ) |
| 88c8ff34 |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
set the right visual type for 8bit colour |
| 9f844d85 |
25-Oct-2024 |
macallan <macallan@NetBSD.org> |
comment cleanup, magic number reduction |
| ce159321 |
22-Oct-2024 |
macallan <macallan@NetBSD.org> |
add HCRX support |
| bc460d0d |
22-Oct-2024 |
macallan <macallan@NetBSD.org> |
some cleanup: - consistetly use buffer 0 - makes no difference when double buffering is disabled ( which it should be ) but may bite us if it isn't - add some comments on why we do what we do |
| 771c18a5 |
22-Oct-2024 |
mrg <mrg@NetBSD.org> |
sort-of-fix Mesa on most 32-bit platforms. the new sparse_array implementation in Mesa 21 (not present in Mesa 19, as shipped with netbsd-10) triggers it asking for an __atomic_load_8() function, alongside it's __atomic_fetch_add_8/__atomic_fetch_sub_8/ __sync_val_compare_and_swap_8 versions on 32-bit platforms, so add a __atomic_load_8() workaround that uses the same method as the others to provide sync. (i did check, and almost the accesses in mesa that this accessor is used with do go via the API, the only ones not used are as part setup/clean up. tested by rin@ on macppc. |
| 727c6de2 |
21-Oct-2024 |
macallan <macallan@NetBSD.org> |
add acceleration, Visualize EG only for now |
| a7fd8e5e |
16-Oct-2024 |
macallan <macallan@NetBSD.org> |
very humble beginnings of a native driver for HP's NGLE family of graphics devices |
| 297463f9 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-xfree86-type1-1.0.5 |
| 38b41dab |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-winitzki-cyrillic-1.0.4 |
| bb068e1d |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-sun-misc-1.0.4 |
| def0d0f3 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-screen-cyrillic-1.0.5 |
| 023b3b36 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-schumacher-misc-1.1.3 |
| 75b29833 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-cyrillic-1.0.4 |
| 93249ebf |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-micro-misc-1.0.4 |
| b35cf2c0 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-cronyx-cyrillic-1.0.4 |
| a64a7ac0 |
22-Sep-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-arabic-misc-1.0.4 |
| a8c27980 |
02-Sep-2024 |
macallan <macallan@NetBSD.org> |
we need NVDMA*() even when building without XAA support |
| 78f6f648 |
24-Jul-2024 |
mrg <mrg@NetBSD.org> |
don't run on netbsd if booted from UEFI. it doesn't work, and genfb should. XXX: pullup-10, maybe pullup-9 |
| aed6ad56 |
05-Jul-2024 |
mrg <mrg@NetBSD.org> |
apply some ugly (char *) cast when calling vgaHWSetMmioFuncs(). |
| 875c6e4f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.13. |
| d9252ffb |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.13 |
| 96f30226 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
re-turn off NLS and a couple of other things here (also used by tools build.) |
| b5b73dd3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
add new generated files. |
| 32c2f8ae |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.15.0. |
| ae02b298 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.15.0 |
| 48246ce7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.122 |
| bbff01ce |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.122 |
| 980988ae |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xterm 392. |
| 04b94745 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xterm-392 |
| c06e8ac6 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1.3, and xdm 1.1.16. |
| 4901b09e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.16 |
| 273c00b8 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.3 |
| 187ef25f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.1.0 |
| 7fabf1db |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
re-merge properly |
| 50642943 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
pkgconfig hack. |
| 845f12d7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge fonttosfnt 1.2.3, and libpciaccess 0.18.1. |
| 5ad99bdf |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.18.1 |
| fbfaf8f3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.3 |
| b7d0e977 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
avoid a redefinition error. |
| 6ae2c069 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.10, mkfontscale 1.2.3, and xkbcomp 1.4.7. |
| affd2f3f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.6 |
| 6930ead5 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.7 |
| b2448f93 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.3 |
| 43b8458e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.10 |
| 22281038 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.4.1 |
| 18ea056e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.17.0 |
| b9526c6a |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.17.0 |
| b5154cd8 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| 72320d7b |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.4, xf86-video-chips 1.5.0, xf86-video-nv 2.1.23, xf86-video-savage 2.4.1, xf86-video-siliconmotion 1.7.10, xf86-video-vboxvideo 1.0.1. |
| 636c353e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vboxvideo-1.0.1 |
| beef1b22 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.10 |
| 5c8a776c |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.4.1 |
| dbcfc9ff |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.23 |
| 44256261 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.5.0 |
| 901a7df4 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.4 |
| 82d1c0e7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.16, libfontenc 1.1.8, libpthread-stubs 0.5, and util-macros 1.20.1. |
| 220ad8cd |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.1 |
| fe605390 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.5 |
| da2777aa |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.8 |
| efbcb2bf |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.16 |
| e2515bd3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.8, xmh 1.0.5, xorg-docs 1.7.3, and xsm 1.0.6. |
| 8d1e6323 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.6 |
| e4efb0bc |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.1.0 |
| 9dd7914a |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7.3 |
| 66d665a3 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.5 |
| 61d7a284 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.8 |
| 224bc9c7 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.1.1 |
| 772b5186 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.10 |
| 6448b35c |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.5, xconsole 1.1.0, xditview 1.0.7, xedit 1.2.4, xev 1.2.6, xeyes 1.3.0, xload 1.2.0, xman 1.2.0, xmessage 1.0.7, and xmore 1.0.4. |
| ed89697e |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.4 |
| 14a67432 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.7 |
| a5a2a776 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.2.0 |
| 83f4f7f0 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.2.0 |
| 3bee1c92 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.3.0 |
| 99999d39 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.6 |
| c2cbb186 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.4 |
| 00994698 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.7 |
| d5e55f73 |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.1.0 |
| 3b83913f |
04-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.5 |
| 121633d0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge makedepend-1.0.9. |
| fadff096 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.9 |
| baaedd75 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.5 |
| b0d3a7b0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.6 |
| 38d718bd |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.9 |
| 433d0511 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.1.1 |
| 9683b4e0 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.7 |
| 5d8688b9 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libXext-1.3.6 and libXvMC-1.0.14. |
| 0f57e2e1 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.14 |
| 0c674dbd |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.4 |
| 05789e77 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.6 |
| e08b657d |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.5 |
| 0ea508b1 |
03-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.2 |
| c85d0663 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
restore vax fp code removed here in libX11 1.8.8. |
| c6e579a2 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.9. |
| ebe525bc |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.9 |
| 635a5eb8 |
02-Jul-2024 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2024.1 |
| c855858b |
21-Jun-2024 |
mrg <mrg@NetBSD.org> |
fix build on alpha. some clean up upstream didn't get tested on alpha it seems, with both missing CARD8 etc identifiers as well as dead/duplicate code. |
| bf7d8d8d |
10-Jun-2024 |
macallan <macallan@NetBSD.org> |
make sure we fill in the name field in generated / converted modes fixes PR 58321, tested by tsutsui@ |
| a61c6651 |
13-May-2024 |
macallan <macallan@NetBSD.org> |
support 16bit colour This requires kernel support, which was committed yesterday. |
| 740d9efe |
09-May-2024 |
nia <nia@NetBSD.org> |
undef HAVE_X11_EXTENSIONS_XF86MISC_H none of our X servers support this extension since 2008 or so. |
| 024565cb |
08-May-2024 |
christos <christos@NetBSD.org> |
Add casts to appease clang |
| cbafdbbf |
24-Apr-2024 |
martin <martin@NetBSD.org> |
fix pasto in previous |
| 6fdc29e9 |
24-Apr-2024 |
macallan <macallan@NetBSD.org> |
don't enable xrender support unless we have 24bit colour |
| 54c3abb5 |
24-Apr-2024 |
martin <martin@NetBSD.org> |
Add dummy cpu feature detection for mipsn64 on NetBSD. XXX seems there is no way to detect mips MSA (SIMD) support currently. |
| fc67b037 |
23-Apr-2024 |
martin <martin@NetBSD.org> |
Do not re-define CACHE_LINE_SIZE |
| bb191807 |
20-Apr-2024 |
maya <maya@NetBSD.org> |
Fix build of mesa 21 This definition is missing from elftoolchain's elfdefinitions.h (via libelf.h), which conflicts with sys/exec_elf.h so we can't get it from sys/exec_elf.h. |
| d9ebab69 |
14-Apr-2024 |
mlelstv <mlelstv@NetBSD.org> |
Only limit the scroll warning, but continue to send the scroll events. |
| 01260a01 |
25-Mar-2024 |
jandberg <jandberg@NetBSD.org> |
xf86-video-wsfb: Add support for 16 color mode on Amiga - Sets up 8bpp shadow framebuffer with depth 4 - Bitplane conversion done in shadow update function - Adds new shadow update function shadowUpdateAfb4x8, which is a slightly modified version of existing shadowUpdateAfb4/8. Discussion on tech-x11: http://mail-index.netbsd.org/tech-x11/2024/02/29/msg002447.html |
| 51817185 |
12-Mar-2024 |
macallan <macallan@NetBSD.org> |
remove accidentally left in debug goop |
| b3baceec |
12-Mar-2024 |
macallan <macallan@NetBSD.org> |
use uint8_t for all 8bit masks and data to avoid sign extending weirdness found by running this on hppa with gcc12 |
| f3a44919 |
07-Feb-2024 |
rhialto <rhialto> |
xf86-input-ws: print log message about touchpad scrolling only once. |
| 0c2341a9 |
26-Jan-2024 |
tsutsui <tsutsui@NetBSD.org> |
Handle "LSBit is left" bitorder VRAM of smg(4) and qv(4) on VAXen. Confirmed on smg(4) on my VAXstation 3100/30. Should be pulled up to netbsd-10. |
| bff82b7e |
22-Jan-2024 |
jmcneill <jmcneill@NetBSD.org> |
xf86-video-wsfb: Add support for Nintendo Wii The Wii's framebuffer is YUY2, so add a custom shadowproc that converts from RGB565 to YUY2 on the fly. |
| 53a12b5f |
08-Jan-2024 |
macallan <macallan@NetBSD.org> |
add support for doubling a font's size, with optional smoothing - works only on fonts up to 8 pixels wide for now - smoothing attempts to detect pixel staircases and add pixels to smooth them out |
| d49df8ba |
07-Nov-2023 |
tsutsui <tsutsui@NetBSD.org> |
xf86-input-keyboard: add suppport to get keymap via WSKBDIO_GETMAP ioctl(2). No particular comment on tech-x11@: https://mail-index.netbsd.org/tech-x11/2023/10/31/msg002415.html https://mail-index.netbsd.org/tech-x11/2023/11/04/msg002416.html Tested on NWS-3260 and NWS-3470 with Xorg 1.10 server in netbsd-9. Worth to pullup to netbsd-10 and netbsd-9. |
| f9211c3f |
05-Nov-2023 |
jdc <jdc@NetBSD.org> |
Add NetBSD keyword. |
| b2794957 |
05-Nov-2023 |
jdc <jdc@NetBSD.org> |
Revert r1.4. The changes are minimal and they cause redraw problems (as reported by Maxim Devaev on port-sparc). |
| a95acc01 |
03-Nov-2023 |
prlw1 <prlw1@NetBSD.org> |
We already have libdrm 2.4.114 :-) |
| bc1411c9 |
28-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge security fixes from xorg-server 21.1.9 into xorg-server 10. Fixes CVE-2023-5367 and CVE-2023-5380. |
| f0d0f83f |
25-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.9. |
| eee80088 |
25-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.9 |
| 054b220a |
20-Oct-2023 |
mlelstv <mlelstv@NetBSD.org> |
Use a SIGCHLD handler instead of ignoring the signal. This avoids lockups when child processes were inherited (e.g. from .xsession) but new children are waited for in system(). |
| 4e08afa9 |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.7 and libXpm 3.5.17. |
| 52dc082b |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.17 |
| cbfda780 |
03-Oct-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.7 |
| 75cc7136 |
05-Sep-2023 |
mrg <mrg@NetBSD.org> |
adjust the prototype for sm11_hw_metric_calc_result() to reality. it used to say res64[8] but was passed a res64[4], and only accessed the first 4 elements anyway. already fixed the same in newer Mesa. fixes GCC 12 warning. |
| 893028ef |
11-Aug-2023 |
mrg <mrg@NetBSD.org> |
don't try to free(argv) from main. free(child_argv) instead. |
| 29dcb7bf |
11-Aug-2023 |
mrg <mrg@NetBSD.org> |
redo previous change which didn't actually avoid the truncation. increase the definition of MSLEN so that the size check fits the maximum actual string definition. also reduces diff vs upstream to just one 1 line. |
| 65bbbf1b |
28-Jul-2023 |
christos <christos@NetBSD.org> |
Gcc complains about overflow writing 53 bytes into a region of size 35, and it is correct for the alphabet copying line, which correctly comments about the overflow too. |
| 4ffa922f |
27-Jul-2023 |
macallan <macallan@NetBSD.org> |
include glyph name in -d output |
| d934394a |
27-Jul-2023 |
macallan <macallan@NetBSD.org> |
document command line option |
| 22fc2aa6 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
sizeof() returns size_t type. |
| 30147a1f |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
Fix enum name in cast. |
| 68e1a643 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
include cstdarg for va_list Copied from graphics/MesaLib pkg. |
| c6704ba4 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
setOverrideStackAlignment() isn't in our llvm runtime library. |
| 96c5ddc4 |
16-Jul-2023 |
rjs <rjs@NetBSD.org> |
Update generated files to match 21.3.7. Created using a dummy pkg. |
| 951327e6 |
15-Jul-2023 |
gutteridge <gutteridge@NetBSD.org> |
x11-ssh-askpass.man.in: spell "LED" consistently |
| df1c27a6 |
05-Jul-2023 |
nia <nia@NetBSD.org> |
Merge ctwm-4.1.0 |
| b18c2d1e |
05-Jul-2023 |
nia <nia@NetBSD.org> |
ctwm-4.1.0 |
| 46bb3e47 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14.2. |
| 1cc69409 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.2 |
| ebac4eb7 |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.5 |
| d1603bab |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xterm 382. |
| 5307cd1a |
20-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xterm-382 |
| c744f008 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.21, xf86-video-i128 1.4.1, xf86-video-neomagic 1.3.1, and xf86-video-savage 2.4.0. |
| 2b2b4fcb |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.4.0 |
| efb46889 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.3.1 |
| e9f7eabc |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.4.1 |
| 79d5fcd7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.21 |
| cd2eb4f7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 22.0.0. |
| 0a1d3ae0 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-22.0.0 |
| 83283e49 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xinput 1.6.4, xrdb 1.2.2, xwd 1.0.9, and xwininfo 1.1.6 |
| 2163f7f8 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.6 |
| 6728f30e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.9 |
| 14cde9d3 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.2 |
| 20f5670e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.4 |
| 8f67466e |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
update for new xdpyinfo |
| f303c8d5 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.4 |
| fc5a3af9 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.2 |
| 7f6d8fe2 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.4 |
| 81234fe6 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
make _port 'const', to match the users. |
| a773ec55 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge libXfixes 6.0.1, libXft 2.3.8, libXi 1.8.1, libXpm 3.5.16, libXt 1.3.0, and xtrans 1.5.0. |
| e45ace2b |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.5.0 |
| fdf6a26f |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.3.0 |
| 74835918 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.16 |
| 4e8f48c7 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8.1 |
| 0c6340ca |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.8 |
| a7e741d5 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-6.0.1 |
| 15885c33 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.6. |
| 7d2c738b |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.6 |
| 437f5d83 |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2023.02 |
| 68872e7f |
19-Jun-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2023.2 |
| 7f60d2b9 |
04-Jun-2023 |
riastradh <riastradh@NetBSD.org> |
mesa: Remove massive kludge that worked around PR toolchain/50277. Now that the underlying bug in ld.elf_so is fixed, the workaround is causing harm. XXX pullup-10 |
| 84795101 |
31-Mar-2023 |
mrg <mrg@NetBSD.org> |
pull across fixes for ZDI-CAN-19866 / CVE-2023-1393: use after free |
| 62379c04 |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 21.1.8. |
| 66a63a3a |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.8. |
| 23bc1c4e |
30-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.8 |
| 3de6561f |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.38. |
| caa6d561 |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.38 |
| e4543249 |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.15. |
| 5b16253f |
23-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.15 |
| 880d0a0c |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge xbitmaps 1.1.3 and xorg-cf-files 1.0.8. also, fix riscv64 on netbsd to define _XSERVER64. |
| 944bff83 |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.8 |
| e8340fab |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.3 |
| 6781a5f7 |
20-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.20.0 |
| 867a772d |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
merge new font packages. |
| c12babeb |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.4.0 |
| 7b5fefc8 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-sony-misc-1.0.4 |
| 541411ce |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.4 |
| 0cfee914 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.3 |
| 111ba1da |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.4 |
| 6c19a6d3 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.4 |
| 06b4e479 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.4 |
| 87402a6f |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.4 |
| 18eba588 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.4 |
| d3407da1 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.4 |
| f080562e |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.4 |
| 414cce6a |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.4 |
| 7591dea4 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.4 |
| 3d730be9 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.4 |
| 48e37bc2 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.4 |
| 82ac4983 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.4 |
| cacb27f9 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.4 |
| 15adf0bf |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.4 |
| f403ce92 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.4 |
| 0c1e1135 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.5 |
| e5e957df |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.5 |
| 09924814 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.5 |
| ef516338 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.4 |
| 5d10e53f |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.4 |
| 22138c50 |
19-Mar-2023 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.7 |
| 9775ba4b |
02-Mar-2023 |
mrg <mrg@NetBSD.org> |
fix idempotent check define as noticed by LLVM. |
| 251c8b28 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
updates for xf86-video-amdgpu 23.0. |
| a075da42 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
work around a local change that enables drivers to work. see 'const' commented in xorg-server/dist/hw/xfree86/common/xf86xv.h. maybe we can clean this up properly now most drivers are updated. |
| e49c54bc |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-23.0.0 |
| 8d416bed |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
updates for xf86-video-vmware 13.4.0. |
| 0b7217d9 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ark 0.7.6, xf86-video-s3virge 1.11.1, xf86-video-trident 1.4.0, and xf86-video-vmware 13.4.0. |
| 25dbecb6 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.4.0 |
| d87a3195 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.4.0 |
| 22663e35 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.11.1 |
| d514b0f3 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-qxl-0.1.6 |
| 15ffece8 |
26-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.6 |
| 4fb2404e |
24-Feb-2023 |
mrg <mrg@NetBSD.org> |
arrange for ftoption.h to define FT_CONFIG_OPTION_USE_BROTLI but not for tools guard the definition in ftoption.h with #ifndef TOOL_FCCACHE, and build the tools portions with this defined if not already set. this fixes building pkgsrc blender with native x11. |
| d931189f |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
pullover fix from xorg-server 21.1.7: https://gitlab.freedesktop.org/xorg/xserver/-/commit/0ba6d8c37071131a49790243cdac55392ecf71ec Xi: fix potential use-after-free in DeepCopyPointerClasses CVE-2023-0494, ZDI-CAN-19596 This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative Signed-off-by: Peter Hutterer's avatarPeter Hutterer <peter.hutterer@who-t.net> |
| 84df3cf2 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge beforelight 1.0.6 |
| e9feffd0 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.6 |
| 3138c4c0 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.7. |
| a1e1cf94 |
07-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.7 |
| 0b3dccf2 |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
avoid redefining xmalloc and xfree. this file defines them with a parameter, but Xthreads.h (which comes from xorgproto) only defines them as names, causing conflicting definitions. fixes build with libX11 1.8.4. |
| 876003ca |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.4. |
| 14db512d |
05-Feb-2023 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.4 |
| 7324a715 |
04-Feb-2023 |
wiz <wiz@NetBSD.org> |
xfwp: remove |
| 26fa459c |
29-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of brotli 1.0.9. modern blender wants freetype to have brotli support enabled or it won't build. fortunately, enabling the decoder support (all it needs currently) is relatively easy and small (~160k on amd64) without exposing brotli as a first class citizen is easy, so this will be linked into xsrc freetype directly. XXX: pullup-10? or perhaps force -10 to use pkgsrc freetype? from pkgsrc DESCR: Brotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling, with a compression ratio comparable to the best currently available general-purpose compression methods. It is similar in speed with deflate but offers more dense compression. |
| df74d854 |
22-Jan-2023 |
rillig <rillig@NetBSD.org> |
revert workaround for lint A simple '-DFC_NO_MT' in the Makefile works even better. |
| cb4e8962 |
22-Jan-2023 |
christos <christos@NetBSD.org> |
deal with vax exponent limit |
| 45180ea6 |
22-Jan-2023 |
rillig <rillig@NetBSD.org> |
fontconfig: fix lint build (GCC internals in <stdatomic.h>) |
| 18181623 |
21-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14.1. |
| eceda581 |
21-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.1 |
| 624e3943 |
20-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull over / convert to upstream fixes for newer binutils https://gitlab.freedesktop.org/xorg/util/cf/-/commit/90b66dc73deb9ef303690370395cf831425547c7 also apply to a couple of other ArCmd uses. thanks tnn@ for pointing me to the above change. |
| 7872e0a1 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.14. |
| a4e54154 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.14.0 |
| c378da89 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXpm 3.5.15. |
| 1c235774 |
19-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.15 |
| e0bfd4aa |
17-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull over fix from pkgsrc xorg-cf-files and avoid ar's "l" flag. |
| 665b72dd |
11-Jan-2023 |
macallan <macallan@NetBSD.org> |
be more consistent with debug options |
| 698f741c |
09-Jan-2023 |
mrg <mrg@NetBSD.org> |
fix previous - still include xf86Cursor.h |
| 7e806d9d |
09-Jan-2023 |
mrg <mrg@NetBSD.org> |
pull across a fix from upstream to fix clang builds. https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests/16/diffs?commit_id=d60b0af5e32fed034bd163d244148947d3ed91a8 Avoid undefined behavior (left-shifting negative value) in pixman_int_to_fixed Reported in https://bugzilla.mozilla.org/show_bug.cgi?id=1580352. Casting the argument to uint32_t should avoid invoking undefined behavior here. We'll still have *implementation-defined* behavior when casting the result back to pixman_fixed_t, but that's better than *undefined*. |
| 25ad54ca |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.3, xf86-video-suncg6 1.1.3, xf86-video-sunffb 1.2.3, xf86-video-sunleo 1.2.3, and xf86-video-suntcx 1.1.3. ffb_driver.c probably needs explicit testing that the EXA/XAA code still works properly. |
| bd2ed648 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suntcx-1.1.3 |
| 8fc2d0c6 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.3 |
| cfa76ccd |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.3 |
| 5c30ecad |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.3 |
| 66ab3337 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.3 |
| e8b4ed9f |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.3, xf86-video-ast 1.1.6, xf86-video-r128 6.12.1, and xf86-video-vesa 2.6.0. |
| 5e62143b |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.6.0 |
| 8ce07328 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.12.1 |
| f010a93d |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.1.6 |
| 621f50c3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.3 |
| 139359d2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.2 |
| 9ab56c27 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.2 |
| 43d802fa |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.7 |
| 630e437a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.11 |
| ee1eb866 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xdriinfo 1.0.7. |
| 138a9f8a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.5 |
| a57d84fe |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.6 |
| b71ad168 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.9 |
| a0d387c7 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.7 |
| 7aed6334 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xinit 1.4.2, xprop 1.2.6, xrandr 1.5.2, xset 1.2.5, and xstdcmap 1.0.5 |
| 94c9ab7b |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.5 |
| 0f5b81e5 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.5 |
| 09113985 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.2 |
| 49bee38c |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.6 |
| 7c5adda3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.2 |
| aa3927f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge lndir 1.0.4, transset 1.0.3, xdm 1.1.14, xfd 1.1.4, and xgamma 1.0.7 |
| 7ed541ca |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.7 |
| 31e5d586 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.4 |
| f9f7a7f2 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.14 |
| 9f1d9476 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.3 |
| 16e5c272 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.4 |
| 565394e5 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libSM 1.2.4, and libXxf86dga 1.1.6 |
| 27485fbc |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.6 |
| 3fb97780 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.4 |
| 7bf574cc |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXScrnSaver 1.2.4, libXcomposite 0.4.6, libXdamage 1.1.6, libXres 1.2.2, and libXv 1.0.12. |
| 949d0342 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.12 |
| a392d4f3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.2 |
| 6c9573ad |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.6 |
| c3e29c03 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.6 |
| d5637ae9 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.4 |
| a5bbb2f1 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
fix merge-botch in previous |
| 8b1f82e3 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.7, libXpm 3.5.14, and libXrandr 1.5.3. |
| 8d0bc965 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.3 |
| 19569120 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.14 |
| 25420f97 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.7 |
| 515ec619 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.4 |
| 1009a292 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.1.1 |
| 2d19872a |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.6. |
| d36a1693 |
08-Jan-2023 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.6 |
| 9f4f9267 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
fix a couple of merge botches (duplicated) delete #if 0'd sections. reduces diffs vs upstream. |
| b7163d5b |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Fix broken revert commit part #2 |
| 0efe039a |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Argh, undo "revert" commit to wrong branch |
| 1ccffcbd |
19-Dec-2022 |
martin <martin@NetBSD.org> |
Try to revert partial previous commit (ssh connection dropped) |
| e383896c |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.21.1.5 |
| c82838c1 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.5 |
| 507fd43f |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.3 |
| ee0db89d |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.8 |
| 3bea7804 |
19-Dec-2022 |
mrg <mrg@NetBSD.org> |
revert previous: recently release makedepend fixes it better. |
| a1d8a91d |
17-Dec-2022 |
mrg <mrg@NetBSD.org> |
un-merge pixman 0.42.2 and re-merge 0.38.4. |
| 101944cf |
17-Dec-2022 |
mrg <mrg@NetBSD.org> |
initial import of revert to pixman-0.38.4. see arm64 neon issues, and other issues (eg, PR#57108) |
| 7dd2a3ff |
16-Dec-2022 |
mrg <mrg@NetBSD.org> |
bump MAXFILES. xmcd in pkgsrc triggers this limit ... XXX: pullup? |
| a0f5681e |
06-Dec-2022 |
martin <martin@NetBSD.org> |
Undo upstream commit b4a105d77232a87304b7b621e2f99e699a8eebd3, it breaks colours on big endian machines. Also reported upstream. |
| da4b5163 |
14-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.5 |
| 74b35aa8 |
14-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.4 |
| 84464ca6 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge xkbevd 1.1.5, xkill 1.0.6, and xlogo 1.0.6 |
| 3a99fc18 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.6 |
| 1c145c9f |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.6 |
| a67f45c3 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.5 |
| 6f13e4f1 |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.6.2. |
| c9e4df9b |
13-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.2 |
| d2fd9018 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
remove unused file. |
| 430c6832 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge pixman 0.42.2. this reverts a local change to pixman.h as upstream have fixed it in a different way. |
| a156c6bd |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.42.2 |
| 3b115362 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.114. |
| b0ab5608 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.114 |
| a01999d7 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.17. |
| 48becaf0 |
12-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.17 |
| 4d6d3f96 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.9.4. |
| 370b807f |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.4 |
| 7fb93f23 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge rgb 1.1.0, sessreg 1.1.3, xfsinfo 1.0.7, and xsetroot 1.1.3 |
| 0f595aed |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.3 |
| 58105723 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.7 |
| 92e95ad1 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.3 |
| afb14e9b |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.1.0 |
| df8faf95 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
update for imake 1.0.9. |
| 4f87a9f1 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.9. |
| 74901992 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.7 |
| e5db2183 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.9 |
| 459bbf49 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libXinerama 1.1.5 |
| c30f5000 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.5 |
| ff3f3c6f |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.2. |
| 5efbdfc3 |
11-Nov-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.2 |
| 53bb355a |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.5, libbXmu 1.1.4, libXrender 1.0.1, libxkbfile 1.1.1 and libxshmfence 1.3.1. |
| 3d05230f |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3.1 |
| 54cef2dd |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.1 |
| d21ab8bc |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.11 |
| a33c354d |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXpresent-1.0.1 |
| 9dedec0c |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.4 |
| 0760f5d2 |
29-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.5 |
| 682eda17 |
25-Oct-2022 |
macallan <macallan@NetBSD.org> |
put back quotation mark removal in FAMILI_NAME statement which got broken in a previous commit |
| 16ae1398 |
25-Oct-2022 |
macallan <macallan@NetBSD.org> |
keep track of character names and dump them into the header file if known |
| 999c8572 |
25-Oct-2022 |
macallan <macallan@NetBSD.org> |
do not rely on every STARTCHAR/ENDCHAR sequence starting with ENCODING - the standard doesn't specify in which order each glyph's properties are listed |
| 46c6bffe |
18-Oct-2022 |
mrg <mrg@NetBSD.org> |
add fake file to find version. XXX: we need a new solution to this as xorg moves further and further away from autoconf to meson. |
| bf7055d6 |
17-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.37. |
| 46185892 |
17-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.37 |
| 729075a4 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.6. |
| e6bced22 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.6 |
| 084f91cc |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.2.0 |
| f3dfb571 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge smproxy 1.0.7, viewres 1.0.7, xditview 1.0.6, and xgc 1.0.6. |
| e53c48bf |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.6 |
| 8c7c3c7e |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.6 |
| 051ceee6 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.7 |
| bdc460c5 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.7 |
| c1ca42f1 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
merge bdftopcf 1.1.1 and fstobdf 1.0.7. |
| 889a2364 |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.7 |
| e24f450b |
16-Oct-2022 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1.1 |
| de79cf69 |
28-Sep-2022 |
mrg <mrg@NetBSD.org> |
re-port christos' fix for memory leak. also, fix build. |
| 6c735b96 |
27-Sep-2022 |
christos <christos@NetBSD.org> |
- cast to unsigned char for ctype macros - some warn/err improvements |
| 072eb593 |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libXtst-1.2.4 and libXxf86vm-1.1.5 |
| ee3e8c14 |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.5 |
| b41a30aa |
27-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.4 |
| 43d302b1 |
27-Sep-2022 |
macallan <macallan@NetBSD.org> |
rename a local variable so it doesn't conflict with a global one NFC |
| a777d5c5 |
27-Sep-2022 |
macallan <macallan@NetBSD.org> |
remove debug printf() |
| a5a7ac3f |
18-Sep-2022 |
macallan <macallan@NetBSD.org> |
error out on proportional fonts, provide option to override |
| 8a91a6eb |
16-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.6 |
| 5903e163 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge fslsfonts-1.0.6, ico-1.0.6, oclock-1.0.5, showfont-1.0.6, and xmh-1.0.4 |
| d859ff80 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.4 |
| 1a28b98b |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.6 |
| f3e6ffc5 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.5 |
| ebcdf611 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.6 |
| d04472e1 |
11-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.6 |
| 5a609870 |
10-Sep-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: disable xf86DisableRandR() only on newer X.org Servers. ABI_VIDEODRV_VERSION has been bumped to 24.0 since xorg-server-1.20.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/3f9507ed2f7246b2c8cf2bbc430cc99c5f35c92a https://gitlab.freedesktop.org/xorg/xserver/-/commit/dd00e5466a0e4ea313d1860824da4123692827ed |
| 8a4fa5cd |
10-Sep-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: reduce diffs from upstream. Mostly pulled/merged from the following upstream changes: - Fix for dlopen() -based module loader. https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/b77092858a178aa169ed4c1c7fe733d5cd355702 - Remove useless loader symbol lists. https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/bce9fd21483fbeddc84672a1ef01fdd9b58c88ed - Add compat-api.h for compatibility with xserver 1.13 https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/586b722fb17b3eb0ab776c170ee21e6a66fc7f22 - Use own thunk functions instead of shadow*Weak https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/fa9aabe95a65c4dd12008e16ad66d5c773a7993a - Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/16ac29883cb80053fb0b973166a3f664cae1fa44 - Remove unused variables https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/1c1bf30b612933a3303d414c75671c9a05ec450a - Suppress a bunch of compiler warnings for using constant strings https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/1ff2e87ea1c19d1417b11886d940e205be376d78 - Replace LoaderGetOS with ifdef https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/8069c6970c731c38e105f5dddd5ce83ba88b0773 - Fix spelling/wording issues https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb/-/commit/27c2d76404c7b440a6662446b189fa257c4cebfc With minor adjustments: - sync order of members in private struct WsfbRec - add more const to avoid warning - add newlines properly to xf86Msg() messages No particular objection on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/06/thread1.html#002311 |
| 120fad34 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.5. |
| de3c0529 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.5 |
| e3bef998 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
remove obsolete file. |
| d6a4c6d9 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.9. also, obsolete the local config.h since only one file needed, and replace with the pattern in every other .c file here - #ifdef HAVE_CONFIG_H around the #include. |
| 2a53b785 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.6 |
| 9c9cb266 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.6 |
| 95b7a5c8 |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.10 |
| da1f2d5d |
09-Sep-2022 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.9 |
| c2056409 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: add 8bpp planar support for LUNA using amiga's Afb. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html Confirmed on my LUNA-II with 8bpp board. |
| 3e8a0de0 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: fix mmap size in Afb planar case. Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html "Looks like good improvement" from jandberg@ and also confirmed by rin@. |
| dc9c99a5 |
30-Aug-2022 |
tsutsui <tsutsui@NetBSD.org> |
wsfb: reorganize implementation of Afb support. - use XORG_VERSION_NUMERIC() to check if Afb is avaiable and define and use explicit HAVE_SHADOW_AFB macro - disable all Afb references if it is not available Reviewed on tech-x11@: https://mail-index.netbsd.org/tech-x11/2022/08/23/msg002311.html "Looks like good improvement" from jandberg@ and also confirmed by rin@. |
| 51bbcd86 |
29-Aug-2022 |
macallan <macallan@NetBSD.org> |
add -N option to override the font's name |
| 7dd7205f |
23-Aug-2022 |
macallan <macallan@NetBSD.org> |
limit the comment width in the header output to the size of the character cell |
| 7d6aaba4 |
23-Aug-2022 |
macallan <macallan@NetBSD.org> |
if there are comments in the bdf copy them into the header output |
| 426ebb7f |
23-Aug-2022 |
macallan <macallan@NetBSD.org> |
use [] instead of # to represent pixels in the header output, this way pixels are somewhat closer to square and the preview looks closer to the actual output. suggested by uwe@ |
| 2d60533c |
23-Aug-2022 |
macallan <macallan@NetBSD.org> |
add -h option to write font data as a header file that can be compiled into a kernel |
| ec211365 |
16-Aug-2022 |
macallan <macallan@NetBSD.org> |
move \n where it's supposed to be now fonts wider than 8 are dumped correctly |
| b9e0dc8c |
16-Aug-2022 |
macallan <macallan@NetBSD.org> |
fix tpyo - now we draw characters with a smaller bounding box than the character cell correctly, like term14.bdf |
| 554a5d78 |
16-Aug-2022 |
macallan <macallan@NetBSD.org> |
add -d option to dump rendered characters to the console |
| 61348eb3 |
16-Aug-2022 |
macallan <macallan@NetBSD.org> |
- convert remaining error output to err() - suppress console output unless -v is specified |
| 9ea41cea |
15-Aug-2022 |
macallan <macallan@NetBSD.org> |
force software fallback for drawing rectangles into offscreen memory only on NV_ARCH_40 and up |
| dd7a8049 |
12-Aug-2022 |
mrg <mrg@NetBSD.org> |
avoid variable stack arrays. USE_SSP=yes builds don't work with this new xorg-server version, adjust the drmmode_set_gamma_lut() call to use malloc() instead of the stack, and pass down a higher level pointer to gain access to the screen index so error messages with xf86DrvMsg() work. tested on pinebookpro. |
| 452262e1 |
11-Aug-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2022.2 |
| 6e60514d |
01-Aug-2022 |
macallan <macallan@NetBSD.org> |
more xf86SetModeDefaultName( after xf86CVTMode() |
| 9d25673e |
01-Aug-2022 |
macallan <macallan@NetBSD.org> |
sprinkle xf86SetModeDefaultName() since apparently xf86CVTMode() no longer sets a mode's .name now this works again on macppc |
| 2725fb97 |
30-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.22 |
| d422ce2e |
30-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.22 |
| af632f0a |
30-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Pull an upstream (post-21.1) fix for xf86CompatOutput(). https://gitlab.freedesktop.org/xorg/xserver/-/commit/75d70612888f18339703315549db781a22c0cb23 This is an additional fix against the previous revision that is avaiable in 21.1 branch: https://gitlab.freedesktop.org/xorg/xserver/-/commit/80eeff3ebac772e25c9107199989e677457dbe06 and may avoid a possible out of bounds access at least on dumb wsfb servers. ok'ed by mrg@ on current-users@: https://mail-index.netbsd.org/current-users/2022/07/24/msg042731.html |
| 9b06bd19 |
30-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Restore -flipPixels option removed in upstream server-21.1-branch. https://gitlab.freedesktop.org/xorg/xserver/-/commit/d1c00c859c6676fbb540420c9055788bc19cb18f Note ScrnInfoRec structure in hw/xfree86/common/xf86str.h isn't reverted because it isn't used by -flipPixels option so that we can keep ABI compatibility among xf86-video-foo drivers. This -flipPixels is mandatory at least by Xorg server users with xf86-video-wsfb driver on NetBSD/mac68k and SE/30 mono screen that has "black=1 and white=0" VRAM. "go for it" by mrg@ on current-users@: https://mail-index.netbsd.org/current-users/2022/07/24/msg042731.html |
| 469425b0 |
28-Jul-2022 |
macallan <macallan@NetBSD.org> |
if we add a mode for the DFP port, make sure it has a name so we don't crash later on now this works again on my 12" powerbook |
| 56e2be01 |
20-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.2 |
| b4ad08b8 |
20-Jul-2022 |
mrg <mrg@NetBSD.org> |
use PRIu64 and hopefully fix some clang builds. |
| dab0be4e |
19-Jul-2022 |
nia <nia@NetBSD.org> |
Fix path in man page to system.ctwmrc. |
| 357cbbce |
16-Jul-2022 |
tsutsui <tsutsui@NetBSD.org> |
Merge AbortDDX() into ddxGiveUp() as other upstream DDX servers. https://gitlab.freedesktop.org/xorg/xserver/-/commit/a23eba2a91024d27da45e5aee1f4215f7ec2ae82 > These are so close to identical that most DDXes implement one in terms > of the other. All the relevant cases can be distinguished by the error > code, so merge the functions together to make things simpler. |
| 6b007147 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
couple of changes needed for xorg-server 21.1.4. - AbortDDX() is removed, make it static to avoid code churn since it is used by internal code now - LegalModifier() is gone - if the PRESENT extension isn't included, don't enable the -fakescreenfps option since it require PRESENT. fixes builds for sun3 and x68k. |
| de14de6a |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for xorg-server 21.1.4. |
| 90bea6a0 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-server 21.1.4. |
| dc61d50d |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.4 |
| b6e9998c |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
make this actually build again on arm/mips. |
| d1207fdd |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
use "1ULL << 32" for a 64 bit member, not 1UL. |
| 556200c8 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
more xf86RamDac.h vs xf86Cursor.h. |
| a7f02474 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
various updates to build against xorg-server 21.1.3. - avoid a const issue with an expanded __UNCONST(). - cope with renamed member names - deal with "xf86RamDac.h" going away (now use "xf86Cursor.h") |
| af30ca4b |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 21.1.3. |
| ee704fb5 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| 5a112b11 |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xorg-serer 21.1.3. |
| ed6184df |
15-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-21.1.3 |
| d9d3a8d2 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcvt-0.1.1 |
| 0ef0e59a |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libX11 1.8.1. |
| e9628295 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.8.1 |
| f5087fa3 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xkbutils 1.0.5, xmag 1.0.7, xmessage 1.0.6, and xrefresh 1.0.7. |
| e4b60806 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.7 |
| 0103645b |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.6 |
| e39ce84c |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.7 |
| 945aa7e3 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.5 |
| 98d75b17 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.5 |
| bc77032b |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.3 |
| 3d13e800 |
13-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.6 |
| 49b9db38 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.15. |
| 1fda38d4 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.15. |
| d5c9b07b |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.15.2 |
| 8ffb90f1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.15 |
| 552605c1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
more updates for xfs 1.2.1, xdpyinfo 1.3.3, and libXcursor 1.2.1. |
| 4e5182b7 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.13. |
| 40613eb2 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.13 |
| 4d939ec7 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.1 |
| 004db1f1 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
updates for xfs 1.2.1, and xdpyinfo 1.3.3 |
| d2b10af6 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
xf86-input-keyboard 2.0.0, xf86-video-cirrus 1.6.0, xf86-video-mach64 6.9.7, and xf86-video-mga 2.0.1. |
| 1e423a8f |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-2.0.1 |
| 0b0ce0bf |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.7 |
| 0814a2ba |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.6.0 |
| 8d623946 |
12-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-2.0.0 |
| 87fb7d39 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xsm 1.0.5. |
| 99c4c48a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.5 |
| 887b99ce |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
update for xterm 372. |
| 50027b5b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.112, and xterm-372. |
| 4419d26b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xterm-372 |
| 0ed5401b |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.112 |
| 329eaa64 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.2.2, twm 1.0.12, xauth 1.1.2, and xdm 1.1.13. |
| da2e2ef6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.13 |
| 765b7306 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.2 |
| f66df612 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.12 |
| 764c86d1 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.2 |
| bfce1ac2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xcmsdb 1.0.6, xconsole 1.0.8, xmodmap 1.0.11, and xwud 1.0.6. |
| ec318dbf |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.6 |
| 6eaa481c |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.11 |
| 63323ee5 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.8 |
| 3458e6c2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.6 |
| 5212f86f |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.3 |
| 8ae5c7d9 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge xdpyinfo 1.3.3, xedit 1.2.3, xfontsel 1.1.0, xfs 1.2.1, xload 1.1.4, and xlsfonts 1.0.7. |
| 6d1874b2 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.7 |
| 43ecf206 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.4 |
| 76028eb6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.1 |
| 0d6f290a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.1.0 |
| 96d43ffd |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.3 |
| d67195da |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.3 |
| ac5d998a |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge bitmap 1.1.0, iceauth 1.0.9, xclipboard 1.1.4, and xclock 1.1.1. |
| 14bc0770 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.1.1 |
| 219ffec0 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.4 |
| ddb28773 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.1 |
| c048b52e |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.9 |
| 7515ee80 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.1.0 |
| 2aafc1e6 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.6, editres 1.0.8, and listres 1.0.5. |
| a4a4261f |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.5 |
| 352bf44e |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.8 |
| 291ca6f5 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.6 |
| ffe57424 |
11-Jul-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2022.1 |
| 85050a07 |
07-Jul-2022 |
rin <rin@NetBSD.org> |
For xorg-server 1.10, do not require shadowUpdateAfb8() as a runtime dependency. |
| 0bb1e2ad |
07-Jul-2022 |
rin <rin@NetBSD.org> |
Fix build for xorg-server 1.10, which doesn't have shadowUpdateAfb8(). For amiga, fall back to 1-bpp on xorg-server 1.10. NFC for xorg-server 1.20 and higher. |
| b4fe077e |
07-Jul-2022 |
rin <rin@NetBSD.org> |
For WSDISPLAY_TYPE_AMIGACC, no need to check ifdef __NetBSD__. Note that similar block for WSDISPLAY_TYPE_LUNA should be guarded by ``#if defined(__NetBSD__) && defined(WSDISPLAY_TYPE_LUNA)'' on the other hand; this is intended to distinguish NetBSD and OpenBSD. |
| bb2f4479 |
07-Jul-2022 |
rin <rin@NetBSD.org> |
Style. NFC. |
| 3306a6a4 |
06-Jul-2022 |
jandberg <jandberg@NetBSD.org> |
Add support for 8bpp with Amiga native graphics. Conversion to bitplane format is done in shadowfb update proc. |
| 2b154882 |
08-Jun-2022 |
uwe <uwe@NetBSD.org> |
bdfload: Teach it to write wsf font files. wsfontload(8) now groks simple "wsf" file format - that is basically a header of kinda struct wsdisplay_font but with string fields embedded and numeric fields in little-endian and font data afterwards. Teach bdfload to write out such files if -o file.wsf argument is specified. While here fix a couple of bugs too (sorry, should have been separate commits). Fix an off by one in numchars calculations. Fix the type of buflen. |
| 539dc72f |
29-May-2022 |
nia <nia@NetBSD.org> |
Expand and escape comments. One minor change to variable expansion as requested by uwe. |
| fee370f9 |
29-May-2022 |
nia <nia@NetBSD.org> |
Avoid exec'ing bc. Pointed out by uwe. |
| ac0e0112 |
29-May-2022 |
nia <nia@NetBSD.org> |
Explanations requested by uwe... |
| 6669ae16 |
27-May-2022 |
nia <nia@NetBSD.org> |
Only set dpi when necessary to avoid divide by zero on very small screens |
| 6abeab63 |
27-May-2022 |
nia <nia@NetBSD.org> |
Import xcursor-themes-1.0.6 |
| c469b50c |
27-May-2022 |
nia <nia@NetBSD.org> |
More DPI magic... allow most modern GTK and Qt apps to automatically scale |
| a0609b14 |
27-May-2022 |
nia <nia@NetBSD.org> |
In xterm, use TrueType fonts rather than Spleen at higher DPIs. Requested by jmcneill. |
| 6cc8c0d3 |
24-May-2022 |
mlelstv <mlelstv@NetBSD.org> |
Position input fields without overlap. |
| 3a2c2bca |
11-May-2022 |
macallan <macallan@NetBSD.org> |
fix tpyo thanks rin@ |
| 3be5cdcc |
11-May-2022 |
macallan <macallan@NetBSD.org> |
treat PictOpOver with a solid source and an empty mask as simple fill somewhat less glitchiness in gtk3 but we're not quite there yet |
| b0f02aef |
11-May-2022 |
macallan <macallan@NetBSD.org> |
disable accidentally committed debug goop |
| 2066ab30 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
make debug output a bit more manageable |
| 6fd6e0f4 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
don't pretend to support PictOpSrc - those can be quite a bit more complicated than simple copy ops With this gtk3 buttons are still occasionally glitchy but at least we don't crash anymore |
| ad6af7a7 |
11-May-2022 |
macallan <macallan@NetBSD.org> |
consistently use SX_RENDER_DEBUG, hide some more debug goop |
| ce18d260 |
09-May-2022 |
uwe <uwe@NetBSD.org> |
bdfload: g/c trailing whitespace |
| a9499109 |
09-May-2022 |
uwe <uwe@NetBSD.org> |
Xsession: Use #ifdef to test for COLOR in xrdb input. |
| 070b8b84 |
09-May-2022 |
nia <nia@NetBSD.org> |
Default X session: In xterm and xman at lower DPIs, use misc-fixed instead of spleen for greater readability. Reasoning: misc-fixed has native bold variants. At higher DPIs, xterm can suitably 'enbolden' spleen without losing significant aspects of the letter shape, so the text remains readable. Requested by uwe and jmcneill. |
| 1463c08d |
09-May-2022 |
mrg <mrg@NetBSD.org> |
merge mesa 21.3.7. |
| 7ec681f3 |
09-May-2022 |
mrg <mrg@NetBSD.org> |
initial import of mesa 21.3.7 main changes since 19.1.7 include: - more support for Vulkan functions - better supported for newer radeonsi (both amdgpu and radeon backends) - various bug fixes in many drivers - many fixes and enhancements for intel drivers - some fixes for nvidia - OpenGL 4.6 for some drivers (intel, radeonsi) - intel Tigerlake and Rocketlake support - Vulkan 1.2 for some drivers - OpenGL 4.5, GLES 3.2, and more on llvmpipe - working Panfrost and Midgard drivers - fix warnings in radeonsi vs newer llvm |
| a6c5f17f |
08-May-2022 |
uwe <uwe@NetBSD.org> |
Define NOMAN. |
| b543f5cd |
08-May-2022 |
uwe <uwe@NetBSD.org> |
Add final newline. |
| 26fe6ebd |
08-May-2022 |
nia <nia@NetBSD.org> |
Make the xterm font size selection menu work in a reasonably expected way |
| 44a9cfa4 |
08-May-2022 |
nia <nia@NetBSD.org> |
want more default xorg font resource definitions, and a clock on ctwm startup |
| 9e5a404e |
01-May-2022 |
uwe <uwe@NetBSD.org> |
libXi: Fix typo in __libmansuffix_ |
| a8eb8bc0 |
07-Apr-2022 |
nia <nia@NetBSD.org> |
Do not attempt to trap SIGKILL |
| b5a9ac6a |
17-Mar-2022 |
mrg <mrg@NetBSD.org> |
update this for libdrm 2.4.109. should fix problem reported on pkgsrc-users by Chavdar Ivanov "MesaLib vs. libdrm". XXX: need to fix this better (auto) for the next update |
| 9edbf502 |
09-Mar-2022 |
macallan <macallan@NetBSD.org> |
Check the PROM for the amount of available VRAM instead of guessing, and use it all, now that we know we can. thanks foo bar |
| 031e8e94 |
04-Mar-2022 |
macallan <macallan@NetBSD.org> |
fix calculation for start of off-screen memory in 24bit colour |
| defe8f7b |
11-Feb-2022 |
wiz <wiz@NetBSD.org> |
Sync usage with manpage |
| 62215dd8 |
11-Feb-2022 |
wiz <wiz@NetBSD.org> |
Sort options. Use Lk. |
| 4615ca58 |
11-Feb-2022 |
uwe <uwe@NetBSD.org> |
xsetwallpaper(1): throw together a manpage. |
| d6bcf95a |
03-Feb-2022 |
mrg <mrg@NetBSD.org> |
apply upstream fix for CVE-2022-24130. |
| f8d5af14 |
14-Jan-2022 |
macallan <macallan@NetBSD.org> |
add flag to disable blindly enabling memory and IO access on everything we find |
| b27e4b0f |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.34. |
| 92ddea16 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.34 |
| c48a5815 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1.1 and xterm 370. |
| a5ae21e4 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xterm-370 |
| 0d22642b |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1.1 |
| adfa0b0c |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
merge libXi 1.8 and libdrm 2.4.109. updated generated_static_table_fourcc.h generated with: python3.9 gen_table_fourcc.py include/drm/drm_fourcc.h ../include/generated_static_table_fourcc.h |
| 49ef06a4 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.109 |
| 87404ef7 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.8 |
| f2ea6e01 |
09-Jan-2022 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.5 |
| 23117e9a |
29-Dec-2021 |
uwe <uwe@NetBSD.org> |
xinitrc: delay preprocessing of COLOR in xrdb input Revert previous and fix it properly. #ifdef COLOR is intended to be processed by xrdb, but the script source itself is processed by the C preprocessor at build time. Spell that # as XHASH to protect the conditional. |
| eb09e4ba |
28-Dec-2021 |
nia <nia@NetBSD.org> |
COLOR is not a C preprocessor macro :| |
| d83464d9 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Use a white on black terminal regardless of whether we're COLOR or not |
| c6c8ebe6 |
25-Dec-2021 |
nia <nia@NetBSD.org> |
Run the .profile script in the default xsession to ensure that the PATH is set properly when starting X from xdm. |
| 0b762603 |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
add some comments |
| 230e26c7 |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
make ALU instructions use the same format as load/store instructions same binary generated |
| 72fd264f |
24-Dec-2021 |
macallan <macallan@NetBSD.org> |
add macros to simplify issuing SX instructions, hide the address alignment / displacement shenanigans SX needs, and make the code more resemble the inline assembler source it arguably is |
| c1537409 |
19-Dec-2021 |
macallan <macallan@NetBSD.org> |
always drain the pipeline before writing SX_ROP_CONTROL |
| d4248a18 |
14-Dec-2021 |
christos <christos@NetBSD.org> |
lint fixes: 1. avoid typedef re-definitions (perhaps introduce c11 mode for lint) 2. add __lint__ wherever __GNUC__ is defined. |
| 86527ef6 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
break down large, unaligned copies into chunks that CG14Copy8_short_*() can handle, make sure destinations are aligned whenever possible now we only fall back to byte-wise access for really small copies, which we probably shouldn't bother throwing at SX in the first place |
| 76a85281 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
skip reading destination fb if we're going to overwrite it, only read words we need to partially write while there write mask registers only if we're actually going to need them another 20% speedup |
| 9d7fb28b |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
CG14Copy8_short_rop(): skip the funnel shifter if source and destination are aligned. Small but measurable speedup. |
| f787bc61 |
10-Dec-2021 |
macallan <macallan@NetBSD.org> |
add another Copy8() variant: - supports unaligned source and destination - uses all 32bit accesses - supports copies up to 124 pixels wide so an entire line fits into registers and we can ignore x direction ... mostly an exercise in learning how to use the funnel shifter TODO: - skip the funnel shifter if source and destination are aligned - skip fb reads where possible, like straight GXcopy |
| faf11d72 |
09-Dec-2021 |
christos <christos@NetBSD.org> |
Pixel == unsigned long, fix format. |
| 2e51902d |
05-Dec-2021 |
nia <nia@NetBSD.org> |
Follow the error path if asprintf fails, not if it succeeds. |
| 136eb1c6 |
04-Dec-2021 |
jmcneill <jmcneill@NetBSD.org> |
Assume WSMOUSE_TYPE_TPANEL if calibration data is present and the device is in raw mode. The WSMOUSEIO_GTYPE ioctl may not return the correct type on a wsmux if there is a mix of absolute and relative pointers attached. Reverts "xf86-input-ws: Port auto-calibration bits from xf86-input-mouse". Suggested by uwe@ |
| 8c65af2d |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
shutup debug goop |
| 81c68cf8 |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
start optimizing Copy8() operations - only go right to left if srcY == dstY in the same pixmap - special case copy where src and dst X have the same alignment - special case the above where we don't need to read dst scrolling should now be about as fast as SX can go |
| dbf8597c |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
use 32bit accesses for non-trivial cases in Solid8() as well while there make GXset and GXclear special cases of GXcopy with this we only ever read the destination pixmap if we really need to |
| b46cab2a |
03-Dec-2021 |
macallan <macallan@NetBSD.org> |
draw very narrow rectangles correctly |
| af51b663 |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
fix shadow fb geometry calculations ... not that a shadow fb helps much on this hardware. |
| b8ad197a |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
first step towards acceleration in 8 bit colour - Copy() uses byte mode - Solid() uses 32bit writes where possible for plain fills ... mostly works, but could be quite a bit faster |
| 2870aaa1 |
02-Dec-2021 |
macallan <macallan@NetBSD.org> |
support 8 bit colour no acceleration yet, the code is riddled with 32bit per pixel assumptions |
| 246c8063 |
01-Dec-2021 |
macallan <macallan@NetBSD.org> |
remove old guesswork code to determine VRAM size - we can rely on OBP now |
| 2bd86b6d |
21-Nov-2021 |
uwe <uwe@NetBSD.org> |
wsReadInput: fix pasto, wsTranslate absolute y position to screen height, not width. While here, use consistent layout for both calls. |
| 6057a846 |
12-Nov-2021 |
macallan <macallan@NetBSD.org> |
fix license |
| 898d24fd |
12-Nov-2021 |
macallan <macallan@NetBSD.org> |
crude beginnings of a driver for the Southland Media / Quantum 3D MGX basic acceleration mostly works in 24bit colour needs native hw cursor code windowmaker produces visible artifacts, but it's good enough to run amiwm and a few xterms |
| ff4f940d |
02-Nov-2021 |
abs <abs@NetBSD.org> |
Update Makefile comment from X11R6 to X11R7 |
| 30264617 |
02-Nov-2021 |
abs <abs@NetBSD.org> |
Update x11-ssh-askman manpage app-defaults paths to X11R7 Now matches actual code |
| 320ec9fe |
22-Oct-2021 |
macallan <macallan@NetBSD.org> |
recognize Southland Media MGX |
| 5ab83d5b |
15-Oct-2021 |
tsutsui <tsutsui@NetBSD.org> |
Handle restoring keyboard state via AbortDevices() rather than AbortDDX(). Tested on 3/60. Note AbortDevices() and DEVICE_ABORT in deviceProc functions were introduced after Xorg 1.14.0: https://gitlab.freedesktop.org/xorg/xserver/-/commit/9f79e93b6b3416055d08a0e8f9f16d5fd0649e36 |
| e0490348 |
08-Oct-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: Port auto-calibration bits from xf86-input-mouse. Needed for absolute input devices where pointer coordinates do not match the display size. Tested by jmcneill. |
| a616bb77 |
02-Oct-2021 |
tsutsui <tsutsui@NetBSD.org> |
Handle DEVICE_ABORT to restore the original keyboard state after crash. No particular comment in PR xsrc/56415. |
| 30bf185b |
01-Oct-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: fix building on xorg-server.old (vax, etc) not entirely sure that the ABI version check is spot on, but the relevant changes were made in 2011 so hopefully we only have to support one old xinput API here. |
| c95cc6a4 |
28-Sep-2021 |
nia <nia@NetBSD.org> |
Switch to xf86-input-ws for mouse by default, to allow more advanced input devices to Just Work. |
| 5eb33880 |
28-Sep-2021 |
nia <nia@NetBSD.org> |
xf86-input-ws: implement support for WSCONS_EVENT_(H|V)SCROLL. adapted from the OpenBSD code. |
| ac028361 |
05-Sep-2021 |
mrg <mrg@NetBSD.org> |
avoid xnack, and -fp32-denormals, and +fp64-denormals options for amdgpu / radeonsi driver. these options don't work with llvm 13, and generate warnings for all GL apps. mesa 21 has entirely different code here. |
| 96e22664 |
28-Aug-2021 |
maya <maya@NetBSD.org> |
Remove unused standalone modesetting driver. We use the one embedded into xorg-server. |
| c848b5f6 |
27-Aug-2021 |
mrg <mrg@NetBSD.org> |
sync with generated config.h turns on HAVE_FBGLYPHS and HAVE_GBM_BO_USE_LINEAR. |
| 33a2f185 |
27-Aug-2021 |
mrg <mrg@NetBSD.org> |
restore the set version call in amdgpu_open_drm_master(). now this works again with reredrum branch. |
| 520480d6 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
update for new amdgpu. |
| d85461d1 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge glu 9.0.2. |
| e7980a23 |
24-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of glu-9.0.2 |
| 74883404 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20.13. |
| b3a28be8 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.13. |
| feca226d |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.13 |
| 443a1adb |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
keep ProjectRoot at the old default of /usr/X11R7. |
| b8df70be |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.7 |
| 12d41351 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.2.0, xrdb 1.2.1, and xwd 1.0.8. |
| 74b97a6c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.8 |
| 9e1184fe |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.1 |
| 26df5c7c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.2.0 |
| 1b7ce8ce |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 21.0.0. |
| 0e988261 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
update for libXfont2 2.0.5. |
| 46845023 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-21.0.0 |
| 0e0b1094 |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
merge libXfont2 2.0.5 and libXft 2.3.4. |
| 84febdac |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.4 |
| 60da515c |
23-Aug-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.5 |
| 14032a88 |
22-Aug-2021 |
macallan <macallan@NetBSD.org> |
set EXA_MIXED_PIXMAPS so we don't get pixmaps we can't handle in NVSolid() while there shut up some related debug output and remove unused variables |
| 04238922 |
19-Aug-2021 |
mrg <mrg@NetBSD.org> |
don't disable DRI3 here. |
| fb5ac0be |
12-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of Mesa 19.1.7 into MesaLib.old. add missed files due to being in subdir called 'core'. this time into the right place. |
| b338b52f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
fix a couple of issues found while testing new drm. - actually check the return value of radeon_bo_open() in a three places - for create_pixmap_for_fbcon(), release the bo when jumping to 'out_free_fb'. fixes memory leak. |
| 3013a86d |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge mesa 19.1.7 into MesaLib.old. |
| b8e80941 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of Mesa 19.1.7 into MesaLib.old. |
| 19f7d2e0 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
remove dead mesa7 dist. |
| 02fa736b |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
avoid 'visibility' attribute on static functions. |
| 636d5e9f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge xterm 368 and libdrm 2.4.107. |
| ae137402 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-368 |
| 4babd585 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.107 |
| d44ca368 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.12 and xkeyboard-config 2.33. |
| a035e2b2 |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.12 |
| 9ea7388f |
11-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.33 |
| 5395ea76 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.4 |
| e4e01221 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.2, and libXfixes 6.0.0. |
| b0a0317a |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-6.0.0 |
| 03ea5dc6 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.2 |
| 0d229e23 |
10-Jul-2021 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.2 |
| 9a60bbbb |
04-Jul-2021 |
christos <christos@NetBSD.org> |
elide cast warning: error: cast from pointer to integer of different size |
| f1696b1f |
03-Jul-2021 |
martin <martin@NetBSD.org> |
Add missing include of compiler.h and make all declarations of IOPortBase consistent. |
| a8855338 |
02-Jul-2021 |
christos <christos@NetBSD.org> |
use PORT_SIZE from compiler.h instead of int. |
| ae7dafb3 |
09-Jun-2021 |
jdc <jdc@NetBSD.org> |
Add some acceleration using the P9100 quad and blit commands: - for solid fill (quad) - for pixmap copy (blit) when source and destination pitch are the same |
| b5e5dfe2 |
02-Jun-2021 |
rin <rin@NetBSD.org> |
Declare IOPortBase for mips, as done for xorg-server. Fix build for sgimips, which still uses xorg-server.old. |
| 9ada8dbe |
02-Jun-2021 |
joerg <joerg@NetBSD.org> |
Provide canonical declaration of IOPortBase for MIPS here, too. |
| ad01e365 |
31-May-2021 |
joerg <joerg@NetBSD.org> |
Avoid multiple definitions of the same variable. |
| 903e6521 |
30-May-2021 |
joerg <joerg@NetBSD.org> |
Support LLVM 13, mostly from upstream. |
| e65e6328 |
27-May-2021 |
joerg <joerg@NetBSD.org> |
Don't nest comments. |
| 61d63f49 |
27-May-2021 |
joerg <joerg@NetBSD.org> |
Don't define MaxClip and junk twice, fixing build with -fno-common. |
| f55eacde |
27-May-2021 |
jdc <jdc@NetBSD.org> |
Add support for EXA, so that the pnozz driver works again with Xorg. Note, that only minimal acceleration is currently supported. Thanks to macallan for the pointers to get this working. |
| 763f432a |
21-May-2021 |
rillig <rillig@NetBSD.org> |
xf86-video-nv: fix Clang build on amd64, i386, macppc xsrc/external/mit/xf86-video-nv/dist/src/nv_setup.c:258:49: error: passing 'char *' to parameter of type 'Uchar *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Werror,-Wpointer-sign] tmp = xf86InterpretEEDID(pScrn->scrnIndex, buffer); ^~~~~~ |
| 654c9cfc |
19-May-2021 |
mrg <mrg@NetBSD.org> |
include <limits.h> always, not if HAVE_CONFIG_H is set. |
| 5c4cfbd9 |
19-May-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.1. |
| 9c927599 |
19-May-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.1 |
| 4c49aaa5 |
15-May-2021 |
rillig <rillig@NetBSD.org> |
xterm: fix Clang build on i386 xsrc/external/mit/xterm/dist/misc.c:3250:47: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat] |
| 728ff447 |
10-May-2021 |
christos <christos@NetBSD.org> |
revert previous, do it differently and explain why. |
| b0c1e30a |
09-May-2021 |
christos <christos@NetBSD.org> |
fix casts and types to make it compile with clang |
| a8a0b225 |
09-May-2021 |
christos <christos@NetBSD.org> |
make this compile again under clang: - factor out duplicated code - add casts - plug memory leak |
| 9b77fce7 |
09-May-2021 |
christos <christos@NetBSD.org> |
make xt_error() dead for the benefit of clang |
| 7eaabb56 |
09-May-2021 |
christos <christos@NetBSD.org> |
Use __noreturn__ instead of noreturn because <stdnoreturn.h> #defines noreturn _Noreturn and this gives clang a heartache. |
| 15c3e985 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libX11 1.7.0. |
| d4a3aaf4 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.7.0 |
| c023c32c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
pull across the fixes for CVE-2021-3472. |
| ec36d6ae |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.20.11. |
| 5fad172e |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.11. |
| c8548ba8 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.11 |
| 20417a1c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.32, reduce local diffs |
| bb3a541c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.32 |
| 4b3d3f37 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.105. |
| 41687f09 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.105 |
| 9f2c8493 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
fix the value of STDC_NORETURN |
| 8f44fb3b |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xterm 367. |
| ad37e533 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-367 |
| 370d0a5e |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge util-macros 1.19.3 and xkbcomp 1.4.5. |
| bfe6082c |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.5 |
| 45aa2fbf |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.3 |
| 2a7e9763 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.17 and xprop 1.2.5. |
| f9c28e31 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.5 |
| 92405695 |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.17 |
| d2f28e1b |
27-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.1 |
| 362b94d5 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.14, libXres 1.2.1, and libXt 1.2.1. |
| a3bd7f05 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.2.1 |
| 6ad5a0e2 |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.1 |
| 5ec34c4c |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.14 |
| d63b911f |
26-Apr-2021 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2021.3 |
| a9547d44 |
12-Apr-2021 |
mlelstv <mlelstv@NetBSD.org> |
Reapply font calculation fix. |
| a159e96d |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Remove some files we don't need, add a prepare-import script to automate it |
| 08bdbd89 |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Remove accidental duplicates of autogenerated files |
| 7d8a9cc2 |
11-Apr-2021 |
nia <nia@NetBSD.org> |
Merge ctwm-4-0-3 # CTWM Change History ## 4.0.3 (2019-07-21) ### Bugfixes 1. Perform various manipulations and overrides of `WM_HINTS` property when it gets reset during runtime, like we do when initially adopting the window. The most visible effect of this was in windows that don't give a focus hint (which we override to give focus), but then reset `WM_HINTS` later and still don't give us a hint, where we wound up not re-overriding previously. Reported for `xvile` by Wayne Cuddy. 1. The font height estimation changes in 4.0.0 were not applied correctly when UseThreeDMenus was set, leading to some odd vertical misalignment of the text with some fonts. Reported by Wayne Cuddy. 1. A failure in OTP consistency checks caused by the handling of transients of fullscreen windows has been fixed. This manifested as failures in OtpCheckConsistencyVS() assertions. ## 4.0.2 (2018-08-25) ### Backward-Incompatible Changes And Removed Features 1. The `UseThreeDIconBorders` config var has been removed. It came in silently and undocumented in 3.4 and has never done anything. 1. The attempts to use DNS lookups for setting the `HOSTNAME` `m4` variable have been removed; it is now just a duplicate of `CLIENTHOST`. ### New Features 1. The EWMH `_NET_WM_NAME` property is now supported, and used for the window name in place of the ICCCM `WM_NAME` when set. By default, we also accept `UTF8_STRING` encoded `WM_NAME` as a result of this change; see below for var to restore historical strictness. 1. The EWMH `_NET_WM_ICON_NAME` property is now supported, and used for the icon name in place of the ICCCM `WM_ICON_NAME` when set. Similar comments as above apply to the encodings. 1. Support has been added for `CTWM_WM_NAME` and `CTWM_WM_ICON_NAME` properties, which will override any window/icon names otherwise specified. This may be useful for applications that set unhelpful names themselves, or for manually adjusting labelling. These properties can be set from the command line via `xprop`; as an example, `xprop -f CTWM_WM_NAME 8u -set CTWM_WM_NAME "awesome windowsauce"`. See `xprop(1)` manual for details; the `s`, `t`, and `u` field type specifiers will all work. 1. When no icon name is set for a window, we've always used the window name for the icon name as well. But that only happened the first time the window name is set; after that, the icon name is stuck at the first name. It now updates along with the window name, if no icon name is set. 1. All icon manager windows will now have the `TwmIconManager` class set on them, so they can be addressed en mass by other config like `NoTitle` by that class name. ### New Config Options 1. Added `DontNameDecorations` config option to disable setting names on the X windows we create for window decoration (added in 4.0.0). These have been reported to confuse `xwit`, and might do the same for other tools that don't expect to find them on non-end-app windows. Reported by Frank Steiner. 1. Added `StrictWinNameEncoding` config option to enable historical behavior, where we're reject invalid property encoding for window naming properties (like a `UTF8_STRING` encoded `WM_NAME`). ### Bugfixes 1. Fix up broken parsing of `IconifyStyle "sweep"`. Bug was introduced in 4.0.0. 1. When multiple X Screens are used, building the temporary file for m4 definitions could fail with an error from `mkstemp()`. Reported by Manfred Knick. 1. When multiple X Screens are used, the OTP code didn't recognize the difference, and kept everything in one list. This caused the internal consistency checks to trip when it didn't find all the windows it expected. Reported by Terran Melconian. 1. When `ReverseCurrentWorkspace` is set, mapping windows not on the current workspace (e.g., via restarting ctwm, or creating new windows with the desktop set via EWMH properties) could segfault. Reported by Sean McAllister. 1. Fix some edge cases where we'd fight other apps' focus handling. When an application moved focus itself to an unrelated (in X terms) window, our processing would often race and re-move the focus to the root ourselves. This was visible with e.g. sub-windows in Firefox for context menu and urlbar dropdown, which would flash on and then disappear. 1. When creating a new transient window of an existing full-screen window, the OTP stacking may cause it to be stuck below the main window due to the special handling of full-screen focused windows in EWMH. It should now be forced to the top. 1. Building ctwm since 4.0.0 in certain locales could misorder functions in the lookup table, leading to troubles parsing the config file. You'd get some loud "INTERNAL ERROR" lines from ctwm when running it if this were the case. Now fixed. Reported by Richard Levitte. ## 4.0.1 (2017-06-05) ### User Visible Changes 1. Fix a bug where fullscreen windows could sometimes wind up incorrectly stacked due to a focus-handling issue. This would lead to ctwm aborting with an assertion failure in the OTP code, like `Assertion failed: (PRI(owl) >= priority), function OtpCheckConsistencyVS`. 1. Fix an edge case (probably only triggerable via manual work with EWMH messages) where a window could wind up resized down to nothing. ### Internals 1. Systems with the ctfconvert/ctfmerge tools available will now use them to include CTF info in the compiled binary. This allows more detailed inspection of the running process via DTrace (e.g., the layout of the structs). 1. The initial rumblings of a Developer's Manual are now in `doc/devman/`. This isn't tied into the main build, and there's no real reason it ever will be. Things of interest to _users_ should wind up in the main manual; this should only have things of interest to people _developing_ ctwm. ## 4.0.0 (2017-05-24) ### Build System Change The old `imake` build system has been replaced by a new structure using `cmake`. This makes [cmake](https://cmake.org/) a requirement to build ctwm. See the `README.md` file for how to run it. A fallback minimal build system is available in the `minibuild/` directory for environments that can't use the main one. This is likely to need some manual adjustment on many systems, and the main build is strongly preferred. But it should suffice to get a runnable binary if all else fails. ### Platform Support Support for many non-current platforms has been dropped. In particular, remnants of special-case VMS support have been removed. Many old and now dead Unix variants have been similarly desupported. Generally, platforms without support for C99 and mid-2000's POSIX are increasingly less likely to work. ### Backward-Incompatible Changes And Removed Features 1. Argument parsing has been rewritten to use `getopt_long()`. All `-long` options are now `--long` instead. `-version`, `-info`, `-cfgchk`, and `-display` are still accepted if they're the first option given, to make it easier for scripts to simultaneously support before/after versions; this shim will be removed in a later version. 1. Support for the SDSC imconv library, and the IMCONV options related to it, has been removed. The last release is almost 20 years old, and doesn't support any remotely recent platforms. 1. The USE_SIGNALS code to use signal-driven animations has been removed. It's been non-default since 3.2 (more than 20 years ago), and not documented anywhere but in the code and a comment in this file. 1. The USE_GNOME option and code for GNOME1 support has been removed. 1. The old-style title button action specifications (without an `=` in them) deprecated since 3.8 are no longer supported. Just replacing the "`:`" with "`= :`" should suffice to make it work right in 3.8+. If you need to share configs with older versions, you'll have to conditionalize the syntax with m4 or some other preprocessing. 1. The `f.cut` (and `^` alias for it), `f.cutfile`, and `f.file` functions have been removed. These functions for messing with the clipboard were never visibly documented, and came into the manpage in 3.0 already commented-out and saying they were obsolete. 1. The `f.source` function has been removed. It's never done anything (except beep) as far back as 1.1 and has never been documented. 1. The `f.movemenu` function has been removed. It was added silently in 2.1, has never done anything, and has never been documented. 1. The `NoVersion` config parameter has been removed. It's been undocumented, obsoleted, and done absolutely nothing since 1.1. 1. Support for non-flex versions of lex(1) is deprecated, and will take some manual work to build. Note that release tarballs include prebuild lexers, so this probably only matters to people building from a development tree. (And if you are, and really need AT&T or some other lex to work, talk to us!) 1. Support for building with internal regex implementation has been disabled; we now require regex support from libc. It is still possible to enable by manually editing files, but this will be removed in the future. If you have to mess with this, please bring it up on the mailing list so we can figure out a long-term solution. 1. Parsing of the `ctwm.workspaces` X resource (i.e., setting `-xrm "ctwm.workspaces: something"` on program command-lines) since 3.0 has collapsed doubled backslashes (`\\`) into a single (`\`). However, there were no other escapes, so this didn't gain anything. Using a single will work with both variants, unless you need multiple backslashes in a row in your workspace names. 1. The `IconRegion` and `WindowRegion` config params both take a `vgrav hgrav` pair of parameters to control layout. Previous versions would accept a `hgrav vgrav` ordering in the parsing, and would mostly work by odd quirks of the code. The parsing has been made stricter, so only the documented `vgrav hgrav` ordering is accepted now. ### User Visible Changes 1. The default install locations have been changed. See the README for details about where things are installed and how to change them. 1. Several default settings have been changed. ctwm now defaults to acting as though `RestartPreviousState`, `NoGrabServer`, `DecorateTransients`, `NoBackingStore`, `RandomPlacement`, `OpaqueMove`, `OpaqueResize`, `SortIconManager`, and `StartInMapState` have been set. Those settings that didn't previously have an inverse (to get the behavior previously seen when they weren't specified) have such added; see below. 1. Added various config parameters as inverses of existing params. New params (with existing param they invert in parens): * `BackingStore` (`NoBackingStore`) * `GrabServer` (`NoGrabServer`) * `StartInButtonState` (`StartInMapState`) * `NoSortIconManager` (`SortIconManager`) * `NoRestartPreviousState` (`RestartPreviousState`) * `NoDecorateTransients` (`DecorateTransients`) 1. Added `DontShowWelcomeWindow` config option to not show welcome splashscreen image. 1. Selected a number of cleanups from Stefan Monnier <<monnier@IRO.UMontreal.CA>>, including rate-limiting of animations using a new `_XA_WM_END_OF_ANIMATION` message. Font height is estimated based on used characters only. Added some similar changes, improved the prevention of placing windows off-screen, the `f.rescuewindows` function for emergencies, a hack-fix for `f.adoptwindow`. More virtual screen tweaks/fixes. 1. Added the remaining OnTopPriority changes from Stefan Monnier <<monnier@IRO.UMontreal.CA>>: `AutoPopup`, `AutoPriority`, `OnTopPriority`, `PrioritySwitching`, `f.changepriority`, `f.priorityswitching`, `f.setpriority`, `f.switchpriority`, `f.tinylower`, `f.tinyraise`. Currently consistency checking code is enabled, which will terminate with an assertion failure if something unexpected happens. Smoothed out various inconsistencies that this check discovered when virtual screens are used. 1. Basic support for EWMH (Extended Window Manager Hints) added and enabled by default. `EWMHIgnore {}` config option allows selectively disabling bits. [Olaf "Rhialto" Seibert, Matthew Fuller] 1. Icon manager windows are no longer included in the window ring (that had confusing effects on the focus sequence). 1. Added `--dumpcfg` command-line option to print out the compiled-in fallback config file. 1. The `Occupy {}` specification now accepts "ws:" as a prefix for workspaces. This may break things if you have workspaces with names that differ only by that prefix (e.g., you have workspaces "abc" and "ws:abc", and your `Occupy {}` declarations affects both. 1. If ctwm is built with rplay support, sounds may now be configured with the RplaySounds {} parameter in the config file in place of the `~/.ctwm-sounds` file. If so, ctwm will give a warning if `.ctwm-sounds` exists; support for the external file will be removed in a future version. Also the `SoundHost` config parameter is replaced by `RplaySoundHost`; the old name is still accepted, but will be removed in a future version. 1. Added `MWMIgnore {}` config option to allow selectively disabling honoring of some Motif WM hints. 1. Warping to a window now explicitly sets focus on that window. This would generally (but not always, in the presence of odd X server behavior) have already happened for users with focus following mouse, but now occurs for `ClickToFocus` users as well. [Alexander Klein] 1. Several bugs relating to the Occupy window were fixed. Iconifying the Occupy window no longer loses it and leaves you unable to pull it up again. Minor undersizing in some cases fixed. 1. Windows which fail to use the `WM_HINTS` property to tell us things like whether they want us to give them focus are now explicitly given focus anyway. This should fix focus problems with some apps (Chromium is a common example). 1. Added `ForceFocus {}` config option to forcibly give focus to all (or specified) windows, whether they request it or not. Previously the code did this unconditionally (except when no `WM_HINTS` were provided; x-ref previous), but this causes problems with at least some programs that tell us they don't want focus, and mean it (some Java GUI apps are common examples). 1. `OpaqueMoveThreshold` values >= 200 (the default) are now treated as infinite, and so will always cause opaque moving. ### Internals 1. A new code style has been chosen and the entire codebase reformatted into it. Configs for [Artistic Style](http://astyle.sourceforge.net/) to generate the proper output are in the source tree. 1. The `full_name` element of the TwmWindow structure has been removed. Consumers should just use the `name` element instead. |
| 0bbfda8a |
11-Apr-2021 |
nia <nia@NetBSD.org> |
ctwm-4.0.3 |
| 230e8389 |
25-Mar-2021 |
macallan <macallan@NetBSD.org> |
try WSDISPLAYIO_GET_EDID if DDC2 fails now my iMac G5 correctly identifies its display |
| 26f5ec08 |
22-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Explicitly include dix-config.h for HAVE_foo definitions referred in os.h. |
| 2aa2a51f |
17-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Fixes "FatalError re-entered, aborting" error when Xservers get SIGSEGV. Handle a new DEVICE_ABORT mode perperly in deviceProc funtions. Also don't exit via FatalError() on an unknown mode because it looks upstream assumes DDX deviceProc functions don't treat it fatal: https://gitlab.freedesktop.org/xorg/xserver/-/commit/9f79e93b6b3416055d08a0e8f9f16d5fd0649e36 |
| 83cb085b |
12-Mar-2021 |
fcambus <fcambus@NetBSD.org> |
Update Spleen fonts to version 1.9.0, bringing the following improvements: - Set WEIGHT_NAME property to "Medium" for all sizes - Increment STARTPROPERTIES to account for WEIGHT_NAME addition - Enlarge vertical line for consistency with other small sizes (5x8 version) - Add full support for the Latin-1 Supplement Unicode block (6x12 version) |
| 8e6ade5b |
11-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
Avoid polluting console on non-fatal errors. |
| 9c576acf |
11-Mar-2021 |
tsutsui <tsutsui@NetBSD.org> |
ErrorF() doesn't append newlines at the end of messages. |
| 6ac74b23 |
02-Mar-2021 |
nia <nia@NetBSD.org> |
Restore defaults. The actual config now lives in src and we don't want merge conflicts. |
| 50355399 |
27-Feb-2021 |
mlelstv <mlelstv@NetBSD.org> |
Use font height to compute height of resize popup for placing a window. |
| 7fafb930 |
27-Feb-2021 |
christos <christos@NetBSD.org> |
Provide an escape ifdef to avoid all the X headers |
| a01167fa |
17-Feb-2021 |
mrg <mrg@NetBSD.org> |
define OPT_SIXEL_GRAPHICS here like everything else, rather than than Makefile. (OPT_GRAPHICS is already defined here.) |
| d4fba8b9 |
11-Feb-2021 |
mrg <mrg@NetBSD.org> |
merge xterm-366. this includes the fix for CVE-2021-27135. (note that testing so far has not revealed this problem on netbsd, though i have not heard about pkgsrc x11 users.) |
| f2e35a3a |
11-Feb-2021 |
mrg <mrg@NetBSD.org> |
initial import of xterm-366 |
| e8a9312a |
07-Feb-2021 |
tsutsui <tsutsui@NetBSD.org> |
Add "Emulate3Buttons" support to the X68k Xorg based monolithic server. Based on "Emulate3Buttons" functions in the xf86-input-mouse driver, with various refactoring and cleanups: - rewrite a magic three-dimensional array for a finate state machine with proper named structures etc. - separate 3 button emulation functions from other stuff See my post on port-x68k@ (and tech-x11@) for more details: https://mail-index.netbsd.org/port-x68k/2021/02/05/msg000074.html |
| 188cbdcf |
23-Jan-2021 |
tsutsui <tsutsui@NetBSD.org> |
Fix "no output of xdpyinfo(1) on redirect or pipe" problem. XF86cleanup() in libXxf86dga invoked via atexit(3) (or __attribute__((__destructor__)) in NetBSD xsrc) calls _exit(2) directly so fflush(3) via normal exit(3) is not called. Analyzed by rin@, ryo@, and soda@: https://mail-index.netbsd.org/tech-x11/2021/01/20/msg002192.html Should be pulled up to netbsd-9. XXX1: The original XF86cleanup() is not async-signale-safe. XXX2: XF86DGAGetVideo() implicitly overrides signal handlers. |
| 09f8ca91 |
08-Dec-2020 |
mrg <mrg@NetBSD.org> |
add dummy ddxInputThreadInit() if INPUTTHREAD is defined. fixes sun3 build and should fix x68k build too. |
| 9add69de |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
merge security fixes for xkb, as found in these xserver gitlab commits: 270e439739e023463e7e0719a4eede69d45f7a3f - xkb: only swap once in XkbSetMap 446ff2d3177087b8173fa779fa5b77a2a128988b - Check SetMap request length carefully 87c64fc5b0db9f62f4e361444f4b60501ebf67b9 - Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows de940e06f8733d87bbb857aef85d830053442cfe - xkb: fix key type index check in _XkbSetMapChecks f7cd1276bbd4fe3a9700096dec33b52b8440788d - Correct bounds checking in XkbSetNames() i haven't tested these run OK, and it was a 33 out of 34 hunks did not apply cleanly, but they merge was still largely the same (patch failed due to whitespace changes mostly), and i am able to build-test successfully. |
| a7a6c75e |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
bump version for xorg-server 1.20.10. |
| 806e81e9 |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.10. |
| 5a7dfde8 |
05-Dec-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.10 |
| 19d1127d |
21-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
valuator_mask_zero() is enough for mouse button events. |
| b83276b4 |
20-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
valuator_mask_zero() is enough for mouse button events. |
| 9c7a2625 |
20-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: Report which settings are chosen per a config file in the log file. |
| 15b0c026 |
16-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Report which settings are chosen per a config file in the log file. Also reorganize a logging strategy in parseError() and make several variables and functions static or const. |
| 3260a199 |
13-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: Fix typo in comment. |
| c77af8b1 |
13-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix typo in comment. |
| 2025684b |
12-Nov-2020 |
maya <maya@NetBSD.org> |
Add the generated TTF files from font-liberation-ttf This was done using the pkgsrc package. The build is simple enough that we can add our own generation target, but duplicating the generation logic will probably make updates annoying. |
| 86d9c6cd |
12-Nov-2020 |
maya <maya@NetBSD.org> |
Initial import of font-liberation-ttf version 2.1.1 These are a set of 3 fonts that are metric-compatible with the most commonly used Microsoft Windows fonts. This is a fork of the ChromeOS core fonts that is maintained by RedHat. |
| 53a603dc |
07-Nov-2020 |
mrg <mrg@NetBSD.org> |
add minimal 'configure' script that finds the versions, and doesn't end up with an empty version in the .pc file. pointed out by Michael Scholz in private email. |
| 84d30d9d |
05-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick Xorg version independent changes from xorg-server. Normalize #include paths. Call LogInit() for logging to /var/log/X68k.%s.log as Xorg and Xsun servers. Fix a suspicious chunk disabled on xfree 4.x migration as sunKbd.c does. Restore video mode properly on exit even on CRT Mode 19 (640x480 31kHz VGA). Add ModeDef for 640x480x4bit PseudoColor. Avoid a use of __UNVOLATILE(3). Remove unnecessary pointer casts from malloc(3). Use exact-width interger types properly for register accesses etc. |
| d9f93712 |
04-Nov-2020 |
christos <christos@NetBSD.org> |
fix lint build |
| 9b65525f |
04-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use exact-width interger types properly for register accesses etc. No binary changes. |
| d998ab55 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove unnecessary pointer casts from malloc(3). |
| 1fca83cb |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Avoid a use of __UNVOLATILE(3). Tested on XM6i. |
| c22c75e2 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add ModeDef for 640x480x4bit PseudoColor. |
| d2b73a16 |
03-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Restore video mode properly on exit even on CRT Mode 19 (640x480 31kHz VGA). |
| 0fd67f1c |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently. |
| 133e50cb |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
new generated files for libepoxy 1.5.4. update the fake configure version. |
| b94deca5 |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libepoxy 1.5.4. |
| ca86eba8 |
02-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.5.4 |
| 8157b447 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.31 |
| bd299232 |
01-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix a suspicious chunk disabled on xfree 4.x migration as sunKbd.c does. |
| 9979d90a |
01-Nov-2020 |
tsutsui <tsutsui@NetBSD.org> |
Call LogInit() for logging to /var/log/X68k.%s.log as Xorg and Xsun servers. |
| a0c41156 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.5.0. |
| ce66db1f |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.5.0 |
| 73167859 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libxcb and xcb-proto 1.14. |
| 8d8e295f |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.14 |
| aa30ed02 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.14 |
| 3ef3f551 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge font-alias 1.0.4 and fonttosfnt 1.2.0. |
| c813b494 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.2.0 |
| 18b08247 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.4 |
| 77e87e13 |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
fix build cornflakes from libdrm 2.4.102. |
| 87bf8e7c |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.102. |
| 9bd392ad |
01-Nov-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.102 |
| 4da3402d |
22-Oct-2020 |
thorpej <thorpej@NetBSD.org> |
Rename vboxvideo.h -> vboxvideo_drv.h, so that this can be built on a host with a case-insensitive + case-preserving file system. |
| 16f0be2f |
21-Oct-2020 |
maya <maya@NetBSD.org> |
Merge freetype 2.10.4 |
| 50df499c |
21-Oct-2020 |
maya <maya@NetBSD.org> |
Initial import of freetype-2.10.4 |
| 2007c8b2 |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Import xcompmgr-1.1.8 (hopefully correctly this time) |
| 51a6438c |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Remove incorrectly imported files |
| a0e80b30 |
14-Oct-2020 |
nia <nia@NetBSD.org> |
Import xcompmgr-1.1.8 |
| a0a5c96c |
12-Oct-2020 |
nia <nia@NetBSD.org> |
Scale XTerm and other X11 apps using the same DPI detection as ctwm |
| e564fee6 |
12-Oct-2020 |
nia <nia@NetBSD.org> |
more 'welcoming' default root window pointer |
| c739f31b |
11-Oct-2020 |
nia <nia@NetBSD.org> |
nice default xsetroot |
| 216a823b |
10-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
If we get an absolute pointer event and we can query the min/max X and Y values reported and it is in raw mode, use the screen dimensions to scale the coordinates to fit the screen before feeding the event to the X server. |
| 5cfc5640 |
09-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
Oops, avoid shadow declaration (fixes pci_system_netbsd_count_buses) |
| 8c8faf9d |
09-Oct-2020 |
fcambus <fcambus@NetBSD.org> |
Initial import of font-spleen-misc-1.8.2. Discussed with nia@. |
| 56db2c9d |
08-Oct-2020 |
jmcneill <jmcneill@NetBSD.org> |
Fix crash when more than 32 pci(4) devices are attached. |
| b205cadf |
02-Oct-2020 |
nia <nia@NetBSD.org> |
Slightly nicer default colors for various X11 apps |
| b761167d |
02-Oct-2020 |
nia <nia@NetBSD.org> |
remove redundant $ |
| c3ac8d1b |
24-Sep-2020 |
nia <nia@NetBSD.org> |
volume key bindings |
| e0da7f10 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
enable the ctwm applications menu |
| 6a9f9e17 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
fix syntax. it only wants the number of columns. |
| 9d5b6566 |
23-Sep-2020 |
nia <nia@NetBSD.org> |
fix syntax. ctwm does not use , |
| f29e5ae9 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
avoid stippling effect in titlebars |
| 7c7eec6f |
22-Sep-2020 |
nia <nia@NetBSD.org> |
add menu entries for workspace occupation |
| 2f8bbde1 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
replace default ctwmrc by mine from tech-x11 |
| 182895d9 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
update the default xsm session to ctwm/uxterm |
| 10be09c1 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
turn off the ctwm "welcome" screen while this is nice for Branding(tm), it adds a slight delay to startup, which is slightly annoying, and a departure from how we've done things previously. |
| 9d53d412 |
22-Sep-2020 |
nia <nia@NetBSD.org> |
spawn ctwm in the default xdm Xsession |
| 537b755d |
22-Sep-2020 |
nia <nia@NetBSD.org> |
make the default xinitrc a bit nicer spawn only one xterm in unicode mode and use ctwm instead of twm ctwm is a backwards compatible fork of twm that includes some extra features like virtual desktops |
| 2601b8e6 |
15-Sep-2020 |
nia <nia@NetBSD.org> |
Dynamically load an unversioned libXcursor. The version number is wrong for NetBSD (we have libXcursor.so.2 instead of libXcursor.so.1) and this makes things fail. |
| cb543c5f |
07-Sep-2020 |
christos <christos@NetBSD.org> |
Limit the number of visuals to 64K |
| 16add077 |
30-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.12. |
| d7c63e31 |
30-Aug-2020 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.12 |
| bf75540f |
29-Aug-2020 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2020.1. |
| 4627b59c |
29-Aug-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2020.1 |
| 85d6961b |
13-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
More cherry-picks to sync with xorg-server: Remove more redundant command option arg checks. Avoid dumb DevicePtr casts. |
| 9679a91b |
13-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Avoid dumb DevicePtr casts. |
| aa86acb5 |
11-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove more redundant command option arg checks. |
| e199ea96 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick to sync with xorg-server: Inform detected keyboard type and layout via LogMessage(). Remove a leftover variable for non-XKB autorepeat. Remove redundant command option arg checks. Put probed framebuffer info to a log file by default. |
| 427d0583 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Revert upstream "fb: Remove even/odd tile slow-pathing" changes. https://gitlab.freedesktop.org/xorg/xserver/-/commit/e572bcc7f4236b7e0f23ab762f225b3bce37db59 >> fb: Remove even/odd tile slow-pathing >> >> Again, clearly meant to be a fast path, but this turns out not to be the >> case. This causes serious performance regression on 1bpp servers. Ok'ed by mrg@. See my post on tech-x11@ for more details: https://mail-index.netbsd.org/tech-x11/2020/08/07/msg002115.html |
| a401fbd7 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Put probed framebuffer info to a log file by default. |
| c46e3e8e |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove redundant command option arg checks. |
| 99d8145c |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove a leftover variable for non-XKB autorepeat. |
| 64ca0c98 |
09-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Inform detected keyboard type and layout via LogMessage(). |
| 72837c87 |
04-Aug-2020 |
maya <maya@NetBSD.org> |
From 93fce3f4e79cbc737d6468a4f68ba3de1b83953b Mon Sep 17 00:00:00 2001 From: Yichao Yu <yyc1992@gmail.com> Date: Sun, 2 Aug 2020 13:43:58 -0400 Subject: [PATCH] Fix size calculation in `_XimAttributeToValue`. The check here guards the read below. For `XimType_XIMStyles`, these are `num` of `CARD32` and for `XimType_XIMHotKeyTriggers` these are `num` of `XIMTRIGGERKEY` ref[1] which is defined as 3 x `CARD32`. (There are data after the `XIMTRIGGERKEY` according to the spec but they are not read by this function and doesn't need to be checked.) The old code here used the native datatype size instead of the wire protocol size causing the check to always fail. Also fix the size calculation for the header (size). It is 2 x CARD16 for both types despite the unused `CARD16` for `XimType_XIMStyles`. [1] https://www.x.org/releases/X11R7.6/doc/libX11/specs/XIM/xim.html#Input_Method_Styles This fixes a regression caused by 388b303c62aa35a245f1704211a023440ad2c488 in 1.6.10. |
| f89f2ff9 |
04-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server: > Call LogInit() for logging to /var/log/Xsun.%s.log as Xorg server. |
| 1f29ee3a |
04-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Call LogInit() for logging to /var/log/Xsun.%s.log as Xorg server. |
| 5ca846b1 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Replace 'pointer' type with 'void *' to sync with upstream manner. https://cgit.freedesktop.org/xorg/xserver/commit/?id=60014a4a98ff924ae7f6840781f768c1cc93bbab |
| ab290810 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
TAB/space cleanup. |
| cb17d216 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Cherry-pick non-Xorg-1.20-specific fixes from xorg-server dir. Use proper ANSI offsetof(3) to specify framebuffer offset in struct. Add prototype declarations for CG2 functions. Implement functions to restore palette settings on exiting Xserver. Explicitly initialize origColormapValid for readability. Fix LED defintions to match xkb/xkbInit.c. Remove unused functions required to handle non-XKB autorepeat. Initialize ModMap dynamically using keymap data per each keyboard. Remove now unused ModMap data for each keyboard. Use "empty" for rmlvo model and layout to avoid lingering default settings. Trailing whitespace. Note it looks there is some serious performance regression between Xorg 1.10 and 1.20 on rendering root_weave to root window on 3/60 bwtwo mono server. |
| 0ea8fa60 |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Trailing whitespace. |
| eec3c82f |
01-Aug-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use "empty" for rmlvo model and layout to avoid lingering default settings. Now all modifier keys (CTRL, SHIFT, and NumLock) work as expected. It seems XkbApplyMappingChange() doesn't update some XKB modifier settings even if new modmap data is specified. |
| 32414907 |
31-Jul-2020 |
maya <maya@NetBSD.org> |
Backport the only patch from xorg-server 1.20.9 as I can't find a tarball. From aac28e162e5108510065ad4c323affd6deffd816 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb <matthieu@herrb.eu> Date: Sat, 25 Jul 2020 19:33:50 +0200 Subject: [PATCH] fix for ZDI-11426 Avoid leaking un-initalized memory to clients by zeroing the whole pixmap on initial allocation. This vulnerability was discovered by: Jan-Niklas Sohn working with Trend Micro Zero Day Initiative Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> |
| e90f245c |
31-Jul-2020 |
maya <maya@NetBSD.org> |
Merge libX11 1.6.10 |
| 9c019ec5 |
31-Jul-2020 |
maya <maya@NetBSD.org> |
initial import of libX11-1.6.10 |
| 83a24582 |
30-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove now unused ModMap data for each keyboard. |
| b6209069 |
30-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Initialize ModMap dynamically using keymap data per each keyboard. Now ScrollLock LED works properly. |
| a740dc46 |
29-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove unused functions required to handle non-XKB autorepeat. |
| 2f5704f8 |
29-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix LED defintions to match xkb/xkbInit.c. Now CapsLock and NumLock LEDs work correctly. XXX: No ScrollLock LED |
| 1a0e0615 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Explicitly initialize origColormapValid for readability. |
| 97c02368 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Implement functions to restore palette settings on exiting Xserver. |
| 89cbd610 |
26-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add prototype declarations for CG2 functions. |
| 9cee2e5c |
24-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use proper args for dixLookupResourceByType() to get defcolormap. Botched in mechanical 1.20 updates. |
| 183a9b73 |
24-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Apply upstream "free the EQ allocated memory on shutdown" fixes. This should be updated before 1.20 import: https://cgit.freedesktop.org/xorg/xserver/commit/?id=87d4f90bfcb509471ac9e7886e14a92b33223fd7 |
| 526cfe04 |
23-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use proper ANSI offsetof(3) to specify framebuffer offset in struct. Fixes build error on sparc64. No binary change on sun3. |
| 47cf8911 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Normalize #include paths. |
| ee7c6486 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Import WIP Xorg-Server-1.20'fied monolithic Xsun servers. This is based on 1.10 version imported into xorg-server.old and all upstream API changes between xorg-server 1.10 and 1.20 are applied almost mechanically. https://github.com/tsutsui/xorg-server-Xsun/commits/xorg-server-1.20 Xsun and XsunMono servers are also confirmed working with bwtwo on 3/60 and tme, and cgtwo on tme. XKB stuff is still to be resolved. |
| b9325ec5 |
22-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Import WIP Xorg-Server-1.10'fied ancient monolithic Xsun servers. There are still several issue especially around XKB stuff, but both Xsun and XsunMono servers are confirmed working with bwtwo on 3/60 and tme, and also cgtwo on tme. See my port-sun3@ posts for more details: https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html Note a newer Xorg Server 1.20 based version is also ready so these 1.10 sources are imported as referenece for people who will try to port other X11R6 servers. |
| 1179ded1 |
19-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Sync with xorg-server.old: Remove #ifdef XKB conditional. > It has been mandatory on Xorg: > https://cgit.freedesktop.org/xorg/xserver/commit/?id=40877c6680863bd6a8475f2bb0c54df55bcf0b0e |
| 9b01426a |
19-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove #ifdef XKB conditional. It has been mandatory on Xorg: https://cgit.freedesktop.org/xorg/xserver/commit/?id=40877c6680863bd6a8475f2bb0c54df55bcf0b0e |
| b2450a3a |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Pull 1bpp server fixes from xorg-server.old: https://mail-index.netbsd.org/source-changes/2020/07/18/msg119488.html > Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs. > > - Don't override pScreen->blackPixel and pScreen->whitePixel > (set in MD server Init functions per -filpPixels option) > on 1bpp servers in merged fbSetupScreen() (merged one > from cfbSetupScrenn and mfbSetupScreen() in old xsrc/xfree) > - Pull mfbCreateColormap() function from old xsrc/xfree tree > and use it on 1bpp servers Confirmed on luna68k 1bpp Xorg 1.20 server using xf86-video-wsfb with "-flipPixels" option. |
| 88c603c7 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Fix 1bpp Xservers on "whitePixel=0, blackPixel=1" VRAMs. - Don't override pScreen->blackPixel and pScreen->whitePixel (set in MD server Init functions per -filpPixels option) on 1bpp servers in merged fbSetupScreen() (merged one from cfbSetupScrenn and mfbSetupScreen() in old xsrc/xfree) - Pull mfbCreateColormap() function from old xsrc/xfree tree and use it on 1bpp servers Required by forthcoming X11R7'fied ancient Xsun and XsunMono servers: https://mail-index.netbsd.org/port-sun3/2020/07/17/msg000157.html Without these fixes, mouse pointers and twm window titlebar etc. are rendered inverted. |
| 01f81e7b |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Add a stub for miinitext of GLX. As per upstream commits for Xnest: https://cgit.freedesktop.org/xorg/xserver/commit/?id=67c303fff303f94b62f03a76de97116c6ebcfda9 Note GLXEXT is defined as 1 in xorg-server/include/xorg-server.h (i.e. /usr/X11R7/include/xorg/xorg-server.h) so no proper way to disable it on building MD servers per ${MACHINE} basis. |
| 72502d70 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Update for removal of AddEnabledDevice and RemoveEnabledDevice. Use the NotifyFd API instead as per upstream commits: https://cgit.freedesktop.org/xorg/xserver/commit/?id=55c2e1a3aa587c58a74066724e11e30b3df267b8 https://cgit.freedesktop.org/xorg/xserver/commit/?id=be5a513fee6cbf29ef7570e57eb0436d70fbd88c https://cgit.freedesktop.org/xorg/xserver/commit/?id=60a91031d13e4d29c383087120e318f6b528b6e5 https://cgit.freedesktop.org/xorg/xserver/commit/?id=7def2fea30060d47780dc1eedc91fada5ae1934f |
| 1dfa130e |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Pull changes of x68kInit.c rev 1.3 from xorg-server.old. https://mail-index.netbsd.org/source-changes/2020/07/18/msg119473.html > Use AllocDevicePair() to initialize input devices in InitInput(). Untested, but I'll re-visit on migrating to HAVE_XORG_SERVER_VER=120. |
| b59408c7 |
18-Jul-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use AllocDevicePair() to initialize input devices in InitInput(). This should have been done on the initial X11R7'fied imoprt as upstream xnest did: https://cgit.freedesktop.org/xorg/xserver/commit?id=32ce5c83a504d2cafd2b19ed628b40032ef347b3 Tested and no visible regression on XM6i. |
| d7a5c675 |
27-Jun-2020 |
tsutsui <tsutsui@NetBSD.org> |
Use UXA (not SNA) by default on Intel Gen3/4/5 chipsets (except 915). This works around PR/54995 (screen corruption on N455) and PR/55198 (X freezes/hangs on 965GM). Ok'ed by mrg@. Should be pulled up to netbsd-9. |
| 43b3da5d |
08-Jun-2020 |
rin <rin@NetBSD.org> |
Fix minor problems detected by GCC9 -Wstringop-truncation. |
| 80c54d45 |
10-Apr-2020 |
tsutsui <tsutsui@NetBSD.org> |
Remove clause 3 and 4 from X68k server files written by Yasushi Yamasaki. I've finally contacted with Yamasaki-san and he kindly answered "no objection to change them to 2 clause license" in private mail. Diffs to be committed have also been confirmed by him. We appreciate all his contribution to early NetBSD/x68k. |
| 72f1971a |
22-Mar-2020 |
martin <martin@NetBSD.org> |
PR 48569: avoid unaligned access. OK mrg@ |
| 7d032622 |
08-Mar-2020 |
maya <maya@NetBSD.org> |
Backport upstream commits (there is no newer release yet): From c0eb5dbd9c1db6b6d5b1574bcd8c584170d7ab54 Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov <asheplyakov@altlinux.org> Date: Wed, 27 Nov 2019 20:50:58 +0400 Subject: Don't crash X server if GPU acceleration is not available From 4d84cf438e7f1bebf0053035ef0292e9fed257d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= <mdaenzer@redhat.com> Date: Fri, 29 Nov 2019 16:37:32 +0100 Subject: Handle NULL fb_ptr in pixmap_get_fb This can happen when HW acceleration is disabled. From Onno van der Linden in xsrc/55059. |
| 4090900b |
24-Feb-2020 |
mrg <mrg@NetBSD.org> |
for now, limit glamor to TAHITI and newer chipsets only. |
| 5a4966d2 |
23-Feb-2020 |
tnn <tnn@NetBSD.org> |
sync from pkgsrc: > libxshmfence: improve performance of semaphore backend. Bump rev. > > It used more locking than necessary. We only need two semaphores. > One to tell waiters to wake up and one to let the last waiter that > wakes up notify xshmfence_trigger() it may now return. |
| 7edd284e |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.12.0 |
| 74fcc364 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.12.0 |
| 33213467 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.29. |
| 1c606da7 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.29 |
| 1c66a406 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
and one more version here too.. |
| d2ee8f5a |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
update version here too. |
| b974f53c |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
missed one version update. |
| 356a307c |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous |
| e780029e |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20.6. |
| 4e185dc0 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.6. |
| 25da500f |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.6 |
| eb5ace75 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge font-util 1.3.2 and fonttosfnt 1.1.0. |
| ea148d1d |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.1.0 |
| 38c51623 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.2 |
| 82025ec7 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.100 and libpciaccess 0.16. |
| dc7d6647 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.16 |
| 88f8a8d2 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.100 |
| 1ea6cbfe |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge viewres 1.0.6 and xkbprint 1.0.5. |
| fc34a306 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.5 |
| 2464907f |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.6 |
| d96bf886 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
update for libXfont2 2.0.4. |
| 9d6fedf0 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2019.2 |
| 0ba404d1 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.9, libXfont2 2.0.4, libXpm 3.5.13, and libXvMC 1.0.12. |
| cfcf9057 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.12 |
| edce3322 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.13 |
| c7b4381a |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.4 |
| 5afda2e6 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.9 |
| 5748e6ec |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 19.1.0, xf86-video-amdgpu 19.1.0, xf86-video-geode 2.11.20, and xf86-video-s3 0.7.0. |
| 1d3211a3 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.7.0 |
| 05cf1079 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.20 |
| 0d2a5547 |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-19.1.0 |
| 77d6d1ec |
23-Feb-2020 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.1.0 |
| f1d7adee |
22-Feb-2020 |
tnn <tnn@NetBSD.org> |
mesa: sync w/ pkgsrc: don't assume the current gl dispatch table points to noop if NULL, instead call the ENTRY_CURRENT_TABLE_GET function. Additionally the previous i386 implementation probably never worked because it looks like it used the wrong asm label when computing GOT ptr. Likely relevant to PR port-i386/54782. XXX pullup -9 |
| 0b3f0b9f |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Revert previous two commits, will fix this another way. |
| cb37ba78 |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Don't autoload vesa on x86 at all as it conflicts with wsfb. |
| bd0a8214 |
09-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Try wsfb before vesa on x86. Modern video cards may not support VBE at all. |
| a3c4ad5d |
08-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
Add -s flag to scale image to root window size. |
| d1d00eb7 |
07-Feb-2020 |
jmcneill <jmcneill@NetBSD.org> |
When adding an FB, don't assume that the front buffer is a radeon buffer (it could be GBM managed instead). |
| b3c77fcc |
30-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Add missing newlines in log messages. |
| fe5fcf53 |
25-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Fix Xorg wsfb server "Rotate" corruption problem. PR xsrc/54167 Confirmed on zaurus SL-C1000, SL-C3000 (CW) and hpcarm WS003SH (CCW). Should be pulled up to netbsd-8 and netbsd-9. |
| abaf7e73 |
18-Dec-2019 |
macallan <macallan@NetBSD.org> |
add some missing translations for japanese keyboards from Yasushi Oshima via PR54784 |
| 757f638f |
05-Dec-2019 |
maya <maya@NetBSD.org> |
Wherever we test for setuid, also test for setgid. Inspired by a diff to openbsd but with a few more instances. |
| d7cb65e3 |
01-Dec-2019 |
maya <maya@NetBSD.org> |
From 02c3dad0f3b4d26e0faa5cc51d06bc50d693dcdc Mon Sep 17 00:00:00 2001 From: Brian Paul <brianp@vmware.com> Date: Wed, 9 Oct 2019 12:05:16 -0600 Subject: [PATCH] Call shmget() with permission 0600 instead of 0777 A security advisory (TALOS-2019-0857/CVE-2019-5068) found that creating shared memory regions with permission mode 0777 could allow any user to access that memory. Several Mesa drivers use shared- memory XImages to implement back buffers for improved performance. This path changes the shmget() calls to use 0600 (user r/w). Tested with legacy Xlib driver and llvmpipe. Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com> |
| 005535d2 |
28-Oct-2019 |
christos <christos@NetBSD.org> |
use asprintf() to avoid strncpy warning (as the newer version does) |
| 19108c71 |
27-Oct-2019 |
maya <maya@NetBSD.org> |
Use a case insensitive comparison. Add ExtraBold. Fixes PR xsrc/40609: Problem with mkfontscale and fonts/freefonts with xfree/xorg |
| 857c29c5 |
24-Oct-2019 |
kamil <kamil@NetBSD.org> |
Adapt xwininfo for POSIX iconv(3) |
| 97f927b5 |
23-Oct-2019 |
kamil <kamil@NetBSD.org> |
Switch strncpy(3) with length of source to strlcpy(3) in xedit Fixes build with gcc8. |
| 691993b4 |
25-Sep-2019 |
maya <maya@NetBSD.org> |
Avoid truncating int64_t to int. Found by clang. |
| e64d31b9 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Add more generated files from mesa 19.1.7. Generated by doing a regular build using pkgsrc. |
| 0f464174 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
import mesa-19.1.7 (for pathnames including the word 'core') Now with the correct paths... |
| 4d3af7dc |
24-Sep-2019 |
maya <maya@NetBSD.org> |
import mesa-19.1.7 (for pathnames including the word 'core') |
| a54d1988 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Avoid conflict with netbsd's highly visible bswap32 definition. Re-patching, patch was lost in a rename. |
| 188bf57b |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Remove now unused generated files. |
| d03f69fb |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Apply u_queue.c patch from pkgsrc: atexit is not a good idea in shared libraries. attempt to port cpuset logic to netbsd |
| 0c3f8b09 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Provide a bogus definition of NAN for vax. ifdef __vax__ rather than ifndef NAN to ensure it is never accidentally picked up for non-VAX. |
| d8407755 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Merge mesa 19.1.7 |
| 10e230b6 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Update generated files from a regular build of mesa 19.1.7. The pkgconfig files are now generated using meson, no more .pc.in files, so I made my own using the result of the pkgsrc build. |
| 8a1362ad |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| b9abf16e |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| a8bb7a65 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 9f464c52 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 361fc4cb |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 7e102996 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| ed98bd31 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 53c12917 |
24-Sep-2019 |
maya <maya@NetBSD.org> |
Import mesa 19.1.7 New features in mesa 19.1.0: GL_ARB_parallel_shader_compile on all drivers. GL_EXT_gpu_shader4 on all GL 3.1 drivers. GL_EXT_shader_image_load_formatted on radeonsi. GL_EXT_texture_buffer_object on all GL 3.1 drivers. GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension). GL_NV_compute_shader_derivatives on iris and i965. GL_KHR_parallel_shader_compile on all drivers. VK_EXT_buffer_device_address on Intel and RADV. VK_EXT_depth_clip_enable on Intel and RADV. VK_KHR_ycbcr_image_arrays on Intel. VK_EXT_inline_uniform_block on Intel and RADV. VK_EXT_external_memory_host on Intel. VK_EXT_host_query_reset on Intel and RADV. VK_KHR_surface_protected_capabilities on Intel and RADV. VK_EXT_pipeline_creation_feedback on Intel and RADV. VK_KHR_8bit_storage on RADV. VK_AMD_gpu_shader_int16 on RADV. VK_AMD_gpu_shader_half_float on RADV. VK_NV_compute_shader_derivatives on Intel. VK_KHR_shader_float16_int8 on Intel and RADV (RADV only supports int8). VK_KHR_shader_atomic_int64 on Intel. VK_EXT_descriptor_indexing on Intel. VK_KHR_shader_float16_int8 on Intel and RADV. GL_INTEL_conservative_rasterization on iris. VK_EXT_memory_budget on Intel. New features in mesa 19.0.0: GL_AMD_texture_texture4 on all GL 4.0 drivers. GL_EXT_shader_implicit_conversions on all drivers (ES extension). GL_EXT_texture_compression_bptc on all GL 4.0 drivers (ES extension). GL_EXT_texture_compression_rgtc on all GL 3.0 drivers (ES extension). GL_EXT_render_snorm on gallium drivers (ES extension). GL_EXT_texture_view on drivers supporting texture views (ES extension). GL_OES_texture_view on drivers supporting texture views (ES extension). GL_NV_shader_atomic_float on nvc0 (Fermi/Kepler only). Shader-based software implementations of GL_ARB_gpu_shader_fp64, GL_ARB_gpu_shader_int64, GL_ARB_vertex_attrib_64bit, and GL_ARB_shader_ballot on i965. VK_ANDROID_external_memory_android_hardware_buffer on Intel Fixed and re-exposed VK_EXT_pci_bus_info on Intel and RADV VK_EXT_scalar_block_layout on Intel and RADV VK_KHR_depth_stencil_resolve on Intel VK_KHR_draw_indirect_count on Intel VK_EXT_conditional_rendering on Intel VK_EXT_memory_budget on RADV Also, bug fixes. |
| 4e5bd49e |
13-Sep-2019 |
maya <maya@NetBSD.org> |
Use the upstream-friendly version sent upstream. Upstream would prefer to use __datadir__ because it's defined by automake, and the default path used for installing system.twmrc. |
| e0f957b2 |
11-Sep-2019 |
maya <maya@NetBSD.org> |
Use the correct path for the twm.systemrc file. Thanks robert for the heads up. |
| ac2a9f9b |
30-Aug-2019 |
maya <maya@NetBSD.org> |
Try modesetting on x86, too. Not the best option without functional GLAMOR, but it does work. |
| 7a3fb2fa |
30-Aug-2019 |
maya <maya@NetBSD.org> |
Match wsfb on x86, too. When uefi booting without driver-specific GPU support, wsfb is the only choice for a graphical driver. While here, combine the wsfb cases. |
| fd815b59 |
07-Aug-2019 |
maya <maya@NetBSD.org> |
Undo local diffs. Whitespace, and header not needed. |
| cb07ae2c |
06-Aug-2019 |
maya <maya@NetBSD.org> |
Undo local diff in file we don't use. |
| c2193d98 |
24-Jul-2019 |
macallan <macallan@NetBSD.org> |
avoid stalling the CPU by letting the SX instruction FIFO drain every couple of memory instructions. No more missed IPIs when building stuff in an xterm so far... |
| 8fbcba3d |
23-Jul-2019 |
rin <rin@NetBSD.org> |
Correctly support the case of fbi->fbi_fboffset != 0, which means base address of framebuffer is not page-aligned: - When mmap framebuffer, fbi->fbi_fboffset is added to the length of framebuffer. Otherwise, the last page of framebuffer is not mapped properly if (size of framebuffer) <= (page boundary) < (size of framebuffer + fbi->fbi_fboffset), since length of mapped area is counted from page-truncated address. This results in memory corruption in the upper adjacent page, or SEGV. - Use fPtr->fbstart (real base address of framebuffer) instead of fPtr->fbmem (return value of mmap, i.e., page-aligned base address) where appropriate. Tested on genfb(4) on Cubietruck, where fbi->fbi_fboffset = 4096. No functional changes for majority of framebuffer drivers, whose base address is page-aligned. |
| e686e132 |
23-Jul-2019 |
rin <rin@NetBSD.org> |
Add support for 15-bpp framebuffer. |
| 8abac3da |
20-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge freetype 2.10.0. |
| 687968f3 |
20-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.10.0 |
| c6c862ba |
19-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xinput 1.6.3 |
| a570218a |
19-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.3 |
| 930cc3a9 |
18-Jul-2019 |
macallan <macallan@NetBSD.org> |
remove unused xaaSymbols[] |
| 777a60cd |
18-Jul-2019 |
macallan <macallan@NetBSD.org> |
adjust comment to reality NFC |
| 15406635 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xauth 1.1. |
| 6c3c2bce |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.1 |
| a7ac0ae2 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.15. |
| 2029f493 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.15 |
| bf6cc7dc |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.99 |
| 5324fb0d |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.99 |
| d159dfe1 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libICE 1.0.10. |
| a3129944 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.10 |
| e8f4a63f |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge setxkbmap 1.3.2, xbiff 1.0.4, xclock 1.0.9, xman 1.1.5, and xwininfo 1.1.5. |
| c175af84 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.5 |
| ae5a67ad |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.5 |
| 00ea61e8 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.9 |
| a39bb051 |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.4 |
| 13e6bc1c |
15-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.2 |
| 2bcb3ebf |
13-Jul-2019 |
christos <christos@NetBSD.org> |
Fix lint build. |
| e8264990 |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
update for libXt 1.2.0 const/noreturnification: - define GCC_* as supported by all our compilers - mark xt_error as noreturn - clear the error handler with XtSetErrorHandler(NULL) vs ((XtErrorHandler) 0) which avoids missing noreturn issue |
| 72af6995 |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libXt 1.2.0 |
| 0568f49b |
11-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.2.0 |
| a3105fe4 |
10-Jul-2019 |
mrg <mrg@NetBSD.org> |
update fake configure to libepoxy 1.4.3. |
| 8c7a0568 |
10-Jul-2019 |
mrg <mrg@NetBSD.org> |
fix conditional to avoid redefinition. |
| edd9e0ad |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge and update for libepoxy 1.4.3. |
| de84f9a0 |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libepoxy 1.4.3. |
| f71742df |
09-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.4.3 |
| f2d49d05 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.8 and libXi 1.7.10. |
| 4940c694 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.10 |
| 258a0ebe |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.8 |
| 96834ec3 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.2 and xf86-input-elographics 1.4.2. |
| 1a9c160a |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.2 |
| 2256ab8c |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.1.0 |
| 8b8e729c |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.2 |
| 549c0c5b |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge libvdpau 1.2. |
| fb570538 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of libvdpau-1.2 |
| b54d2093 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
merge xorgproto 2019.1 and encodings 1.0.5 |
| ea1d6981 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2019.1 |
| 01395c31 |
08-Jul-2019 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.5 |
| 1cacedb1 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Center padding around edit fields. Correct greeting text horizontal position for Logo padding. |
| 09dea964 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Add visible padding to edit fields. Vertically: 25% of field height. Horizontally: 25% of character width. |
| d44fbef5 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Respect the outer border width for sizing the widget horizontally. Add it twice so that the greeting text can neither trash nor touch the border. |
| 3f10d660 |
07-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
Cursor position was two pixels off to the left. |
| 026e32a9 |
01-Jun-2019 |
mlelstv <mlelstv@NetBSD.org> |
fix geometry calculations so that entered text doesn't clobber the input field borders. scroll non-empty input when cursor deletes first position so that one character stays visible. |
| 80f7abad |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge mesa 18.3.6. |
| 993e1d59 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of mesa-18.3.6 |
| f2b8d91d |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 19.0.1. |
| 446f62d6 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-19.0.1 |
| 86b6140d |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.27. |
| ee0df474 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.27 |
| 15af7600 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.5. |
| 3517b66b |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.5 |
| 2b036045 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
merge for pixman 0.38.4. |
| f8cc1056 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.38.4 |
| bd8ad950 |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.1 |
| 58c6badd |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
update for xf86-video-amdgpu 19.0.1. |
| 852bcc3b |
01-Jun-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.0.1 |
| a259eee8 |
31-May-2019 |
maya <maya@NetBSD.org> |
Undo local diff. It was introduced as one of the patches fixing https://bugs.freedesktop.org/show_bug.cgi?id=28181 This is marked fixed upstream, and was spotted on non-NetBSD, so it's very likely to be unnecessary. This diff was causing a double-free, causing Xorg to crash when closing pkgsrc/emulators/{retroarch,nestopia}. This is most likely a problem that became more evident from jemalloc debug which is filling free'd memory with 0x5a5a5a... Fixes PR xsrc/54246. |
| 37d6d98f |
16-May-2019 |
nakayama <nakayama@NetBSD.org> |
Do not remove UUID file when a scanned directory is empty. pulled from the following upstream change: https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/5f12f564f8748deaa603adb7a4b8f616b6390ad4 It fixes that a cache file for an empty font directory is created every time fc-cache is executed. |
| 5afdf157 |
15-May-2019 |
christos <christos@NetBSD.org> |
fix variable stack allocation for ssp |
| d4151dd8 |
11-May-2019 |
christos <christos@NetBSD.org> |
try again to get it working for clang |
| 428d7b3d |
10-May-2019 |
mrg <mrg@NetBSD.org> |
import our slightly older intel xf86 driver as "intel-2014". this driver works better on older systems, but doesn't support gen9 as well. |
| 40b23707 |
02-May-2019 |
christos <christos@NetBSD.org> |
fix for clang. |
| 66d8f6e3 |
21-Apr-2019 |
christos <christos@NetBSD.org> |
The third argument of mincore(2) is unsigned only on linux. |
| 691c5f5d |
18-Apr-2019 |
christos <christos@NetBSD.org> |
all we are saying is, give lint a chance |
| 4b97debb |
18-Apr-2019 |
mrg <mrg@NetBSD.org> |
on NetBSD, don't define PLATFORM_HAS_EGL if it is already defined |
| 67e2f351 |
16-Apr-2019 |
mrg <mrg@NetBSD.org> |
- enable EGL on x86/arm64 (XXX also do evbarm32) - enable gbm/glamor in the server. |
| b4219da8 |
15-Apr-2019 |
christos <christos@NetBSD.org> |
use long long and volatile consistently. |
| e81a0f50 |
09-Apr-2019 |
maya <maya@NetBSD.org> |
Add workaround for non-zero initialized initial-exec TLS variables. NetBSD doesn't support these with dlopen. Ref: https://bugs.freedesktop.org/show_bug.cgi?id=35268 https://mail-index.netbsd.org/pkgsrc-users/2015/09/11/msg022180.html http://gnats.netbsd.org/50277 Fixes dlopen of libGL reported by prlw1 on current users. From tnn, via pkgsrc/graphics/MesaLib*. |
| 382a3c73 |
07-Apr-2019 |
christos <christos@NetBSD.org> |
don't return void |
| bf246d0e |
07-Apr-2019 |
christos <christos@NetBSD.org> |
- we re-define u{int,short,char} in types.h - handle lint |
| 7d084a0e |
07-Apr-2019 |
christos <christos@NetBSD.org> |
prevent re-definitions from drm.h |
| 7354a465 |
07-Apr-2019 |
christos <christos@NetBSD.org> |
VAXinate (No IEEE math) |
| 9d3d7ada |
06-Apr-2019 |
maya <maya@NetBSD.org> |
Use a name for the largest representable float Actually intended to appease vax which has a floating point format that doesn't match the same range as IEEE754 float. (why not exp2f?) |
| 603fc0a3 |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
fix merge botches. re-add files autoconf files that the build sort of needs at least configure for. command used: % cd /usr/xsrc/external/mit/xf86-video-intel/dist % autoreconf -I m4 -I /usr/xsrc/external/mit/xorg-server/dist -i tested on sandy bridge and kaby lake. |
| 63ef14f0 |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-intel 6afed33b2d673d88674f0c76efe500ae414e8e1b. |
| fe8aea9e |
20-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel git version 6afed33b2d673d88674f0c76efe500ae414e8e1b |
| 44c395d5 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge imake 1.0.8. |
| 8a954913 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.8 |
| cac16e44 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge makedepend 1.0.6 and x11perf 1.6.1. |
| 65c1f7cf |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.1 |
| b2f5b1db |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.6 |
| 7448d6e9 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.11, libXxf86dga 1.1.5, libxkbfile 1.1.0, and xtrans 1.4.0. |
| 3d2ed3e3 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.4.0 |
| 54044362 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.1.0 |
| c1d6e445 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.5 |
| c1e3c5d0 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.11 |
| 16b8d512 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXdmcp 1.1.3, libXext 1.3.4, libXft 2.3.3, libXmu 1.1.3 and libXrandr 1.5.2. |
| 3169be4b |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.2 |
| 198e4c3c |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.3 |
| 8292847c |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.3 |
| cc4920e5 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.4 |
| 6fc0178d |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.3 |
| 3d456b80 |
18-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge changes from xorg-server 1.20 list.h into this older version. fixes sandy bridge crashing problems for me. |
| 86eabd66 |
15-Mar-2019 |
mrg <mrg@NetBSD.org> |
spell it defined(__NetBSD__) so it actually matches and we skip this pragma warning during the build: Warning: Per application configuration won't work with your OS version. |
| c6b30a21 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
remove files not wanted for mesa 18. |
| 70e6a958 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge mesa-demos 8.4.0. |
| 7ec3b29a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of mesa-demos-8.4.0 |
| e1a74cae |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xfd 1.1.3 and xprop 1.2.4. |
| b5cf802f |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.4 |
| b78bb896 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.3 |
| f33d31a3 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of transset-1.0.2 |
| 03f25350 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.8, libXcomposite 0.4.5, and libXcursor 1.2.0. |
| cdce750a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.2.0 |
| 26372658 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.5 |
| fe4c343a |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.8 |
| cbfeacdb |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
remove reference to non existance sys.startxrc. |
| 84734e60 |
11-Mar-2019 |
mrg <mrg@NetBSD.org> |
restore change lost in Xservers.ws.cpp -> Xservers.ws.in rename: http://mail-index.netbsd.org/source-changes/2012/02/18/msg031930.html Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. pointed out by jmcneill. |
| a551a712 |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge this change from maya@: commit 4fa18f04dce5333189004834c1183d7a14ee0ef5 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 09:32:11 2019 +0200 Don't warn (-Werror) about secure_getenv, use getenv_wrapper. Does the same thing for netbsd. |
| 0690100a |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
generated files for mesa 18.3.4. this work from maya@ via this github commit: commit 9eeee3fcb33a84ebc1653c032f57e7193b7b7236 Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 23:14:48 2019 +0200 Generated files for mesa 18.3.4 |
| 7e995a2e |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge Mesa 18.3.4. this work is mostly from maya@ with a little help from myself via these github commits: commit 57df9d9b59df14fd6ac8e30832ce4f29572a33c0 Author: coypu <coypu@sdf.org> Date: Mon Mar 4 12:24:37 2019 +0200 Make GCC happier about prototype, include right header for __HAVE_ATOMIC64_OPS commit 93c2f416aa316cc3d0665661c9f927f6949cdd37 Author: coypu <coypu@sdf.org> Date: Mon Mar 4 12:16:56 2019 +0200 Make the u_atomic.c fallback locked 64bit atomics more suited for the netbsd case: we are using __GNUC__ compilers, but without libatomic. so we are emitting the __GNUC__ names. Use __HAVE_ATOMIC64_OPS which is the netbsd name for this condition (we don't run configure) commit 84c2bf2f622f8a78f68ad1ca35b90bb991bdaab0 Author: coypu <coypu@sdf.org> Date: Sun Mar 3 20:02:38 2019 +0200 Remove unused padding to struct. The extra space is in the flexible array member at the end of struct drm_i915_query_topology_info. Clang dislikes having an extra member to the struct after the flexible array member. commit 00f432b0edf95a6e292e8259ad3096a07966b53c Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 23:36:09 2019 +0200 Avoid left-shifting a negative, for clang commit 84881d47e674b93b79f405326b3ae43af53fe611 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 21:30:43 2019 +0200 avoid conflict with netbsd bswap32 commit d9bd43728cb5cf161d8501be6d53dee50f094df0 Author: Maya Rashish <maya@NetBSD.org> Date: Sun Feb 24 21:30:30 2019 +0200 cast enum to appease clang commit a84ec26c89d08028800e74313ccbbf0a1a0753ed Author: Maya Rashish <maya@NetBSD.org> Date: Wed Feb 6 13:07:55 2019 +0200 Apply patches from pkgsrc mesa to avoid atexit on a library. This isn't safe to do on netbsd and results in segfaults on program exit. commit 335ea9c725374db31fe809a7d7f33ad8a83edd3e Author: Maya Rashish <maya@NetBSD.org> Date: Sat Jan 19 16:32:28 2019 +0200 Avoid left-shifting a negative (UB), appeases clang commit 452e5dc79ee89292fe771cf0e1066d1fad55adfa Author: Maya Rashish <maya@NetBSD.org> Date: Sat Jan 12 17:02:04 2019 +0200 radeon picture_type is h264 and the enums match, cast to avoid clang warning (we use -Werror) commit 61b4bc2f7ca8d78bd4092df76daeb27621d2ea7d Author: Maya Rashish <maya@NetBSD.org> Date: Fri Jan 11 19:57:34 2019 +0200 Avoid redefinition, for clang. commit c73fac417444cd79ee5a7a89b4a0fdf931e5122d Author: Maya Rashish <maya@NetBSD.org> Date: Sun Jan 6 19:52:12 2019 +0200 Fix some printf specifiers. XXX more upstreaming radeon_dma.c: https://gitlab.freedesktop.org/mesa/mesa/merge_requests/68 commit 09341f929e9d3b03a3caacaa630521bc76680344 Author: Maya Rashish <maya@NetBSD.org> Date: Sat Feb 23 11:51:50 2019 +0200 |
| 54f308b1 |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
from maya: Import mesa 18.3.4. Mesa 18.3.4 implements the OpenGL 4.5 API. Some drivers don't support all the features required in OpenGL 4.5. (this time, get the subdirs called "core".) |
| 01e04c3f |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
from maya: Import mesa 18.3.4. Mesa 18.3.4 implements the OpenGL 4.5 API. Some drivers don't support all the features required in OpenGL 4.5. |
| a4f78def |
10-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libvdpau-1.1.1 |
| 639750fc |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous. |
| 848b8605 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
import the existing Mesa 10.x sources as MesaLib.old while we handle the upgrade to Mesa 18.x. |
| b4361794 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 19.0.0. |
| 90f2b693 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-19.0.0 |
| e5d21662 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
turn on execinfo support. |
| f2e0b8c3 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
regen for fontconfig 2.13.1. |
| 1887081f |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.13.1. |
| a32e9e42 |
08-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.13.1 |
| ae91e64b |
07-Mar-2019 |
mrg <mrg@NetBSD.org> |
remove some unnecessary code: - win32 - other comapt code - uuid daemon code - TLS code - unused functions and features |
| 8cb1c0ef |
07-Mar-2019 |
mrg <mrg@NetBSD.org> |
import a small portion of util-linux's "libuuid". this is needed for the new fontconfig which uses these APIs internally. we'll rename the symbols and they aren't exported by fontconfig.so anyway. this is necessary because libuuid's API conflicts with netbsd libc uuid API while being not really simple to shim or provide compat for. |
| 0da68bfd |
06-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.26. |
| 9d99ee05 |
06-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.26 |
| 81e7e014 |
06-Mar-2019 |
christos <christos@NetBSD.org> |
openpam includes |
| dfe7682d |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.12. |
| b7d26471 |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.12 |
| daa73ada |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tdfx 1.5.0. |
| f3f7d111 |
05-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.5.0 |
| 4545e80c |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.97 and pixman 0.38.0. |
| 6a9ab117 |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
- add likely missing () around || expression. - use fabsl() not abs(). both picked up by clang and the new xclock. |
| 338bf337 |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.38.0 |
| 6532f28e |
04-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.97 |
| ddc55980 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
make BUILD_TIME be something that can have existed :-) |
| bf8e669c |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.4. |
| e23ec014 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.4 |
| 5c47cad4 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xditview 1.0.5, xinit 1.4.1, xlogo 1.0.5, and xmore 1.0.3. |
| 76c9c3ba |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.3 |
| 3e999d35 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.5 |
| 08c9c616 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.1 |
| 09bee7c9 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.5 |
| c694fe25 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
put drmmode_udev_notify() under HAVE_LIBUDEV. |
| 22d74663 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.16. |
| dd52494d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.16 |
| 3a2d322d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm 1.3.0, xf86-video-chips 1.4.0, and xf86-video-s3virge 1.11.0. |
| 024581f2 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.11.0 |
| f7da1573 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.4.0 |
| 36e956c5 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.3.0 |
| 8b165ca7 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
protect config.h include with HAVE_CONFIG_H. pass const char * to things wanting const not non-const. |
| 7c5a9b20 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge bitmap 1.0.9 and mkfontscale 1.2.0. |
| 12458b28 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.2.0 |
| 6654de8b |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.9 |
| 0c30e250 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xhost 1.0.8 and xvinfo 1.1.4. |
| d71d4977 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.4 |
| aadd013e |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.8 |
| e3e77a2a |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xmodmap 1.0.10, xrdb 1.2.0, and xstdcmap 1.0.4. |
| 04449c54 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.4 |
| 8e74c62d |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.2.0 |
| 423b239c |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.10 |
| d0e6c7bf |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge xfsinfo 1.0.6, xcalc 1.0.7, xclock 1.0.8, xev 1.2.3 and xlsatoms 1.1.3. |
| 2f6f3826 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.3 |
| 4d9306db |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.6 |
| da39bf31 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.3 |
| 688b3aec |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.8 |
| 0df20633 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.7 |
| 5dc1b958 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
merge libXau 1.0.9 and libfontenc 1.1.4. |
| 52fd71cd |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.4 |
| 7cea3689 |
03-Mar-2019 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.9 |
| fc473876 |
01-Mar-2019 |
macallan <macallan@NetBSD.org> |
poll SX_BZ instead of SX_MT, also complain and dump register info if CG14Wait() times out. |
| 97f7b0d6 |
06-Feb-2019 |
roy <roy@NetBSD.org> |
modStr needs to be 6 characters to avoid overflow. |
| 2873f895 |
03-Feb-2019 |
jmcneill <jmcneill@NetBSD.org> |
The modesetting driver and wsfb access the same hardware but through different interfaces (/dev/dri/card0 vs /dev/ttyE0). To prevent both drivers from being active at once, skip wsfb probe if the modesetting driver has claimed the fb slot. |
| 15b02b27 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Don't play smart with the compiler, it complains about unused values. |
| c459fb98 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
using abs on floating point values... |
| 272a227c |
31-Jan-2019 |
christos <christos@NetBSD.org> |
fix wrong printf format. |
| a8a802ea |
31-Jan-2019 |
christos <christos@NetBSD.org> |
explicitly continue. |
| 1cad17e5 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
shifting negative values is not portable. |
| 7421d112 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Taking the abs() of the difference of two unsigned numbers is probably not what it was intended here :-) |
| acb9e7e9 |
31-Jan-2019 |
christos <christos@NetBSD.org> |
Put all the ugly include order dependent stuff in a separate file and arrange for that to be included first where needed. |
| 2cb0653b |
28-Jan-2019 |
jmcneill <jmcneill@NetBSD.org> |
Try the modesetting driver before wsfb on NetBSD arm and aarch64 |
| b5de93c9 |
25-Jan-2019 |
christos <christos@NetBSD.org> |
Explicitly include the headers in the right sequence to make the magic happen, explaining why. |
| da975d3d |
25-Jan-2019 |
christos <christos@NetBSD.org> |
Use _XTYPEDEF_POINTER directly to determine if the typedef is available. |
| b150493b |
23-Jan-2019 |
christos <christos@NetBSD.org> |
Avoid dup inconsistent definitions. |
| c2166491 |
22-Jan-2019 |
christos <christos@NetBSD.org> |
protect dup typedef. |
| d6e8b34d |
19-Jan-2019 |
tnn <tnn@NetBSD.org> |
reduce diff to upstream |
| 42daf9ee |
18-Jan-2019 |
mrg <mrg@NetBSD.org> |
define HAVE_BACKTRACE 1. now X server crashes have backtraces in the log. |
| 4303943b |
11-Jan-2019 |
macallan <macallan@NetBSD.org> |
- don't try to access a nonexistant video BIOS - don't blindly assume VGA output - on mobility chips assume LVDS and VGA outputs if no other info is available Now this works again on my Pismo |
| 7e21dcc5 |
11-Jan-2019 |
christos <christos@NetBSD.org> |
fix compilation |
| 2f159765 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Remove duplicate length check (undo diff to upstream) |
| 7c23dbb6 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Undo merge botch, duplicate length checks |
| 97cbb544 |
10-Jan-2019 |
maya <maya@NetBSD.org> |
pEnt isn't initialized at this point, don't free it Undo diff to upstream. There's a good chance we aren't using this code at all. |
| e005038a |
10-Jan-2019 |
maya <maya@NetBSD.org> |
Undo unnecessary diff to vendor branch. |
| bba633d1 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
don't mark a static function with default visibility. (avoids warnings.) |
| 6260e5d5 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.96. |
| 7cdc0497 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.96 |
| 7de83006 |
10-Jan-2019 |
mrg <mrg@NetBSD.org> |
config.h for vboxvideo driver. |
| e07dc26b |
09-Jan-2019 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vboxvideo-1.0.0 |
| da01b833 |
04-Jan-2019 |
christos <christos@NetBSD.org> |
use a destructor instead of atexit(3) to prevent SEGV's after dlclose. |
| c41596d7 |
04-Jan-2019 |
christos <christos@NetBSD.org> |
Don't use atexit(3) to free the buffer. Use a destructor instead so we don't segv if someone dlopened and dlclosed the library. Should fix: http://mail-index.netbsd.org/tech-userlevel/2018/12/27/msg011624.html |
| 2bb6dccc |
04-Jan-2019 |
mrg <mrg@NetBSD.org> |
minor style fix for previous. |
| a81462e9 |
04-Jan-2019 |
mrg <mrg@NetBSD.org> |
redo previous slightly: restore packed attribute. |
| be77ea21 |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
revert some of the previous update to xorg-server 1.20. i forgot that some of them were moved into makefiles so that Xx68k could build without them being defined. |
| d5c798e1 |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
make the intel driver work again with xorg-server 1.20: - BlockHandler() timeout value changed from struct timeval ** to int ** that has a millisecond value. - avoid a NULL ptr deref in ProcXF86BigfontQueryFont() and make some code actually able to be run. |
| b62099ad |
03-Jan-2019 |
mrg <mrg@NetBSD.org> |
avoid using an uninitialised variable. |
| d5f9d0db |
02-Jan-2019 |
macallan <macallan@NetBSD.org> |
a crude BDF font loader for wsdisplay |
| 1f80ba64 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
make this work with both the old and the new version of compiler.h |
| a7722d20 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
put back compatibility code for now; needed for sparc (from martin@) |
| d793439b |
02-Jan-2019 |
christos <christos@NetBSD.org> |
Remove compatibility code. |
| 6186e504 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
ad provde the cursor function... |
| 66a34d92 |
02-Jan-2019 |
christos <christos@NetBSD.org> |
Add compatibility to xorg-server-120 - Convert display modes arguments to const. - Provive bswap* in misc.h - Provide missing cursor function |
| 33fda08d |
01-Jan-2019 |
christos <christos@NetBSD.org> |
add missing const |
| ab566b77 |
01-Jan-2019 |
mrg <mrg@NetBSD.org> |
s/pointer/void */ in a few places. remove now (void *) casts. |
| 861b9fee |
01-Jan-2019 |
mrg <mrg@NetBSD.org> |
fix various errors and warnings with xorg-server 1.20: - no Error() in scope - more wakeup/blockhandler ABI changes - more notify fd API changes - more xf86CursorResetCursor changes - lots of char* -> const char* - fix ati kms config.h now HAVE_XF86_CURSOR_RESET_CURSOR is available - another xf86GetOS() is removed fix - OsBlockSIGIO() etc, -> old, but still around API until properly converted - don't free const char * data owned by some other system |
| fe196524 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
mostly fix amd64 xorg-server 1.20 builds: - avoid bswap_16 etc defines for now. ends up with code-in-decl - more ABI_VERSION 23 fixes (BlockHandler/WakeHandler) including re-fix from previous - more Notify API - more shadowUpdatePackedWeak() removal - remove fd_set handling from intel driver (part of ABI_VERSION 23) - cope better with PixMap/Drawable separation in new server - remove support for maxHValue and maxVValue (XXX?) - hide drmmode_udev_notify() when not building udev - comment out nouveau 'wfb' support, xorg-server 1.20 only supplies either 'wfb' or 'fb' interface, not both, and we choose 'fb' - define 'pointer' in nv_proto.h rather than relying upon Xdefs.h - normalise the value of _XTYPEDEF_POINTER - EGL is broken (missing) in xsrc currently |
| 46edf8f1 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
various updates for xorg-server 1.20. some of these are work-in-progress, the xsrc build is broken for most ports currently. - xf86DisableRandR() is gone - use HAVE_NOTIFY_FD like other modern drivers in compat-api.h - pRotatedPixmap is done - some PixmanPtr is now DrawablePtr (this one is all over problem with many consumers, and perhaps the major breakage point currently.) |
| 72ee27a2 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.20: - xf86GetOS()/LoaderGetOS() have been replaced. replace them with direct platform #ifdefs for now. - shadowUpdatePackedWeak() is gone, use local thunks. - xf86DisableRandR() is gone, disable it (should be obsolete) |
| 497507cf |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
s/inclue/include/ in an error message. |
| efe9ba86 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
use xf86AddMatchedDriver(). |
| 1cc82795 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
comment VENDOR_NAME here. |
| 43d67022 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
disable local reallocarray() for now. |
| 07cc43fb |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.20 |
| 7e31ba66 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.20.3. |
| 1b5d61b8 |
31-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.20.3 |
| 90647781 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.25. |
| 143081ca |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.25 |
| 7fb3d851 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge pixman 0.36.0. |
| 4f2886e8 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.36.0 |
| 51b1aeb1 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge fonttosfnt 1.0.5. |
| 6ef05171 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.0.5 |
| 569958d0 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
avoid using GBM_BO_USE_LINEAR if it isn't defined. XXX: xorg-server 1.18 issue? |
| 2f9bb00c |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge ati driver 18.1.0. |
| 39413783 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-18.1.0 |
| de1bf4d2 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
fix merge botch -- at least compiles now. |
| 81f79626 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge mga 2.0.0 and r128 6.12.0 drivers. |
| cd241713 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.12.0 |
| b0de6900 |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-2.0.0 |
| 66b956ba |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.7. |
| 38ae11fc |
30-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.7 |
| 9a16b29e |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
update for 18.1.0. |
| 35d5b7c7 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-18.1.0 |
| 8280d184 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-i128 1.4.0 and xf86-video-i740 1.4.0. |
| 2f60eb46 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.3.0 |
| d94624a0 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.4.0 |
| 4a8d91dc |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.4.0 |
| 616f0718 |
29-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.3.0 |
| ffd9ced9 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
commit missing update from xdpyinfo 1.3.2. |
| ee424013 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.13.1, libXinerama 1.1.4, and libXScrnSaver 1.2.3. |
| fe12f63c |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.13.1 |
| 6b526288 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.4 |
| b3a827e2 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.4 |
| b312a94c |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.3 |
| 99435119 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
merge xtrap 1.0.3. |
| d41660be |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xtrap-1.0.3 |
| b60292e0 |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.2 |
| 300346ae |
28-Dec-2018 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.3 |
| 52605895 |
02-Dec-2018 |
christos <christos@NetBSD.org> |
protect from redefinition |
| 3adb3582 |
26-Oct-2018 |
maya <maya@NetBSD.org> |
If O_RDWR fails, try O_RDONLY. Lets me run unprivileged X. |
| 8dbda7d6 |
26-Oct-2018 |
maya <maya@NetBSD.org> |
Don't error if we are unprivileged |
| c20046b8 |
05-Oct-2018 |
macallan <macallan@NetBSD.org> |
for some reason my 6800 Ultra stalls when drawing *some* off-screen rectangles as a workaround, draw them by software until I figure out what's going on |
| f8b67707 |
21-Sep-2018 |
christos <christos@NetBSD.org> |
- don't return random values to the caller - don't leak fd's. |
| 06815bcb |
09-Sep-2018 |
maya <maya@NetBSD.org> |
include sys/param.h for MIN/MAX, needed when building in pkgsrc tolerate set version failing in another location too. this now works well enough for mesa 18.2.0 to display glxgears followed soon by X crashing and refusing to start again until the machine is rebooted, at least in my case. PR pkg/51795, pkg/51786 |
| 48994cb0 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Let's get the sense of strncmp correct, shall we? PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| 5046d36b |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Don't make setversion failure fatal -- only master can set it. PR pkg/51795 PR kern/51786 XXX pullup-7 XXX pullup-8 |
| a970b457 |
09-Sep-2018 |
riastradh <riastradh@NetBSD.org> |
Implement drmParsePciBusInfo and drmParsePciDeviceInfo. Uses drmGetBusid for bus info, and pciN with libpci for device info. Aims to address PR pkg/51795 without needing the kernel changes suggested in PR kern/51786. Compile-tested only sofar -- should confirm before closing any PRs. (Sorry it took so long for me to find a round tuit!) XXX pullup-7 XXX pullup-8 ...along with src/external/mit/xorg/lib/libdrm/Makefile r1.16 for libpci. |
| 2059a301 |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
set mmap_arg.flags before calling DRM_IOCTL_I915_GEM_MMAP. |
| bd8e7fb0 |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.6. |
| 3233502e |
28-Aug-2018 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.6 |
| 092d2b73 |
26-Jul-2018 |
macallan <macallan@NetBSD.org> |
- increase offscreen pixmap alignment - don't pretend to support overlapping pixmaps - reshuffle some register writes - set surface formats every time we Prepare*() -> less garbage, almost works correctly now |
| 9318f94e |
25-Jul-2018 |
kamil <kamil@NetBSD.org> |
Avoid Undefined Behavior in r128_reg.h Specify symbols without altering signed bit. Requested by GCC when building with Undefined Behavior Sanitizer. |
| 5946ac0c |
25-Jul-2018 |
kamil <kamil@NetBSD.org> |
Avoid Undefined Behavior in r300_render.h Specify R300_FALLBACK_INVALID_BUFFERS without altering signed bit. Requested by GCC when building with Undefined Behavior Sanitizer. |
| 14f0c695 |
22-Jul-2018 |
macallan <macallan@NetBSD.org> |
actually use wsdisplayio_fbinfo::fbi_fboffset |
| 2d0d2c2b |
16-Jul-2018 |
macallan <macallan@NetBSD.org> |
fill in PrepareAccess() and FinishAcces() methods |
| 89ea1e80 |
16-Jul-2018 |
rjs <rjs@NetBSD.org> |
Fix cats build. |
| 48d949b6 |
13-Jul-2018 |
mrg <mrg@NetBSD.org> |
add what i believe is the missing part from the previous commit to the old nvidia driver. fixes my build and appears to match intent. |
| 05c1003f |
12-Jul-2018 |
macallan <macallan@NetBSD.org> |
add mostly working EXA support tested on a GeForce 6800 Ultra in a G5 still produces occasional artifacts but good enough to run a bunch of xterms and gtk2 applications |
| 85ccebaa |
12-Jul-2018 |
macallan <macallan@NetBSD.org> |
add powerpc-specific barrier instructions, use them a bit more now this mostly works on G5 |
| 614710fb |
05-Jun-2018 |
snj <snj@NetBSD.org> |
delete some files missed in the last merge of freetype-2.9.1 |
| 1b6fdc8a |
09-May-2018 |
mrg <mrg@NetBSD.org> |
3rd time is the charm? this should now actually match freetype 2.9.1 exactly. |
| af094fe9 |
09-May-2018 |
mrg <mrg@NetBSD.org> |
re-merge freetype 2.9.1. |
| cbe50382 |
09-May-2018 |
maya <maya@NetBSD.org> |
Merge freetype 2.9.1 |
| 679a690d |
09-May-2018 |
maya <maya@NetBSD.org> |
initial import of freetype-2.9.1 |
| 1c89cb70 |
25-Apr-2018 |
kamil <kamil@NetBSD.org> |
Fix the Polish keymap in xkeyboard-config Cherry-pick a patch from upstream BugZilla Bug 104904 - Polish symbols file broken by typo -- https://bugs.freedesktop.org/show_bug.cgi?id=104904 Remove stray "-------" that broke the parser. Patch detected in the Gentoo portage: x11-misc/xkeyboard-config: add patch to fix pl keyboard layout https://github.com/gentoo/gentoo/commit/cba05e849ae9ec7289f44eb2f624030c95b83f4b |
| 2c83f951 |
03-Apr-2018 |
ryo <ryo@NetBSD.org> |
Fix compile error on evbarm-aarch64. (incompatible pointer types initializing 'present_get_ust_msc_ptr') |
| 606863ae |
29-Mar-2018 |
snj <snj@NetBSD.org> |
remove rstart, which hasn't been used since the xfree86 days. |
| 1e036838 |
25-Mar-2018 |
joerg <joerg@NetBSD.org> |
Don't cast around function types incorrectly, but adjust them as appropiate. |
| 3b633e1e |
24-Mar-2018 |
jmcneill <jmcneill@NetBSD.org> |
Support BE and 24-bpp displays. |
| 4a16a148 |
21-Mar-2018 |
martin <martin@NetBSD.org> |
There is no man page, so add NOMAN |
| 809e241a |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
remove obsolete *proto sources. |
| bd60773f |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge our local fixes for Xpoll.h.in -- moves FD_SETSIZE. |
| 17ca54c3 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xorgproto-2018.4 |
| 2b90624a |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.91 |
| 00a23bda |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.91 |
| d05135cf |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.13. |
| a27842ff |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.13 |
| 245c37e9 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.13 |
| 1fb848d2 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xterm 330. remove files we'll build now. |
| dfb07bc7 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xterm 330. |
| 913cc679 |
14-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xterm-330 |
| 7cd5f47c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.23.1. |
| 2ab00627 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.23.1 |
| 8a02c2b0 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 18.0.0. |
| 8bf5c682 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-18.0.0 |
| e8e4e91d |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu 18.0.0. |
| 24b90cf4 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-18.0.0 |
| f2408745 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.4.0. |
| 54895054 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.4.0 |
| d712a854 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xinit 1.4.0. |
| d73e0b87 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.4.0 |
| fa2b3b63 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.1 |
| 7deda49c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.14. |
| fbc03982 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.3 |
| 66337f63 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.14 |
| 30e1ba2c |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xfs 1.2.0. |
| c05e7a3e |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.6 |
| 40c5823b |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.2.0 |
| d8ae2844 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xprop 1.2.3 |
| 81676fe2 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.3 |
| 7db70037 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge libXres 1.2.0. |
| e6d2e958 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.2.0 |
| 7c14a159 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
config.h is needed for libXfont2. |
| 96eca5d1 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xsetroot 1.1.2, xwininfo 1.1.4 and xsm 1.0.4. |
| 89afc689 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.5 |
| 0c91c449 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.4 |
| 06ef0fec |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.7 |
| 8a355152 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.4 |
| b8f63ae3 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.2 |
| feee4651 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.4 |
| 9109d079 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xload 1.1.3, xrdb 1.1.1 and xmessage 1.0.5. |
| ff143803 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.6 |
| c74b14bd |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.1.1 |
| 95cf0c00 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.5 |
| c44a0236 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.4 |
| 8846b520 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.3 |
| 4929c8f8 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.5 |
| 5c4ee2b5 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.1 |
| 132369e0 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.1.2 and xfontsel 1.0.6. |
| 376c9fa8 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.6 |
| 054b3d00 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.1.2 |
| 130a8081 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.6 |
| e1670675 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.2 |
| eaa89f16 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.1.3, twm 1.0.10, oclock 1.0.4 and viewres 1.0.5. |
| e90eff46 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.5 |
| 9fa8ffe7 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.2 |
| 4a1eb5db |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.10 |
| b0c24a08 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.4 |
| d87830e5 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.3 |
| 47a64adf |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.5 and listres 1.0.4. |
| e7c933f3 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.4 |
| ae51dfb6 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.5 |
| 6fbef84a |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.8 |
| ad47b356 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.7 |
| 27935385 |
11-Mar-2018 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.5 |
| 22c5f2a2 |
04-Feb-2018 |
mrg <mrg@NetBSD.org> |
fix a signed vs unsigned issue GCC 6.4 picked up. |
| 921206e9 |
28-Jan-2018 |
christos <christos@NetBSD.org> |
CID-1428671: Unchecked malloc/strdup |
| 29c28367 |
28-Jan-2018 |
christos <christos@NetBSD.org> |
CID-1428670: Uncheck malloc |
| 06a15751 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof |
| af9aa065 |
21-Jan-2018 |
christos <christos@NetBSD.org> |
use __typeof__ instead of typeof. |
| 77d79cad |
20-Dec-2017 |
rin <rin@NetBSD.org> |
Fix debug build with LLVM for ILP32 archs. |
| 78d1a11b |
08-Dec-2017 |
macallan <macallan@NetBSD.org> |
do up to 4 pixels at a time CG14Comp_Over*() |
| e311bbee |
07-Dec-2017 |
macallan <macallan@NetBSD.org> |
RGB/BGR-flip source images in CG14Comp_Over32*() with non-solid sources as well. This takes care of most remaining RGB/BGR issues in xrender. Next step: do more than one pixel at a time in those operations. |
| f262af57 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
merge libXcursor 1.1.15, libXfont 1.5.4 and libXfont2 2.0.3. |
| fd60135f |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.3. this fixes CVE-2017-16611. |
| a97c3f35 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.4. this fixes CVE-2017-16611. |
| 9d0ccd10 |
29-Nov-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.15. this fixes CVE-2017-16612. |
| 48a68b89 |
04-Nov-2017 |
mrg <mrg@NetBSD.org> |
apply fixes for CVEs 2017-12176 to 2017-12187 to xorg-server 1.10. several of the changes were in new code, and the DGA code had moved. -- From 1b1d4c04695dced2463404174b50b3581dbd857b Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Sun, 21 Dec 2014 01:10:03 -0500 Subject: hw/xfree86: unvalidated lengths This addresses: CVE-2017-12180 in XFree86-VidModeExtension CVE-2017-12181 in XFree86-DGA CVE-2017-12182 in XFree86-DRI -- From 211e05ac85a294ef361b9f80d689047fa52b9076 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:21:46 +0200 Subject: Xi: Test exact size of XIBarrierReleasePointer Otherwise a client can send any value of num_barriers and cause reading or swapping of values on heap behind the receive buffer. -- From 4ca68b878e851e2136c234f40a25008297d8d831 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:09:14 -0500 Subject: dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12177) v2: Protect against integer overflow (Alan Coopersmith) -- From 55caa8b08c84af2b50fbc936cf334a5a93dd7db5 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 11:43:05 -0500 Subject: xfixes: unvalidated lengths (CVE-2017-12183) v2: Use before swap (Jeremy Huddleston Sequoia) v3: Fix wrong XFixesCopyRegion checks (Alan Coopersmith) -- From 859b08d523307eebde7724fd1a0789c44813e821 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Wed, 24 Dec 2014 16:22:18 -0500 Subject: Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178) -- From 9c23685009aa96f4b861dcc5d2e01dbee00c4dd9 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:04:03 +0200 Subject: os: Make sure big requests have sufficient length. A client can send a big request where the 32B "length" field has value 0. When the big request header is removed and the length corrected, the value will underflow to 0xFFFFFFFF. Functions processing the request later will think that the client sent much more data and may touch memory beyond the receive buffer. -- From b747da5e25be944337a9cd1415506fc06b70aa81 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:15:46 -0500 Subject: Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176) |
| 6e78d31f |
04-Nov-2017 |
mrg <mrg@NetBSD.org> |
apply fixes for CVEs 2017-12176 to 2017-12187. -- From 1b1d4c04695dced2463404174b50b3581dbd857b Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Sun, 21 Dec 2014 01:10:03 -0500 Subject: hw/xfree86: unvalidated lengths This addresses: CVE-2017-12180 in XFree86-VidModeExtension CVE-2017-12181 in XFree86-DGA CVE-2017-12182 in XFree86-DRI -- From 211e05ac85a294ef361b9f80d689047fa52b9076 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:21:46 +0200 Subject: Xi: Test exact size of XIBarrierReleasePointer Otherwise a client can send any value of num_barriers and cause reading or swapping of values on heap behind the receive buffer. -- From 4ca68b878e851e2136c234f40a25008297d8d831 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:09:14 -0500 Subject: dbe: Unvalidated variable-length request in ProcDbeGetVisualInfo (CVE-2017-12177) v2: Protect against integer overflow (Alan Coopersmith) -- From 55caa8b08c84af2b50fbc936cf334a5a93dd7db5 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 11:43:05 -0500 Subject: xfixes: unvalidated lengths (CVE-2017-12183) v2: Use before swap (Jeremy Huddleston Sequoia) v3: Fix wrong XFixesCopyRegion checks (Alan Coopersmith) -- From 859b08d523307eebde7724fd1a0789c44813e821 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Wed, 24 Dec 2014 16:22:18 -0500 Subject: Xi: fix wrong extra length check in ProcXIChangeHierarchy (CVE-2017-12178) -- From 9c23685009aa96f4b861dcc5d2e01dbee00c4dd9 Mon Sep 17 00:00:00 2001 From: Michal Srb <msrb@suse.com> Date: Fri, 7 Jul 2017 17:04:03 +0200 Subject: os: Make sure big requests have sufficient length. A client can send a big request where the 32B "length" field has value 0. When the big request header is removed and the length corrected, the value will underflow to 0xFFFFFFFF. Functions processing the request later will think that the client sent much more data and may touch memory beyond the receive buffer. -- From b747da5e25be944337a9cd1415506fc06b70aa81 Mon Sep 17 00:00:00 2001 From: Nathan Kidd <nkidd@opentext.com> Date: Fri, 9 Jan 2015 10:15:46 -0500 Subject: Unvalidated extra length in ProcEstablishConnection (CVE-2017-12176) |
| d71cb32d |
30-Oct-2017 |
macallan <macallan@NetBSD.org> |
support PictOpAdd with A8 source and ARGB/ABGR destination now labels in windowmaker look right again |
| f832ee3d |
24-Oct-2017 |
macallan <macallan@NetBSD.org> |
deal with firmware that does not set the 'vram' property on the tcx's node |
| bf8f141f |
12-Sep-2017 |
jakllsch <jakllsch@NetBSD.org> |
local: remove obsolete programs and infrastructure Remove local Imakefiles, xftlsfonts, and xsystrace. - xftlsfonts isn't currently part of base, and probably has been completely replaced by fc-list. - systrace was removed from base long ago, so xsystrace has no use. |
| 8b9482de |
31-Aug-2017 |
christos <christos@NetBSD.org> |
use static inline |
| f79b9446 |
30-Aug-2017 |
mrg <mrg@NetBSD.org> |
reapply the missing part this patch: >Deal with the limited range of VAX floating point numbers when compiling >for VAX. |
| e93bbf1f |
30-Aug-2017 |
mrg <mrg@NetBSD.org> |
achVendID is an array not a pointer so it is always "true". avoid clang warnings by not testing it. |
| 31b1c75a |
29-Aug-2017 |
maya <maya@NetBSD.org> |
Build fix. don't provide a conflicting declaration of FcObjectTypeHash and FcObjectTypeLookup. they're defined in fcobjshash.h included just after. |
| f757b1e9 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.4.0 |
| 19fc18f5 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
oops, update these, not delete them. also add new fcstdint.h |
| 18bd4a06 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.12.4. |
| 953daeba |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.12.4 |
| 79b5f661 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.21. |
| 9184b9c8 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.21 |
| 0655efef |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm-2.4.83. |
| d8807b2f |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.83 |
| 814b5855 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge libpciaccess-0.13.5. |
| 49310723 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.5 |
| a96d7823 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont2-2.0.1 |
| cbd1cfda |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
update for amdgpu 1.3.0 |
| 1090d90a |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-amdgpu-1.3.0, xf86-video-ati-7.9.0, xf86-video-nouveau-1.0.15, and xf86-video-openchrome-0.6.0. |
| 983b4bf2 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.6.0 |
| cd34e0e1 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.15 |
| 3ed65abb |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.9.0 |
| 11bf0794 |
29-Aug-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.3.0 |
| f5a99ab6 |
25-Aug-2017 |
macallan <macallan@NetBSD.org> |
fix tpyo |
| ba58b518 |
11-Aug-2017 |
macallan <macallan@NetBSD.org> |
add voodoo to get the Mac model name from OpenFirmware so the driver can automatically enable model specific workarounds Now X works out of the box on my Mini |
| a782ad3b |
05-Aug-2017 |
mrg <mrg@NetBSD.org> |
make this build on netbsd. |
| 2c6c70ed |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
add missing } from the previous. apparently i mis-tested and it didn't compile. |
| 1cc18b8a |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
CVE-2017-10971 and CVE-2017-10972: apply fixes to the event loop from https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455 https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced XXX: pullup-[678] (6/7 also need xfree port.) |
| 0679523a |
07-Jul-2017 |
mrg <mrg@NetBSD.org> |
CVE-2017-10971 and CVE-2017-10972: apply fixes to the event loop from https://cgit.freedesktop.org/xorg/xserver/commit/?id=ba336b24052122b136486961c82deac76bbde455 https://cgit.freedesktop.org/xorg/xserver/commit/?id=8caed4df36b1f802b4992edcfd282cbeeec35d9d https://cgit.freedesktop.org/xorg/xserver/commit/?id=215f894965df5fb0bb45b107d84524e700d2073c https://cgit.freedesktop.org/xorg/xserver/commit/?id=05442de962d3dc624f79fc1a00eca3ffc5489ced XXX: pullup-[678] (6/7 also need xfree port.) |
| 5faebfe2 |
23-Jun-2017 |
macallan <macallan@NetBSD.org> |
- write out fonts in a binary format suitable for wsfontload - skip characters 0 - 31 |
| dbea9b4b |
16-Jun-2017 |
joerg <joerg@NetBSD.org> |
Do not redefine _MM_DENORMALS_ZERO_MASK if it already exists. |
| c3f1c084 |
30-May-2017 |
christos <christos@NetBSD.org> |
need xorg-server.h |
| 00be8644 |
30-May-2017 |
christos <christos@NetBSD.org> |
need to include xorg-server.h |
| 293de341 |
14-Apr-2017 |
macallan <macallan@NetBSD.org> |
be somewhat smarter with mux devices: - don't trust the device type, if we're on a mux that may not be the whole story - always call ioctl(WSMOUSEIO_GCALIBCOORDS) - check .samplelen to see if we're in raw mode With this touchscreens on mux devices should Just Work(tm) even if they're not the first device on the mux. |
| 7a5e1bd6 |
06-Apr-2017 |
macallan <macallan@NetBSD.org> |
we can get calibration data from the kernel now with this ( and a bunch of previous commits ) the touchscreen on my Acer Aspire V5 works properly |
| cbc9a668 |
24-Mar-2017 |
macallan <macallan@NetBSD.org> |
support WSFB_VRAM_IS_SPLIT workaround for wildcat boards - use a shadow fb and copy dirty areas into both framebuffers now we can use X on Sun XVR-1200 should work on XVR-500 and others as well |
| 74a432e1 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=957e8db38f27932d353e86e9aa69cf16778b18f1 -- Use arc4random_buf(3) if available to generate cookies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> -- |
| 83b573b4 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=957e8db38f27932d353e86e9aa69cf16778b18f1 -- Use arc4random_buf(3) if available to generate cookies. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> -- |
| 030cabe0 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: -- Log Message: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=d7ac755f0b618eb1259d93c8a16ec6e39a18627c Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624 Provide the function definition for systems that don't have it. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> and https://cgit.freedesktop.org/xorg/xserver/commit/?id=5c44169caed811e59a65ba346de1cadb46d266ec os: Squash missing declaration warning for timingsafe_memcmp timingsafe_memcmp.c:21:1: warning: no previous prototype for `timingsafe_memcmp' [-Wmissing-prototypes] timingsafe_memcmp(const void *b1, const void *b2, size_t len) Signed-off-by: Adam Jackson <ajax@redhat.com> -- |
| 4059972a |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.10: -- Log Message: apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=2855f759b1e7bf7f5e57cac36c1f0d0e5ac1a683 auth: remove AuthToIDFunc and associated functions. Not used anymore. And the current code for MitToId has a use-after-free() issue. [Also remove the actual implementations - ajax] Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> -- |
| 8199d687 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=d7ac755f0b618eb1259d93c8a16ec6e39a18627c Use timingsafe_memcmp() to compare MIT-MAGIC-COOKIES CVE-2017-2624 Provide the function definition for systems that don't have it. Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> and https://cgit.freedesktop.org/xorg/xserver/commit/?id=5c44169caed811e59a65ba346de1cadb46d266ec os: Squash missing declaration warning for timingsafe_memcmp timingsafe_memcmp.c:21:1: warning: no previous prototype for `timingsafe_memcmp' [-Wmissing-prototypes] timingsafe_memcmp(const void *b1, const void *b2, size_t len) Signed-off-by: Adam Jackson <ajax@redhat.com> |
| 678161bd |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
apply https://cgit.freedesktop.org/xorg/xserver/commit/?id=2855f759b1e7bf7f5e57cac36c1f0d0e5ac1a683 auth: remove AuthToIDFunc and associated functions. Not used anymore. And the current code for MitToId has a use-after-free() issue. [Also remove the actual implementations - ajax] Signed-off-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> |
| 73c5b80b |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
add new generated files. |
| cdb98002 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
update for xterm 327. |
| 037a25dd |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xterm 327. |
| 2e4f8982 |
08-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xterm-327 |
| 9abb77cb |
07-Mar-2017 |
christos <christos@NetBSD.org> |
we don't need both memset and 0 |
| 9ac5b8b6 |
07-Mar-2017 |
christos <christos@NetBSD.org> |
fix incomplete initializers for clang. |
| e5ad8bdf |
06-Mar-2017 |
christos <christos@NetBSD.org> |
add lint to the bogus test for <stdint.h> |
| e2a49932 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.12. |
| 891601f5 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.12 |
| 7204935c |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.12 |
| 1468c73e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.9.0 and xf86-input-mouse 1.9.2 |
| e4da38af |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.2 |
| fe24f8a2 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.9.0 |
| f994f6bb |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
update properly for xf86-vide-ati 7.8.0. |
| b88dc722 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
now, merge xf86-video-ati 7.8.0 properly. |
| 18781e08 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.8.0 |
| 4c00f4dc |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
un-merge the new ati driver from the old location. |
| 7821949a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.6 |
| 7203f7a1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 7.8.0. |
| 7314432e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.8.0 |
| 374ff59d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau 1.0.13. |
| c2e4ac43 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.13 |
| e3f2c787 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.21 and xf86-video-vmware 13.2.1. |
| 34a0776d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.2.1 |
| 6257f37d |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.21 |
| eee1ded1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-siliconmotion 1.7.9, xf86-video-sis 0.10.9, and xf86-video-sunleo 1.2.2. |
| 89b0dc75 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.8 |
| adb5514a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.7 |
| 0a392d7e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.2 |
| 93d9adc1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.9 |
| f395c03e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.9 |
| 300bf1ae |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.9 |
| 6f68ce78 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.7, xf86-video-glint 1.2.9, xf86-video-mga 1.6.5, and xf86-video-r128 6.10.2. |
| a56d54ac |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.2 |
| ee82cb62 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.5 |
| 97ee6427 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.6 |
| 14210e8e |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.9 |
| 19b15abd |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.19 |
| 4e00c014 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.7 |
| b0d196e1 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.5.2. |
| b43acbb4 |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.2 |
| 5aa46deb |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.6 |
| 41fe0c2a |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.6 |
| 67e4e4de |
05-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.1 |
| f62b614c |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
update for pixman 0.34.0 |
| 2ee35494 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.75 and pixman 0.34.0 |
| 6ca29ff0 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.34.0 |
| 037b3c26 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.75 |
| 6d8010e7 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.10. |
| ebb1c56d |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.7 |
| 40c5344f |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.10 |
| 11a95ff3 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.1 |
| ca2ad7ea |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge our local change to ensure FD_SETSIZE is set before <sys/select.h> is included, using the new version of the code to set XFD_SETSIZE. |
| a910ade1 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.31 |
| c9e7fb8d |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.5. |
| 862bcd1a |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.5 |
| d678aadf |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.9 and libXpm 3.5.12: merge a local patch. |
| 9f00f3a1 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.12 |
| 48e5ce07 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.9 |
| 94088e97 |
04-Mar-2017 |
mrg <mrg@NetBSD.org> |
initial import of presentproto-1.1 |
| e116248c |
20-Feb-2017 |
rin <rin@NetBSD.org> |
Fix -O0 build; <machine/bwx.h> should be included after ".arch ev56" pseudo-op. |
| 81d6fa61 |
20-Feb-2017 |
rin <rin@NetBSD.org> |
appease clang -Wformat errors with MKDEBUG=yes |
| 6843d22e |
16-Feb-2017 |
macallan <macallan@NetBSD.org> |
set pixmap pitch alignment to 8 bytes - the blitter will lock up otherwise which isn't mentioned anywhere in the manual. Leave in #ifdef DEBUG code to trace blitter timeouts just in case |
| 8e5bffe5 |
13-Feb-2017 |
snj <snj@NetBSD.org> |
merge xkeyboard-config 2.20 |
| 66c7633c |
13-Feb-2017 |
snj <snj@NetBSD.org> |
initial import of xkeyboard-config 2.20 |
| 7bf24aa5 |
24-Jan-2017 |
christos <christos@NetBSD.org> |
fix compilation. |
| 50643b48 |
19-Jan-2017 |
macallan <macallan@NetBSD.org> |
hook in EXA acceleration for 65550 / HiQV chips mostly for rev. 4 sharks also, default to 16bit colour since these chips really don't like higher depth all that much |
| f71acd79 |
14-Jan-2017 |
macallan <macallan@NetBSD.org> |
handle 8bit pixmaps in CG14PrepareCopy(), now the glyph cache works properly |
| 4bd47ccf |
13-Jan-2017 |
macallan <macallan@NetBSD.org> |
CG14CheckComposite(): - don't crash with SX_DEBUG set - check destination format |
| 1af24eb0 |
13-Jan-2017 |
macallan <macallan@NetBSD.org> |
setting offScreenBase once is enough |
| 11c53d23 |
13-Jan-2017 |
christos <christos@NetBSD.org> |
Reorder so we don't redefine MAP_FAILED. |
| c6cc440e |
10-Jan-2017 |
christos <christos@NetBSD.org> |
need <sys/stat.h> for umask |
| b55195be |
10-Jan-2017 |
christos <christos@NetBSD.org> |
need <sys/stat.h> |
| f042f5be |
07-Jan-2017 |
macallan <macallan@NetBSD.org> |
first shot at EXA support. Mostly works but needs cleanup and the chip doesn't really support 32bit pixels either. |
| ece632f9 |
05-Jan-2017 |
christos <christos@NetBSD.org> |
be a bit more precise. |
| ff8dafd7 |
05-Jan-2017 |
martin <martin@NetBSD.org> |
Include <sys/mman.h> unconditionally to adapt for last mmap() change. |
| 41fb15e0 |
04-Jan-2017 |
macallan <macallan@NetBSD.org> |
pci_device_map_legacy() doesn't help us when we need to map VL ranges - just call mmap() directly on consoleFd for those. Now this works again on shark. |
| e3a581fb |
28-Dec-2016 |
macallan <macallan@NetBSD.org> |
back out previous - can be worked around elsewhere |
| a3890ad9 |
23-Dec-2016 |
macallan <macallan@NetBSD.org> |
add xrender acceleration for Permedia 2. Needs some EXA change to be useful though, a patch has been sent to xorg-devel@ |
| 64789136 |
22-Dec-2016 |
macallan <macallan@NetBSD.org> |
fix tpyo - now fallback to ARGB masks when rendering glyphs actually works |
| 8c335b54 |
16-Dec-2016 |
martin <martin@NetBSD.org> |
HAVE_SCANDIR_VOID_P -> HAVE_SCANDIR |
| ea107527 |
16-Dec-2016 |
martin <martin@NetBSD.org> |
Undo a local change now that our scandir() signature has been fixed. |
| a0bb6d97 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
no more constant pitch, now we can use all video memory |
| c2fa0f52 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
appease clang |
| a2587576 |
14-Dec-2016 |
macallan <macallan@NetBSD.org> |
use host blits for image uploads on pm2 |
| ffa1deeb |
14-Dec-2016 |
scole <scole@NetBSD.org> |
Add "define ia64Architecture" for ia64 case; probably more changes needed later. |
| eaa0d4a1 |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
make sure to hand EXA only whole scanlines of off-screen memory ( wait a minute, that sounds familiar... ) |
| 4bd90d63 |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
fix some tpyos and leftovers |
| b3d5324c |
10-Dec-2016 |
macallan <macallan@NetBSD.org> |
add crude but working EXA support for Permedia 2 |
| 11d4e95a |
09-Dec-2016 |
macallan <macallan@NetBSD.org> |
enable byte swapping on big endian hardware for some reason this was only enabled for pm2v but not pm2 Now this works properly on sparc64 |
| 13332109 |
08-Dec-2016 |
macallan <macallan@NetBSD.org> |
round pitch up to a multiple of 32 now oddball resolutions like 1366x768 work properly on pm3 ( the other chips enforce that anyway ) |
| 62ef628a |
04-Dec-2016 |
martin <martin@NetBSD.org> |
Remove duplicate function |
| 9d1c4d35 |
03-Dec-2016 |
macallan <macallan@NetBSD.org> |
pull out some function(s) used by both XAA and EXA |
| bdc97df9 |
02-Dec-2016 |
macallan <macallan@NetBSD.org> |
change license since much of the actual acceleration code was adapted from pm3_accel.c |
| d038a282 |
02-Dec-2016 |
macallan <macallan@NetBSD.org> |
add crude but working EXA support for Permedia 3 |
| 7ca3a748 |
23-Nov-2016 |
mrg <mrg@NetBSD.org> |
update for 1.2.0 |
| a7516214 |
22-Nov-2016 |
snj <snj@NetBSD.org> |
merge xkeyboard-config 2.19 |
| 188967be |
22-Nov-2016 |
snj <snj@NetBSD.org> |
initial import of xkeyboard-config 2.19 |
| 6dfbdd3d |
22-Nov-2016 |
snj <snj@NetBSD.org> |
reduce diff to upstream. no functional change. |
| 83cfd353 |
22-Nov-2016 |
snj <snj@NetBSD.org> |
fix "fix merge botch" (no functional change) |
| 504d986f |
22-Nov-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.2.0 |
| 3fddf6d2 |
21-Nov-2016 |
snj <snj@NetBSD.org> |
nuke xf86-video-nvxbox, as xbox support went away in 2011. |
| e0b5d487 |
21-Nov-2016 |
snj <snj@NetBSD.org> |
prune xrefs to xorgconfig |
| dcbd449d |
17-Nov-2016 |
snj <snj@NetBSD.org> |
fix misplaced conditionalized } that broke pointer detection under vmware when running X without a config file. |
| f73d6686 |
17-Nov-2016 |
snj <snj@NetBSD.org> |
comment out COMPILEDDEFAULTFONTPATH as in olden days, happy golden days |
| 0d6c9d2d |
02-Nov-2016 |
joerg <joerg@NetBSD.org> |
Add explicit cast before writing to newly allocated memory. XXX Beside the strange allocation size, this could be XNFstrdup. |
| 3e4a4ced |
02-Nov-2016 |
joerg <joerg@NetBSD.org> |
Fix bit checking loop. Use consistent parenthesis. |
| 80d4424c |
26-Oct-2016 |
macallan <macallan@NetBSD.org> |
default to exa if we don't have xaa |
| bf1710e2 |
13-Oct-2016 |
joerg <joerg@NetBSD.org> |
Add explicit char cast to deal with constants being implicitly changed on signed char platforms. |
| 29dbf691 |
13-Oct-2016 |
joerg <joerg@NetBSD.org> |
Using defined() in a macro as condition for another #if is not portable C. |
| 9c974732 |
10-Oct-2016 |
christos <christos@NetBSD.org> |
avoid unsigned < 0 comparisons |
| 5805b606 |
09-Oct-2016 |
macallan <macallan@NetBSD.org> |
default to EXA if no AccelMethod option is given |
| c3459565 |
08-Oct-2016 |
ryoon <ryoon@NetBSD.org> |
Fix segfault when xf86-video-vmware module loads libvgahw |
| 9076ab76 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373525: Checking for NULL after deref is kind of late. |
| daf052aa |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373523: Fix memory leak |
| ec15139c |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373522: Fix memory leak |
| 61eaade2 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373520: Fix memory leak, don't allocate needlessly. CID 1373521: Fix memory leak. |
| 5c2eae41 |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373518: Memory corruption (off-by-one) |
| 4b9d291a |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373517: Integer handling issues: Parenthesize. |
| 3105e5eb |
07-Oct-2016 |
christos <christos@NetBSD.org> |
CID 1373515: check return value. |
| dac667f7 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.4. |
| 2d67cb4f |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.4 |
| f1c62215 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.7, libXrandr 1.5.1, libXrender 0.9.10, libXtst 1.2.3, libXv 1.0.11, libXvMC 1.0.10., and libxcb 1.11.1. |
| 709d36bb |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.11.1 |
| 3aa15f76 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.10 |
| 444fb138 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.11 |
| 31637056 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.3 |
| 2fd96bc7 |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.10 |
| b242714c |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.1 |
| 0eb1301b |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.7 |
| 0f1ac3bc |
04-Oct-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0.3 |
| 9207c819 |
01-Oct-2016 |
maya <maya@NetBSD.org> |
don't use const char for these types, many drivers write to them. ok mrg |
| 1654201c |
01-Oct-2016 |
maya <maya@NetBSD.org> |
add const. we aren't modifying the values here. fixes new xorg-server build error |
| 118d22e9 |
29-Sep-2016 |
macallan <macallan@NetBSD.org> |
adapt to xorg 1.18 |
| f502a9fa |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
CARD32 might not be an int, so cast explicitly to uint32_t and print that correctly. |
| a332beb9 |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
Don't directly use assignments in if (), but add the commonly accepted explicit pair of parenthesis. |
| 464de084 |
27-Sep-2016 |
joerg <joerg@NetBSD.org> |
Silently report success for enabling IO on platforms without it. |
| b6fc90d8 |
24-Sep-2016 |
mrg <mrg@NetBSD.org> |
use PCI_IOC_DRVNAMEONBUS if it exists. |
| d62aaaf2 |
23-Sep-2016 |
macallan <macallan@NetBSD.org> |
provide driverFunc() now this works with xorg 1.18 |
| 091cc113 |
23-Sep-2016 |
macallan <macallan@NetBSD.org> |
sprinkle volatile for gcc 5.4, also include config.h |
| 69251bd9 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
fix printf format. |
| 9a4c0e96 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
{L,R}HS sign agreement. |
| 03230324 |
23-Sep-2016 |
christos <christos@NetBSD.org> |
PRIxPTR is not what is intended. |
| 1c90c60a |
22-Sep-2016 |
christos <christos@NetBSD.org> |
return something. |
| fbbb26a6 |
22-Sep-2016 |
christos <christos@NetBSD.org> |
use fabs |
| e880330c |
22-Sep-2016 |
christos <christos@NetBSD.org> |
Missed one, thanks Rin. |
| 293e56a8 |
21-Sep-2016 |
christos <christos@NetBSD.org> |
PR/51494: Rin Okuyama: Fix MKINET6=no build. |
| a55f3320 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
hide RivaSetRopPattern() behind HAVE_XAA_H. |
| 63a93945 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
revert the previous; the XAA files need to just always be built even without XAA support itself. |
| 85778a55 |
21-Sep-2016 |
mrg <mrg@NetBSD.org> |
move G80DmaKickoffCallback into g80_dma.c so that it's visible no non-XAA builds. renamed from G80DMAKickoffCallback for consistency. should fix PR#51480. |
| a94eab53 |
18-Sep-2016 |
christos <christos@NetBSD.org> |
There is no X_DEBUG |
| f221549c |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
do PictOpOver operations 4 pixels at a time - this is a vector processor, let's do some vector processing -> about 40% speed increase |
| fe97f391 |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
- DPRINTF() some debug output - remove unused #defines |
| c88c16f8 |
16-Sep-2016 |
macallan <macallan@NetBSD.org> |
adapt to xorg 1.18 |
| bddeb3e5 |
11-Sep-2016 |
tsutsui <tsutsui@NetBSD.org> |
Pull more changes from Xnest to adapt X68k to Xorg server 1.18. - use QueueKeyboardEvents() and QueuePointerEvents() which are provided by dix/getevents.c, instead of raw mieqEnqueue() with uninitialized local InternalEvent - remove now actually unused local InternalEvent - explicitly call mieqFini() in DDX CloseInput() Confirmed working on XM6i, and "please commit" from mrg@. |
| bb3c570c |
09-Sep-2016 |
macallan <macallan@NetBSD.org> |
- implement UploadToScreen() using host blits - implement DownloadFromScreen() with memcpy() but sync the engine first - call exaMarkSync() when needed - don't set EXA_OFFSCREEN_ALIGN_POT unless we actually do xrender acceleration |
| 407d2e45 |
08-Sep-2016 |
macallan <macallan@NetBSD.org> |
provide driverFunc() to tell the Xserver that this driver can work without PIO access - sm50x doesn't have any vga compatibility registers problem with that - newer chips do, but xorg 1.18 tries to enable PIO access unconditionally so we should be fine. |
| 6adb3ac0 |
07-Sep-2016 |
macallan <macallan@NetBSD.org> |
XFree86LOADER is officially no longer optional ( and we didn't treat it as optional for quite some time ) so start nuking it |
| d4df137b |
02-Sep-2016 |
macallan <macallan@NetBSD.org> |
move ffb_fastfill_parms to ffb_accel_common.c so the EXA code can work without XAA |
| cdb46081 |
30-Aug-2016 |
mrg <mrg@NetBSD.org> |
move some flags from dix-config.h into X11FLAGS.DIX |
| 909daefd |
30-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.18. builds and may work, but not tested. |
| d4d71474 |
27-Aug-2016 |
joerg <joerg@NetBSD.org> |
Since CARD32 and uint32_t don't necessarily use the same underlaying type, e.g. on i386, add an explicit cast as well. |
| 43a12010 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
fix build for powerpc |
| 638e3f96 |
27-Aug-2016 |
joerg <joerg@NetBSD.org> |
Fix memset use. |
| 7170d6f9 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
adapt to new xserver API |
| 32e60030 |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
use PCI_MAGIC_IO_RANGE instead of hardcoding the wrong ( for shark ) offset now things actually have a chance of working |
| 04109a1c |
27-Aug-2016 |
macallan <macallan@NetBSD.org> |
make this work in shark needs testing on other hardware |
| f334040f |
22-Aug-2016 |
mrg <mrg@NetBSD.org> |
deal with an issue compat-api.h should deal with. |
| dda79b8e |
22-Aug-2016 |
mrg <mrg@NetBSD.org> |
include config.h #ifdef HAVE_CONFIG_H |
| e29e96eb |
21-Aug-2016 |
joerg <joerg@NetBSD.org> |
Avoid undefined behavior by left-shifting negative numbers. |
| abfddc15 |
21-Aug-2016 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| d7fca364 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
port this to xorg-server 1.18 and libpciaccess fully. not tested. |
| 7cbbf761 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix build issues for sparc64. mostly constification. |
| 0ac4675e |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix the merge botch fix properly. fixes shark builds. |
| d2d44e8a |
20-Aug-2016 |
macallan <macallan@NetBSD.org> |
make this compile |
| f4dbeecd |
20-Aug-2016 |
jakllsch <jakllsch@NetBSD.org> |
align format string with argument type |
| dc1c37bf |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const |
| cc47c849 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 1.1.5 |
| 58e54220 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.1.5 |
| 65d21144 |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
include config.h if HAVE_CONFIG_H is defined. |
| a437466b |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const |
| 820a851c |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const where necessary |
| e831b51b |
20-Aug-2016 |
mrg <mrg@NetBSD.org> |
remove xorg-server.h from all the places we added it recently, as this problem is now fixed more generally and globally. |
| 03bd066f |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-openchrome 0.5.0 |
| 1a337bac |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.5.0 |
| 4dc64ea9 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
include "xf86fbman.h" |
| 21418a13 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botch in previous |
| 44802259 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.18, xf86-video-openchrome 0.4.0, xf86-video-rendition 4.2.6, and xf86-video-s3virge 1.10.7. |
| 7322289d |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.7 |
| 4f00d7e1 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.6 |
| 963d66ac |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.4.0 |
| e9a8eab3 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.18 |
| ee6afd07 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.6 |
| 7a5ec427 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.6 |
| ad334f80 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
adapt to new Xserver untested |
| 4a32b415 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
sprinkle const and #include "xorg-server.h" now this builds at least |
| f1295e53 |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
partial port to xorg-server 1.18. both cg6 and ffb need more help. |
| a6bf028e |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
make this build with sparc64 and xorg-server 1.18. doesn't quite work. |
| 8cf0c1e1 |
19-Aug-2016 |
macallan <macallan@NetBSD.org> |
move HAVE_XAA_H test further up so this thing now compiles with XAA actually gone |
| 82f995d3 |
19-Aug-2016 |
christos <christos@NetBSD.org> |
play nice with lint |
| b795ef6a |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
use libfoo.so not libfoo.so.x on netbsd. from prlw1. |
| 3a65919b |
19-Aug-2016 |
mrg <mrg@NetBSD.org> |
add a config.h for amdgpu driver |
| 0623337f |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
check for __arm__ as well as __arm32__. |
| 7b229493 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
s/8/0x8/ and s/9/0x9/ to catch up with libdrm update. |
| ca0efe20 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
clean up header files for this (local) driver. don't need a config.h. partly ported to xorg-server 1.18, but needs compat-api.h treatment. |
| e84fe556 |
18-Aug-2016 |
mrg <mrg@NetBSD.org> |
turn off egl for now (we need to enable the mesa parts). add the python generated parts. add a configure so that pkgconfig stuff works properly. |
| e52adb7b |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libepoxy-1.3.1 |
| fe517fc9 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.70. |
| 3f012e29 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.70 |
| 23439392 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 7.7.0 |
| 935f1ae0 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 7.7.0. |
| 0d16fef4 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.7.0 |
| 43df4709 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
oops, put xf86-video-ati 6.x back in place. |
| 6322c902 |
17-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-7.7.0 |
| efec4573 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
NetBSD calls it x86_86_iopl(). disable iopl in xorg-config.h as it is set in the reachover makefile. |
| 04dfa591 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
don't define _XTYPEDEF_POINTER or _XITYPEDEF_POINTER for now. XXX: old drivers |
| d136a908 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this part of the change isn't a candidate for upstream.) xf86GetOptValString() returns const char * |
| a4470643 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (as an unmaintained version, this change doubly isn't a candidate for upstream.) include xf86Privstr.h and switch screenFd to consoleFd. |
| 739a6cd7 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
xf86GetOptValString() returns const char * |
| 5f74fd6d |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
cope with HAS_DIRTYTRACKING_ROTATION issues |
| 479f40c1 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this change isn't a candidate for upstream.) |
| 53ba5c8b |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (as an unmaintained version, this change doubly isn't a candidate for upstream.) |
| 3406bd8e |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
include xorg-server.h which is normally included by config.h. (this change isn't a candidate for upstream.) |
| 016a45b2 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to xorg-server 1.18. XXX: fil1236, msp3430, tda9885 and uda1380 drivers are copied from XXX: our xorg-server 1.10.6 and needed for linking. |
| 3cd2e234 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
apply const from xorg-server 1.18 |
| 9974adab |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
port xf86-video-wsfb to compat-api.h style interfaces |
| ce2d3770 |
16-Aug-2016 |
mrg <mrg@NetBSD.org> |
mibstore.h and its miInitializeBackingStore() have been otherwise empty since at least xorg-server 1.10. remove all reference to them as the header is gone in xorg-server 1.18. |
| 0c406316 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.8 |
| a3c7d12b |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.10.8 |
| 21525869 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.8 |
| ae4ec6d0 |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-r128 6.10.1 |
| e750bace |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.1 |
| a33a703b |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nouveau-1.0.12 |
| 16ee1e9a |
15-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.12 |
| 54d2d4fa |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.18.4. |
| 875bea1a |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
port across patches from pkgsrc. |
| 8bc9475d |
14-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botches. |
| 6629ff98 |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
port to NetBSD |
| 91b5503c |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
fix merge botches. |
| ed6f5d66 |
13-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of libxshmfence-1.2 |
| f7df2e56 |
11-Aug-2016 |
mrg <mrg@NetBSD.org> |
first merge of netbsd changes. not tested yet. |
| 35c4bbdf |
10-Aug-2016 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.18.4 |
| bbcda59b |
09-Jul-2016 |
jmcneill <jmcneill@NetBSD.org> |
Avoid legacy VGA I/O port access on MIPS. Xorg converts the I/O port address to a pointer and dereferences it, and then seg faults. This fixes Xorg on my Lemote YeeLoong netbook. |
| 3dd2ccd7 |
01-Jul-2016 |
macallan <macallan@NetBSD.org> |
fix USE_PCIVGAIO usage, allow override from Makefile now this works again on macppc |
| 706f2543 |
09-Jun-2016 |
mrg <mrg@NetBSD.org> |
initial import of existing netbsd xorg-server 1.10 sources in the xorg-server.old subdir. |
| 1f0123a5 |
26-May-2016 |
bouyer <bouyer@NetBSD.org> |
Changing GLU_TESS_MAX_COORD to DBL_MAX causes internal constants derived from GLU_TESS_MAX_COORD used in libtess to be +/-inf, leading to logic errors. See http://mail-index.netbsd.org/tech-x11/2016/05/25/msg001733.html and http://willkamp.com/opencpn/flyspray/index.php?do=details&task_id=2076 for details. Change back GLU_TESS_MAX_COORD to its upstream value if it fits in a double, or 1e15 if DBL_MAX_10_EXP is not large enough (fix proposed by christos@) |
| b6e4ce1f |
16-May-2016 |
christos <christos@NetBSD.org> |
resolve conflicts; move include files back where the distribution has them. |
| 0e4f8fbe |
15-May-2016 |
christos <christos@NetBSD.org> |
CHANGES BETWEEN 2.6.2 and 2.6.3 I. IMPORTANT CHANGES - Khmer, Myanmar, Bengali, and Kannada script support has been added to the auto-hinter. II. MISCELLANEOUS - Better support of Indic scripts like Devanagari by using a top-to-bottom hinting flow. - All FreeType macros starting with two underscores have been renamed to avoid a violation of both the C and C++ standards. Example: Header macros of the form `__FOO_H__' are now called `FOO_H_'. In most cases, this should be completely transparent to the user. The exception to this is `__FTERRORS_H__', which must be sometimes undefined by the user to get FreeType error strings: Both this form and the new `FTERRORS_H_' macro are accepted for backwards compatibility. - Minor improvements mainly to the Type 1 driver. - The new CFF engine now supports all Type 2 operators except `random'. - The macro `_STANDALONE_', used for compiling the B/W and smooth rasterizers as stand-alone modules, has been renamed to `STANDALONE_', since macro names starting with an underscore and followed by an uppercase letter are reserved in both C and C++. - Function `FT_Library_SetLcdFilterWeights' now also activates custom LCD filter weights (instead of just adjusting them). - Support for `unpatented hinting' has been completely removed: Consequently, the two functions `FT_Face_CheckTrueTypePatents' and `FT_Face_SetUnpatentedHinting' now return always false, doing nothing. - The `ftgamma' demo program has been modernized; the gamma grid display has been moved from `ftview' to this program. - It is now possible to cycle through the available LCD fitlering modes. ====================================================================== CHANGES BETWEEN 2.6.1 and 2.6.2 I. IMPORTANT CHANGES - The auto-hinter now supports stem darkening, to be controlled by the new `no-stem-darkening' and `darkening-parameters' properties. This is an experimental feature contributed by Nikolaus Waxweiler, and the interface might change in a future release. - By default, stem darkening is now switched off (for both the CFF engine and the auto-hinter). The main reason is that you need linear alpha blending and gamma correction to get correct rendering results, and the latter is not yet available in most freely available rendering stacks like X11. Applying stem darkening without proper gamma correction leads to far too dark rendering results. - The meaning of `FT_RENDER_MODE_LIGHT' has been slightly modified. It now essentially means `no hinting along the horizontal axis'; in particular, no change of glyph advance widths. Consequently, the auto-hinter is used for all scalable font formats except for CFF. It is planned that other font-specific rendering engines (TrueType, Type 1) will follow. II. MISCELLANEOUS - The default LCD filter has been changed to be normalized and color-balanced. - For better compatibility with FontConfig, function `FT_Library_SetLcdFilter' accepts a new enumeration value `FT_LCD_FILTER_LEGACY1' (which has the same meaning as `FT_LCD_FILTER_LEGACY'). - A large number of bugs have been detected by using the libFuzzer framework, which should further improve handling of invalid fonts. Thanks again to Kostya Serebryany and Bungeman! - `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES', a new configuration option, controls the maximum number of executed opcodes within a bytecode program. You don't want to change this except for very special situations (e.g., making a library fuzzer spend less time to handle broken fonts). - The smooth renderer has been made faster. - The `ftstring' demo program now supports sub-pixel rendering; use key `l' to cycle through the LCD modes. - The `ftstring' demo program now supports colour rendering; use the `space' key to cycle through various colour combinations. - The graphical demo programs now use a default gamma value of 1.8 (instead of 1.2). ====================================================================== CHANGES BETWEEN 2.6 and 2.6.1 I. IMPORTANT BUG FIXES - It turned out that for CFFs only the advance widths should be taken from the `htmx' table, not the side bearings. This bug, introduced in version 2.6.0, makes it necessary to upgrade if you are using CFFs; otherwise, you get cropped glyphs with GUI interfaces like GTK or Qt. - Accessing Type 42 fonts returned incorrect results if the glyph order of the embedded TrueType font differs from the glyph order of the Type 42 charstrings table. II. IMPORTANT CHANGES - The header file layout has been changed (again), moving all header files except `ft2build.h' into a subdirectory tree. Doing so reduces the possibility of header file name clashes (e.g., FTGL's `FTGlyph.h' with FreeType's `ftglyph.h') on case insensitive file systems like Mac OS X or Windows. Applications that use (a) the `freetype-config' script or FreeType's `freetype2.pc' file for pkg-config to get the include directory for the compiler, and (b) the documented way for header inclusion like #include <ft2build.h> #include FT_FREETYPE_H ... don't need any change to the source code. - Simple access to named instances in GX variation fonts is now available (in addition to the previous method via FreeType's MM interface). In the `FT_Face' structure, bits 16-30 of the `face_index' field hold the current named instance index for the given face index, and bits 16-30 of `style_flags' contain the number of instances for the given face index. `FT_Open_Face' and friends also understand the extended bits of the face index parameter. You need to enable TT_CONFIG_OPTION_GX_VAR_SUPPORT for this new feature. Otherwise, bits 16-30 of the two fields are zero (or are ignored). - Lao script support has been added to the auto-hinter. III. MISCELLANEOUS - The auto-hinter's Arabic script support has been enhanced. - Superscript-like and subscript-like glyphs as used by various phonetic alphabets like the IPA are now better supported by the auto-hinter. - The TrueType bytecode interpreter now runs slightly faster. - Improved support for builds with cmake. - The function `FT_CeilFix' now always rounds towards plus infinity. - The function `FT_FloorFix' now always rounds towards minus infinity. - A new load flag `FT_LOAD_COMPUTE_METRICS' has been added; it makes FreeType ignore pre-computed metrics, as needed by font validating or font editing programs. Right now, only the TrueType module supports it to ignore data from the `hdmx' table. - Another round of bug fixes to better handle broken fonts, found by Kostya Serebryany <kcc@google.com>. |
| 0790806f |
04-May-2016 |
christos <christos@NetBSD.org> |
fix compilation |
| 35e1b5b7 |
04-May-2016 |
riastradh <riastradh@NetBSD.org> |
Print XID -- which may be unsigned int or unsigned long -- reliably. |
| d6c0b56e |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-amdgpu-1.1.0 |
| 64276682 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.6 |
| 44584a44 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.6 |
| 319fa471 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.3.1 and xrandr 1.5.0. |
| 4a908991 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.5.0 |
| 3fb1fa07 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.3.1 |
| e73734d1 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.2 |
| 1a023fef |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.3 |
| 4475ba15 |
27-Apr-2016 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3.2 |
| aa7a011c |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 1358680: Set umask before mkstemp |
| 35e5999f |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 1358678: Don't pass -1 to fdopen(3) |
| 3231ecdc |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 987986: Set umask before mkstemp |
| 6a088f60 |
24-Apr-2016 |
christos <christos@NetBSD.org> |
CID 987984: set umask before mkstemp |
| cef36cb7 |
13-Apr-2016 |
christos <christos@NetBSD.org> |
use mkstemp/mktemp |
| 0fce332e |
17-Mar-2016 |
christos <christos@NetBSD.org> |
s/auto_ptr/unique_ptr/ |
| dad3ac4c |
17-Mar-2016 |
christos <christos@NetBSD.org> |
fix const issues (Q+D) |
| bccaeef4 |
17-Mar-2016 |
christos <christos@NetBSD.org> |
Fix off-by-one. |
| 24dcb1c7 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Avoid left shifts of negative values. Right shift is implementation defined and consist on all architectures we care about, so no change for the reverse direction. |
| 9fb9d7eb |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
MMIO32 arguments are CARD32, so cast to the unsigned type before doing left shifts. |
| 3ebd81ec |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
pixman_int_to_fixed is sometimes used with negative values, so do not use left shift, but the equivalent multiplication. |
| cec190c7 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Left shift of negative values is UB, so just consistently use multiplication. |
| 721a3bc8 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
Avoid non-literal format string warnings. |
| 500f9a20 |
28-Feb-2016 |
joerg <joerg@NetBSD.org> |
A negated boolean is either 0 or 1, so no need to explicitly test for positive. |
| 11c9f444 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Fix obvious mistake caught by Clang constant-logical-operand warning. |
| d963677b |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
With the other changes in previous commit, these casts are unneeded. |
| b4ad6f7a |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Don't use (implicit) int as type for values >=2^31. Should fix Clang c++11-narrowing errors. |
| 16572be3 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Avoid Clang constant-logical-operand warning. |
| 8a638667 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Use -std=c++11 unordered_set, not TR1 unordered_set. |
| bbba13a8 |
26-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Space between string literals to appease idiotic C++11 breakage. Will be needed to switch on -std=c++11, which is in turn needed for other upcoming changes to get Clang to build this. |
| bd95bb6f |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
The unsigned int object must be volatile-qualified too. |
| a536a66c |
25-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Use unsigned int, not int, for LIBDRM_ATOMIC_TYPE. Otherwise we pass int * to atomic_..._uint operations that expect unsigned int *. (Not clear to me why GCC doesn't warn about a pointer signedness issue here but Clang does.) |
| a9bcad62 |
23-Feb-2016 |
uwe <uwe@NetBSD.org> |
Use \e for backslash in resource examples. We try to trick the C preprocessor by adding a space after \\ at the end of line, but that doesn't work as it complains and joins those lines anyway, destroying the examples. |
| d3d6dc50 |
22-Feb-2016 |
uwe <uwe@NetBSD.org> |
Protect comments in Xaccess file example from being eaten by the C preprocessor. |
| 0ef55ed1 |
17-Feb-2016 |
macallan <macallan@NetBSD.org> |
add a shadowfb update function which endian-swaps 32bit pixels, use if we have hardware with BGRA pixel format ( like a wrong-endian ARGB framebuffer ) with this applications that use xrender work properly on things like mgx in 32bit colour |
| 07cb282a |
11-Feb-2016 |
riastradh <riastradh@NetBSD.org> |
Try xf86-video-nouveau for nvidia devices by default. Fall back to nv (and then vesa and then wsfb) if it doesn't work. |
| d63b28c1 |
24-Jan-2016 |
martin <martin@NetBSD.org> |
Replace atexit() calls by destructor attributes - this shared library is dlopen/dlclose'd ! |
| 8596b31a |
11-Dec-2015 |
wiz <wiz@NetBSD.org> |
Initialize a variable, for clang. |
| 8794ceb6 |
11-Dec-2015 |
wiz <wiz@NetBSD.org> |
Fix some uninitialized variable warnings with clang. |
| 185b32ea |
27-Nov-2015 |
macallan <macallan@NetBSD.org> |
make this compile without XAA |
| 6d8d5fbf |
26-Nov-2015 |
macallan <macallan@NetBSD.org> |
- round available video memory to full scanlines in order to avoid a bug in EXA - use host blits for UploadToScreen() - no more unaligned accesses needed |
| 70ca4aa4 |
25-Nov-2015 |
macallan <macallan@NetBSD.org> |
support EXA |
| 04febb5e |
14-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
Merge upstream commit 91571cce03adc58a10b5d76307629efc7c994c3e Subject: modesetting: Don't pretend to support rotation It only ends in tears Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> |
| 0eaa3919 |
12-Nov-2015 |
phx <phx@NetBSD.org> |
Scancode translation table for wskbd on Amiga keyboards. |
| 8ae3b938 |
10-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
if CTWM_WELCOME_FILE is defined, try that before falling back to welcome.xwd and .xpm |
| bf72c29c |
06-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
fix build when XSERVER_PLATFORM_BUS is not defined |
| acd99c79 |
06-Nov-2015 |
jmcneill <jmcneill@NetBSD.org> |
initial import of xf86-video-modesetting-0.9.0 |
| bce81337 |
22-Oct-2015 |
christos <christos@NetBSD.org> |
PR/50356: Rin Okuyama: Arm is not always little endian. |
| 8ceeeaef |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
add list_append() macro that xf86-video-nouveau 1.0.11 wants. |
| c2de7496 |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
fix atomic_inc_return() macro that takes an argument. i made this fix but an identical one is commited upstream. |
| fda9279d |
13-Oct-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nouveau-1.0.11 |
| 7a88d4da |
10-Oct-2015 |
mbalmer <mbalmer@NetBSD.org> |
fox wording and typos |
| b6ffdfe4 |
29-Sep-2015 |
wiz <wiz@NetBSD.org> |
Reduce diffs to upstream: return Bool as function wants. |
| 84fd5825 |
28-Sep-2015 |
wiz <wiz@NetBSD.org> |
Remove diffs to upstream. No change in warnings on amd64. Ok christos |
| c9398294 |
22-Sep-2015 |
christos <christos@NetBSD.org> |
constify to fix build (with minimal changes) |
| b427e94e |
05-Sep-2015 |
christos <christos@NetBSD.org> |
fix typo. |
| 4ff1c2d1 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322893: Add missing NULL check |
| d972f7d9 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322895: Missing break |
| 99b8c568 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322897: Add missing FALLTHROUGH comment |
| b354c45f |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322890: Add missing NULL checks |
| 7af144c7 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322889: Missing check for NULL |
| 15dbb893 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322888: Fix NULL pointer check |
| ff3ada1c |
05-Sep-2015 |
christos <christos@NetBSD.org> |
cID 1322887: Fix bogus NULL check and deref. |
| b1568328 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322886: Avoid null pointer dereference (missing continue) |
| 347460e8 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322885: Comment out dead code |
| 12721629 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322884: Annotate random use |
| c0833b5b |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322883: check error return from XFindContext |
| e064ed25 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 13222882: ignore return |
| fb81d040 |
05-Sep-2015 |
christos <christos@NetBSD.org> |
CID 1322881: check error return of pipe(2) |
| 98c9eae4 |
04-Sep-2015 |
christos <christos@NetBSD.org> |
CID 461508: memory leak |
| 645f5050 |
03-Sep-2015 |
youri <youri@NetBSD.org> |
CTWM is an extension to twm, that support multiple virtual screens, and a lot of other goodies. You can use and manage up to 32 virtual screens called workspaces. You swap from one workspace to another by clicking on a button in an optional panel of buttons (the workspace manager) or by invoking a function. You can custom each workspace by choosing different colors, names and pixmaps for the buttons and background root windows. Main features are: - Optional 3D window titles and border (ala Motif). - Shaped, colored icons. - Multiple icons for clients based on the icon name. - Windows can belong to several workspaces. - A map of your workspaces to move quickly windows between different workspaces. - Animations: icons, root backgrounds and buttons can be animated. - Pinnable and sticky menus. - etc... This commit follows the proposal on retiring twm in favour of something newer, like ctwm. See http://web.zephyrite.net/NetBSD/wm/index.html. ok mrg. |
| 504f16bc |
16-Aug-2015 |
macallan <macallan@NetBSD.org> |
- move some routines used by both XAA and EXA to their own file - enable hardware prefetch when reading from video memory - now blits in EXA are no longer slower than in XAA - start fleshing out Xrender routines |
| ecefe170 |
15-Aug-2015 |
mlelstv <mlelstv@NetBSD.org> |
Use __attribute__((__destructor__)), not atexit, in shared objects. Recovered from our local changes to MesaLib7. |
| 89b0bd4c |
11-Aug-2015 |
macallan <macallan@NetBSD.org> |
add basic EXA support |
| e0f6b804 |
06-Aug-2015 |
wiz <wiz@NetBSD.org> |
Remove unnecessary unistd.h inclusion. Reduces diff to upstream. |
| 5ef9b84e |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
restore some more registers on exit, now we actually get back to a usable console |
| e1efbb8a |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
- make sure the wsdisplay we talk to is actually the one handling the chip we're about to use - make sure we habe backlight control via wsdisplay before attempting to use it - use wsdisplay backlight control for blanking if available |
| 449624ca |
29-Jul-2015 |
macallan <macallan@NetBSD.org> |
port static EDID support via WSDISPLAYIO_GET_EDID back, now this works again on my pismo |
| 5dda8871 |
28-Jul-2015 |
wiz <wiz@NetBSD.org> |
Use upstream version for expr fix. |
| 08e87a6c |
26-Jul-2015 |
wiz <wiz@NetBSD.org> |
Reduce diffs to upstream. Probably merge issue, mostly whitespace. |
| fc45e486 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove obsolete XFree86 sources. |
| 2b437c2e |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
oops, didn't meant to import this. |
| 0ed7c580 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of showfont-1.0.5 |
| d0da8bbc |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of rstart-1.0.5 |
| ba142e83 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of mkcfm-1.0.1 |
| 88cd5fc2 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXpresent-1.0.0 |
| 94644356 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xterm 318. |
| 01037d57 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xterm-318 |
| e31fddbe |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge i740 1.3.5, newport 0.2.4 and tdfx 1.4.6. |
| e2463426 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.6 |
| aee7dae4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-newport-0.2.4 |
| 493f84f4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.4 |
| 18552c8a |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.5 |
| 3e51e026 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.5 |
| a9fbe3f2 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.11. |
| 1c7386f4 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.11 |
| b26960f7 |
23-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.11 |
| 6c337a97 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove obsolete sources. |
| 2157c923 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove unused sources. |
| a7e7dd88 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove now not necessary file. |
| 352aa7ae |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.9.1. |
| 84bf8334 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.1 |
| eae8747d |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
use portable expr(1). fixes, eg: 7oclock ~> startx expr: syntax error |
| 305217b6 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xmessage 1.0.4, xrandr 1.4.3 and xwud 1.0.4. |
| 1b1389ee |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.4 |
| f3dfa9d3 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.3 |
| 8831d3fb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.4 |
| 7d7b7adc |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
adjust a nul-string assignment to avoid const issues. |
| 41667cea |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xfsinfo 1.0.5, xinit 1.3.4, xinput 1.6.1 xkbcomp 1.3.0 and xkbevd 1.1.4. |
| 9ff100ac |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.4 |
| c82dfdfb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.3.0 |
| 33734831 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.1 |
| 7253c0c7 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.4 |
| e7fdea5f |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.5 |
| a8918085 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge fstobdf 1.0.6 and ico 1.0.4. |
| 7d8f46f5 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
hide config.h behind HAVE_CONFIG_H define. |
| e59757a3 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge luit 1.1.1. |
| ecb85c42 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.6 |
| 4ed31819 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.1.1 |
| 1d05b0c9 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.4 |
| 1b2353db |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.6 |
| 69ef5f27 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.5 |
| fb4ebca8 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.5 |
| 27506d64 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge font-sony-misc 1.0.3. |
| 2227fc13 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-sony-misc-1.0.3 |
| 27268fb8 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.2 |
| 9b530083 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.3, libXi 1.7.4, libXinerama 1.1.3 and libpthread-stubs 0.3. |
| 63fbae1d |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.3 |
| 11a29bac |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.3 |
| e494fffd |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.3 |
| 2bd699fb |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.4 |
| e5383a99 |
22-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.3 |
| 435e8ad1 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove no longer used files. |
| 15106172 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
protect config.h with HAVE_CONFIG_H. |
| 69b441a9 |
20-Jul-2015 |
wiz <wiz@NetBSD.org> |
Remove merge artifact. |
| b096d6f4 |
20-Jul-2015 |
wiz <wiz@NetBSD.org> |
Fix mismerge. |
| f696c2bc |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
make this work in a config.h-less way. |
| c3d97e26 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.15. |
| 21fe479e |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.15 |
| 02dd6b3a |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge freetype 2.6. |
| 9676eccb |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.6 |
| 3366ab10 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge randr 1.5. |
| 8dc06f54 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.5.0 |
| 67594505 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.5.0 |
| eca46af7 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.7 |
| 5fbb4066 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.5. |
| 6a45684f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.5 |
| 424e9256 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.62. |
| e6188e58 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.62 |
| 01892ef3 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
remove this now unused file. |
| 57ba8e8b |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.8.1 and xf86-video-vesa 2.3.4. |
| e74557ba |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.4 |
| 8746cb53 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.1.0 |
| 414bd68f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.8.1 |
| 5eeb4e8f |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7.1 |
| 3c921f55 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge this at least so it builds. |
| f9278711 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
fix a merge botch in the previous. |
| b3ff493b |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
attempt to merge r128 driver. |
| e3d74329 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.10.0 |
| 621ff18c |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xf86-video- ast 1.0.1, cirrus 1.5.3, geode 2.11.17, mach64 6.9.5, savage 2.3.8 and siliconmotion 1.7.8. |
| df9ffc95 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.8 |
| 1e449e82 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.8 |
| 95903e71 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.9 |
| 5a81ca49 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.5 |
| 7f419768 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.17 |
| 9586ba5a |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.5.3 |
| cf503b78 |
20-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-1.0.1 |
| 14e6f28e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.4. |
| 6a94483f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.4 |
| e1c0d025 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.3 |
| adf1ce27 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXxf86vm 1.1.4. |
| 58deefeb |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.4 |
| b9867631 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.9 |
| 976cff14 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
properly hide config.h behind HAVE_CONFIG_H. |
| 3653852e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.4, xmag 1.0.6, xman 1.1.4 and xmh 1.0.3. |
| 80f56f3a |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.3 |
| 1b983734 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.9 |
| aef24d58 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.3 |
| da4a0041 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.4 |
| 0c7e83b2 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.6 |
| 94a251fd |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.4 |
| 585aa3f7 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.2 |
| f356daab |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.4, xgc 1.0.5 and xkbprint 1.0.4. |
| 2f167a42 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.4 |
| 95fdd44c |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.7 |
| a9ba4257 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.5 |
| 33dddc75 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.6 |
| 8832ea4a |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.4 |
| 2becc446 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.5 |
| 24047306 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.6 |
| b8414663 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.1 |
| 1c4d503e |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge xedit 1.2.2, xditview 1.0.4, xdriinfo 1.0.5. |
| 05641e18 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.2 |
| f765521f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.2 |
| f66be5ec |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.5 |
| 79bbd9e8 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.2 |
| c166fba9 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.4 |
| 9321e1b7 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
apply const a little more. |
| 19d64aee |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.6 |
| 533545b5 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.6.0 |
| 9cd34f4b |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.9 |
| cf2acdde |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.3. this properly fixes src/xkb/XKBMAlloc.c rev 1.2 as well (this probably should be looked at for pull up as patch.) |
| 0f8248bf |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.3 |
| 82275908 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge libXt 1.1.5 |
| 339a7c43 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.5 |
| c8571806 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.13 |
| 87c518e6 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge liBFS 1.0.7, libXvMC 1.0.9 and libxkbfile 1.0.9. |
| 70728a38 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.9 |
| dcbf891f |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.9 |
| fc544a13 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.2 |
| 298453a4 |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.7 |
| c6a6acfb |
19-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.1 |
| f30dc278 |
18-Jul-2015 |
mrg <mrg@NetBSD.org> |
move Xpoll.h to ensure its FD_SETSIZE definition is used. |
| 5bd42952 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
move X11/Xpoll.h include earlier than sys/select.h to avoid missing out on setting FD_SETSIZE early enough. |
| 4655ac0f |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
actually move ahead of all the necessary headers. |
| d10ef8eb |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
move the define of FD_SETSIZE before the include of select.h, so that is actually does something useful. |
| e4e60a2e |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
iceauth wants a config.h these days. |
| d1e14ce9 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for mkfontscape 1.1.2 |
| ff4039e0 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
update for sessreg 1.1.0. |
| af7d3019 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.1.0, mkfontscale 1.1.2 and proxymngr 1.0.4. |
| b91640d3 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.1.0 |
| cf2f63c2 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.4 |
| 48f45e26 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.2 |
| e8ac26b0 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.7 |
| d1a7ce7b |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.8 |
| 582c9923 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.28 |
| 7e9651a4 |
17-Jul-2015 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.7 |
| dac3a5ea |
08-Jul-2015 |
macallan <macallan@NetBSD.org> |
sprintf -> snprintf |
| 081b2aab |
07-Jul-2015 |
macallan <macallan@NetBSD.org> |
don't forget to NULL terminate the mode list when adding a single mode from EDID. Now this works again on my Pismo. |
| be514f52 |
18-May-2015 |
rjs <rjs@NetBSD.org> |
Make it work with xorg-server-1.10.6. |
| fa225cbc |
18-May-2015 |
rjs <rjs@NetBSD.org> |
Initial import of xf86-video-intel 2.9.1. This is the final version of the driver with UMS support. |
| f9070c90 |
09-May-2015 |
christos <christos@NetBSD.org> |
CID 1225080: check getrlimit return. |
| 6338c9e2 |
29-Apr-2015 |
riastradh <riastradh@NetBSD.org> |
Switch #pragma message(...) to #warning so it actually does anything. |
| 59259621 |
18-Apr-2015 |
mrg <mrg@NetBSD.org> |
fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11 prior to 1.6 port the fixes in libX11 1.6 back to xfree tree from: http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=39547d600a13713e15429f49768e54c3173c828d |
| 4e7b3ded |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
regen for libXfont 1.5.1. |
| 59c70f16 |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
pull across bfdread.c fixes from libXfont 1.5.1, which fixes: CVE-2015-1802: bdfReadProperties: property count needs range check The bdf parser reads a count for the number of properties defined in a font from the font file, and allocates arrays with entries for each property based on that count. It never checked to see if that count was negative, or large enough to overflow when multiplied by the size of the structures being allocated, and could thus allocate the wrong buffer size, leading to out of bounds writes. - CVE-2015-1803: bdfReadCharacters: bailout if a char's bitmap cannot be read If the bdf parser failed to parse the data for the bitmap for any character, it would proceed with an invalid pointer to the bitmap data and later crash when trying to read the bitmap from that pointer. - CVE-2015-1804: bdfReadCharacters: ensure metrics fit into xCharInfo struct The bdf parser read metrics values as 32-bit integers, but stored them into 16-bit integers. Overflows could occur in various operations leading to out-of-bounds memory access. |
| 0d7c9fdb |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
merge Xfont 1.5.1. |
| 121a5469 |
17-Mar-2015 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.5.1 |
| 0ad4c233 |
12-Mar-2015 |
snj <snj@NetBSD.org> |
merge freetype 2.5.5, and bring back a change to freetype-config.in that got lost in a merge a while back: "actually add the calculated rpath to the list of emitted --libs output." |
| 8c051281 |
12-Mar-2015 |
snj <snj@NetBSD.org> |
initial import of freetype-2.5.5 |
| 17fc683f |
05-Mar-2015 |
christos <christos@NetBSD.org> |
lint and pcc don't have xmmintrin.h |
| 5e63a6d3 |
03-Mar-2015 |
christos <christos@NetBSD.org> |
xmmintrin.h is a gcc-specific header |
| b708950b |
03-Mar-2015 |
christos <christos@NetBSD.org> |
void function can't return value. |
| 4d303082 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
add generated config.h for xf86-video-ati 7.5.0. |
| e9ed4b75 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
port a change back from newer xorg-server, which is needed for xf86-video-ati 7.x. http://lists.x.org/archives/xorg-devel/2011-March/020990.html commit 43e47433cf55c98db5308a51c1c514c59901f598 Author: Søren Sandmann Pedersen <ssp at redhat.com> Date: Tue Mar 29 13:06:36 2011 -0400 Add RegionInitBoxes(), and fix some buggy callers of RegionInit(). The interface to RegionInit(): RegionInit (RegionPtr pReg, BoxPtr rect, int size); is very confusing because it doesn't take a list of boxes, it takes *one* box, but if that box is NULL, it initializes an empty region with 'size' rectangles preallocated. Most callers of this function were correctly passing either NULL or just one box, but there were three confused cases, where the code seems to expect a region to be created from a list of boxes. This patch adds a new function RegionInitBoxes() and fixes those instances to call that instead. And yes, the pixman function to initialize a region from a list of boxes is called init_rects() because pixman is also awesome. V2: Make RegionInitBoxes() return a Bool indicating whether the call succeeded, and fix the callers to check this return value. Signed-off-by: Soren Sandmann <ssp at redhat.com> |
| 81b2c1c9 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
remove \n\n that confuses the Xorg log file. |
| de2362d3 |
01-Mar-2015 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati 7.5.0 sources, into a new subdir as this only has a chance of working on systems with KMS -- -7 on x86 only, so we need to keep the 6.x around for everyone else. |
| 2bc08f26 |
28-Feb-2015 |
wiz <wiz@NetBSD.org> |
Switch to the version of the close-on-exec patch that was committed upstream. |
| cb33df7e |
26-Feb-2015 |
snj <snj@NetBSD.org> |
we've been happily using bsdPciInit since xorg was first imported. remove local changes that were only relevant in the xfree86 days. |
| 511b8de7 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
don't look for _drv.o files. we haven't built any since the bad old days when all the world was xfree86. |
| 771c2eff |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove two local headers that have been unused since revision 1.7 of sync.c (nov 2010). |
| 84514b48 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove file that disappeared upstream in xproto-7.0.15 |
| 5607ad65 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
remove empty files that disappeared in luit-1.0.5 |
| 280d891f |
26-Feb-2015 |
snj <snj@NetBSD.org> |
delete MesaDemos (8.1.0), which is no longer used. |
| b2ac5627 |
26-Feb-2015 |
snj <snj@NetBSD.org> |
nuke old files that disappeared upstream in 1.0.5. |
| 7c99f92a |
25-Feb-2015 |
snj <snj@NetBSD.org> |
remove file that was last included in libXext-1.0.4 |
| 6dfd3922 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
re-add these two useless files from fontsproto-2.1.3. |
| 14d3123b |
25-Feb-2015 |
snj <snj@NetBSD.org> |
update for 1.1.4 |
| 8f34cbf9 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xfs-1.1.4 |
| 601fe8dc |
25-Feb-2015 |
snj <snj@NetBSD.org> |
update for 1.5.0 |
| 0b332824 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
merge libXfont-1.5.0 |
| 0145ab54 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of libXfont-1.5.0 |
| ecfcda71 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
delete old files |
| bde37ef6 |
25-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of fontsproto-2.1.3 |
| e5b5eb19 |
24-Feb-2015 |
snj <snj@NetBSD.org> |
nuke an old and unused copy of font-bh-lucidatypewriter-75dpi-1.0.0. a current version of this font now lives in the font-bh-lucidatypewriter-75dpi directory now. |
| f9071301 |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Restore part of previous to fix xf86-video-mga/dist/src/mga_dac3026.c: In function 'MGA3026Save': xf86-video-mga/dist/src/mga_dac3026.c:856:5: error: passing argument 2 of 'pci_device_cfg_read_u32' from incompatible pointer type [-Werror] on i386. |
| 6a8804bb |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Make local patch smaller. |
| c75cf22c |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Reduce diff to upstream (whitespace only). |
| cc92fc76 |
23-Feb-2015 |
wiz <wiz@NetBSD.org> |
Remove unneeded diffs to upstream. Tested with gcc and clang on amd64. |
| dc4d0c4d |
19-Feb-2015 |
snj <snj@NetBSD.org> |
remove files that were last included in xtrans-1.2.1 |
| 6a3641a6 |
19-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xtrans-1.3.5 |
| 480d6912 |
13-Feb-2015 |
snj <snj@NetBSD.org> |
update for xf86-video-vmware-13.1.0 |
| 591e32d7 |
13-Feb-2015 |
snj <snj@NetBSD.org> |
initial import of xf86-video-vmware-13.1.0 |
| 1e26616a |
11-Feb-2015 |
mrg <mrg@NetBSD.org> |
apply fixes for CVE-2015-0255: Information leak in the XkbSetGeometry request of X servers http://www.x.org/wiki/Development/Security/Advisory-2015-02-10/ ported to xorg-server 1.10 and xfree myself. |
| ec80f0e9 |
09-Feb-2015 |
christos <christos@NetBSD.org> |
remove superfluous casts. |
| 84d2488f |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix previous. |
| c1d44f47 |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix signed/unsigned comparison. |
| b7926a35 |
06-Feb-2015 |
christos <christos@NetBSD.org> |
fix cut-n-paste error |
| 71b952a5 |
03-Feb-2015 |
aymeric <aymeric@NetBSD.org> |
gzFile already is a pointer. Fix three misuses of this typedef, caught by a recent zlib on ArchLinux. |
| 0822fd64 |
29-Jan-2015 |
nat <nat@NetBSD.org> |
Fixes segfaults and crashing in applications that use libGLU. This commit was approved by wiz@ |
| 42d6f789 |
28-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Remove differences with upstream xf86-video-intel which are no longer necessary. (Use do_ioctl and mmap rather than drmIoct and drmMap.) http://mail-index.netbsd.org/tech-x11/2015/01/25/msg001486.html |
| 4797d7a3 |
28-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Fix i386 build - reported and tested by Hisashi T Fujinaka |
| 188eae84 |
25-Jan-2015 |
prlw1 <prlw1@NetBSD.org> |
Remove some redundant function redeclarations, as noted in http://mail-index.netbsd.org/tech-x11/2015/01/09/msg001452.html The changes come from upstream in commits: * xserver: ecf62755 Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h. - didn't add xf86SaveModeContents which isn't defined in our version 0bc41d5f Remove redundant redeclarations of functions in the same header file 5595e7ce randr: Remove redundant declaration. 471e5373 Remove duplicate declaration of xf86ValidateModesFlags in xf86Modes.h 9ef53e22 include: GetClientResolutions is declared in font.h 8b6a7500 Fix gcc warnings about redundant declarations of fallback functions - just took ffs() #ifdef defense, so most not applied * xf86-video-nv: 49ee1c26 Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. * xf86-video-savage: 2e9217bb Include xf86Modes.h to use functions from hw/xfree86/modes/xf86Modes.c. |
| 0f50a781 |
23-Jan-2015 |
joerg <joerg@NetBSD.org> |
Don't declare zero sized static objects, which is invalid in C. Inline assembler is used to populate them, which is a horrible hack. Make the hack work with clang by declaring the objects as hidden instead. |
| cee0d691 |
23-Jan-2015 |
joerg <joerg@NetBSD.org> |
clang 3.6 checks that immediate constraints for inline asm actually get a constant expression, so use the macro version for clang. |
| 3c748557 |
23-Jan-2015 |
snj <snj@NetBSD.org> |
merge libdrm-2.4.59 |
| 08d7334d |
23-Jan-2015 |
snj <snj@NetBSD.org> |
initial import of libdrm-2.4.59 |
| e1ee01a7 |
22-Jan-2015 |
mrg <mrg@NetBSD.org> |
disable the use of 32 bit x86 asm code here, it (like the 64 bit code), does not work on netbsd and probably needs an x86 guru to fix. |
| cbdaa46f |
16-Jan-2015 |
snj <snj@NetBSD.org> |
apply upstream revision e143ce600af286ed9ad9d47afc22dbfbb66628dc to fix building with x servers as ancient as ours |
| 813957e3 |
16-Jan-2015 |
snj <snj@NetBSD.org> |
merge conflicts |
| 13496ba1 |
16-Jan-2015 |
snj <snj@NetBSD.org> |
initial import of xf86-video-intel-2.99.917 |
| 69e6fa5c |
16-Jan-2015 |
joerg <joerg@NetBSD.org> |
Fix format strings for ILP32 machines. |
| 3b879e35 |
16-Jan-2015 |
joerg <joerg@NetBSD.org> |
Remove tautologic check. |
| b6050dc5 |
08-Jan-2015 |
christos <christos@NetBSD.org> |
don't bring in all the x crap for string.h |
| 390a917f |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
merge our changes into MesaLib 7.11.2. |
| 71a8e930 |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
add a __driDriverGetExtensions_r300() that new libGL wants. |
| 911a4189 |
05-Jan-2015 |
christos <christos@NetBSD.org> |
fix text relocations. |
| 13776def |
05-Jan-2015 |
mrg <mrg@NetBSD.org> |
re-import parts of the Mesa 7.11.2 code for the r300 DRI driver (which is disabled in our Mesa 10.x due to LLVM issues.) |
| 05211950 |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
One const ought to be enough for everyone. |
| 8c67a682 |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
As const const makes little sense, assume that the pointer itself was supposed to be constant, too. |
| 72b8d1fa |
05-Jan-2015 |
joerg <joerg@NetBSD.org> |
Fix format string. |
| 2c9b47a2 |
04-Jan-2015 |
christos <christos@NetBSD.org> |
add forward declaration for yylex. |
| 2c702a0e |
04-Jan-2015 |
joerg <joerg@NetBSD.org> |
Avoid __UNVOLATILE here, just inline the cast. We don't have src/tools/compat's header here. |
| 427dc834 |
30-Dec-2014 |
christos <christos@NetBSD.org> |
The macros in this file generate a gigantic function that takes a long time to compile and a ton of memory. Split it per datatype so that each is 1/8th the size. On my 48GB amd64 box this results in 3x speedup. XXX: wiz, please feed upstream; I kept the formatting so that the diff is really small. |
| 90fc26f8 |
22-Dec-2014 |
mrg <mrg@NetBSD.org> |
fixes for CVE CVE-2013-6424: If t->bottom is close to MIN_INT, removing top can wraparound, so do the check properly. |
| e4ae85df |
20-Dec-2014 |
mrg <mrg@NetBSD.org> |
fix my prior hack here to only apply on platforms that need it. namely, any current netbsd 64 bit platform besides x86. (i meant to do this before merging.) the problem here is the "Node" type is only 4 bytes, an allocation is assigned to a "Node *node", and then "node + 1" is returned. this returns a 4-byte aligned pointer, and some callers expect to be able to store 64-bit (pointer, at least) values there and demand that the structure be properly aligned. this change forces Node to be 8-byte aligned on all-but-x86 64 bit netbsd platforms. |
| b69beb7d |
19-Dec-2014 |
christos <christos@NetBSD.org> |
use DBL_MAX instead of 1.0e150... |
| ed50a476 |
19-Dec-2014 |
christos <christos@NetBSD.org> |
Only test NAN's if we have them. |
| d71d8e66 |
19-Dec-2014 |
christos <christos@NetBSD.org> |
Use FLT_MAX if possible (fix VAX) |
| e60bb22c |
19-Dec-2014 |
christos <christos@NetBSD.org> |
on vax mutexes are volatile. |
| dfd11cdb |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
various generated files needed for mesa 10.3.5. most are generated from python, a couple of app generators (hard to run as they output offsets for objects), and a bison output yacc didn't like the input for.. |
| a12cd26a |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge netbsd fixes. |
| b167d5e7 |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge Mesa 10.3.5. |
| af69d88d |
18-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-10.3.5 |
| 32001f49 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of mesa-demos-8.2.0 |
| 40dd5a57 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of glw-8.0.0 |
| f220fa62 |
16-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of glu-9.0.0 |
| d66c838a |
14-Dec-2014 |
chs <chs@NetBSD.org> |
remove the interim code to create mappings via ioctl(), mmap() works fine now. |
| e05f3551 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| a884aba1 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.58. |
| baaff307 |
13-Dec-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.58 |
| 8c9cda86 |
11-Dec-2014 |
mrg <mrg@NetBSD.org> |
pull over from xorg-server, porting as necessary. -- apply fixes for: X.Org Security Advisory: Dec. 9, 2014 Protocol handling issues in X Window System servers backported to 1.10.x by myself. included are fixes for: denial of service due to unchecked malloc in client authentication CVE-2014-8091 integer overflows calculating memory needs for requests CVE-2014-8092 CVE-2014-8093 CVE-2014-8094 out of bounds access due to not validating length or offset values in requests CVE-2014-8095 CVE-2014-8096 CVE-2014-8097 CVE-2014-8098 CVE-2014-8099 CVE-2014-8100 CVE-2014-8101 CVE-2014-8102 CVE-2014-8103 -- apply two more parts of CVE-2014-8092: Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5] dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6] -- |
| 37d298df |
10-Dec-2014 |
mrg <mrg@NetBSD.org> |
apply two more parts of CVE-2014-8092: Missing parens in REQUEST_FIXED_SIZE macro [CVE-2014-8092 pt. 5] dix: GetHosts bounds check using wrong pointer value [CVE-2014-8092 pt. 6] |
| 0b0d8713 |
09-Dec-2014 |
mrg <mrg@NetBSD.org> |
apply fixes for: X.Org Security Advisory: Dec. 9, 2014 Protocol handling issues in X Window System servers backported to 1.10.x by myself. included are fixes for: denial of service due to unchecked malloc in client authentication CVE-2014-8091 integer overflows calculating memory needs for requests CVE-2014-8092 CVE-2014-8093 CVE-2014-8094 out of bounds access due to not validating length or offset values in requests CVE-2014-8095 CVE-2014-8096 CVE-2014-8097 CVE-2014-8098 CVE-2014-8099 CVE-2014-8100 CVE-2014-8101 CVE-2014-8102 CVE-2014-8103 |
| d9bef059 |
05-Nov-2014 |
snj <snj@NetBSD.org> |
convert to drmMap. say hello to a visible cursor! |
| 9a906b70 |
05-Nov-2014 |
christos <christos@NetBSD.org> |
merge conflicts |
| 42542f5f |
05-Nov-2014 |
christos <christos@NetBSD.org> |
Import the latest from x.org; no improvement over the current screen corruption. |
| 051b6151 |
05-Nov-2014 |
christos <christos@NetBSD.org> |
Add RRSetChanged from more recent versions of xorg-server. |
| 9780259d |
01-Oct-2014 |
mlelstv <mlelstv@NetBSD.org> |
do not try to extend the font-pattern with a wild-card. This will almost always select the wrong fontset and use wrong metrics. |
| c2843da4 |
18-Sep-2014 |
christos <christos@NetBSD.org> |
Set close-on-exec for font file i/o. |
| 7e748ac2 |
18-Sep-2014 |
christos <christos@NetBSD.org> |
set close-on-exec for all fds opened... |
| db0f996a |
25-Aug-2014 |
macallan <macallan@NetBSD.org> |
clang appeasement |
| e89c59a9 |
25-Aug-2014 |
christos <christos@NetBSD.org> |
don't return after exit. |
| 47b1ecdc |
20-Aug-2014 |
macallan <macallan@NetBSD.org> |
more clang appeasement |
| 42860f0c |
20-Aug-2014 |
macallan <macallan@NetBSD.org> |
add -1 to enum ORNum to make clang happy |
| d3bafde3 |
17-Aug-2014 |
joerg <joerg@NetBSD.org> |
CARD32 uses non-canonical typedefs on i386, so explicitly cast to uint32_t to fix build with clang. |
| 4a14d410 |
15-Aug-2014 |
riastradh <riastradh@NetBSD.org> |
Nuke bogus redefinitions of uint32/64_t. |
| e27aa972 |
15-Aug-2014 |
riastradh <riastradh@NetBSD.org> |
Fix format strings for uint32_t. |
| aaf225db |
14-Aug-2014 |
mrg <mrg@NetBSD.org> |
convert an mmap() to drmMap(). |
| d40bf4f6 |
13-Aug-2014 |
macallan <macallan@NetBSD.org> |
put pci_device_has_kernel_driver(dev) into #if NV_TEST_FOR_KERNEL_DRIVER at least for now there is nothing that keeps the nv driver from running if a kernel driver other than vga is attached Now this works again on macppc ( and x86 if you use for example genfb ) |
| 0f2f4e17 |
10-Aug-2014 |
joerg <joerg@NetBSD.org> |
Fix format string. |
| fdb9fcb3 |
07-Aug-2014 |
jmcneill <jmcneill@NetBSD.org> |
for i386 and amd64, append vesa to the end of the possible video driver list. makes "startx" without a config file work on systems where there is a known native driver, but it is not installed (like "vboxvideo"). |
| c73da4db |
29-Jul-2014 |
mrg <mrg@NetBSD.org> |
make sure all the KMS code is only ever run when in KMS mode. fixes problems with the UMS (aka existing) driver type when KMS is enabled. |
| 73ade301 |
25-Jul-2014 |
mrg <mrg@NetBSD.org> |
implement the kernel_has_driver() method. this has the benefit of stopping the "vesa" driver from loading on hardware that has been claimed by a kernel driver and thus shouldn't be using "vesa". |
| 7b613f18 |
21-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Add kludge to use luna68k 4/8bpp framebuffers as a monochrome server. The idea is taken from mlterm-fb --depth option implementation. This change should not affect other framebuffer types. Tested on 4bpp on LUNA and 1bpp/8bpp on LUNA-II. |
| 371b4ab3 |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Add one more cmsize == 0 check before PUTCMAP ioctl. |
| b8199fcb |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
No need to handle colormap ioctls if cmsize == 0 even in WSFB_CI case. |
| 0d003323 |
20-Jul-2014 |
tsutsui <tsutsui@NetBSD.org> |
Fix wrong VRAM size calculation on old drivers without GET_FBINFO ioctl. The linebytes is a byte number of width so it should be (linebytes * height), not (width * linebytes). XXX: I'm not sure where WSDISPLAYIO_GET_FBINFO implementation was discussed but I wonder if we should use proper ifdef or macro to share this third party Xorg driver with OpenBSD... |
| 9cb50a0e |
16-Jul-2014 |
dholland <dholland@NetBSD.org> |
Because of the way we do substitutions we (currently anyway) need to set prefix=@prefix@ and includedir=@includedir@ here. Fixes PR 48991. |
| ccfd94fb |
13-Jul-2014 |
joerg <joerg@NetBSD.org> |
Fix compare to actually do the right thing. |
| 52b75117 |
13-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Remove bogus self-assigned loop field. From upstream. |
| 1b10b351 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
update for xf86-video-vmware 13.0.2. |
| 22f7e8e5 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.0.2 |
| 67be9c47 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge pixman 0.32.6. |
| b0854d6a |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.32.6 |
| c8bda6e0 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
regen for fontconfig 2.11.1 |
| b2a52337 |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge fontconfig-2.11.1 |
| b09479dc |
12-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.11.1 |
| becaf760 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix merge botch botch. |
| 2c1966ff |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
reduce diffs to upstream |
| b5a8e02b |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
fix a merge botch |
| a7d7de1e |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.54. |
| 857b0bc6 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.54 |
| 9a64e1c5 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xterm 308. |
| 894e0ac8 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xterm-308 |
| bac85965 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge revert fontsproto to 2.1.1 |
| 7f537cc9 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.1 |
| 4f123e25 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.12. |
| 52a82186 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.12 |
| e7ec8439 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.3 |
| 7673729a |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.8. |
| 9ffc6098 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.6. |
| 61b3db43 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.8 |
| fb5e8d76 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.9 |
| 6af7124f |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.6 |
| 7bbb83ba |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.2. |
| 32ed59c1 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.3. |
| 8a0d9095 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.3.4 |
| dc9477be |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.3 |
| dff01e5a |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.2 |
| d8c8b046 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
new config.h for imake 1.0.7. |
| 7936445d |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.4.2. |
| 26472619 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.9. |
| fa120d7c |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.2 |
| 9a011757 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.9 |
| c1197e68 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.19.0 |
| 7af227c3 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.7 |
| 88e76a4b |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.26 |
| 7444fba0 |
11-Jul-2014 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3.1 |
| 498a22d5 |
10-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Add pre-generated builtin_function.cpp. Normally this is created by the Mesa build process by running a Python program, but we don't have that vice^Wluxury here, so we'll make do with a pre-generated version. This file is going away in a later Mesa version anyway... |
| 9056cefe |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Revert stop-gap in 1.2 now that Mesa is updated. |
| eabf4f72 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Use __attribute__((__destructor__)), not atexit, in shared objects. |
| a3bef408 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Define CPU_TO_LE16/LE16_TO_CPU consistently in main/compiler.h. |
| 01340ad4 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Fix types and omit needless casts in mesa/main/mipmap.c. |
| 771b4a14 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Define CPU_TO_LE16/LE16_TO_CPU consistently in main/compiler.h. |
| d3eec32b |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Cast pointers to uintptr_t, not random integer types. |
| 594ee996 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Declare intel_emit_depth_stall_flushes in intel_batchbuffer.h. |
| 4601af3e |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Need a void * cast here too. |
| 15b0ecf1 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Add stub git_sha1.h. |
| ac997013 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
merge MesaLib 7.11.2 |
| 3464ebd5 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
import MesaLib 7.11.2 Brings in support for Intel Sandy Bridge and Ivy Bridge hardware, a new shader language compiler, and various other improvements too numerous to list here; see <http://www.mesa3d.org/relnotes.html> for details. |
| 6f15ca90 |
09-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Fix libdrm's atomic_dec_and_test on NetBSD (and Solaris, while here). _nv means new value, not old value! This may help to fix various instability in userland graphics, now that we aren't freeing stuff with a reference count of 1 any more. |
| 67a60641 |
08-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
merge mesa-demos 8.1.0 |
| df766782 |
08-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
import mesa-demos-8.1.0 glxinfo and glxgears only, since that's all we build. This is a test run to make sure I don't make a hash of the repository before I import MesaLib and MesaGLUT updates. mesa-demos-8.2.0 requires newer Mesa APIs, so we'll defer importing that until the rest of Mesa is updated. |
| 4525cf0b |
08-Jul-2014 |
macallan <macallan@NetBSD.org> |
if the hardware supports stipples with ROPs, use them while there, downgrade some config output from X_ERROR to X_PROBED |
| 59d6bc2b |
02-Jul-2014 |
macallan <macallan@NetBSD.org> |
detect and (attempt to) deal with 8bit TCX with 2MB VRAM TODO: get one of these VRAM modules... |
| e1503376 |
01-Jul-2014 |
riastradh <riastradh@NetBSD.org> |
Disable DRI for Ivy Bridge (and later) until we update Mesa. This is a stop-gap for PR 48916. |
| ccae0d10 |
18-Jun-2014 |
macallan <macallan@NetBSD.org> |
make this work properly on 8bit SUNW,tcx |
| b14970e6 |
18-Jun-2014 |
macallan <macallan@NetBSD.org> |
OFIOCNEXTPROP -> OFIOCGET now this can actually work |
| 47cb5690 |
17-Jun-2014 |
christos <christos@NetBSD.org> |
Fix "cast from pointer to integer of different size". |
| 691fe653 |
04-Jun-2014 |
macallan <macallan@NetBSD.org> |
don't bail if the video mode is something else than 1280x1024 1024x768 works fine |
| 9d21a897 |
13-May-2014 |
spz <spz@NetBSD.org> |
Fix multiple vulnerabilities in libXfont: - CVE-2014-0209: integer overflow of allocations in font metadata file parsing When a local user who is already authenticated to the X server adds a new directory to the font path, the X server calls libXfont to open the fonts.dir and fonts.alias files in that directory and add entries to the font tables for every line in it. A large file (~2-4 gb) could cause the allocations to overflow, and allow the remaining data read from the file to overwrite other memory in the heap. Affected functions: FontFileAddEntry(), lexAlias() - CVE-2014-0210: unvalidated length fields when parsing xfs protocol replies When parsing replies received from the font server, these calls do not check that the lengths and/or indexes returned by the font server are within the size of the reply or the bounds of the memory allocated to store the data, so could write past the bounds of allocated memory when storing the returned data. Affected functions: _fs_recv_conn_setup(), fs_read_open_font(), fs_read_query_info(), fs_read_extent_info(), fs_read_glyphs(), fs_read_list(), fs_read_list_info() - CVE-2014-0211: integer overflows calculating memory needs for xfs replies These calls do not check that their calculations for how much memory is needed to handle the returned data have not overflowed, so can result in allocating too little memory and then writing the returned data past the end of the allocated buffer. Affected functions: fs_get_reply(), fs_alloc_glyphs(), fs_read_extent_info() See also: http://lists.x.org/archives/xorg-announce/2014-May/002431.html |
| d82d45b3 |
07-May-2014 |
joerg <joerg@NetBSD.org> |
Fix format strings. |
| b9dbfdcf |
30-Apr-2014 |
wiz <wiz@NetBSD.org> |
Bugfix from upstream: commit 5dcb40f28d59587597d2ff6e6ac64c71cfe6ff7b Author: James Cloos <cloos@jhcloos.com> Date: Tue Sep 17 12:50:42 2013 -0400 nls/en_US.UTF-8/Compose.pre: Fix typo. Fix typo added in 215ce6a67863, s/actute/acute/. Fixes bug #69476. Reported by Jean Krohn. Signed-off-by: James Cloos <cloos@jhcloos.com> |
| 5272ebe0 |
29-Apr-2014 |
macallan <macallan@NetBSD.org> |
write all SX commands to 64bit-aligned addresses now this works on rev. 27 hardware |
| 8e3c6fe8 |
04-Apr-2014 |
christos <christos@NetBSD.org> |
PR/48347: Yasushi Oshima: Cannot input Japanese special keys of JP106 keyboard with NetBSD/evbarm(RPI) or some arch. |
| b0e0fa9d |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Back out unintended part of last commit. |
| 7d13a5d0 |
04-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Oops... Fix sense of test in drmCheckModesettingSupported. |
| 3d02bce8 |
03-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
Use drmMap rather than mmap directly, to invoke the ioctl on NetBSD. |
| 64b81f0a |
03-Apr-2014 |
riastradh <riastradh@NetBSD.org> |
merge xf86-video-intel-2.21.15 |
| 467bed7c |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
ifdef out senseless code that clang complains about with -Wtautological-pointer-compare. I've asked upstream what check was really intended here. |
| 7620c8a7 |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
Add cast to fix -Wpointer-sign warning with clang. |
| aad13f10 |
30-Mar-2014 |
wiz <wiz@NetBSD.org> |
Remove superfluous parentheses. (already sent upstream) |
| 2d10dcbb |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Constify list_is_empty. With apologies to whoever will merge a newer version. Fortunately, this file is getting replaced wholesale. |
| d485a2c2 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use DRM_IOCTL_MODE_GETRESOURCES to detect KMS on any non-Linux. |
| 237f1da6 |
22-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use #ifdef DRM_IOCTL_MMAP, not #ifdef __NetBSD__. Initialize with `= {0}' rather than a temporary static constant variable. Requested by christos@. |
| 03b705cf |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
initial import of xf86-video-intel-2.21.15 |
| aec75c42 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Switch intel_bufmgr_gem to use drmMap instead of mmap directly. |
| 7811b380 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use ioctl, not sysfs, to detect KMS support on NetBSD. |
| 74266a88 |
21-Mar-2014 |
riastradh <riastradh@NetBSD.org> |
Use the NetBSD-specific mmapping ioctl for drmMap. |
| ab81fb3b |
20-Mar-2014 |
wiz <wiz@NetBSD.org> |
Remove obsolete chunk. No diffs to upstream remaining :) |
| 12d4a5f4 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
pull over pkgsrc patch patch-src_xftglyphs.c to work with modern freetype. |
| 86162e20 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
delete PaxHeader garbage that got imported accidentally. |
| 94f8aabb |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge freetype 2.5.3. |
| 74966952 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.5.3 |
| cc1bebd6 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
avoid CPP when the C compiler can do it more sanely. |
| d91dd368 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.11.0. |
| 6fc018e4 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.11.0 |
| bdbe8896 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
new generated file for xterm. |
| fa3f02f3 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xterm 303. |
| e0a2b6df |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xterm-303 |
| ca5a50fe |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
re-do the previous correctly. |
| ea7e5fe0 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-geode 2.11.15. |
| 04007eba |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.15 |
| c97b1c41 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.3. |
| d9f69461 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.3 |
| aa8e367b |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.8.0. |
| 26b1ff4e |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.8.0 |
| f16404e1 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
xkbutils needs a config.h now. |
| 256c1e2b |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
- avoid casting from int to a pointer. - call miPointerSetPosition() correctly for this ABI. |
| 4f73b455 |
20-Mar-2014 |
mrg <mrg@NetBSD.org> |
move a extern decl into the scope it is used. |
| a0e1ef58 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.98.0, xf86-video-mga 1.6.3, xf86-video-neomagic 1.2.8, xf86-video-r128 6.9.2, and xf86-video-savage 2.3.7. |
| 38770048 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.7 |
| 0496e070 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.9.2 |
| eaa3dbe0 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.8 |
| acd6767f |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.3 |
| 7fe5393c |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.98.0 |
| c5867c1c |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge util-macros 1.18.0, xkbutils 1.0.4, xkill 1.0.4, and xorg-cf-files 1.0.5. |
| 1c80d5b0 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.5 |
| df58931a |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.4 |
| b4485a66 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.4 |
| 43c16309 |
19-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.18.0 |
| b3ac8bc6 |
18-Mar-2014 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream. |
| 10019316 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
avoid using __force_align_arg_pointer__ on non-x86, where it does not exist. |
| f86b2e6c |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xmessage 1.0.3, xmodmap 1.0.8, xprop 1.2.2, xrandr 1.4.1, xrdb 1.1.0, xset 1.2.3, xvinfo 1.1.2, and xwd 1.0.6. |
| 74a3f230 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.6 |
| 405c8079 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.2 |
| 40a76396 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.3 |
| f126e068 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.1.0 |
| da4266ff |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.1 |
| 576bbdfc |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.2 |
| a733a5bf |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.8 |
| 36ffeb23 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.3, xfwp 1.0.3, xhost 1.0.6, xinit 1.3.3, xload 1.1.2, xlsclients 1.1.3, and xman 1.1.3. |
| 6d36ef34 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.3 |
| 9511053f |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.3 |
| 953c684b |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.2 |
| 6f02d4e9 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.3 |
| 81440437 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.6 |
| 1a4b93b6 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.3 |
| 8e4923e5 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.3 |
| eaad2c89 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xauth 1.0.7, xclipboard 1.1.2, xclock 1.0.6, xconsole 1.0.4 and xfd 1.1.2. |
| 1afad795 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.2 |
| e6ecbdae |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.6 |
| 5dd5f640 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.7 |
| 68af480f |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.3 |
| 8abc0ccf |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.8 |
| 40cc5db4 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.1.1 bits. |
| 2d6e8b77 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge iceauth 1.0.5, imake 1.0.5, makedepend 1.0.4, mkfontscale 1.1.0, and twm 1.0.7. |
| c2535118 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.8 |
| 87aef7c3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.1 |
| 079e7944 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.5 |
| 39f9c979 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.6 |
| 9d794632 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.6 |
| 21f41bb9 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.11. |
| 797b363d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.11 |
| 20131375 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.52. |
| e88f27b3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.52 |
| 9be3a365 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
libpthread-stubs needs a config.h |
| 20d725fb |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libpthread-stubs-0.1 |
| 2f94b0af |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libxcb 1.10. |
| 1016ad83 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.10 |
| d5ef23f0 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
turn on PTHREADS. |
| 9266c31d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.2. there are now no local changes! thanks wiz. |
| 86ea1d58 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.2 |
| 6282e5a6 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
updates for pixman 0.32.4. |
| f83768c3 |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge pixman 0.32.4. |
| de17ff4a |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.32.4 |
| 8018de1e |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge xtrans 1.3.3. |
| 75ebec6d |
17-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.3.3 |
| 2ea46dc0 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
fix the libXrender build. |
| c555af55 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libX11 1.6.2. |
| 818534a1 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.2 |
| 2729df95 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.8. |
| cc1b55f9 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXrandr 1.4.2, libXrender 0.9.8 libXv 1.0.10 and libXvMC 1.0.8. |
| 17caa701 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.8 |
| fef5d1ff |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.10 |
| 89c04b6c |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.8 |
| fc98c8e2 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.2 |
| b1c93d9d |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.7. |
| 10baa824 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
merge libSM 1.2.2, libXaw 1.0.12, libXfont 1.4.7, libXi 1.7.2, libXmu 1.1.2, and libXpm 3.5.11 parts. |
| ac92798b |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.11 |
| 9d0b5e55 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.2 |
| 06c34b88 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.2 |
| b020570b |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.7 |
| c889a3bf |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.12 |
| 0a6b08f8 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.2 |
| 66279eca |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of dri3proto-1.0 |
| c392004e |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.25 |
| 0397f9ba |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.3.0 |
| f591e195 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.10 |
| b779acac |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.2 |
| 02bb94d8 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of presentproto-1.0 |
| 53965ca5 |
16-Mar-2014 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.17 |
| 50e2e347 |
05-Mar-2014 |
joerg <joerg@NetBSD.org> |
Drop tautologic check. |
| 2f9f5fec |
05-Mar-2014 |
joerg <joerg@NetBSD.org> |
Fix abs usage. |
| a2ab6c90 |
04-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Replace xalloc(), xrealloc() and xfree() with malloc(), realloc() and free(). Per following Xorg changes: > Replace X-allocation functions with their C89 counterparts http://cgit.freedesktop.org/xorg/xserver/commit/?id=3f3ff971ecff9936cebafc813af9193b97bba89c |
| b65a0881 |
02-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Fix comment to sync with code. |
| ba64b02e |
01-Mar-2014 |
tsutsui <tsutsui@NetBSD.org> |
Port the ancient Xsun based monolithic MD X68k server to X11R7, like Xnest. Most diffs (API changes from xfree to xorg and some WARNSfy) are mechanical. Confirmed working on X68030 and XM6i. See my post on port-x68k@ for details: http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html |
| 00d06012 |
04-Feb-2014 |
macallan <macallan@NetBSD.org> |
#define __BYTE_ORDER BYTE_ORDER etc. now endianness detection actually works and colours look right on my Gdium |
| b4f88b37 |
23-Jan-2014 |
christos <christos@NetBSD.org> |
minimal fix for cast from pointer to int of different size. |
| b68c189b |
23-Jan-2014 |
christos <christos@NetBSD.org> |
more const for gcc-4.8 |
| 1953c360 |
23-Jan-2014 |
christos <christos@NetBSD.org> |
#ifdef out the other debugging entry that does not fit like the newer code does |
| b6e55117 |
22-Jan-2014 |
macallan <macallan@NetBSD.org> |
make Option "HWCursor" actually work, default to true |
| 43d50c5b |
16-Jan-2014 |
christos <christos@NetBSD.org> |
Lint does not know about pragmas |
| b6c20727 |
15-Jan-2014 |
christos <christos@NetBSD.org> |
fix for lint |
| 06b331c2 |
08-Jan-2014 |
mbalmer <mbalmer@NetBSD.org> |
Add support for touchscreens that don't frame the packets (usually USB devices like e.g. the IBM SurePos touchscreens). |
| b7814f7c |
08-Jan-2014 |
mbalmer <mbalmer@NetBSD.org> |
Add support for inverted axis, from upstream repository. |
| 18128d1d |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
Additional hardening after CVE-2013-6462: From f8b21df399fbedd08da88752181b8a290a38d890 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 19:01:11 -0800 Subject: [PATCH:libXfont 2/2] Limit additional sscanf strings to fit buffer sizes None of these could currently result in buffer overflow, as the input and output buffers were the same size, but adding limits helps ensure we keep it that way, if we ever resize any of these in the future. Fixes cppcheck warnings: [lib/libXfont/src/bitmap/bdfread.c:547]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:553]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:636]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) |
| c509709b |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
CVE-2013-6462: From aeabb3efa6905e11c479e2e5319f2b6b3ab22009 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 18:34:02 -0800 Subject: [PATCH:libXfont 1/2] CVE-2013-XXXX: unlimited sscanf can overflow stack buffer in bdfReadCharacters() Fixes cppcheck warning: [lib/libXfont/src/bitmap/bdfread.c:341]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
| bafde43d |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
Additional hardening from upstream: From f8b21df399fbedd08da88752181b8a290a38d890 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 19:01:11 -0800 Subject: [PATCH:libXfont 2/2] Limit additional sscanf strings to fit buffer sizes None of these could currently result in buffer overflow, as the input and output buffers were the same size, but adding limits helps ensure we keep it that way, if we ever resize any of these in the future. Fixes cppcheck warnings: [lib/libXfont/src/bitmap/bdfread.c:547]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:553]: (warning) scanf without field width limits can crash with huge input data. [lib/libXfont/src/bitmap/bdfread.c:636]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) |
| 96317916 |
07-Jan-2014 |
wiz <wiz@NetBSD.org> |
CVS-2013-6462: From aeabb3efa6905e11c479e2e5319f2b6b3ab22009 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 23 Dec 2013 18:34:02 -0800 Subject: [PATCH:libXfont 1/2] CVE-2013-XXXX: unlimited sscanf can overflow stack buffer in bdfReadCharacters() Fixes cppcheck warning: [lib/libXfont/src/bitmap/bdfread.c:341]: (warning) scanf without field width limits can crash with huge input data. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu> Reviewed-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com> --- src/bitmap/bdfread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |
| 1ed42f0d |
23-Dec-2013 |
dholland <dholland@NetBSD.org> |
Don't crash if the local hostname doesn't resolve. PR 26998 |
| 6a285edb |
10-Dec-2013 |
riz <riz@NetBSD.org> |
Repeat after me: '\0' is *not* a pointer. Use NULL instead. |
| 19a65f9f |
22-Nov-2013 |
wiz <wiz@NetBSD.org> |
Fix typo, reported by Henning Petersen in PR 48396. (already fixed upstream in a bigger commit) |
| 5bcb8176 |
19-Nov-2013 |
wiz <wiz@NetBSD.org> |
Enable 256 colors. From Piotr Meyer in PR 48380. |
| a57db428 |
14-Nov-2013 |
christos <christos@NetBSD.org> |
CID 1107540: Make the code safe avoiding random stack access. In the first loop where there is a singleton point to pptSrc, only access that singleton, no matter what. |
| 02e1b2eb |
13-Nov-2013 |
christos <christos@NetBSD.org> |
CID 1107544: Fix memory leak |
| 11b80dae |
12-Nov-2013 |
macallan <macallan@NetBSD.org> |
"Deal with pPict->pDrawable == NULL for source-only pictures. Falling back to software rendering for such source pictures (solid/gradient)." from Matthieu Herrb via x.org |
| 47739027 |
06-Nov-2013 |
macallan <macallan@NetBSD.org> |
fix xrender ops with a solid source without an actual pixmap for R2xx and R3xx on big endian hardware as well tested on macppc |
| 25ed23ea |
05-Nov-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_MODE_MAPPED while there, change vendor string to TNF since X.org had nothing to do with this driver |
| 3bb9f206 |
05-Nov-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_MODE_MAPPED |
| 9423838b |
29-Oct-2013 |
macallan <macallan@NetBSD.org> |
Don't endian-twiddle solid source colours in composite operations on R1xx Now gtk2-rendered text looks right again with EXA and xrender acceleration enabled. Probably needs similar fixes for R2xx, also needs testing on little-endian hardware. |
| a3c69ff9 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Fix error in previous. strlen's result is unsigned, so the correct format is "%zu". |
| 53d96324 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
CARD32 might be unsigned int or unsigned long, depending on platform, so cast to unsigned int when printing. |
| 53c5e975 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
The result from strlen() has type size_t, so print it with "%zd" format. |
| 0ae04b46 |
18-Oct-2013 |
apb <apb@NetBSD.org> |
Print time_t values by casting to intmax_t and using "%ji" format. |
| ad38ac07 |
17-Oct-2013 |
martin <martin@NetBSD.org> |
Fix memset size argument, found by coverity. |
| 2717a907 |
08-Oct-2013 |
spz <spz@NetBSD.org> |
Fix CVE-2013-4396 using a patch from: --- snip --- From a4d9bf1259ad28f54b6d59a480b2009cc89ca623 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon, 16 Sep 2013 21:47:16 -0700 Subject: [PATCH] Avoid use-after-free in dix/dixfonts.c: doImageText() Save a pointer to the passed in closure structure before copying it and overwriting the *c pointer to point to our copy instead of the original. If we hit an error, once we free(c), reset c to point to the original structure before jumping to the cleanup code that references *c. Since one of the errors being checked for is whether the server was able to malloc(c->nChars * itemSize), the client can potentially pass a number of characters chosen to cause the malloc to fail and the error path to be taken, resulting in the read from freed memory. Since the memory is accessed almost immediately afterwards, and the X server is mostly single threaded, the odds of the free memory having invalid contents are low with most malloc implementations when not using memory debugging features, but some allocators will definitely overwrite the memory there, leading to a likely crash. Reported-by: Pedro Ribeiro <pedrib@gmail.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Julien Cristau <jcristau@debian.org> --- snip --- the patch is shifted but otherwise applies. mrg@ to test (thanks) |
| 239808ba |
30-Jul-2013 |
macallan <macallan@NetBSD.org> |
now we get PictOpOver with no source alpha and a 32bit mask right ( mostly gtk2 icons and button images ) TODO: RGB vs. BGR |
| 81a370e6 |
30-Jul-2013 |
macallan <macallan@NetBSD.org> |
support PictOpOver with 32bit source and mask |
| c80b1796 |
26-Jul-2013 |
wiz <wiz@NetBSD.org> |
Remove unnecessary include, to reduce diffs to upstream. |
| 92cf53f1 |
26-Jul-2013 |
wiz <wiz@NetBSD.org> |
Remove xorg-server-1.9 support (not needed any longer) to reduce diffs to upstream. |
| fa158432 |
25-Jul-2013 |
macallan <macallan@NetBSD.org> |
"support" PictOpOver with 32bit source and 32bit mask this needs more work but at least it makes things like gkrellm readable |
| 67cf2d96 |
19-Jul-2013 |
prlw1 <prlw1@NetBSD.org> |
Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c to minimise upstream differences. OK wiz@ |
| d986548b |
12-Jul-2013 |
wiz <wiz@NetBSD.org> |
Fix typo in header guard. |
| c4582ee0 |
11-Jul-2013 |
spz <spz@NetBSD.org> |
enable defines that make xterm able to do UTF-8 if instructed by its environment to do UTF-8. That means: "env LC_CTYPE=en_US.UTF-8 xterm" for example will get you an xterm that will take UTF-8 input and display it correctly, provided it finds a fitting UTF-8 font. Note that with this version of xterm, -u8 doesn't actually have an effect any more, but -lc has. xterm will record the locale settings it has been started with in the environment variable XTERM_LOCALE. It is probably a good idea to have at least the encoding part of LC_CTYPE and XTERM_LOCALE match. |
| 68ffe993 |
11-Jul-2013 |
wiz <wiz@NetBSD.org> |
Add a missing initializer. From Matthieu Herrb in http://patchwork.freedesktop.org/patch/13855/ |
| f7cb851f |
03-Jul-2013 |
macallan <macallan@NetBSD.org> |
- fetch fill colour for text drawing in CheckComposite, swap red and blue channels as needed - support solid sources without a drawable now gtk2 apps no longer crash the Xserver and text is drawn in the correct colour next step: 32bit PictOpOver with 32bit mask, gtk2 seems to use those a lot |
| 6bdc2ffd |
03-Jul-2013 |
macallan <macallan@NetBSD.org> |
support PictOpOver with 32bit source without alpha, alpha in mask now KDE3 looks mostly right ( yes, it's almost usable on a 125MHz HyperSPARC ) gtk2 apps still crash though |
| 9de3b32f |
01-Jul-2013 |
wiz <wiz@NetBSD.org> |
Apply suggested patch from Alan Coopersmith: XRRGetProviderInfo returned bad associated_capability list in 64-bit Unlike most of the values returned by this function, which are arrays of XIDs (long int), associated_capability is defined as an array of unsigned int. _XRead32 reads 32-bit values from the wire protocol and writes them to the provided buffer as an array of long ints, even if that means expanding them from 32-bit to 64-bit. Doing that for associated_capability resulted in a garbage value between each actual value, and overflowing the provided buffer into the space for the provider name (which is written later and would overwrite the overflowed data). Created xhiv libXrandr/XRRGetProviderInfo test case to test & confirm. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Fixes PR 47979, reported and fix tested by martin@ |
| d55f10c5 |
30-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce diff to upstream. |
| 3e84611d |
30-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use copystring instead of UNCONST. This version has a higher chance of being accepted upstream. |
| e13a667b |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use proper format string. |
| d7df2595 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Improvements to format strings from upstream. |
| 2246e0b6 |
28-Jun-2013 |
wiz <wiz@NetBSD.org> |
Use correct format string. |
| b56464f5 |
27-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove check that can never be true. clang warns: warning: comparison of constant 268435455 with expression of type 'CARD16' (aka 'unsigned short') is always false Sent upstream, will probably be merged soon. |
| 725ddd73 |
27-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix a comparison of constant warning with clang From upstream: commit 9acc14c34a372b54f9075ec3611588298fb2a501 Author: Akira TAGOH <akira@tagoh.org> Date: Wed Jun 26 12:03:38 2013 +0900 |
| 4ebbc982 |
26-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix unsigned vs. signed char warnings (needed for clang). |
| eaa19f58 |
25-Jun-2013 |
wiz <wiz@NetBSD.org> |
Decrease comparison range to avoid tautologies. (int32 is always smaller than int64_max, even if the latter is shifted 2 bits) |
| 41ca6d11 |
25-Jun-2013 |
wiz <wiz@NetBSD.org> |
Fix out-of-range comparison. clang complained: warning: comparison of constant 768614336404564650 with expression of type 'CARD32' (aka 'unsigned int') is always true [-Wtautological-constant-out-of-range-compare] |
| 78cb1511 |
25-Jun-2013 |
macallan <macallan@NetBSD.org> |
missed one ( move CG14Comp_Over32Solid() too ) |
| a3a2ba44 |
25-Jun-2013 |
macallan <macallan@NetBSD.org> |
- support PictOpSrc, mask is ignored so far - support PictOpOver with non-solid source, with or without mask - now QT3 icons are rendered properly - move render operations into their own file |
| 4261fa58 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
support hardware acceleration via SX This requires a recent cgfourteen kernel driver which allows userland to map SX register space. Basic acceleration is enabled by default ( use Option "Accel" "false" to turn it off ), XRender support is incomplete but good enough for anti-aliased text rendering ( enable with Option "xrender" "true" ). |
| 0a3f7816 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
remove some unnecessary #includes |
| c7821653 |
19-Jun-2013 |
macallan <macallan@NetBSD.org> |
add a field to struct sbus_device which records the framebuffer size reported by ioctl(FBIOGATTR) so drivers can use it |
| 8c5b7bc5 |
12-Jun-2013 |
wiz <wiz@NetBSD.org> |
Re-add const in correct place (reduce diff to upstream). |
| 4b4d14a9 |
12-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove trailing whitespace (reduce diff to upstream). |
| 06879bd5 |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
revert revision 1.8; no longer necessary. |
| d8d3da1a |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
udpate for libxcb 1.9.1. |
| 08c70cfb |
12-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.9.1 |
| bac25c94 |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
allow for static linking of the greeter library. |
| 190694da |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge patches to libXi, libXrender, libXvMC and libxcb that fix security issues listed in "X.Org Security Advisory: May 23, 2013" but haven't had new versions released yet. see: http://www.x.org/wiki/Development/Security/Advisory-2013-05-23 for more details on these patches. |
| 3c766687 |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXvMC 1.0.7. |
| 42941e3b |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.7 |
| 6fae4e5d |
06-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.7 |
| 344d8476 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge the changes from these two upstream commits: http://lists.freedesktop.org/archives/mesa-dev/2013-May/039720.html http://lists.freedesktop.org/archives/mesa-dev/2013-May/039722.html which fix: http://www.x.org/wiki/Development/Security/Advisory-2013-05-23 |
| 9a0cb412 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge pixman 0.30.0 |
| f4f78bb6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.30.0 |
| de1a12c2 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.12 |
| 0d087e06 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.4.12 |
| 557babb6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xorg-docs 1.7 (and put it in the right place.) |
| 972599cf |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xorg-docs-1.7 |
| c508c3da |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| be1350a1 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
udpate for 1.9.0 |
| 1450c749 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.7.0 and xf86-input-mouse 1.9.0. |
| a73597f9 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.9.0 |
| 3e72ca8c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.7.0 |
| f06e33e4 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for 13.0.1. |
| 4b482f82 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware 13.0.1 |
| 3bfa90b6 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-13.0.1 |
| 48391333 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| cec4939c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-wsfb 0.4.0 |
| cba5e21c |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-wsfb 0.4.0 |
| 83e03a40 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.4.0 |
| f6d6dea0 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
new config.h for xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1 |
| ba358703 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1. |
| 0da4cdcc |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-13.0.0 |
| 28515619 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.7.1 |
| 75cbef56 |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.4.1 |
| 7e7f0aac |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXi 1.7.1. |
| f1ee322d |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.7.1 |
| e160ea6e |
05-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.6.0 |
| 6eb72584 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
re-add tcx_accel.c |
| 0724dadf |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
reduce a diff to upstream. fix LeoFreeScreen() to use the right screen arg. |
| 7a5333bc |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2, xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1 XXX: these might need more help |
| 65d490d0 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suntcx-1.1.2 |
| 54b44505 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunleo-1.2.1 |
| e96acad6 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.2 |
| dc99b369 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.2 |
| 2a75d1c4 |
04-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.2 |
| c966d6f7 |
04-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove some prototypes (reduce diff to upstream) where I can't find the corresponding functions. |
| abbd3acb |
04-Jun-2013 |
christos <christos@NetBSD.org> |
fix another useless (and incorrect) variable stack size allocation |
| 5b405e1a |
03-Jun-2013 |
christos <christos@NetBSD.org> |
PR/47884: Brad Harder: Avoid variable stack allocation, use malloc for SSP. |
| e9b7d6bc |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
don't try to shift size_t by 32 or more bits on !lp64. |
| f50054a1 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
don't define HAVE_INTEL_ATOMIC_PRIMITIVES. |
| d81fd2f8 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.93. |
| 5e61939b |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.93. |
| c9710b42 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.10.93 |
| f6db1a1a |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
support map/unmap_legacy() calls. copies the openbsd-style. this fixes xf86-video-vesa, which was using this call and getting zero back from the default callback. |
| b1fb1a22 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
print the VGAbase as well, in case it ends up zero and causes segv. |
| 1f0408e7 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
use uint32_t for ulData and PCI_{READ,WRITE}_CONF() consistently. fixes a build issue on LP32. |
| 3cb82e98 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
avoid a dubious static issue. |
| a24341bf |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-tseng 1.2.5 |
| 3a56a767 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tdfx 1.4.5 and xf86-video-tga 1.2.2 |
| 4b9470b1 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.5 |
| 14330f12 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.5 |
| b92e825a |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.2 |
| 909209ee |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.5 |
| 34977a3d |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.7 |
| d2d6fd04 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-siliconmotion 1.7.5 |
| d7582bcd |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
move comapt-api.h include so it is always present |
| 544414c9 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.10.6. |
| 5788ca14 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-s3 0.6.5, xf86-video-s3virge 1.10.6, xf86-video-savage 2.3.6, xf86-video-siliconmotion 1.7.7, xf86-video-sis 0.10.7. |
| 74c14cd6 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.7 |
| b12e5c03 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.7 |
| aa9e3350 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.6 |
| d769e936 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.6 |
| b27e1915 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.5 |
| 880c7e28 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.5 |
| 45bb0b75 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.10.6. |
| 475c125c |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.10.6 |
| 9d6baa44 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.2 |
| 898dab68 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.10.2 |
| ca08ab68 |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.10.2 |
| 347791aa |
03-Jun-2013 |
mrg <mrg@NetBSD.org> |
revert 'const' removal changes, now that libXext is also updated. |
| 85e60067 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream (unistd.h is now included for usleep()) |
| 486cae2a |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Remove unnecessary diffs to upstream -- header already included above. |
| 7b875fba |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream (now include unistd.h for usleep()). |
| c3598144 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diffs to upstream. |
| 5d1002b7 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Two mutually exclusive options cannot be both the default value. |
| abea39b2 |
02-Jun-2013 |
wiz <wiz@NetBSD.org> |
Reduce unnecessary diff to upstream -- inp is ICONV_CONST nowadays. |
| 34d2f1a1 |
02-Jun-2013 |
christos <christos@NetBSD.org> |
make this compile again |
| 84354367 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mach64 6.9.4, xf86-video-mga 1.6.2, xf86-video-nv 2.1.20, and xf86-video-r128 6.9.1. |
| 42a55b46 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.9.1 |
| bd304fc0 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.20 |
| 3f6d0e1d |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.7 |
| 0bb88ba4 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.6.2 |
| e35d4d8e |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.4 |
| 6e2341cf |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
fix merge botch. |
| d51ac6bd |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.5 |
| 39c497f3 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for xf86-video-glint 1.2.8 |
| 5c69f917 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm 1.2.5, xf86-video-ast 0.97.0, xf86-video-cirrus 1.5.2, xf86-video-glint 1.2.8 and xf86-video-i740 1.3.4 |
| 213fdd94 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.4 |
| a73423d7 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.6 |
| 1fb744b4 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.8 |
| 63847c39 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.5.2 |
| a1d73b4b |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.5 |
| b4d38c65 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.97.0 |
| 0dd80ee0 |
02-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.5 |
| 1d92eb3a |
02-Jun-2013 |
christos <christos@NetBSD.org> |
add missing , |
| 6b6dc15f |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
update for openchrome 0.3.3 |
| 7024fa79 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
make a prototype match the actual function. |
| 8aedb4f6 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-openchrome 0.3.3. |
| 90b17f1b |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.3.3 |
| 2e46f441 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.13.1 |
| cad31331 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.13.1 |
| b40a6198 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.2 |
| e2114991 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.2 |
| a0b5b4fa |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXrandr 1.4.1 |
| cdbfa18a |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.8 |
| 8bd17e5f |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.1 |
| 2d7aecc9 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
merge libXext 1.3.2 |
| af9a7ee5 |
01-Jun-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.2 |
| 6e1ebabf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update for xkbcomp 1.2.4 |
| b091287f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.9 and xkbcomp 1.2.4 |
| 0412cded |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.9 |
| 1d8c7986 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.4 |
| 3d3513a8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add a cast to avoid a compiler error (code is bogus, but fixing it would be more pain than is worth.) |
| c9f4ce72 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.11 |
| 61640528 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.0.8 |
| 629baa8c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.11 |
| a097bd00 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.8 |
| b6fea0ce |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xterm 293 xtermcfg.h, and patch fontutils.c to actually work with our selected set of options (issue between OPT_RENDERFONT and OPT_SHIFT_FONTS.) |
| 3367019c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xterm 293 |
| 0bd37d32 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xterm-293 |
| da9cf437 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXft 2.3.1. |
| 2836776b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.3.1 |
| 2e5ab1e8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.8 |
| cbc4e2be |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.7 |
| bf3a7f7f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update for libxcb 1.9 |
| 080372c0 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add some casts to appease GCC; this code is kind of ugly but it seems to be mostly not broken. |
| bcbfc08f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
remove const where it causes build failure |
| 8584976c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXt 1.1.4 and libXtst 1.2.2. |
| d9dcd5ae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.3 |
| d5a688bc |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.4 |
| 57ee1794 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.2 |
| 9e7bcd65 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.4 |
| 899129b3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.7 |
| 67ab2ff2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.2 |
| 3674e36c |
31-May-2013 |
mrg <mrg@NetBSD.org> |
use some more __UNCONST(). sigh. |
| 986c8b3d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.8 |
| 21298544 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.9 |
| 0597fb56 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.4.0 |
| eaab6933 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
update this for xmag 1.0.5 |
| cf2cd791 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xload 1.1.1, xlogo 1.0.4, xlsatoms 1.1.1, xmag 1.0.5, xmessage 1.0.3, xrefresh 1.0.5, xsetroot 1.1.1, xsm 1.0.3, xstdcmap 1.0.3, xvidtune 1.0.3, and xwd 1.0.5. |
| 05bee9bc |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.3 |
| 320e696b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.5 |
| 6758a055 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.3 |
| fe567363 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.7 |
| 20915927 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.3 |
| 5977a007 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.3 |
| 62aeb71d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.1 |
| c3d5982a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.5 |
| 966b534a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.4.0 |
| 165cb819 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.3 |
| 80b026c6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.5 |
| 7d575c90 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.1 |
| 3fe82118 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.4 |
| a8bb11d0 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.1 |
| 1b180c10 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xcalc 1.0.5, xfd 1.1.1, xfontsel 1.0.5, xfsinfo 1.0.4, xgamma 1.0.5, xgc 1.0.4, and xhost 1.0.5. |
| 0309d3b3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.6.0 |
| 21212451 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.2 |
| 3544ea2e |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.5 |
| a85aecdf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.4 |
| eea2e341 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.5 |
| aea1d7ff |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.4 |
| fe2ac8d7 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.5 |
| 3538fbe3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.1 |
| 498372ab |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.5 |
| 3ae17ff1 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.17 |
| 59238ae6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add generated config.h for xdpyinfo |
| 06ca7a13 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
apply __UNCONST() if it exists. |
| bc358549 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge oclock 1.0.3, setxkbmap 1.3/0. viewres 1.0.4, xclipboard 1.1.2, xcmsdb 1.0.4, xditview 1.0.3, xdpyinfo 1.3.1, xedit 1.2.1, and xev 1.2.1. |
| 1a2dd139 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.2.1 |
| 31de2854 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.1 |
| b6f5cd12 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.3.1 |
| 65912f00 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.3 |
| 16d7e2f1 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.4 |
| 309c398a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.6 |
| bbf6ba0a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.2 |
| 96402570 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.7 |
| 6dbd43aa |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.4 |
| bda5b58f |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.3.0 |
| 61c899d4 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.5 |
| 49e82ceb |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.3 |
| 14734546 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
remove a couple of 'const' that aren't OK for the caller. |
| d565dcaf |
31-May-2013 |
mrg <mrg@NetBSD.org> |
add a config.h |
| 9be87f73 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge bdftopcf 1.0.4 and imake 1.0.5 configure output. |
| a5c37dfe |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge appres 1.0.4, bdftopcf 1.0.4, beforelight 1.0.5, editres 1.0.6, fslsfonts 1.0.4, fstobdf 1.0.5, listres 1.0.3, and mkfontdir 1.0.7. |
| 663cdc11 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.1.0 |
| 55476c70 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.7 |
| d43532a6 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.4 |
| 39ae6282 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.3 |
| 1a669bc9 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.3 |
| 1114aea8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.5 |
| 82e12b1b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.5 |
| c27291eb |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.4 |
| 988795be |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.6 |
| caec6540 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.5 |
| 5dd2154e |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.4 |
| f66e55a2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.4 |
| 85eb5720 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge xfs 1.1.3 |
| 34f90d55 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.3 |
| 9e7a9804 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
fix some const issues. |
| 8186d004 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libxkbfile 1.0.8 |
| bf64393b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXtst 1.2.1 |
| ed478f3b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXpm 3.5.10 |
| c3c75042 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXmu 1.1.1 |
| 1a17810d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.5 |
| 06791fd8 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXcomposite 0.4.4 |
| 4cd6a3ae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.8 |
| 48c85eb7 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.2 |
| 06f32fbe |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.1 |
| 97cf2ee2 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.10 |
| 0cc2eac3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.1 |
| 41c30155 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.5 |
| 862f5301 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.1 |
| 6dda92f9 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.4 |
| 4e7590ef |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.4 |
| 21bb84c3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
don't declare a 'const char *' when you pass it to a 'char *'. |
| 03200034 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXau 1.0.8 |
| 51b8cbae |
31-May-2013 |
mrg <mrg@NetBSD.org> |
merge libXTrap 1.0.1 |
| 421c997b |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.11 |
| 313a12fd |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.8 |
| 9384b2f3 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXTrap-1.0.1 |
| 200d7199 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.2 |
| 3c15da26 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.1 |
| 9ef0b394 |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.8 |
| f931275d |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.3.0 |
| 3e6c936a |
31-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0.1 |
| 7d7e1abd |
30-May-2013 |
mrg <mrg@NetBSD.org> |
FSServerName() returns const char *. |
| 556b6652 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge libX11 1.5.99.902. |
| eb411b4b |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.5.99.902 |
| f0e536f1 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.5 |
| e6d5e4e0 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.14 |
| 1bedbe3f |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.5 |
| 05d0fef2 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge randrproto 1.4.0 |
| fd014136 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
merge inputproto 2.3. |
| 3ce3fc99 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.24 |
| 935fbdde |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.2.1 |
| cf2c9507 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.2 |
| 4788956f |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.2 |
| 125ee343 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14.2 |
| b2e35f4c |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.4.0 |
| e72b3789 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.6 |
| f206a979 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.3 |
| be94fdc6 |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.16 |
| c20ef79c |
30-May-2013 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.2 |
| 141baaa7 |
28-Mar-2013 |
mlelstv <mlelstv@NetBSD.org> |
Call removeShadow only when shadowFB has been initialized. |
| 023e83d8 |
18-Mar-2013 |
jmcneill <jmcneill@NetBSD.org> |
If WSKBDIO_GTYPE succeeds and returns type=0, it is a mux with no keyboard attached. In this case, assume USB. |
| eb3dced6 |
28-Feb-2013 |
macallan <macallan@NetBSD.org> |
make this work on Gdium ( and NetBSD in general ) |
| c7bcadcc |
28-Feb-2013 |
macallan <macallan@NetBSD.org> |
support Loomgson Multimedia Instructions on NetBSD |
| e22219b5 |
20-Feb-2013 |
macallan <macallan@NetBSD.org> |
remove debug spam |
| 69c5878d |
20-Feb-2013 |
macallan <macallan@NetBSD.org> |
do ioctl(KDSETMODE) when switching in and out of the Xserver's VT now this works on top of radeonfb |
| 8ab4536d |
14-Feb-2013 |
macallan <macallan@NetBSD.org> |
when using /dev/wskbd* we need to close the device when VT switching out of X, and open it again when switching back |
| b83350a8 |
14-Feb-2013 |
macallan <macallan@NetBSD.org> |
call ioctl(WSDISPLAYIO_SMODE, ...) in EnterTV/LeaveVT so kernel graphics drivers get notified when we switch in and out of X |
| a7855654 |
09-Feb-2013 |
jmcneill <jmcneill@NetBSD.org> |
pixman 0.28.2 |
| 36b8e95c |
07-Feb-2013 |
macallan <macallan@NetBSD.org> |
enable altivec detection via sysctl(machdep.altivec) |
| c4cf67bd |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
Add support for SIMD and NEON extensions. |
| 3788fa92 |
31-Jan-2013 |
macallan <macallan@NetBSD.org> |
use WSDISPLAYIO_GET_FBINFO if available |
| 81988197 |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
merge pixman 0.28.2 |
| 9ad247e8 |
31-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
initial import of pixman-0.28.2 |
| 2eed41b2 |
31-Jan-2013 |
apb <apb@NetBSD.org> |
If you are going to test an enum value for equality with -1, and -1 is out of range for the enum type, then at least cast the -1 to the appropriate enum type. |
| ce8ce673 |
10-Jan-2013 |
jmcneill <jmcneill@NetBSD.org> |
WSDISPLAY_TYPE_VC4 framebuffer is BGR |
| 792ba0ea |
09-Nov-2012 |
abs <abs@NetBSD.org> |
Apply patch https://bugs.freedesktop.org/attachment.cgi?id=68718 (with whitespace tweaks) from https://bugs.freedesktop.org/show_bug.cgi?id=47266 to address graphics corruption using recent Cairo, manifested most commonly by certain rendered text sections appearing as solid rectangular blocks of colour. Should be pulled up to netbsd-6 (and probably -5) |
| 68e48be9 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
Adjust previous: the cast should be to (unsigned long), not (long), since the value is printed in hex and we don't want sign extension. |
| 50e787e2 |
09-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fix: cast to (long) when printing with "%lX" format. |
| 2fd93fed |
08-Nov-2012 |
apb <apb@NetBSD.org> |
Mark inline function in_word_set(str, len) as static. The function uses a static variable (stringpool_contents) and this is not allowed in an inline function with external linkage. This change in xsrc/external/mit/xorg/lib/xcb-util/atom/atoms.c is identical to a recent change in src/external/mit/xorg/lib/xcb-util/atom/atoms.c where the problem was found by clang -Wstatic-in-inline. |
| afd9aa65 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
PIXMAN_OP_any may be stored in variables of type pixman_op_t (which is an enum type). Change the way pixman_op_t is defined, so that PIXMAN_OP_any is now a valid value of the enum type, instead of being a #define'd constant that was out of range. This fixes warnings from clang -Wtautological-constant-out-of-range-compare. |
| 305fe1c5 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
subroutine is a variable of an enum type. BRW_WM_MAX_SUBROUTINE is a #define'd constant which is known at compile time to be larger than the maximum possible value of the enum. Cast these values to (int) in an assert(), to avoid a warning from clang -Wtautological-constant-out-of-range-compare. |
| 91817726 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
In XGI_GetTVPtrIndex2(), return the correct value through *tempch by using (*tempch)++ instead of *tempch++. Found using clang -Wunused-value. |
| ecb1bcb9 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Add returns in non-void functions. Found using clang -Wreturn-type. |
| b83cc2c0 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
printf format fixes, found using clang -Wformat. Some are fixed by adding casts, some by changing the format string, and some by changing the type of the variable. |
| 5d769ca5 |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Remove useless extra "const" in "const sometype const * var = value;". Foundusing clang -Wduplicate-decl-specifier. |
| 88d2652f |
02-Nov-2012 |
apb <apb@NetBSD.org> |
Add parentheses in code that attempts to convert 3 bytes to a 24-bit value. "+" has higher precedence than "<<", so the old code would have given incorrect results. Found using clang -Wshift-op-parentheses. |
| 042789b0 |
23-Sep-2012 |
veego <veego@NetBSD.org> |
Disable a lot of debug output which would show up if you change from the xserver to another console and back |
| 2aab92c7 |
23-Sep-2012 |
veego <veego@NetBSD.org> |
update for xf86-video-ati 6.14.6 |
| c135eceb |
23-Sep-2012 |
veego <veego@NetBSD.org> |
merge xf86-video-ati 6.14.6 |
| 68105dcb |
23-Sep-2012 |
veego <veego@NetBSD.org> |
initial import of xf86-video-ati-6.14.6. NetBSD note: The libdrm requirement seems to be KMS related which we do not have. * 6.15.6 This version requires the latest libdrm 2.4.36 release, and fixes a few other bugs seen since 6.14.5. * 6.14.5 - add solid picture accel - tiling fixes - new pci ids - 6xx-9xx Xv improvements - support for upcoming xserver API changes - bug fixes |
| b7306217 |
15-Aug-2012 |
macallan <macallan@NetBSD.org> |
set the default reference clock for Rage XL on sparc to 29.498MHz now the PGX64 works out of the box with no config file |
| 52dc1b6a |
21-Jul-2012 |
tsutsui <tsutsui@NetBSD.org> |
Don't return FALSE in OpenKeyboard() even if wskbd type is unknown so that we can still setup keyboard map manually by xmodmap(1) etc. on poor Tier II machines. |
| cb1acafb |
20-Jul-2012 |
macallan <macallan@NetBSD.org> |
some more gcc appeasing ( now why did that fire a warning on i386 but not amd64? ) |
| 098ad5bd |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
make this compile on NetBSD, still needs to be tested on actual hardware ( hi msaitoh@ ) |
| 3ad4ed57 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
remove accitentially imported garbage |
| dfe64dd3 |
19-Jul-2012 |
macallan <macallan@NetBSD.org> |
initial import of xf86-video-xgi-1.6.0 |
| 05e39ab5 |
18-Jul-2012 |
wiz <wiz@NetBSD.org> |
Use upstream version of DEBUG compile fix instead of local patch. |
| 9fd5246b |
18-Jul-2012 |
wiz <wiz@NetBSD.org> |
Revert incorrect change to upstream (replacement works fine, don't hardcode wrong value) |
| f00f1d62 |
18-Jul-2012 |
macallan <macallan@NetBSD.org> |
apply the same GX_FULL -> GX_INPROGRESS fix as cgsix.c now this works properly on the SPARCstation LX |
| f14cae12 |
17-Jul-2012 |
wiz <wiz@NetBSD.org> |
SH arguments should be uppercase. Inspired by PR 46643. |
| 5e248323 |
17-Jul-2012 |
wiz <wiz@NetBSD.org> |
Change local patch to version that was committed upstream as a52a5150dd353a6dcc8db1720d0616d14b14905e |
| 836253ff |
16-Jul-2012 |
abs <abs@NetBSD.org> |
Add WSKBD_TYPE_LK201 |
| 0c005ca7 |
16-Jul-2012 |
abs <abs@NetBSD.org> |
Add a basic map for an LK201 keyboard |
| 1a0563c8 |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Remove dist files for xkbdata, unused since June 2009, when it was replaced with xkeyboard-config. Ok mrg@ |
| 218c2a7c |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Instead of local patch, use official upstream fix. commit 1326fcb6afe5a62b675bf99826f7e628c66237b4 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> Date: Thu Jan 15 16:15:23 2009 -0200 Ansification and compile warning fixes. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck and most gcc 4.3 and sparse warnings. |
| 7abd9dad |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Instead of local patch, merge upstream git version: commit 45cc81cd7abafe61bddb3ddce9f4fb8a9aa06c12 Author: Julien Cristau <jcristau@debian.org> Date: Thu Sep 8 22:11:15 2011 +0200 Include <sys/time.h> and <sys/resource.h> unconditionally Suggested by Mark Kettenis. X.Org bug#40632 <https://bugs.freedesktop.org/show_bug.cgi?id=40632> Signed-off-by: Julien Cristau <jcristau@debian.org> |
| df9050aa |
12-Jul-2012 |
wiz <wiz@NetBSD.org> |
Revert local patch adding a call to openpty. Defining HAS_OPENPTY (which I just added in the crossover Makefile) has the same effect. |
| 180c47ec |
28-Jun-2012 |
macallan <macallan@NetBSD.org> |
unmap THC when we mean THC, remove spurious return in CloseScreen() |
| 404274b3 |
28-Jun-2012 |
macallan <macallan@NetBSD.org> |
actually unmap what we mapped in CloseScreen(). While there nuke a spurious return. |
| 4325d6ae |
27-Jun-2012 |
macallan <macallan@NetBSD.org> |
when using dixSetPrivate() and friends it helps to initialize the key before using it. Now colours on suncg6 look right again and we don't spin or crash on exit anymore. probably needs to be pulled into -6 |
| ec6a53a6 |
08-Jun-2012 |
tsutsui <tsutsui@NetBSD.org> |
Make xf86-video-intel driver work on Atom N455 + GMA3150 graphics chipset by pulling the following change from upstream: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/src/i830.h?id=8f64837e56b2de0fb8a9100d1a844fd3f18d751c > Disable FBC on IGD for UMS > It appears the new chip doesn't support FBC currently. Tested on MSI U135DX + NetBSD/i386 6.0_BETA2 with this patch. Should be pulled up to netbsd-6. |
| 29275594 |
06-Jun-2012 |
tsutsui <tsutsui@NetBSD.org> |
Pull the similar fix from i915_render.c rev 1.2 and i965_render.c rev 1.2: http://mail-index.NetBSD.org/source-changes/2010/12/27/msg016345.html > XXX: Fix crash with Firefox, where drawable is NULL. > There must be a better fix for this. http://mail-index.NetBSD.org/source-changes/2011/01/21/msg017560.html > Avoid a crash when pDrawable is null. Fixes Xserver SEGV on starting Firefox on old i830/855GM machines running 6.0_BETA2. Should be pulled up to netbsd-6. |
| c167fa71 |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
update for 6.14.4 |
| f3a0071a |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
merge xf86-video-ati 6.14.4 |
| 40732134 |
03-Jun-2012 |
rjs <rjs@NetBSD.org> |
initial import of xf86-video-ati-6.14.4 |
| f6dbef6f |
30-May-2012 |
macallan <macallan@NetBSD.org> |
don't map the VGA framebuffer if AVOID_VGAHW is defined |
| 4b1cd807 |
19-May-2012 |
cheusov <cheusov@NetBSD.org> |
fix in libxfont: An uninitialized pointer causes a crash if pcf header is corrupted (upstream patch). |
| fdafe9d0 |
16-May-2012 |
abs <abs@NetBSD.org> |
Add vax to the list of non inb() users |
| d3d01558 |
13-May-2012 |
wiz <wiz@NetBSD.org> |
Let libX11 load and make available the newer (X11R6) callback-based API for XIM (expected by emacs). Patch from Ian D. Leroux <idleroux@fastmail.fm> on pkgsrc-users following a hint by Nhat Minh Lê <nhat.minh.le@gmail.com>. |
| 2574ff00 |
25-Mar-2012 |
joerg <joerg@NetBSD.org> |
Be UTF8 clean with the source code. |
| c8409b00 |
14-Mar-2012 |
martin <martin@NetBSD.org> |
henning petersen in PR xsrc/46172: do not used removed function miPointerAbsoluteCursor(), replace with miPointerSetPosition(). |
| f6a1d1d9 |
29-Feb-2012 |
tron <tron@NetBSD.org> |
Move "libexpat" from X11 into base which fixes PR lib/40346. This change was approved by the Core Group. |
| 51aca463 |
25-Feb-2012 |
martin <martin@NetBSD.org> |
Fix scan code 50 key on non-us-USB keyboards (BSlash2 -> BSlash). From macallan. |
| 040e9fe7 |
18-Feb-2012 |
martin <martin@NetBSD.org> |
Add -noretro as default server arg in configuration files where we are sure the user will get a visible window "soon". The sole reason we backed out the "retro" change from upstream was to avoid an empty black screen after manualy starting just "X". With these preconfigured startup mehtods, this confusion can not happen. |
| 70712537 |
13-Feb-2012 |
matt <matt@NetBSD.org> |
Deal with the limited range of VAX floating point numbers when compiling for VAX. |
| f3d19aa6 |
26-Jan-2012 |
christos <christos@NetBSD.org> |
PR/45853: Pierre Pronchery: Add support for absolute positioning (tablets) |
| e0524874 |
22-Jan-2012 |
macallan <macallan@NetBSD.org> |
don't mess with BARs if only one card is present now this works again on macppc While there, move USE_INT10 and USE_PCIVGAIO to the reachover Makefile. |
| 465e8200 |
05-Jan-2012 |
christos <christos@NetBSD.org> |
Do as the comment says: always include xorg.cf |
| 8bb1b43f |
02-Jan-2012 |
tron <tron@NetBSD.org> |
Don't include "xorg.cf" twice for NetBSD/sparc and NetBSD/sparc64. This avoid a lot redefinition warnings from "imake" which are e.g. triggered by pkgsrc's checks. |
| 37ca7d94 |
30-Dec-2011 |
is <is@NetBSD.org> |
This fix is taken from xorg-server 1.9.2. mod(a,b) used to be defined with a - in front of naked a, such that uses of mod with certain arithmetic expressions as a led to surprising results, namely the one in Xrender praised in CVE-2010-1166. |
| cba9a24f |
28-Dec-2011 |
macallan <macallan@NetBSD.org> |
add 2 clause BSD license |
| 65e01fca |
28-Dec-2011 |
macallan <macallan@NetBSD.org> |
tool to generate anti-aliased fonts for wscons from TTF files |
| e8f5f15e |
15-Dec-2011 |
macallan <macallan@NetBSD.org> |
actually put some relevant information in the man page |
| 2e72e74d |
14-Dec-2011 |
macallan <macallan@NetBSD.org> |
add NoAccel option, general cleanup |
| 8f42ccd2 |
27-Nov-2011 |
tsutsui <tsutsui@NetBSD.org> |
Fix -Wshadow. (should be committed before src/external/mit/xorg/server/drivers/xf86-input-mouse/Makefile rev 1.5. Sorry) |
| 933f9f8f |
24-Nov-2011 |
macallan <macallan@NetBSD.org> |
when doing DDC2 on Permedia2 make sure to clear the USE_MONID bit in the DDCdata register so the i2c bits actually do something Now DDC2 works on my PGX32 / Raptor 8P |
| 4dca01ad |
14-Nov-2011 |
jmcneill <jmcneill@NetBSD.org> |
Use sysctl machdep.dmi.* instead of /sys/class/dmi/id/* for extracting DMI info on NetBSD |
| b1c1b6f3 |
01-Nov-2011 |
chs <chs@NetBSD.org> |
use 0 rather than NULL in integer contexts. |
| e6987d98 |
22-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
xsetwallpaper is a utility to load images into the X11 root window. |
| 23e2f35b |
22-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
if the video driver is "vmware" or "vmwlegacy" and no mouse section exists, use the "vmmouse" input driver instead of "mouse" -- now xorg works properly in vmware without a config file |
| d77c0cdc |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
xsrc/45442: X -configure doesn't detect S3 Trio32/64 Backout the following commit from upstream: http://cgit.freedesktop.org/xorg/xserver/commit/hw/xfree86/common/xf86Helper.c?id=0ceac6f64f5ad9bc2ac4b19be2dd245ffba78b05 Despite what the log message says, xf86MatchDevice can be called at configure time by drivers who still implement the legacy probing API (and there are a lot of them!). |
| c62a6f7a |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
When configuring a new PCI or SBus device, remember to stash the bus specific information (in pVideo for PCI or sVideo for SBus), otherwise more than one driver may try to attach to the device and 'X -configure' will fail with "Number of created screens does not match number of detected devices". |
| 311f2276 |
09-Oct-2011 |
jmcneill <jmcneill@NetBSD.org> |
re-apply patch from revision 1.2: GenerateDriverlist: Change driver matching pattern to be the same as the one used by the module loader. |
| 3fc0ac56 |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Also wrap variables used only in !__NetBSD__ block. |
| 4071cc8b |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Restore #ifndef __NetBSD__ portions (disabling OpenBSD specific TPANEL stuff?) which were accidentally removed in rev 1.4: > merge xf86-input-ws 1.3.0 from openbsd-current. Pointed out by nonaka@, and this fixes WSMOUSEIO_SCALIBCOORDS ioctl errors and coredumps after the driver is loaded on hpcarm W-ZERO3. |
| d232d9e0 |
26-Sep-2011 |
tsutsui <tsutsui@NetBSD.org> |
Use #ifndef __NetBSD__ instead of #if 0 which were added in rev 1.5: > port to netbsd wscons |
| f5536984 |
24-Aug-2011 |
macallan <macallan@NetBSD.org> |
now that xrender acceleration on R1xx works again there is no reason not to enable it by default |
| a9d3dd71 |
21-Aug-2011 |
joerg <joerg@NetBSD.org> |
Don't assign errno here. |
| 5efc87a0 |
16-Aug-2011 |
joerg <joerg@NetBSD.org> |
Increase strictness of LZW parser. |
| a68b5cd9 |
16-Aug-2011 |
joerg <joerg@NetBSD.org> |
Increase robustness of LZW decoding to avoid buffer overflow on arbitrary manipulated input streams in combination with uninitalised memory. |
| 94917da6 |
16-Aug-2011 |
joerg <joerg@NetBSD.org> |
Do proper input validation. Allow decompressing all input streams. |
| 334b8e15 |
15-Aug-2011 |
christos <christos@NetBSD.org> |
P Fix CVS-2011-2895, buffer overflow in decompress |
| db96680c |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 0164873e |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix format string |
| e179d2ea |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Call print_version without argument and mark it as void. |
| 4bc7f083 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage |
| 37e2dea5 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 6bafc880 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix logical vs bit op. |
| da718312 |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Assume for a moment that the intention here is to do something useful. |
| 5e94dafd |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage |
| b93833df |
11-Aug-2011 |
joerg <joerg@NetBSD.org> |
Fix memset usage. |
| 1889691a |
10-Aug-2011 |
tsutsui <tsutsui@NetBSD.org> |
Make it possible to disable #define FT_CONFIG_OPTION_USER_BZIP2 setting by -DFT_CONFIG_OPTION_DISABLE_BZIP2 for tools build on systems which don't have native bzip2 support. Ok'ed by mrg@ in PR xsrc/45223. |
| 07f4e327 |
04-Aug-2011 |
macallan <macallan@NetBSD.org> |
support ioctl(WSDISPLAYIO_GET_EDID) |
| 11daf19c |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
updates for pixman 0.23.2 |
| c7adf4d3 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge pixman 0.23.2 |
| 6ba797d6 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.23.2. important changes include: - more SSE2 support - more arm neon and A8 support - several bug fixes |
| d8e76104 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.4 |
| 6cc2b21f |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11 1.4.4. important changes include: - fix many memory leaks - fix use-after-free errors - better error messages for XCB protocol issues we could use the new setup POSTLOCALELIBDIR to make i18n 32-bit compat aware, if we ever decide to create compat 32-bit X11 libs. |
| 11f750ed |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xinit 1.3.1 |
| d8ef0fa0 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xset 1.2.2 |
| 171c029c |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.5.4. |
| ff6cf368 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.2 |
| c81d8f5e |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.1 |
| e4ee1255 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of x11perf 1.5.4. changes include: - Add tests for ShmGetImage |
| ffd25bca |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.7 |
| 2416df88 |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
don't use (char)NULL |
| c0f2723b |
03-Aug-2011 |
mrg <mrg@NetBSD.org> |
revert a bad merge with chips 1.2.4. now this builds with 1.10 like the upstream does. |
| 936c1604 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
fix the XORG_DATE. |
| 40889701 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
disable ReputImage API call -- these drivers use an older version of this call that no longer matches the caller. XXX: most drivers simply removed the call like this change does, but not all. |
| 0b33e806 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
include dix-config.h since this depends up on symbols defined there |
| cbd01d10 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-input-ws 1.3.0 |
| d6a0ccf1 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
port to netbsd wscons |
| f3ff32a7 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-input-ws 1.3.0 from openbsd-current. |
| c57823e8 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-ws from openbsd-current xenocara, with xorg 1.10 input fixes. |
| 48ddc4d9 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
finish updating these for xorg-server 1.10.3 |
| ce7a358c |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.10.3. |
| 5afdac23 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
re-apply the fix for https://bugs.freedesktop.org/show_bug.cgi?id=28181, from the comment #40 from this bug. |
| 65b04b38 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
merge cornflakes with xorg-server 1.10.3 |
| 3ff38f22 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
revert the change below, to help merge 1.10.3. there's a new version of this coming up shortly: http://mail-index.netbsd.org/source-changes/2011/03/18/msg020067.html Log Message: Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to prevent random segfaults of the X server when using composite with the ati driver. |
| 9ace9065 |
02-Aug-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server 1.10.3. highlights include: - fixes xorg bugs 29969, 30367, 30527, 30267, 30260, 29046, 30260, 31548, 28672, 24887, 32115, 21457, 32436, 21827, 28414, 24703, 32803, 16318, 33449, 33324, 33929, 35082, 35209, 36146, 36119 - many additional NULL checks - adjustments related to input ABI 12 - *lots* of dead code removal - vga arbitrator fixes - GL fixes - EDID fixes - conversion to using asprintf() in many places - many fixes from valgrind, compiler warnings see these for more details: http://lists.freedesktop.org/archives/xorg-announce/2011-February/001612.html http://lists.freedesktop.org/archives/xorg-announce/2011-April/001646.html http://lists.freedesktop.org/archives/xorg-announce/2011-May/001675.html http://lists.freedesktop.org/archives/xorg-announce/2011-July/001710.html |
| ce63f163 |
01-Aug-2011 |
tsutsui <tsutsui@NetBSD.org> |
Always include <xorg.cf> for GccAliasingArgs regardless of server support on the target plattform. Fixes "GccAliasingArgs" leftovers in Makefiles generated by imake(1) on m68k and sh3 etc. This problem had been once fixed in rev 1.2 per PR xsrc/40970, but it looks accidentally reverted on xorg-cf-files 1.0.3 merge in rev 1.3. |
| a49f9f89 |
26-Jul-2011 |
macallan <macallan@NetBSD.org> |
mibank.h is no more so don't try to use it now this driver builds and works again on shark |
| 05a4e9a7 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2 |
| d4d3ccb9 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| 446af475 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
avoid a C construct lint complains about. |
| ba80a910 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
updates for xorg-server 1.9.5 |
| 1b684552 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.9.5 |
| 8223e2f2 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server 1.9.5 fixes for FDO bugs 33929, 32803, 24703, 28414, 24887, 30260, 31093, 29046, 30267 memory leak fixes EDID and modes fixes for multi-screen dri2 fixes randr vs invalid size fixes fixes for Xext triggers fix for a black-screen after VT switch back (redhat bug 533217) fixes for x86emu |
| 41ed76f1 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
enable MSE_MISC on netbsd as well, otherwise we can't find WSMouse. |
| 46ce8464 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
updates for 1.7.1 |
| f0cb39c0 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
vtSwitchSupported no longer exists; don't try to set it |
| dd4cbfe8 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mouse 1.7.1 |
| bd3a1963 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86 input-mouse-1.7.1. important changes include: adjust for input ABI 12, including fixes for bsd_mouse.c |
| 7baae195 |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard-1.6.0 |
| a1ed278c |
24-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard 1.6.0. important changes include: adjust for input ABI 12 fixes for sun japanese keyboards fixes for type5 wscons keyboards |
| 712a7ff4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xterm 271 |
| e39b573c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xterm 271. important changes include: add OPT_PRINT_ON_EXIT support for debugging X errors adds an xterm+tmux terminfo entry fix reverse video issues in the scroll bar bold font suppression updated desktop support |
| 022472ab |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
enable bzip2. |
| 6f6767c4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.5 |
| 6c580b8f |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.4.5. important changes include: add support for bzip2 misc bug fixes, including a render bug introduced in 2.4.3 |
| cfa780eb |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-input-elographics 1.3.0 |
| 8db38060 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
add back support for xorg-server 1.9 Xinput APIs |
| 9f07bd7d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| c4f7863a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.7.0. important changes include: support for input ABI 12 |
| 302b15bd |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.4.1. important changes include: fixes for x.org bugs 37459 34257 fixes for freedesktop bug 31921 support for pressure and width support for hysteresis-based noise reduction support for corner tap support for input ABI 12 fixes for configuration issues |
| dd0822ca |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics-1.3.0. important changes include: require xorg-server 1.9 remove various dead code support for input ABI 12 |
| 42a28c20 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
s/ULONG/uint32_t/ in a function passing to uint32_t *. |
| f10feb7a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libXi 1.4.3. |
| a33b0824 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libext 1.3.0 |
| bdf0f55d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.1.1. important changes include: avoid some NULL derefs snprintf cleanup big-endian 64 bit fixes |
| bd23fbfa |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.2 |
| b789ec8a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.3. important changes include: XIGrabDevice() fixes Fix XISelectEvents on 64 bits, strict alignement architectures Allocate enough memory for raw events + extra data Use Data, not Data32 in XIPassiveGrabDevice |
| ff63a143 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-5.0. important changes include: pointer barriers |
| a5602400 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.3.0. important changes include: backwards compat for older XSync clients Initial Fence Sync Object support |
| c63293b5 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.12. important changes include: fix several memory leak issues |
| 8b6aebce |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.3 |
| bfd7cbc1 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config 2.3. important changes include: added symbols/apl, symbols/cm, symbols/tw removed all symbols/extras/* |
| c17aa6b1 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.3. |
| 57f47464 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.4.3. important changes include: uncommon memory leak fixes uninitialised memory fixes |
| 27d34097 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
prefix cfb8_16ScreenInit with a local_ so this doesn't interfere with the same name in xorg-server itself. |
| 6c78137b |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
adjust for xorg-server 1.9 APIs |
| 2c1889d0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for 6.14.2 |
| 7fa3f82e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
update for 1.7.5. |
| 9ce4edcc |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.23 |
| 69dda199 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.23 |
| 166b61b6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.2 |
| 0f6d6f99 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.2. |
| 8e91ec4d |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.4 |
| e3c53939 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.93.9 |
| a3209a5a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-mach64 6.9.0 |
| 7b58d2e0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.5. important changes include: various minor bug fixes, particulary for Xv and 64 bit |
| 1b12faf6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.9.0. important changes include: fixes for older mach64's without overlay support |
| 3699b6c4 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.4 |
| c4ae5be6 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.2. important changes include: many evergreen/cayman/fusion features and fixes R520 feature updates UMS r6xx/r7xx bug fix (from yours truly) clang derived fixes fixes for xorg-server 1.10 (not relevant for us yet) EXA fixes adds support for these chipsets: BARTS - Radeon HD 6850/6870 TURKS - Radeon HD 6570/6670 CAICOS - Radeon HD 6450 CAYMAN - Radeon HD 6950/6970/6990 and several more PCI-IDs for older chipsets |
| b534f209 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.93.9 |
| e9cdd019 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.2.3 |
| 690143cc |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.3 |
| 62044635 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.15.0 |
| 853aa076 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xwininfo 1.1.2 |
| 558b030a |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.5 |
| cdd8ef05 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xman 1.1.2 |
| 837c8c83 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge mkfontscale 1.0.9, smproxy 1.0.5, xauth 1.0.6, xlsclients 1.1.2 and xprop 1.2.1. |
| eace9d65 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge iceauth 1.0.5 |
| a1806bd8 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.2 |
| 781f9a67 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.5 various static checker fixes |
| f4a95042 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.1 |
| 1633cc4b |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.2 |
| 8e46b049 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.2 |
| 2852888e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.6 support filesystems without link() support |
| 1a054510 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.5 |
| 245f6787 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.9. important changes include: various static checker fixes |
| 90b6713c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.5. important changes include: support filesystems without link() support |
| 99588e4e |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.2.0 |
| 12c3a9d8 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xproto 7.0.22. mostly just adds support for some new keysyms: Add two more symbols for logging grab and window trees |
| 3e57a2b9 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.2.0 |
| ecc30612 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.2.0 |
| 01230205 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0.2 |
| c386d28c |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.14 |
| d03be4ed |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-5.0 |
| 5ad634b0 |
23-Jul-2011 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.6 |
| 8fc0431c |
22-Jul-2011 |
tsutsui <tsutsui@NetBSD.org> |
Make wsfb driver work with 1bpp wscons framebuffer on luna68k: - Pass proper args (a number of line dots, not byte of screen width) to fbScreenInit() in 1bpp case, as X11R6 Xhpc server did - handle luna68k quirk (fbstart has 8 byte offset) by WSDISPLAYIO_GTYPE (XXX wstype should be stored in pScrn?) - set rgbBits properly in 1bpp and 4bpp cases (XXX not sure if really necessary) |
| 69518600 |
21-Jul-2011 |
tsutsui <tsutsui@NetBSD.org> |
Remove obsolete #ifdef HAVE_XF1BPP and #ifdef HAVE_XF4BPP blocks, which have been removed on xorg-server 1.6.1.190 merge: http://mail-index.NetBSD.org/source-changes/2009/06/11/msg222272.html |
| dec65b49 |
18-Jul-2011 |
christos <christos@NetBSD.org> |
fix debugging printf. |
| d6cc4c59 |
13-Jul-2011 |
macallan <macallan@NetBSD.org> |
Rage 128 M3 can have DFP output |
| 01eb09ed |
06-Jul-2011 |
macallan <macallan@NetBSD.org> |
xrender acceleration with XAA works again on r1xx and didn't seem to be broken on r2xx so don't disable it anymore |
| 554255c0 |
06-Jul-2011 |
macallan <macallan@NetBSD.org> |
make Xrender acceleration work again on R1xx tested on a Sun XVR-100 |
| e86a9069 |
29-Jun-2011 |
macallan <macallan@NetBSD.org> |
use ioctl(WSDISPLAYIO_GET_EDID) |
| 74acfcb1 |
10-Jun-2011 |
macallan <macallan@NetBSD.org> |
add a driverFunc to tell the Xserver that this driver doesn't need PIO access Now this works again on sparc64. |
| 647f8ff2 |
30-May-2011 |
christos <christos@NetBSD.org> |
make this compile. |
| 5c92892b |
30-May-2011 |
christos <christos@NetBSD.org> |
return FALSE; |
| cff73bd9 |
30-May-2011 |
christos <christos@NetBSD.org> |
finish making this compile, with a few warnings. Mainly fix prototypes, remove duplicate struct decls, add includes. |
| 1ac31397 |
30-May-2011 |
christos <christos@NetBSD.org> |
Ok, s3 is fixed. Now retina and cirrus |
| 2d043b2d |
29-May-2011 |
christos <christos@NetBSD.org> |
add memleak.h |
| ce0eb428 |
29-May-2011 |
christos <christos@NetBSD.org> |
for CheckMemory |
| 60fdeabe |
29-May-2011 |
christos <christos@NetBSD.org> |
add memleak.h for CheckMemory |
| ae66cbc6 |
29-May-2011 |
christos <christos@NetBSD.org> |
more includes and abi issues. |
| 80c47f9a |
28-May-2011 |
christos <christos@NetBSD.org> |
include compiler.h for inb/outb |
| 5811fd95 |
28-May-2011 |
christos <christos@NetBSD.org> |
maybe include Xos.h will help. |
| ca6e3be4 |
28-May-2011 |
christos <christos@NetBSD.org> |
fix prototypes, KNF, and missing include |
| ff75c56e |
27-May-2011 |
christos <christos@NetBSD.org> |
deal with amiga_membarrier being a macro. |
| 019d9602 |
27-May-2011 |
christos <christos@NetBSD.org> |
missing type |
| 57f43182 |
27-May-2011 |
christos <christos@NetBSD.org> |
add miPrintRegion prototype. |
| 2d8a560c |
26-May-2011 |
christos <christos@NetBSD.org> |
missing include and type for DEBUG |
| 63884c0a |
26-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| 0d3fa27d |
26-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| dece779f |
26-May-2011 |
christos <christos@NetBSD.org> |
add missing type. |
| d046d9f8 |
25-May-2011 |
macallan <macallan@NetBSD.org> |
#include <sys/ioctl.h> |
| 585e491c |
25-May-2011 |
christos <christos@NetBSD.org> |
more prototype work. |
| 7c5b8b23 |
25-May-2011 |
christos <christos@NetBSD.org> |
move cfb higher. |
| b52812cd |
25-May-2011 |
christos <christos@NetBSD.org> |
fix the function name. |
| 5d31d9e4 |
25-May-2011 |
christos <christos@NetBSD.org> |
don't try to use functions that don't exist, abort() instead. |
| cce06770 |
25-May-2011 |
christos <christos@NetBSD.org> |
missing paren |
| 2491eba9 |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Build fixes for PX driver. |
| 4d246fa0 |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Build fixes for SFB driver. |
| 3026ea6f |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Build fixes for TGA driver. |
| 6b670da4 |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Add prototype for decCloseScreen(). |
| d06e9f5c |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Add prototype for alphaCloseScreen(). |
| 689a0bad |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Take address of structure element rather than casting, like is done in the amiga version of this code. |
| 707b2727 |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Needs "mi.h". |
| 7cf005f6 |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
#include <err.h> for warn(3). |
| 22813927 |
24-May-2011 |
christos <christos@NetBSD.org> |
need DrawablePtr not Drawable |
| 759d1839 |
24-May-2011 |
christos <christos@NetBSD.org> |
add unistd for close. |
| b4c928c7 |
24-May-2011 |
christos <christos@NetBSD.org> |
all driver needed includes |
| b2a2650b |
24-May-2011 |
christos <christos@NetBSD.org> |
use new dix API; the old one is gone. |
| 18b05e8f |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Needs "mi.h". |
| 445c0bea |
24-May-2011 |
jakllsch <jakllsch@NetBSD.org> |
Needs "mi.h". |
| 5ea78f0a |
23-May-2011 |
christos <christos@NetBSD.org> |
more prototypes. |
| e8736c93 |
23-May-2011 |
christos <christos@NetBSD.org> |
Add prototype and include |
| e9d48f9a |
23-May-2011 |
christos <christos@NetBSD.org> |
don't declare inb/outb. |
| 2d3ec638 |
23-May-2011 |
christos <christos@NetBSD.org> |
fbComposite does not return a value. |
| de19856c |
23-May-2011 |
christos <christos@NetBSD.org> |
Add missing casts. |
| 55ed899b |
23-May-2011 |
christos <christos@NetBSD.org> |
change prototype to avoid casts. |
| b3464700 |
23-May-2011 |
christos <christos@NetBSD.org> |
more prototypes. |
| b6868c6f |
23-May-2011 |
christos <christos@NetBSD.org> |
need err.h for warn |
| 898e129c |
23-May-2011 |
christos <christos@NetBSD.org> |
include for ioctl() |
| 7fac58eb |
23-May-2011 |
christos <christos@NetBSD.org> |
remove bogus extern |
| 665c2b61 |
23-May-2011 |
christos <christos@NetBSD.org> |
fix mouse prototype |
| 1a0554d8 |
23-May-2011 |
christos <christos@NetBSD.org> |
remove extra paren. |
| 5ddd9247 |
22-May-2011 |
christos <christos@NetBSD.org> |
add missing include. |
| a9602eba |
22-May-2011 |
christos <christos@NetBSD.org> |
XXX: need to provide proper pio.h for arm if this is going to work. |
| adf22168 |
22-May-2011 |
christos <christos@NetBSD.org> |
add more missing includes. |
| c0fce8c0 |
22-May-2011 |
christos <christos@NetBSD.org> |
Add missing include |
| 7907c8b9 |
22-May-2011 |
christos <christos@NetBSD.org> |
add missing prototype |
| f5f0a058 |
22-May-2011 |
christos <christos@NetBSD.org> |
add missing prototypes. |
| 2f33f031 |
22-May-2011 |
christos <christos@NetBSD.org> |
afb.h was a stale dup of the original file. Include the original and if needed we'll fix this using ifdefs, not copying. |
| 3a562c72 |
22-May-2011 |
christos <christos@NetBSD.org> |
include mi.h and KNF a bit. |
| 60593fca |
22-May-2011 |
christos <christos@NetBSD.org> |
need cfb dir |
| cd6fbc61 |
22-May-2011 |
macallan <macallan@NetBSD.org> |
declare VISmoveImageRL() and VISmoveImageLR() |
| 4f66a824 |
21-May-2011 |
christos <christos@NetBSD.org> |
Don't return random values from a function that supposed to return something. |
| 513b6c7a |
21-May-2011 |
christos <christos@NetBSD.org> |
add missing includes |
| 3e41e457 |
21-May-2011 |
christos <christos@NetBSD.org> |
prototype for ioctl |
| 4fc3ed92 |
21-May-2011 |
christos <christos@NetBSD.org> |
add prototype and include |
| fef0b5cf |
21-May-2011 |
christos <christos@NetBSD.org> |
add prototypes and missing return types. |
| 1f1ddcb4 |
21-May-2011 |
christos <christos@NetBSD.org> |
include file for tga_map_t |
| bebb4b94 |
21-May-2011 |
christos <christos@NetBSD.org> |
find cfb.h in the correct place. |
| 3a5fe9eb |
20-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
More WARNSfy. |
| 81356012 |
20-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
Use "mi.h" as other sources rather than <mi/mi.h>. |
| d6cd39af |
20-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
Include "mi.h" for more prototype decls. |
| 3644bba4 |
20-May-2011 |
christos <christos@NetBSD.org> |
add missing include |
| f7ff351b |
20-May-2011 |
christos <christos@NetBSD.org> |
ansify |
| c3959844 |
20-May-2011 |
christos <christos@NetBSD.org> |
Add include files and missing prototypes |
| 9aac178c |
20-May-2011 |
christos <christos@NetBSD.org> |
add prototypes. |
| b13fc595 |
20-May-2011 |
christos <christos@NetBSD.org> |
add missing prototype |
| 0fcd666d |
20-May-2011 |
christos <christos@NetBSD.org> |
add missing includes and prototypes. |
| 4e5a64b8 |
19-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
- fix builds with -std=gnu99 - ANSIfy |
| c01f80bb |
19-May-2011 |
christos <christos@NetBSD.org> |
include <sys/ioctl.h> for ioctl() WTF? Fix pasto calling function from a different driver!?! |
| a337abe6 |
18-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
Dumb fixes to build with -std=gnu99. |
| e720fbac |
18-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
Include <util.h> for openpty(3) prototype decl. |
| 9f6da52c |
18-May-2011 |
dsl <dsl@NetBSD.org> |
Revert previous, -Dlseek64=lseek added to src/external/mit/xorg/server/drivers/xf86-video-geode/Makefile |
| ea5f6e0e |
18-May-2011 |
tsutsui <tsutsui@NetBSD.org> |
Fix implicit type declarations for -std=gnu99. |
| 5a85740a |
18-May-2011 |
dsl <dsl@NetBSD.org> |
Add: #define lseek64 lseek so this builds. Has NetBSD ever had an lseek64 - there isn't one in libc - so has this code ever actually run. |
| 0dc4bc9b |
17-May-2011 |
macallan <macallan@NetBSD.org> |
xf86LoaderReqSymbols() is no more |
| a9060c92 |
15-May-2011 |
christos <christos@NetBSD.org> |
Add headers for missing prototypes and missing prototypes |
| d89f4815 |
15-May-2011 |
christos <christos@NetBSD.org> |
Add missing prototypes and fix calling args. |
| aa96952d |
15-May-2011 |
christos <christos@NetBSD.org> |
i915 drivers needs the aperture prototype. |
| 04346a86 |
15-May-2011 |
christos <christos@NetBSD.org> |
add Xos.h for usleep |
| a57c46e8 |
15-May-2011 |
christos <christos@NetBSD.org> |
- fix return - add missing include file |
| d09b4783 |
15-May-2011 |
christos <christos@NetBSD.org> |
include Xos.h for usleep |
| 3aad2a85 |
28-Apr-2011 |
macallan <macallan@NetBSD.org> |
default to wskbd only if DEFAULT_TO_WSKBD is defined |
| 713cff54 |
18-Apr-2011 |
macallan <macallan@NetBSD.org> |
add a couple mappings for keys found on Sun keyboards |
| 255532b3 |
18-Apr-2011 |
macallan <macallan@NetBSD.org> |
be less braindead about the Device option - only default to /dev/wskbd if Protocol is set to wskbd. Now Protocol "standard" should work again. |
| 36040bab |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
oops, missed some debug spam |
| 1a3e96b4 |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
add shadowfb and hardware cursor support |
| 1bd6d369 |
14-Apr-2011 |
macallan <macallan@NetBSD.org> |
use ioctl(FBIOSVIDEO) in CG14SaveScreen(), now the Xserver can actually turn the monitor off TODO: hw cursor |
| 557964ce |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
default to wskbd tested on amd64, sparc(64), shark Now X without a config file should work on most hardware |
| 18a93be0 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
- get platform #ifdefs in a slightly more sane order - look for SBus and UPA devices on sparc(64) - add default drivers for shark and sgimips - only try wsfb if we can't find any other usable device With this Xorg without config file works fine on shark, sparc(64) and amd64, should work on other archs as well. |
| 8c724b05 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
xf86LoaderReqSymLists() is no more |
| a8d57ea1 |
13-Apr-2011 |
macallan <macallan@NetBSD.org> |
fix sbusDeviceTable to actually include driver names |
| 44bf6632 |
06-Apr-2011 |
mrg <mrg@NetBSD.org> |
my port of the fixes for CVE-2011-0465 back to xfree xrdb. |
| e0509659 |
06-Apr-2011 |
mrg <mrg@NetBSD.org> |
merge xrdb 1.0.9 |
| dfab2fd6 |
06-Apr-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.9. fixes CVE-2011-0465: By crafting hostnames with shell escape characters, arbitrary commands can be executed in a root environment when a display manager reads in the resource database via xrdb. These specially crafted hostnames can occur in two environments: * Hosts that set their hostname via DHCP * Hosts that allow remote logins via xdmcp i will send pullups for netbsd-5, and see what netbsd-5 xfree and netbsd-4 need as well. |
| 51a63056 |
03-Apr-2011 |
wiz <wiz@NetBSD.org> |
Whitespace stuff; new sentence, new line; fix some xrefs; use Aq more. |
| c056561a |
03-Apr-2011 |
mbalmer <mbalmer@NetBSD.org> |
Update ssh-askpass to version 1.2.0. This adds, among other changes, teh ability to display multiples lines as the message, sth openssh assumes and a man page. |
| 30d12090 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
avoid drmmode_get_height_align() in non XF86MODE (KMS) code. fixes this on r6xx/r7xx. (other cards wouldn't have called into the path that failed.) |
| a88304e7 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.14.1 |
| cea7510d |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.1 |
| b13dfe66 |
20-Mar-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.14.1. changes include: - several Xv fixes - lots of kms/other stuff we can't use yet - fixes for some crashes |
| 60ecc4c7 |
18-Mar-2011 |
plunky <plunky@NetBSD.org> |
Make xcb_icccm.h use the same type as icccm.c for win_gravity parameter, fixes build with PCC which does not use "unsigned int" for enum type from upstream: http://cgit.freedesktop.org/xcb/util-old/commit/?id=155c99470961b38ed090ef1b4767c87ec1042386 |
| 17c9e1e9 |
18-Mar-2011 |
jmmv <jmmv@NetBSD.org> |
Pull up fix from https://bugs.freedesktop.org/show_bug.cgi?id=28181 to prevent random segfaults of the X server when using composite with the ati driver. This makes my X session rock solid when running KDE 4.5 on a MacBookPro 2,2 with an ATI Radeon Mobility X1600. The X server was crashing very frequently before. OKed by mrg@ and macallan@. Addresses PR xsrc/44730. |
| 4ddf4f84 |
06-Mar-2011 |
dholland <dholland@NetBSD.org> |
Use xinitrc.d/?*.sh as the matching pattern instead of needing a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh. (If that were used literally the slash-star would confuse cpp.) Fixes PR 44619. Patch has been sent upstream. |
| 663d87ab |
06-Mar-2011 |
mrg <mrg@NetBSD.org> |
actually add the calculated rpath to the list of emitted --libs output. part 2 of 2 to fix "freetype --config" not emitting any rpath directives. |
| 8bccb347 |
02-Mar-2011 |
christos <christos@NetBSD.org> |
change dprintf -> debugprintf |
| 988b9ff3 |
24-Feb-2011 |
matt <matt@NetBSD.org> |
xgeExtRegister is X_HIDDEN in extutil.c, make sure it is in Xge.c |
| de835d96 |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
revert local changes that are no longer necessary and infact hurt the build. now we're back to being identical to upstream. |
| cfb9f0f4 |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.4 |
| 6243186e |
24-Feb-2011 |
mrg <mrg@NetBSD.org> |
import freetype2 2.4.4. changes include: I. IMPORTANT BUG FIXES - UVS support (TrueType/OpenType cmap format 14) support is fixed. This regression has been introduced in version 2.4.0. II. MISCELLANEOUS - Detect tricky fonts (e.g. MingLiU) by the lengths and checksums of Type42-persistent subtables (`cvt ', `fpgm', and `prep') when a TrueType font without family name is given. The previous fix, introduced in 2.4.3, was too rigorous, causing many subsetted fonts (mainly from PDF files) displayed badly because FreeType forced rendering with the TrueType bytecode engine instead of the autohinter. - Better support for 64bit platforms. - More fixes to improve handling of broken fonts. |
| c219fbeb |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xterm 269 |
| a1f3da82 |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xterm 269: - fixes/updates for fullscreen mode - add "omitTranslation" resource - removes some old defaults - random bug fixes - fixes for reverse mode - fix for utf-8 problem, also our PR/44344 |
| 295fb823 |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge libX11 1.4.1 |
| e9fcaa8a |
23-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.4.1: - remove support for building without XCB - many man page updates - many random bug fixes - several new nls aliases (need to enable these yet.) |
| 913daeaa |
22-Feb-2011 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-geode 2.11.12 |
| 447862d0 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.12.1 |
| 4e578869 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.12.1: - fix bogus bus bridge info usage - fix detection of multi-function cards |
| 6bd09e24 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
update for pixman 0.21.4 |
| 2b5670b1 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge pixman 0.21.4. |
| 953d7d37 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.21.4. there are a bunch of bug fixes in here but there's no ChangeLog of what change so ... |
| 89069ce9 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.1: - several bug fixes |
| f353fbad |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.9 |
| db43e267 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.1 |
| da6c6c0b |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.1: - add geometry/sanwa, symbols/ph and symbols/rupeesign |
| 65d88e0f |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.3. |
| f4424be8 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xkbcomp 1.2.1. |
| c75e344a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.3 |
| 07d2e718 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.1 |
| 6aec45a7 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.2 |
| 7aef237f |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.12: - fixes corrupted overlap issues - fixes for some particular panels |
| 3fe2e060 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
add the xbiff generated config.h |
| 5d375e47 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xrdb 1.0.8. XXX: this one needs to be tested carefully. |
| 4fe29f68 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xfwp 1.0.2 |
| 4c2d6c97 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xfindproxy 1.0.2. |
| bfcac8f6 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.3 |
| cb0767a5 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge x11perf 1.5.3 |
| d13010c3 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.8 - fix -nocpp - fix interaction with gcc 4.5 cpp -P feature change |
| d70b7407 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.2 |
| 7e4fd55a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.2 |
| c918a7e2 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.3 |
| 736a7e2c |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.5.3: - fix overflow bugs - fixes Xft bugs - add -falseprecision flag |
| 2d96a817 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.6 |
| 362fe31d |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.4 |
| d7ffce2a |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.4 |
| d8701dda |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.2.1 |
| 08078946 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.3.1 |
| 85a0b0b7 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.1.1 |
| a376accb |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.1 |
| 7cf0acd0 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.1.1 |
| 4d85ddd5 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
regenerate this for x86-video-ati 6.14.0 |
| 70cce690 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.14.0 |
| 921a55d8 |
21-Feb-2011 |
mrg <mrg@NetBSD.org> |
- various fixes for Xvideo - significantly superior evergreen support: - Xv, EXA, DRI2/KMS, UMS VT switching - various other UMS fixes - a few random bug fixes for older chipsets - add support for ontario (AMD Fusion), including; - Xv, EXA, UMS - DVI vs. HDMI fixes - various DRI2/KMS fixes - add support for "NI" family cards, which *require* KMS. foo.. - many other random bug fixes |
| 7f785a56 |
18-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
add a -q (quick) flag to skip the 2s sleep at the end of cache updates |
| 782274f7 |
13-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
Remove a couple '#ifdef linux's to let the driver use optimized memcpy functions on NetBSD for video copy. Gives nearly 2x performance on my test system (previously "kernel" memcpy was always used): CHROME(0): Benchmarking video copy. Less time is better. CHROME(0): Timed libc YUV420 copy... 3000272. Throughput: 315.6 MiB/s. CHROME(0): Timed kernel YUV420 copy... 3024946. Throughput: 313.0 MiB/s. CHROME(0): Timed SSE YUV420 copy... 1591352. Throughput: 595.0 MiB/s. CHROME(0): Timed MMX YUV420 copy... 2566279. Throughput: 369.0 MiB/s. CHROME(0): Ditching 3DNow! YUV420 copy. Not supported by CPU. CHROME(0): Timed MMX2 YUV420 copy... 1696662. Throughput: 558.1 MiB/s. CHROME(0): Using SSE YUV42X copy for video. |
| d617af09 |
12-Feb-2011 |
jmcneill <jmcneill@NetBSD.org> |
In case somebody wants to try to get UXA working, make it compile against newer X servers |
| 71f5331d |
05-Feb-2011 |
jdc <jdc@NetBSD.org> |
When restoring the screen ("DPMS On") in FFBDacDPMSMode(), use the saved state to restore the timing generator control register. This restores the correct hsync and vsync values, and fixes a bug that caused the screen not to be restored for graphics modes where vsync is normally disabled. |
| 5683c28b |
01-Feb-2011 |
macallan <macallan@NetBSD.org> |
tell the Xserver that we need PIO access ( even though it's only for probing ) |
| 5d1b25cd |
01-Feb-2011 |
macallan <macallan@NetBSD.org> |
add FFBDriverFunc() so we can tell the Xserver that we do not need PIO access enabled, now this works again. We'll probably need this on all non-PCI drivers. |
| ac6363b8 |
29-Jan-2011 |
mrg <mrg@NetBSD.org> |
add a config.h for xf86-input-synaptics 1.3.0. |
| b85037db |
29-Jan-2011 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-synaptics-1.3.0 |
| 1608e47d |
22-Jan-2011 |
christos <christos@NetBSD.org> |
stop screaming: s/DEBUG/debug/g |
| 246b9509 |
22-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
add an ifndef __linux__ requested by mrg |
| 6209fe3a |
22-Jan-2011 |
cegger <cegger@NetBSD.org> |
Implement pci_device_is_boot_vga() for NetBSD using new WSDISPLAYIO_GET_BUSID ioctl. This lets Xorg start on machines with more than one PCI display device instead of exiting with 'Primary device is not PCI'. First discussed with macallan@ then public on tech-kern@ and tech-x11@. |
| cf07af5a |
21-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
dont negate error value passed to strerror the linux libpciaccess returns negated value, but no other os does... |
| feeed929 |
21-Jan-2011 |
ahoka <ahoka@NetBSD.org> |
Avoid a crash when pDrawable is null. |
| 485acf3e |
20-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Use DRICreatePCIBusID if present instead of building the Bus ID string manually. |
| 8e1299a3 |
19-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
If XVMC_CLIENTSOVERSION is specified, try it when loading client libraries before falling back to XVMC_SOVERSION |
| 1f7e3098 |
18-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
workaround a lint bug |
| 9f4730df |
17-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Comment out '#define DEBUG 1', ok mrg and macallan |
| 0069cc90 |
15-Jan-2011 |
joerg <joerg@NetBSD.org> |
Drop trailing tabs after .fi. |
| 5961d4fa |
14-Jan-2011 |
joerg <joerg@NetBSD.org> |
Drop trailing tabs after .fi. |
| a5d2dc35 |
12-Jan-2011 |
jmcneill <jmcneill@NetBSD.org> |
Fix compilation with HAVE_MTRR |
| 17bce8a5 |
09-Jan-2011 |
christos <christos@NetBSD.org> |
Revert previous hack and fix this properly. We need dpms to be turned on to be able to load the colormap, since dpms off turns off the channel. Guard against the lut being loaded with dpms off, and move the call to load the lut after the dmps on one. |
| 18c0e3f4 |
09-Jan-2011 |
christos <christos@NetBSD.org> |
Disable loading the lut that crashes the system for now. Unfortunately this causes butt ugly X, but at least we have X again. Wee! |
| af31da9a |
06-Jan-2011 |
macallan <macallan@NetBSD.org> |
get this a little closer to working on non-x86 by: * not poking around in IO space trying to disable / enable ancient VGAs when NO_LEGACY_VGA is defined * actually checking if what we get from read_legacy_video_BIOS() is actually a valid PC ROM image every time we try |
| 99d7194a |
06-Jan-2011 |
macallan <macallan@NetBSD.org> |
if we can't read panel resolution from BIOS - for example if there is none - get the display resolution from wsdisplay instead With this we no longer need to specify PanelWidth and PanelHeight in xorg.conf |
| 3a5975a0 |
27-Dec-2010 |
christos <christos@NetBSD.org> |
XXX: Fix crash with Firefox, where drawable is NULL. There must be a better fix for this. |
| 9e881af1 |
23-Dec-2010 |
macallan <macallan@NetBSD.org> |
Make saving/restoring video modes work on my PowerBook. The problem was, that the driver blindly assumed that everyone uses PLL3 for everything which isn't true at least on my PowerBook, which uses PLL0. So now we actually restore which PLL to use and save PLL0 as well. |
| 00bccce4 |
17-Dec-2010 |
mrg <mrg@NetBSD.org> |
apply some #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6 around the code that uses features no longer part of xorg-server 1.9. seems to fix sgimips builds. |
| 5f7324a9 |
01-Dec-2010 |
mrg <mrg@NetBSD.org> |
disable sse2 on amd64 for now. |
| 4bed5854 |
30-Nov-2010 |
skrll <skrll@NetBSD.org> |
Avoid unaligned accesses. Needed to make my CATS start X without an xorg.conf. Reviewed and tested by macallan@. thanks. |
| 1b8468c1 |
29-Nov-2010 |
skrll <skrll@NetBSD.org> |
libpciaccess expects a much bigger buffer when reading ROM. Bump it to the (normal) IO space size. |
| 16f6f50b |
29-Nov-2010 |
mrg <mrg@NetBSD.org> |
apply the hack to avoid xf86LoaderReqSymLists() and LoaderRefSymLists(). should fix PR#44167. |
| 49e5392b |
28-Nov-2010 |
skrll <skrll@NetBSD.org> |
Fix merge and ARM define handling. |
| 6ea17cbe |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
re-merge xkeyboard-config 2.0 |
| 47fb91fe |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
secondary import of xkeyboard-config-2.0 |
| d206e585 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
and as was foretold in the book of why X sucks, the phoenix has arisen! |
| cadcf6b4 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 1.9 back |
| d72b2823 |
28-Nov-2010 |
mrg <mrg@NetBSD.org> |
second import of xkeyboard-config 1.9. the 2.0 import causes issues i haven't been able to figure out, so, revert back to what was working. |
| 20e46bc2 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
apply some GET_ABI_MAJOR() and avoid compile errors |
| 2d58784c |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
regenerate this with xorg-server 1.9.2: #define HAVE_XORG_SERVER_1_7_0 1 |
| 37510ae2 |
26-Nov-2010 |
nakayama <nakayama@NetBSD.org> |
Follow leo.h rev 1.2 change. |
| d82e4580 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 267 xtermcfg.h |
| 55074dd0 |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xeyes 1.1.1. no real changes. |
| 12e1d9cb |
26-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcalc 1.0.4. no real changes. |
| e8122964 |
25-Nov-2010 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| 659fc84b |
24-Nov-2010 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| fc3d5946 |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
revert the part of the previous that was wrong. |
| eec908bb |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
put back a little bit of BUS_ISA, enough for shark and chips driver. |
| c59a3c9d |
24-Nov-2010 |
mrg <mrg@NetBSD.org> |
fix the previous - use GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) > 6. |
| 22b24a26 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
avoid xf86Resources/xf86RAC for GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6. |
| 431a6de2 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
don't try to use the removed mibank support for GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) < 6. |
| 0208663b |
23-Nov-2010 |
macallan <macallan@NetBSD.org> |
put BUS_ISA back, we need it for the chips driver on shark |
| 1b41fcf5 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
copy a hack from the vmware driver, and avoid using xf86LoaderReqSymLists() and LoaderRefSymLists() in xorg-server >= 1.7. |
| 1d287c51 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-input-elographics 1.2.4 |
| 6c707625 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-elographics 1.2.4 |
| dc407927 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-elographics 1.2.4. useful changes: Added support for GeneralTouch serial touchscreens. Cope with XINPUT ABI 7. Fix InputDriverRec allocation and freeing. |
| c952d7fa |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 267 |
| 6879286f |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm 267. highlight: - add copy-selection action |
| 76dfa262 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
#if 0 the code that tries to: - call xf86RegisterResources() - use ResUnusedOpr, ResDisableOpr or ResNone - use racMemFlags member of ScrnInfoPtr{} - set/use CreateBuffers/DestroyBuffers members of DRI2InfoRec{} - one of the two calls to i830_fill_colorkey(). for the other call to i830_fill_colorkey(), update it based upon code seen in xf86-video-intel 2.11.0, and use xf86XVFillKeyHelperDrawable(). i can't see how to get a DrawablePtr for the other call, though. XXX: i'm entirely unsure this will work with xorg-server 1.9.2. there's XXX: a decent chance that everything but i830-based will work, and that XXX: even i830 will work ok, but it really needs to be tested. |
| 49c412d9 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
remove includes for xf86RAC.h and xf86Resources.h, they don't exist anymore. |
| ced5a22f |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
disable _X_DEPRECATED on netbsd; it has led to a bunch of -Wno-error in the past, and with new xorg-server, almost every driver file needs it. |
| 3f91a2d4 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 1.9.2 |
| 7e4c1e26 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
re-merge our local change to add XAAFillScanlineImageWriteRects() |
| a24c7025 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
fix a merge botch. |
| 4202a189 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.9.2. |
| 6747b715 |
23-Nov-2010 |
mrg <mrg@NetBSD.org> |
import xorg-server 1.9.2. important changes since 1.6.5 include: - built-in symbol visibility, default not export - fixes for various crashes - many fixes for XI2, EXA, dix, render, glx, xkb, EDID, randr, Xv, resource handling, Xext, vfb, xfree86 / vga and composite support. - fixes several memory leaks - many many documentation updates - record extension enabled - no longer looks for XF86Config files |
| 4a1c2396 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge freetype 2.4.3 |
| f1a3fe4f |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of freetype 2.4.3. interesting changes: many fonts are rendered better, in various conditions bytecode interpreter is enabled by default (we already enabled it) better support handling broken/damaged font input |
| 928242e7 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-input-mouse 1.6.0 |
| f5c3fc63 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.6.0 |
| 632d17a8 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.5.0. |
| b73be646 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.6.0. interesting changes: Update sun_mouse devPrivates code #29049 Bug 10866 - serial Genius NetScroll+ autodetection Plug minor memory leak. |
| b425557e |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.5.0. interesting changes: man: the old xkb options are gone Missing #ifdef for PCCONS sun_kbd: Add mappings for Hangul and Hanja keys on Korean keyboard Remove unused keyboardOptions. Don't set AutoRepeat if we're not actually using it. |
| 21f73e40 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 2.0 |
| 4d22ddeb |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-2.0. this adds new symbols/at, symbols/extras/ir and symbols/extras/ru, as well as many fixes for other configs. |
| ad9900ea |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.6 |
| 47f86ac1 |
22-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.6. this includes a few fixes to keysyms, the removal of the XKeysymDB, and aliases for nb_NO.utf8 and nn_NO.utf8. |
| ddbd421c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 44dda7b2 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.1.0 |
| 427f3d7c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
... and pull over our changes so this builds on non-amd64. |
| 601a93b6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
use _LP64 instead of a (broken) configure test. |
| bfa3415c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for pixman 0.21.2 |
| 0fe42c5a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for pixman 0.21.2 |
| 1b18d63a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.21.2 |
| 6d98c517 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for libdrm 2.4.22 |
| d049871a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.22 |
| 048cc440 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update generated files |
| 0d39df38 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge fontconfig 2.8.0 |
| 45302733 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
updated config.h's. |
| a6844aab |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.8.0 |
| cb4a1343 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes for xterm 266 |
| 492d43a5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm-266 |
| 4f45da70 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 55acc8fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.1.0 |
| ba064abe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.1 |
| 524e9589 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.2 |
| 356f6deb |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.6 |
| d5c3dbf1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.6 |
| 25b89263 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.2.0 |
| 249c3046 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.9 |
| 47e89262 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.5 |
| 706b6b52 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.1 |
| 6e7d3316 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.9 |
| e120bd27 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.1.0 |
| 49e108a1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1.1 |
| 37eb1ca1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.4.0 |
| c2939121 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.2.0 |
| e8a5466a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.2.0 |
| 05a1a286 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXevie-1.0.3 |
| e8ead290 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.11 |
| 7aa89044 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.3 |
| 994689c1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.8 |
| 56957a04 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.1 |
| 555991fd |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.2.0 |
| d17cd367 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.7 |
| 549e21da |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.3 |
| 098d2e1a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-geode 2.11.10 |
| 170d5fdc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.10 |
| 117614e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
include sys/resource.h on netbsd, too. |
| ea024c75 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| 2d1d20fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.1 |
| d1c293ac |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.2 |
| 1a650d1e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.2 |
| 4def10e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.4 |
| af23b0a6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.3 |
| 482df631 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.1 |
| 83e5f723 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.2.0 |
| 54e0bb33 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.3 |
| 29004570 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.3.0 |
| f8895e62 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
add a config.h for luit since it demands it now. |
| ca74b209 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| fc51f767 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.3 |
| ffab5952 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of util-macros-1.11.0 |
| 7a2631fc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.5 |
| 576bae58 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.4 |
| 765486e8 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.2.0 |
| 86bbecbe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.4 |
| b3078add |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.2 |
| 168023fe |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.2 |
| b6f2c9cc |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.8 |
| 1cca5e29 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.6 |
| e4c0bf4d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.3 |
| 77683534 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.1.0 |
| 55de1df9 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of lndir-1.0.2 |
| 5afa940d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.4 |
| a5a92c01 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.3 |
| b62cc08c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.4 |
| 12391620 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.4 |
| 4f9ac78a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.3 |
| de7ed6e8 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.4 |
| 16d8e44f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.5 |
| 95e0246b |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.5 |
| 2d861bc5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.4 |
| 4fbc8bde |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.3 |
| c3c9b392 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.3 |
| f91b368d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes. |
| 7e6533d5 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.3 |
| 30f8ce46 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.1 |
| 3a72f200 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.3 |
| 9e0146f7 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.1.0 |
| f672524f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86dga-1.0.3 |
| 625f88be |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.1.0 |
| c05e22d7 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.2.0 |
| ec74af46 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.4 |
| 604a4f4c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.2.0 |
| baed689f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.4 |
| 8903d43a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.5 |
| c3f70f0a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.1 |
| 2adc0320 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.5 |
| 48af84fa |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.2.0 |
| 4df80aa1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes from font updates. |
| eeced2e6 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.3 |
| cf8f59bf |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.1 |
| d5d8cc55 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.3 |
| 4028d71e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.3 |
| 048ef675 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.3 |
| 5cf18391 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.3 |
| b5d2086d |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.3 |
| fd991a63 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.3 |
| 70790700 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.3 |
| 44d8e951 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.3 |
| 3a67387e |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.3 |
| 30289b09 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.3 |
| 1c43011a |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.3 |
| 4aadbc8c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.3 |
| bf48f81f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.3 |
| f1e20f77 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.3 |
| c41d98af |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.3 |
| 6d325d25 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.3 |
| 17259f2c |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.4 |
| 145f796f |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.4 |
| 883dc8a3 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.4 |
| 9acbb460 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.3 |
| 7973f115 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.3 |
| cc1dd259 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge fixesproto 4.1.2 |
| b0d11dcb |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1.2 |
| b87143f1 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xtrans 1.2.6 |
| af928962 |
21-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.6 |
| b419652f |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
avoid an mismatch between iconv(3)'s 2nd arg. |
| 61439705 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
add this so xman can build with it.. |
| 416ebe61 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xwininfo 1.1.1 |
| 92a7697b |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmh 1.0.2 |
| 93407be6 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xprop 1.2.0 |
| 0884d3f7 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmodmap 1.0.4. |
| 49bdfc0d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update for xmag 1.0.4. |
| 0715140d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge cornflakes |
| f7ada8dd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.3 |
| 863f95b1 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.1.1 |
| 29cb5710 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.4 |
| d80571a9 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.1.0 |
| 2ab73d9f |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.1 |
| bded5d25 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.4 |
| 5bd32fd1 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.7 |
| a0996ce0 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.2.0 |
| ce62200c |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.5 |
| e2264b6d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.2 |
| 23a8d56d |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.1 |
| 8f65982a |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.4 |
| 69a1fe56 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.1 |
| f9d592e5 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.3 |
| 48e69166 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.1.0 |
| 169a0819 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.4 |
| 9aa2a2b5 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.3 |
| 08e312fd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.4 |
| de0e2032 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
we don't have xorg server 1.7 here. |
| 9355a5ae |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
update this for 11.0.3 |
| 8a971185 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware 11.0.3 |
| a241306c |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.3 |
| f87b1cb2 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge damageproto 1.2.1 |
| 0429cff8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.19 |
| da27b3e0 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.1 |
| 8af544a8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.1 |
| 3c32fdc8 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14.1 |
| b3d4879b |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.2 |
| afeae234 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0.1 |
| 072b9158 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.1 |
| 10122826 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.2.1 |
| 32c20a4e |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of compositeproto-0.4.2 |
| f6ac05dd |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.1 |
| 9ec48dda |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
regenerate this for 6.13.2 |
| 69d0ef43 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.12.2. |
| 0974d292 |
20-Nov-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.2 |
| 55e905e7 |
18-Nov-2010 |
tron <tron@NetBSD.org> |
Import version 1.5 of the "xorg-docs" package: The documentation in this package is from xc/doc in the monolithic source tree. |
| 74c741d0 |
18-Nov-2010 |
macallan <macallan@NetBSD.org> |
when trying to map a ROM go through the appropriate /dev/pci* instance instead of opening /dev/mem With this Xorg should be able to read graphics card ROMs on all ports. |
| 79e5230e |
10-Nov-2010 |
macallan <macallan@NetBSD.org> |
sprinkle #if(n)def to allow building the driver without any fbdev support whatsoever while there do what the comment suggests and fall through to turning off the backlight in all DPMS modes except on - leaving the backlight on while turning the DAC off is kind of useless, isn't it? |
| 65174c50 |
07-Nov-2010 |
tsutsui <tsutsui@NetBSD.org> |
Use existing wscons USB keymap for WSKBD_TYPE_MAPLE on dreamcast. |
| 50679589 |
07-Nov-2010 |
tsutsui <tsutsui@NetBSD.org> |
Recognize WSKBD_TYPE_MAPLE for dreamcast. |
| d3d894cb |
29-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Fix an incorrect warning fix in previous. |
| e68e9bb9 |
27-Oct-2010 |
jakllsch <jakllsch@NetBSD.org> |
Backport upstream bugfix for PR#40149. "Save and restore the palettes on VT switch." upstream commits: 5efdf514ab0e5439114e8dd7a49105812155eb69 fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7 |
| 37d4bb4a |
24-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Make this compile with WARNS=2. |
| b2ef385b |
10-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Handle WSKBDIO_SETVERSION. Untested, but better than silently obsolete... |
| 935684c4 |
10-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
WARNSfy and misc cleanup. (done for bug tracking but no fatal one) |
| 8815e584 |
10-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Fix indent. |
| 4f3a8954 |
08-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Also handle WSKBDIO_SETVERSION. Now Xdreamcast works again. XXX: not sure if other MD legacy servers need this |
| ed6b78ab |
08-Oct-2010 |
tsutsui <tsutsui@NetBSD.org> |
Handle WSMOUSEIO_SETVERSION in legacy XFree based MD servers for workaround until eventual Xorg migration. Taken from Xhpc as noted in PR xsrc/41619, but tested only on dreamcast. |
| 37e7fe2c |
03-Oct-2010 |
christos <christos@NetBSD.org> |
ifdef out code that truncates the source length to the destination length if it is larger. Seems useless to do that since the code tests for both source length and destination to be non-zero. This fixes cut-n-paste problem in xterm where the paste length was limited to 1024 (BUFSIZ) in button.c |
| fedda2d2 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Revert part of previous: OPT_WIDE_CHARS definitely makes a difference with a UTF8 locale. |
| 680b3224 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Update for 0.18.4. |
| 5c2d8072 |
14-Sep-2010 |
wiz <wiz@NetBSD.org> |
Import pixman-0.18.4. Changes since 0.18.2: Post-release version bump to 0.18.3 Fix memory leak in the pthreads thread local storage code When storing a g1 pixel, store the lowest bit, rather than comparing with If we bail out of do_composite, make sure to undo any workarounds. Check for read accessors before taking the bilinear fast path Pre-release version bump to 0.18.4 |
| b6cfc201 |
11-Sep-2010 |
christos <christos@NetBSD.org> |
Update this to the latest xterm import. Fixes: - cut bug where, we could cut only up to 1K before - disable toolbar by default - don't assume we've installed luit from pkgsrc - no opt 256 char support - no opt widechar support |
| 74c52bd0 |
01-Sep-2010 |
wiz <wiz@NetBSD.org> |
Fix syntax error in some layout files. From Pouya D. Tafti on pkgsrc-users. Fixed upstream as seen in https://bugs.freedesktop.org/show_bug.cgi?id=29887 |
| fe81469e |
18-Aug-2010 |
jmcneill <jmcneill@NetBSD.org> |
openchrome r848: Improve 2d performance on chipsets without AGP/PCIe |
| 8e94c3a9 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
update this for libxcb 1.7. |
| b20a2039 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.7 |
| 089493af |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.2. |
| 1c6cc373 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXfixes 4.0.5. |
| 5a3d36df |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.2 |
| 521070a0 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.5 |
| aaba2545 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.21. |
| 28d65773 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.12.0 |
| 13d1d17d |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.21 |
| e5635464 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXi 1.3.3 |
| feb6272c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge libXaw 1.0.6 |
| 3e256790 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.3.2 |
| 00084f2c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.6 |
| 61234c2c |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.5 |
| e1117649 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xset 1.2.0. |
| 8a16544f |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.3. |
| 8a88db28 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xmore 1.0.2. |
| 6f5dd5c2 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.2.0 |
| f8a31ee4 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.3 |
| 9c125d91 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.2 |
| fc0e5ddd |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-vmware 11.0.2 |
| b5866953 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vmware-11.0.2 |
| 9ee30066 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-i128-1.3.4 |
| f44ff811 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips-1.2.3 |
| 5cb2eaaf |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast-0.91.10 |
| 28abfe41 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-apm-1.2.3 |
| 1f27ce9a |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.2 |
| d7be9c72 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.13 |
| b3e38ee4 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.4 |
| 7d17d341 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.3 |
| b410ddbe |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.91.10 |
| a7b590b3 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.3 |
| 5f5b92ff |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.3 |
| ea0de359 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.10 |
| 66d53655 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.1.2. |
| dc39286f |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.1.2 |
| cfcc9539 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.18 |
| 311053f8 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.1 |
| 6edaf2ff |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.11.1 |
| 7f70fefe |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.5 |
| 13ca2809 |
14-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.12 |
| 07c49eab |
10-Aug-2010 |
mrg <mrg@NetBSD.org> |
pull across a patch from git 11005146d6defa876a988daad587ae558f04ecbb: From: Alex Deucher <alexdeucher@gmail.com> Date: Tue, 10 Aug 2010 02:18:53 +0000 Subject: atom: upstream parser update fixes digital output problems on evergreen asics |
| 008c6922 |
09-Aug-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.18 |
| 6086d97e |
09-Aug-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.18 |
| ee716d97 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
include param.h to get __NetBSD_Version__... now |
| 1f16d945 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge Mesa 7.8.2. |
| cdc920a0 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, lib part. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| 553f1899 |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, glut part. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| f5ac320a |
19-Jul-2010 |
mrg <mrg@NetBSD.org> |
import Mesa 7.8.2, demos component. major changes since 7.7.1: - several new extensions for various drivers - many i965, i915 driver fixes - many glsl fixes |
| da74559e |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsfonts 1.0.3. |
| eadc44b0 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsclients 1.1.0 |
| b877c2a4 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xlsatoms 1.1.0. |
| 8fff3f40 |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.3 |
| 7dff02fe |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.1.0 |
| f5effb2e |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.1.0 |
| 9b75b2fe |
18-Jul-2010 |
mrg <mrg@NetBSD.org> |
add generated libxcb config.h |
| d4401354 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcb-proto-1.6 |
| 602e473d |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of libxcb-1.6 |
| ecce36be |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcb-util-0.3.6 |
| 831f8b37 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
this never got bumped properly for libXrender 0.9.6; do so now. |
| 59169ca1 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
(a) - don't enable KMS support (b) - fix compile error when XF86_DRMMODE is not set |
| 0d501841 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
regenerate these with the right thing. |
| 570d64e3 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
fix the previous; it wasn't the right one. |
| 0106c30e |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-video-sis 0.10.3 |
| eb71bc22 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-tsent 1.2.4 |
| 4dba5f37 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.13.1 |
| 7fc1b546 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sis 0.10.3 |
| bc856e95 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-rendition 4.2.4 |
| f3e81095 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-neomagic 1.2.5 |
| 51b40f85 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.13.1 |
| f5990ea7 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.4 |
| 2378475a |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.4 |
| e35772b2 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.3 |
| 0b661123 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.4 |
| c3c9db83 |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.5 |
| 2f39173d |
17-Jul-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.1 |
| 96cdd0b9 |
12-Jul-2010 |
kiyohara <kiyohara@NetBSD.org> |
Support GENDAC/SDAC for prep. |
| c121fdcf |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
xterm now wants xtermcfg.h to build. |
| cd3331d0 |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge xterm 261. |
| 20d2c4d2 |
30-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xterm 261. major changes include: - many UTF8 fixes - improve terminfo support - better freedesktop.org integration - lots and lots of bug fixes |
| 766a8447 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg14 1.1.1 |
| 7ce7e03c |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg14-1.1.1 |
| e5adf029 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
ensure that [WU]TMPX_FILE are defined to something. |
| c5cb1914 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
update this for sessreg 1.0.6. |
| 36bfd34d |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge sessreg 1.0.6 |
| cea37944 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.2 |
| 1e5fa1c5 |
17-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.6 |
| e0787e08 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
avoid a compile error in libX11 1.3.4. |
| 538b5b2f |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXrender 0.9.6 |
| 6cda817a |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXext 1.1.2 |
| 942d0ecb |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXdamage 1.1.3 |
| c488d7c5 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libXcomposite 0.4.1 |
| 321e5606 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.4 |
| 9c9ff80c |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.6 |
| b9b4fd27 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.1.2 |
| 417cc7e8 |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.3 |
| 49dc963f |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.2 |
| 88de56cc |
16-Jun-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.4 |
| a67cea9d |
12-Jun-2010 |
joerg <joerg@NetBSD.org> |
Kill empty .TP, try 2 |
| 3216bf8a |
10-Jun-2010 |
joerg <joerg@NetBSD.org> |
Kill empty .TP |
| b73528ca |
10-Jun-2010 |
macallan <macallan@NetBSD.org> |
Make ioctl(CG14_SET_PIXELMODE) a proper NetBSD ioctl() ( as in use _IOW ), also fix some bogosity in colour weights and depth. With this and the kernel changes committed earlier the cg14 in my SS20 works with the suncg14 driver. TODO: - beat some sanity in the order in which the Xserver issues various ioctl()s and opens or closes devices to reduce unnecessary flicker and make sure we end up in the right colour mode when entering and exiting X - add hw cursor support - support 8 bit visuals along with 24 bit or alone for high resolutions |
| d3f73f59 |
08-Jun-2010 |
mrg <mrg@NetBSD.org> |
include a config.h for openchrome as well. part of PR#43433. |
| 78941ba1 |
06-Jun-2010 |
joerg <joerg@NetBSD.org> |
Kill empty .TP. |
| 83438f13 |
04-Jun-2010 |
joerg <joerg@NetBSD.org> |
Don't depend on .TS H for now. |
| 1f522389 |
04-Jun-2010 |
joerg <joerg@NetBSD.org> |
Kill empty .TP |
| 52b864fe |
04-Jun-2010 |
joerg <joerg@NetBSD.org> |
Make sure that .TH actually gets a section number. |
| 5d395b78 |
04-Jun-2010 |
joerg <joerg@NetBSD.org> |
Drop trailing non-sense arguments for .TH. Too many of those have been provided anyway. |
| 94695654 |
04-Jun-2010 |
mrg <mrg@NetBSD.org> |
backout the xfree86 4.5 change to GetTimeInMillis() that returns relative times instead of absolute times. it causes problems in openmotif at the very least, and is not what xorg has done. from Cliff Wright in PR#39209. |
| 78ab13c8 |
03-Jun-2010 |
joerg <joerg@NetBSD.org> |
Don't quote strings to be expanded as we quote the content already. |
| 04651c55 |
03-Jun-2010 |
veego <veego@NetBSD.org> |
It is __NetBSD_Version__ and not __NetBSD_Version Fixed a hidden issue with __progname The i910 and i965 dri modules still have a problem with the __progname usage in MesaLib/dist/src/mesa/drivers/dri/intel/intel_context.c |
| 0e70ee2b |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Avoid .TS H and .TH for now as it doesn't alter the output in this case and conflicts with the header check from mandoc. Having somewhat working HTML output is more useful. |
| 8558c1aa |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Drop empty .TP. Kill some useless quotes while here. |
| 77d8374e |
02-Jun-2010 |
joerg <joerg@NetBSD.org> |
Drop empty .TP. |
| ca063f2c |
01-Jun-2010 |
mrg <mrg@NetBSD.org> |
fix a macro definition error, as per PR#41900 from Henning Petersen. |
| c6120f74 |
01-Jun-2010 |
mrg <mrg@NetBSD.org> |
fix a prototype error, as per PR#41899 from Henning Petersen. |
| 4db5bdc9 |
30-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keypad symbols. |
| 1de2b6dd |
29-May-2010 |
ghen <ghen@NetBSD.org> |
Move "compiled" files from dist directory to reachover directory (suggested by mrg). |
| f98fd1cb |
29-May-2010 |
nonaka <nonaka@NetBSD.org> |
The rule of W-ZERO3 was added again. |
| 58f1130e |
29-May-2010 |
nonaka <nonaka@NetBSD.org> |
sharp_vndr was added to the build object. |
| 7e987da5 |
29-May-2010 |
mrg <mrg@NetBSD.org> |
avoid vmware module crashing with "X -configure". |
| 589292a5 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Re-add compiled rules files (removed from distribution). |
| 81de20c0 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Resolve conflicts. |
| c067fea9 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Initial import of xkeyboard-config-1.9 |
| a38f8c81 |
28-May-2010 |
ghen <ghen@NetBSD.org> |
Restore original (1.4 distfile) order to ease merges. |
| df951cba |
28-May-2010 |
mrg <mrg@NetBSD.org> |
obsolete xf86-video-cyrix sources. |
| 92185efd |
28-May-2010 |
mrg <mrg@NetBSD.org> |
obsolete these old sources. |
| 088ecf25 |
28-May-2010 |
mrg <mrg@NetBSD.org> |
geode wants a config.h. give it one. |
| f29dbc25 |
28-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-geode-2.11.8 |
| 7e6fb56f |
27-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-openchrome-0.2.904 |
| e4979502 |
25-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp WS011SH/WS020SH. |
| 94c65585 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-add the final new-line. |
| 876bfa2f |
23-May-2010 |
mrg <mrg@NetBSD.org> |
make these build with Mesa 7.7.1. |
| 56e89960 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.7.1 |
| 655a10ed |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaGLUT 7.7.1 |
| eac1c39c |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge MesaDemos 7.7.1 |
| 4a49301e |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.7.1 |
| 2590f9be |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaGLUT-7.7.1 |
| f5dfa8cf |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.7.1 |
| 2ccb1040 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
avoid a #define redefine warning (error) |
| e14e1a7d |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this for xf86-video-vmware-11.0.1 |
| b68e1f86 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-11.0.1 |
| ab0c3565 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this with xf86-video-ati 6.13.0 |
| f1bc02b7 |
23-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.13.0 |
| ad43ddac |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.13.0 |
| 3b5ce2ae |
23-May-2010 |
mrg <mrg@NetBSD.org> |
.. and pull across our changes. and turn off the poorly detected "__thread" support... |
| ae610daf |
23-May-2010 |
mrg <mrg@NetBSD.org> |
regenerate this for pixman 0.18.2 |
| 952204ab |
23-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.18.2 |
| cdb439df |
22-May-2010 |
mrg <mrg@NetBSD.org> |
pull across pkgsrc patch-ad: add netbsd atomic ops support. |
| 2e6867f6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.20 and re-apply our changes to the moved sources |
| 22944501 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.20 |
| 842a77a7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-keyboard 1.4.0 |
| b4e14abf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xinit 1.2.1 |
| 34977a2f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.4.0 |
| bf4a254e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.2.1 |
| 23c3532e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
re-generate this for 1.7.4 |
| 1b2ce5a6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.11.0 |
| e432255d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.11.0 |
| 5592a31f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.3.0 |
| f5683d00 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-video-nv 2.1.17 |
| fad44459 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.3.0 |
| e4f6584c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.4 |
| 71ba42d0 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.17 |
| a31a186a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.12 |
| e7d8c03e |
22-May-2010 |
mrg <mrg@NetBSD.org> |
update for xf86-input-mouse 1.5.0 |
| ed37fa65 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-vmmouse-12.6.9 |
| fecac299 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse-1.5.0 |
| 9418810d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.9 |
| fc27e79c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.5.0 |
| 504419a3 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge scrnsaverproto 1.2.0 |
| 697b1baf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXt 1.0.8 |
| 4c752068 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXScrnSaver 1.2.0 |
| 0b2e9478 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.2.0 |
| 1477040f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.8 |
| 65eef222 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.2.0 |
| 3dc85f22 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.11 |
| 06d053a9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.3 |
| 9c32e6c9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
use new-skool <X11/extensions/dpmsconst.h>. |
| bd80bcac |
22-May-2010 |
mrg <mrg@NetBSD.org> |
XXX: avoid issues with finding "Display" definition. |
| 684baedf |
22-May-2010 |
mrg <mrg@NetBSD.org> |
various build fixes for modern xextproto/libXext and friends. some of this came from pkgsrc, and some of it i had to figure out myself. |
| 03674e8a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
copy the compat shmstr.h from pkgsrc for now. |
| 04968e39 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
apply the current pkgsrc/x11/libXext/patches/patch-aa here, for now: fix compile errors in older code. |
| b9c86749 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXxf86vm 1.1.0 |
| 4e2f3c3b |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXxf86dga 1.1.1 |
| b290cf36 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.1.0 |
| 329fdfe9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.1.1 |
| c8503c1c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge evieext 1.1.0 |
| bc5f02f5 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.1.0 |
| 5a473929 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libX11 1.3.3 |
| b4ee4795 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.3.3 |
| b30ee60d |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXi 1.2.1 |
| 18bfe870 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge libXtst 1.1.0 |
| 9cdc57d4 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xinput 1.5.1 |
| 333ac5a5 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86vidmodeproto 2.2.2 |
| 4012afc7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86driproto 2.0.4 |
| 071444fa |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86dgaproto 2.0.3 |
| 7e5a4ee6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xf86bigfontproto 1.1.2 |
| f70ea3a6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xextproto 7.1.1 |
| c05be80a |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge xcmiscproto 1.1.2 |
| d697f9c6 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge recordproto 1.14 |
| cb535cb9 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge inputproto 1.5.1 |
| ec586f5b |
22-May-2010 |
mrg <mrg@NetBSD.org> |
merge bigreqsproto 1.1.0 |
| 53719b08 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.5.1 |
| 7629d119 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.3 |
| 0362ce01 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.1.0 |
| 85b851b1 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86dgaproto-2.1 |
| a411817f |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xf86bigfontproto-1.2.0 |
| c4b88243 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.1.1 |
| 1d24803c |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.2.0 |
| 56f33275 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.14 |
| ea133fd7 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.1.0 |
| c27c18e8 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.3 |
| 485f0483 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.1.1 |
| 54d455b1 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-2.0 |
| 1ded60da |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1.1 |
| d0b50b26 |
22-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.1.0 |
| 0cedb761 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xvidtune 1.0.2 |
| aa182e5d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xeyes 1.1.0 |
| 14ddf674 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.2 |
| a66cb5a8 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.17 |
| 2ddb6cf1 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.1.0 |
| f9265b8b |
21-May-2010 |
mrg <mrg@NetBSD.org> |
imake 1.0.3 wants a config.h |
| 43b4c634 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.10 |
| 68374452 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xkbprint 1.0.2 |
| bb87321d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xgc 1.0.2 |
| 5511d0b4 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xcalc 1.0.2 |
| bf7c3ad2 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xbiff 1.0.2 |
| 253afd6f |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge xlogo 1.0.2 |
| 7838e391 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge viewres-1.0.2 |
| ec553c78 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge listres-1.0.2 |
| 0582865a |
21-May-2010 |
mrg <mrg@NetBSD.org> |
merge imake-1.0.3. |
| e531b1a7 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.2 |
| 3e6697d4 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.2 |
| 350952b9 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.2 |
| 5ffd6003 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.10 |
| 8512f934 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.3 |
| 9ef7378b |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.2 |
| fffe5102 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.2 |
| dbe7da2e |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.0.5 |
| 7bd0f98d |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.2 |
| a5399cb1 |
21-May-2010 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.3 |
| d88e62d8 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
sprinkle some more volatile |
| 83616484 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
add a PrepareAccess method to make sure the drawing engine is idle before trying to scribble into video memory This should not be necessary but for some reason we need it here. |
| 727ce256 |
20-May-2010 |
macallan <macallan@NetBSD.org> |
pick up some nits accidentially left in: - get rid of usleep() while waiting for the blitter - way too crude - sanitize some register writes since last time I looked at this some other problem crept in - we now have syncing issues with text drawing |
| 6f605d33 |
15-May-2010 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp WS003SH/WS007SH. |
| ad5464f4 |
01-Apr-2010 |
mrg <mrg@NetBSD.org> |
import fdo git change 185185eeb44a277c324be0f58a4b4a469b56b69b, which i've seen twice in the last two days: Fix crash when all glyphs of a given depth are freed, but not all glyphsets This is how the crash can be triggered with only two clients on the system: Client A: (already running) Client B: Connect Client B: CreateGlyphSet(depthN) Client A: Disconnect Server: free globalGlyphs(depthN) Client B: AddGlyphs(depthN) Server: SEGV This crash was introduced with the FindGlyphsByHash function in 516b96387b0e57b524a37a96da22dbeeeb041712. Before that revision, ResizeGlyphSet was always called before FindGlyphRef, which would re-create globalGlyphs(depthN) if necessary. X.Org Bug 20718 <http://bugs.freedesktop.org/show_bug.cgi?id=20718> XXX: needs netbsd-5 pullup. |
| 1720b512 |
14-Mar-2010 |
macallan <macallan@NetBSD.org> |
xf86Version.h is no more |
| 1764dec5 |
03-Mar-2010 |
macallan <macallan@NetBSD.org> |
treat the onboard radeon found in Mac Minis like the ones found in iBooks From Hiroaki Urata via PR 42931 |
| f7ec340b |
11-Feb-2010 |
macallan <macallan@NetBSD.org> |
suncg14 driver, from Xorg |
| 7cab9b68 |
27-Jan-2010 |
tron <tron@NetBSD.org> |
Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). |
| e59cc09b |
27-Jan-2010 |
tron <tron@NetBSD.org> |
Remove EMX compatibility hack which breaks NetBSD/alpha cross-builds, at least under Mac OS X. |
| a57a942c |
27-Jan-2010 |
tron <tron@NetBSD.org> |
Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). |
| 56b2f73e |
24-Jan-2010 |
rafal <rafal@NetBSD.org> |
Decorate some GL APIs with PUBLIC so they're available to link against; otherwise e.g. the swrast DRI module can't find _glapi_check_multithread. From http://people.freedesktop.org/~krh/glapi.patch with some tweaks. ok phone@ |
| 37a6a21e |
12-Jan-2010 |
mrg <mrg@NetBSD.org> |
in pci_device_netbsd_probe() probe the expansion ROM and size. if it's there, set priv->rom_base and device->rom_size. originally from mhitch, and it's basically the same code as present in both freebsd_pci.c and openbsd_pci.c. add a comment about needing to avoid the default bios mapping if this card is not the console. mmap() with MAP_SHARED, since the kernel forces this anyway, and it is again the same in both freebsd_pci.c and openbsd_pci.c. |
| 8a7dd4e8 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Add several defines for headers |
| 80ad7bbf |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * PACKAGE_STRING, PACKAGE_VERSION, PACKAGE_VERSION_PATCHLEVEL and VERSION updated for 1.0.3 * Add several defines for headers |
| f6a2e1d6 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entries added (HAVE_XF1BPP, HAVE_XF4BPP) |
| 1847b057 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * LT_OBJDIR is now gone |
| f8a43801 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entry added (HAVE_XEXTPROTO_71) |
| df697350 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_XMODES is now enabled * Commented entry added (HAVE_XEXTPROTO_71) * LT_OBJDIR is now gone |
| 59c28e9a |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_FREE_SHADOW, HAVE_PCI_DEVICE_ENABLE and XF86CRTCFUNCS_HAS_SETMODEMAJOR are now enabled * Commented entry added (HAVE_XEXTPROTO_71) |
| 8ba45ce9 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * Commented entry added (HAVE_XEXTPROTO_71) * LT_OBJDIR is now gone |
| 5efd276a |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * HAVE_FREE_SHADOW, HAVE_PCI_DEVICE_ENABLE, HAVE_XF86CRTCCLIPVIDEOHELPER and HAVE_XF86MODEBANDWIDTH are now enabled. Already changed for netbsd-5 but not on HEAD * Commented entry added (HAVE_XEXTPROTO_71) |
| aafc895d |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * enable HAVE_POSIX_MEMALIGN |
| a4a4c95c |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * PACKAGE_STRING, PACKAGE_VERSION, PACKAGE_VERSION_PATCHLEVEL and VERSION updated for 1.4.1 * Commented entry added (HAVE_LIBWS2_32) * LT_OBJDIR is now gone |
| 4e1d7965 |
10-Jan-2010 |
veego <veego@NetBSD.org> |
Regenerate to match current source * VERSION updated to 1.0.2 * Commented entry added (HAVE_LIBWS2_32) |
| 97833113 |
31-Dec-2009 |
macallan <macallan@NetBSD.org> |
use BGR on XVR-1000 |
| bc7a3a36 |
28-Dec-2009 |
jakllsch <jakllsch@NetBSD.org> |
Fix incorrect LIST_END macro. From xf86-video-radeonhd commit cc1bb50bb44354be7793e4fc45c625746571ec96. Fixes PR/41950. |
| 6c7645b9 |
23-Dec-2009 |
mrg <mrg@NetBSD.org> |
if a VGA device isn't enabled for io/mem/bus-master, do so here. xorg-server 1.4.x and earlier would do this for us. partly fixes dual-head support for various systems. idea from mhitch. |
| d455af22 |
13-Dec-2009 |
nonaka <nonaka@NetBSD.org> |
Added keyboard config files for Sharp Zaurus SL-C3x00. |
| b603b469 |
12-Dec-2009 |
nonaka <nonaka@NetBSD.org> |
Enable shadowFB for rotate option. |
| e0e11d4d |
11-Dec-2009 |
mbalmer <mbalmer@NetBSD.org> |
Fix SwapXY and rotation support. From OpenBSD. |
| 53cb6c62 |
08-Dec-2009 |
mbalmer <mbalmer@NetBSD.org> |
Remove the input driver before returning NULL on error in PreInit(). From OpenBSD. |
| 5cb4a8b9 |
05-Dec-2009 |
mrg <mrg@NetBSD.org> |
- add a new -cppargs option - default -cppargs to the CPPARGS variable if defined. - add cppargs to the cpp command if defined. part2 of xrdb fixes. thanks to Patrick Welche <prlw1@cam.ac.uk> for figuring out what was going wrong, and testing these changes. |
| c506e0ff |
03-Dec-2009 |
macallan <macallan@NetBSD.org> |
fix a segfault in xf86EnterServerState() which would fire whenever there is more than one graphics device This is a bandaid, we ( or the Xorg people ) need to fix it properly by getting rid of all the now useless RAC-related code. |
| 477d6649 |
28-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
elographics configuration |
| 3eed67fa |
28-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
Initial import of xf86-input-elographics-1.2.3. From X.Org via OpenBSD. |
| 240a9a23 |
27-Nov-2009 |
mbalmer <mbalmer@NetBSD.org> |
initial import of xf86-input-ws, from OpenBSD |
| 02566b6a |
25-Nov-2009 |
macallan <macallan@NetBSD.org> |
fix a logic botch in TcxCopy() that would bite us when doing right-to-left blits with width being a multiple of 32 |
| 88614935 |
24-Nov-2009 |
macallan <macallan@NetBSD.org> |
Make TcxDownloadFromScreen() and TcxUploadToScreen() work and use them. |
| 9a5ed1c5 |
21-Nov-2009 |
macallan <macallan@NetBSD.org> |
Make IgsDownloadFromScreen() and IgsUploadToScreen() actually work. While there clean up some cargo-culted comments that no longer apply. |
| 5c14222e |
13-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| 731e20d8 |
12-Nov-2009 |
macallan <macallan@NetBSD.org> |
reapply 64bit fixes |
| be1ef3d3 |
10-Nov-2009 |
macallan <macallan@NetBSD.org> |
A driver for IGS CyberPro 20x0 graphics controllers. So far this works only on Rev. 5 Sharks with igsfb, adapting it to netwinder should be trivial though. |
| 65ea6515 |
10-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xf86-video-ati 6.12.4 |
| 68b821cf |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.6.5 |
| 39826d68 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xdm 1.1.9. |
| 578741aa |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.9 |
| 21ecb1ef |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.1.0 |
| 69bf0a65 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge libpciaccess 0.10.9 |
| 49f872b5 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.10.9 |
| 8c0e705b |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge libXxf86misc 1.0.2 |
| 11245024 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.2 |
| b3062210 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.1 |
| e33a93fd |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-sunffb 0.2.1 |
| 1c397cba |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sunffb-1.2.1 |
| 377bb882 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge 0.3.0 |
| 4a5ed537 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
build fix for 0.3.0. |
| 64f08a18 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-wsfb 0.3.0 |
| 5d713044 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.3.0 |
| a0d10bb6 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.5 |
| b1d344b3 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.5 |
| fd6e873b |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
handle Xinerama update for now. XXX: back out when the rest is updated |
| 59858651 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xineramaproto 1.2 and libXinerama 1.1 |
| 16670f18 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.2 |
| f05b35a2 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.1 |
| 584c9ff1 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.4.4. |
| c7037ccd |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.4.4 |
| af906dfa |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.4.4 |
| 2be10092 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for xf86-radeonhd-1.3.0 |
| 8b78120e |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-radeonhd-1.3.0 |
| 66f7d985 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-tseng 1.2.3 |
| d03ff4ac |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.3 |
| 7ae0a258 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.1 |
| 96ce994a |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.3 |
| 5e695a52 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.2 |
| c1cf0bac |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
turn on SSE2 for amd64. from veego@. |
| 7dae49a8 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
update for 0.16.2 |
| a450e446 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.16.2 |
| fbcc6ad6 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati 6.12.4 |
| c503f109 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.12.4 |
| a1f44b2a |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xprop 1.1.0 |
| 189427b7 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xman 1.1.0 |
| 7d63a6db |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xkbutils 1.0.2 |
| 24f5bfe7 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xclipboard 1.1.0 |
| 7749cd2c |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xbitmap 1.1.0 |
| 91ec45ce |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.1.0 |
| 8b6d6341 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.1.0 |
| b3eb03f3 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.2 |
| d7accfef |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.1.0 |
| a9a39c43 |
09-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.1.0 |
| fbcc46ea |
08-Nov-2009 |
christos <christos@NetBSD.org> |
again, we don't need yylineno |
| 7c34d8a5 |
08-Nov-2009 |
christos <christos@NetBSD.org> |
our flex does not need yylineno anymore, in fact it was initialized with the wrong value. |
| ead563c1 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xclock 1.0.4 |
| c2b339b4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.4 |
| feed46c6 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
update these for xkbcomp 1.1.1, xwininfo 1.0.5 and xmodmap 1.0.4 |
| c52f0396 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.2 |
| e9698f98 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-cf-files 1.0.3 |
| 7c5f6000 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.2 |
| 10998002 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.5 |
| 5e358eca |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.3 |
| 44af7230 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.1.0 |
| b53e5eea |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.5 |
| f40e0d56 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.0.3 |
| 6600fe5b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.1.0 |
| 123e2cc7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.3 |
| 96a81b41 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.6 |
| 9adf33a3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.2 |
| 4c61c93d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.3 |
| b7fb5eac |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.4 |
| 70f7c90c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.0.2 |
| 9b41ff1a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.0.2 |
| b66d1acb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.2 |
| db17cd6d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.1.0 |
| 5fac8b10 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.1.1 |
| fb23d3a8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.3 |
| dd77ae96 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.3 |
| aa98702c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.0.4 |
| 7888fd0e |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.3 |
| 8650bb69 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.2 |
| cf82566c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
update these for libXcursor 1.1.10, libXrender 0.9.5 and sessreg 1.0.5. |
| 7366012a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.4 |
| c37a63b8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.5.1 |
| bf2eeab3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.3 |
| efda2da8 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.5 |
| e83ac88a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.7 |
| d466db85 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.5 |
| 63165362 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.2 |
| 8255a313 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.3 |
| 278eca22 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.4 |
| 2b32c8f7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.4 |
| 47202d7b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of bdftopcf-1.0.2 |
| 5715adc0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.2 |
| c56ac857 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.16 |
| be3b088c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
don't assign NULL to a integral type. |
| 4e411241 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.6 |
| d63fdb69 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.0.5 |
| 98af18c5 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.5 |
| fba89afe |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.5 |
| 2ae83157 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.7 |
| 5bcb6992 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.4 |
| e5410a46 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.5 |
| 2e2dd055 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.8 |
| 93493779 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.0.5 |
| 0d590c07 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.1.14 |
| 2faa96e0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfontcache-1.0.5 |
| 42d69509 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.4 |
| 7a3b38f7 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.0.3 |
| 81c81b28 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.2 |
| e169010a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.10 |
| 52b01e16 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.1 |
| e1e1713c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.7 |
| e19dfac4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.5 |
| 698f425b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.6 |
| 50718ea6 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproxymanagementprotocol-1.0.3 |
| 64a1a254 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86miscproto-0.9.3 |
| 7dedae7b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.3.0 |
| 934be38c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.1.0 |
| cb2f0cb1 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.11 |
| c253e76b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.1 |
| c5471eaa |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.4 |
| 1bc220eb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.2.0 |
| bba15260 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.1.0 |
| 898cc245 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of fontcacheproto-0.1.3 |
| a9274bcd |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.1.1 |
| 35d5702b |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.1 |
| f4959950 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.1.0 |
| 8ff16396 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.1 |
| 0ad07f78 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.1 |
| 998b9812 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.1 |
| 2ceb2653 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.1 |
| b9bb67cb |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.1 |
| a7d72839 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.1 |
| 4389832e |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.1 |
| 50539131 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.1 |
| ef7198c0 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.1 |
| 837ab565 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.1 |
| 6cf5427a |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.1 |
| a5753fd3 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.1 |
| 0693c63d |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.1 |
| 5b28e182 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.1 |
| 9bc46bd4 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.1 |
| 2d62a77c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.2 |
| 80ba7605 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.2 |
| eed6fe1c |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.2 |
| 516e9f99 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.2 |
| 32034fa5 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.1 |
| dd519f38 |
08-Nov-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.1 |
| ac22fd26 |
27-Oct-2009 |
elric <elric@NetBSD.org> |
Assign my copyrights to TNF in exchange for a beer that christos@ bought me a while ago... |
| 29406fd8 |
21-Oct-2009 |
macallan <macallan@NetBSD.org> |
Implement a private Glyphs() method which avoids the use of scratch pixmaps. With this rendering of anti-aliased text is much faster than before ( which doesn't really mean much. More like 'less abysmal' ). Still nowhere near the performance with Xorg 1.4. |
| 4cac844d |
15-Oct-2009 |
macallan <macallan@NetBSD.org> |
make this work on shark again by enabling the VLB probe routines when HAVE_ISA is defined. For now this disables the PCI probe routine but the only arch where we actually need this is shark where we couldn't add a PCI CT65550 even if we wanted to. Tested on shark and macppc |
| 09048934 |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
make this work in the New Order Of Things(tm): - make Xorg -configure work again - fix the DCB timing when talking to XMAP9 to the values used by the kernel, now colours look right on my Indy and all the randomness when starting X is gone |
| 86082c6b |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
remove debug spam |
| 682f4013 |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
make C -configure work with the crime driver |
| f282839b |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
use PIXMAP_IS_SCREEN() |
| fcca736f |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
let xf86AddBusDeviceToConfigure() accept BUS_ISA and BUS_NONE |
| e835939e |
06-Oct-2009 |
macallan <macallan@NetBSD.org> |
simplify PIXMAP_IS_SCREEN() |
| 6aeb3c6e |
29-Sep-2009 |
macallan <macallan@NetBSD.org> |
don't fall back to software rendering when drawing into the screen pixmap this takes care of visible artifacts with non-mappable framebuffers like newport and crime |
| 850ab569 |
29-Sep-2009 |
macallan <macallan@NetBSD.org> |
clean up debugging code, while there: - use a fake framebuffer like newport does to hide software rendering artifacts - only map the framebuffer when debugging, and actually unmap it too |
| 05a0f910 |
25-Sep-2009 |
mrg <mrg@NetBSD.org> |
check that dixLookupPrivate() returned non-NULL before dereferencing it. fixes a SEGV when starting ioquake3 on an X server started with the "-dpi 100 -depth 16" flags, as reported by wiz@. |
| daf23d7f |
21-Sep-2009 |
snj <snj@NetBSD.org> |
By default, use the old X server background and cursor mode (option "-retro"). Add a "-noretro" option to get the new (black background and no cursor) behavior. Addresses part of PR xsrc/41870 |
| b7c89284 |
19-Sep-2009 |
snj <snj@NetBSD.org> |
merge xterm-248. |
| 956cc18d |
19-Sep-2009 |
snj <snj@NetBSD.org> |
initial import of xterm-248 |
| 5da32741 |
11-Sep-2009 |
snj <snj@NetBSD.org> |
Update for 10.16.8. |
| 568dc6c7 |
11-Sep-2009 |
snj <snj@NetBSD.org> |
initial import of xf86-video-vmware-10.16.8 |
| 09dc1acf |
11-Sep-2009 |
snj <snj@NetBSD.org> |
Apply revisions 1.14 and 1.15 from expat CVS to fix SA36425. |
| 832e5c3b |
10-Sep-2009 |
macallan <macallan@NetBSD.org> |
first steps to make this driver actually work: - accept 24bit colour, not just 32 ( this changed ages ago - didn't anyone test this driver on actual hardware? ) - fix colour weights - use the right WID so we actually see what we draw TODO: - figure out why output is greyscale from the red channel only - add actual acceleration |
| 4a041c5b |
04-Sep-2009 |
macallan <macallan@NetBSD.org> |
the sunleo driver from Xorg |
| f6250001 |
27-Aug-2009 |
mrg <mrg@NetBSD.org> |
fix a couple of defaults that make emacs and a few other things work. as reported on tech-x11. |
| c1d48fef |
27-Aug-2009 |
mrg <mrg@NetBSD.org> |
add a (pointer) cast. |
| eae84721 |
27-Aug-2009 |
macallan <macallan@NetBSD.org> |
fix typo |
| f615cd97 |
27-Aug-2009 |
macallan <macallan@NetBSD.org> |
Support acceleration on 8bit TCX. This is untested for lack of hardware. |
| a6b33934 |
26-Aug-2009 |
macallan <macallan@NetBSD.org> |
my driver for the SPARCbook 3GX's onboard graphics chip from xsrc/xfree |
| ecc0bcc7 |
26-Aug-2009 |
macallan <macallan@NetBSD.org> |
add acceleration support, make hardware cursor work, etc. the acceleration code will not work on 8 bit TCX yet. |
| 4f097477 |
26-Aug-2009 |
jun <jun@NetBSD.org> |
Fix #41619,current-Xhpc crash with wsmouse. set WSMOUSEIO_SETVERSION if needed. tested on NetBSD/hpcmips current. |
| ab821856 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
update for xorg-server 1.6.3. |
| f241d193 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.3. |
| b86d567b |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.3 |
| 78038a65 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
use some more #ifdef HAVE_CONFIG_H. give xkbcomp a config.h, it seems to demand one now... |
| d1128410 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
regenerate these for recent updates. |
| cd2592e8 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.0 |
| 3a925b30 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-vesa 2.2.1 |
| 2e8abef9 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.7 |
| e6f085ba |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.3 |
| 61dc2d86 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.3 |
| e47418d9 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.2 |
| b698ba48 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.3 |
| 5c42550e |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.1 |
| ec713c28 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.4 |
| 92307113 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.3 |
| 19019ffe |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.8.1 |
| 2e71ea71 |
22-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.4 |
| dfc0ff35 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint 1.2.4 |
| 643b027f |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.11 |
| 2a51b5be |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.2 |
| ef6fb4a5 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.2 |
| a18ebfb2 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.3 |
| 518bcf38 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.4 |
| 8b4cfee1 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ast 0.89.9 |
| a349cb8c |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-chips 1.2.2 |
| 1e66b2a2 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-cirrus 1.3.2 |
| d8556812 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.2 |
| b20b881b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.2 |
| 83cab373 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.89.9 |
| fbed5abf |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.2 |
| b15a006b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.5 |
| c9755e7f |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge xmag 1.0.3 |
| e8a71cdf |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.4 |
| 62770414 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.1 |
| 83d7c197 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.3 |
| 34345a63 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.1.0 |
| 1568b75b |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.1.0 |
| 17995a19 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge fixesproto 4.1 |
| 7a8c2523 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge font-util 1.0.2 |
| f31eb78c |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
merge libSM 1.1.1 |
| d656433a |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.1.1 |
| 89d09728 |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.0.2 |
| fa74411d |
21-Aug-2009 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.1 |
| 7022890b |
19-Aug-2009 |
martin <martin@NetBSD.org> |
Fix my favourite mouse handling bug for the Nth time: with a multiplexed device like wsmouse it does not make sense to kill emulate3buttons on first button-3-pressed event. The button-3 pressed may belong to a mouse long gone and leave the internal (two button only) mousepad useless. |
| 7ffe8806 |
18-Aug-2009 |
martin <martin@NetBSD.org> |
for consistency use printWsType() to print Sun5 keyboard type |
| afecbbc8 |
18-Aug-2009 |
mrg <mrg@NetBSD.org> |
fix the rest of PR 41902: make the mouse re-init wsmouse version. the later mouse init changes the "protocol" away from "wsmouse", so we don't bother testing for wsmouse but just try it anyway. also, reduce (useless?) netbsd diffs to vendor. |
| 6c2d381e |
17-Aug-2009 |
jnemeth <jnemeth@NetBSD.org> |
PR/41901 - Henning Petersen -- missing "(" |
| 1bd39548 |
16-Aug-2009 |
christos <christos@NetBSD.org> |
Fix DEBUG build. |
| eec937bb |
15-Aug-2009 |
uwe <uwe@NetBSD.org> |
Mouse emulation uses Menu key, not Windows key. |
| e4da13ee |
13-Aug-2009 |
macallan <macallan@NetBSD.org> |
Sun TCX/S24 driver, version 1.1.1 from Xorg |
| 368923f0 |
07-Aug-2009 |
macallan <macallan@NetBSD.org> |
xf86Version.h is no more |
| 285c341c |
02-Aug-2009 |
mrg <mrg@NetBSD.org> |
update this for 0.15.16. |
| 9cf0a3ef |
30-Jul-2009 |
macallan <macallan@NetBSD.org> |
when writing PCI BusIDs include the domain ID if it's non-zero While there also add Option "Protocol" "wskbd" Option "Device" "/dev/wskbd" to the keyboard section on non-x86 Now X -configure should dump something more usable. |
| 504a48fa |
22-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply patch-am from pkgsrc modular-xorg-server: date: 2009/06/24 17:25:36; author: drochner; state: Exp; lines: +10 -89 zero out a local variable, fixes random behaviour in case a DRI hw module cannot be loaded and the server falls back to software rendering, from Rafal Boni per mail to tech-x11 |
| 7b683adc |
22-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply the patch from http://bugs.freedesktop.org/attachment.cgi?id=27568. it fixes various issues picked up by newer pixman. |
| 36645690 |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.16 |
| d0321353 |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.16 |
| 2e9c7c8c |
18-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.2.2 |
| 8ce851d2 |
09-Jul-2009 |
macallan <macallan@NetBSD.org> |
teack libpciaccess how to discover and map PCI devices on machines with more than one host bridge. While there get rid of some local (re)defines if PCI-related constants. With this Xorg should be able to use any PCI graphics device, no matter if it's console or not. TODO: - cleanup - deal with IO spaces - fix Xorg -configure |
| 381baef6 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
update these for xorg-server 1.6.2. |
| a1818c9d |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.2 |
| 52397711 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.2 |
| 1c79cd07 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-savage 2.3.0. |
| 1473d951 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.3.0 |
| bd2f6fc9 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.14 |
| 9bb0b7e7 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
update for new xfs, libFS, pixman, and glint/siliconmotion/tseng drivers. |
| 776933bf |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-s3-0.6.2 |
| 788f2609 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint-1.2.3 |
| afee0bec |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-cirrus-1.3.1 |
| 5e3660d5 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.2 |
| 39713583 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.2 |
| f4e0a112 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.2 |
| 2ec8c4b4 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.2 |
| 786a6f21 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.3 |
| 4178061c |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.6.2 |
| 66c2ea32 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.2 |
| 85ee4c00 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.3 |
| 7df9f78d |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.1 |
| af1a9c97 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.2 |
| f55e6a01 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.3 |
| 86dafe34 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.1 |
| 37e86ca2 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge xfs 1.1.0 |
| ce6676db |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.1.0 |
| f75be8a7 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.14 |
| dc259aab |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.14 |
| 0b8e4d5a |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge libFS 1.0.2 |
| a7daef0c |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
merge libXt 1.0.6 |
| 2265a131 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.6 |
| 775e7de9 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.6 |
| 2d8abe4f |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.2 |
| 77771e18 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.5.1 |
| 1ff75509 |
09-Jul-2009 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.1 |
| bdf7c697 |
08-Jul-2009 |
mbalmer <mbalmer@NetBSD.org> |
Properly enclose NetBSD local changes in #ifdef __NetBSD__/#endif blocks. ok mrg |
| 91c68a9c |
08-Jul-2009 |
mrg <mrg@NetBSD.org> |
use strcasecmp() to check for netbsd "wsmouse". auto-generated configs end up with "WSmouse". fixes PR#41677. |
| 5ff2e0fc |
07-Jul-2009 |
mrg <mrg@NetBSD.org> |
ShareVTs is only visible #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT). fixes sparc64 build for me. |
| 541282ce |
07-Jul-2009 |
macallan <macallan@NetBSD.org> |
make this work on sparc(64) and probably other architectures which pass arguments in registers |
| 9e884b7e |
03-Jul-2009 |
christos <christos@NetBSD.org> |
- add a function to read the VGA ROM. Makes the intel driver work again. - pass lint |
| 2c9fd100 |
02-Jul-2009 |
mrg <mrg@NetBSD.org> |
apply some (uintptr_t) to appease gcc |
| 773c11be |
01-Jul-2009 |
macallan <macallan@NetBSD.org> |
remove one bogus bailout check in CrimeDoCPUToScreenComposite() - now text in KDE menus is visible again. TODO: - find out why straight horizontal and vertical lines aren't drawn properly - make static alpha work - use the ring buffer to feed commands into the rendering engine |
| 3a84483f |
26-Jun-2009 |
macallan <macallan@NetBSD.org> |
add sparcDriverName() - from Sbus.c |
| a66d540b |
26-Jun-2009 |
christos <christos@NetBSD.org> |
include <stddef.h> for offsetof. |
| 6e6aed1e |
25-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile with new Xorg |
| d80735f0 |
25-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile in the New Order Of Things |
| df1b2e9d |
23-Jun-2009 |
macallan <macallan@NetBSD.org> |
make this compile again in the New Order Of Things |
| 05844e75 |
21-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Do better error checking around libpciaccess, like the intel driver does. This makes the driver working again after the last Xorg update. Although this doesn't really fix the real issue, but makes the driver more robust, thus it reports the error in the logfile instead of dumping core. This should go to upstream. |
| 28fcadc5 |
18-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf86_ansic.h is no more. |
| b68b80c5 |
17-Jun-2009 |
mrg <mrg@NetBSD.org> |
pull across the patches resulting from https://bugs.freedesktop.org/show_bug.cgi?id=21756 which fixes this assert: Mesa 7.4.2 implementation error: invalid reference to a deleted texture object |
| 4fa76718 |
16-Jun-2009 |
mrg <mrg@NetBSD.org> |
fix paths with /usr/local in them |
| cd31f402 |
12-Jun-2009 |
christos <christos@NetBSD.org> |
work around ssp lossage |
| 5ddc3750 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge WSMOUSEIO_SETVERSION fixes. now my mouse works and my radeon works, with xorg-server 1.6! |
| a4f79855 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
pkgsrc patch-ab: Fix coordinate limits off-by-one error causing hardware freezes: http://bugs.freedesktop.org/show_bug.cgi?id=21598 |
| 486efd68 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
pkgsrc patch-aa: Accumulated cursor fixes from 6.12 branch. Should fix cursor corruption issues: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=0ea75453 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=f2aaa708 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=998fd244 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=666b0ff9 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=fbb04716 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=cb8081a8 http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=b6cd47ec http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?h=6.12-branch&id=f2c0fa5e |
| eb61724e |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
avoid a bunch of int/ptr warnings. |
| 8fc67beb |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
new generated files |
| fe8dd8bd |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
do not define BUILDERADDR here |
| 8aefa95b |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
remove a wrong extra {}. |
| 2b2b17b3 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf86_ansic.h is no more. use <errno.h> and <sys/mman.h> always. remove no longer working 1 and 4 bpp. :-( |
| 8c76158f |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
xf4bpp.h and xf1bpp.h are now more. isa support also appears to be no more. |
| d4766b71 |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
backout the previous hack, it is no longer necessary |
| ebfaeb8d |
12-Jun-2009 |
mrg <mrg@NetBSD.org> |
cfb8_16.h is no more |
| e7e32674 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
properly merge 1.4.0 |
| 50f2e948 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
re-merge xf86-video-vesa 2.2.0 |
| cd6ce3d1 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
need to HAVE_XF86_ANSIC_H now. |
| 50e391ed |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
avoid HAL and dbus |
| 9e818a7d |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
update these with xorg-server 1.6.1.901 versions. |
| f842fbd8 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge pixman 0.15.10 |
| 317c648b |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.15.10 |
| 637ac9ab |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xorg-server 1.6.1.190. XXX: our Pci.[ch] changes need to be re-looked at, i think. |
| 4642e01f |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.6.1.901 |
| 68cf5744 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge MesaDemos 7.4.2 |
| f0ffcaef |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge MesaLib 7.4.2 |
| c1f859d4 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.4.2 |
| b3dfa806 |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaGLUT-7.4.2 |
| 8c43b5fa |
11-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.4.2 |
| 1f303ef7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xkeyboard-config 1.4 |
| 5a35480e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-1.4 |
| 39cdf5eb |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update this from xf86-video-ati 6.12.2. |
| 0099df7d |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
fix merge errors |
| c8eabe9c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-ati. |
| b7e1c893 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.12.2 |
| eeaac534 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-input-mouse 1.4.0. |
| 6aab59a7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.4.0 |
| 4a96b39b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-input-vmmouse 12.6.4 |
| d075918c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.6.4 |
| b8de399e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xrandr 1.3.0 |
| 62df5ad0 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.3.0 |
| 5cd1f8c9 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
turn on BUILTIN_FONTS, as it is required with libXfont 1.4.0. |
| 6adc6d48 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update these files to libXfont 1.4.0. |
| 735be5f6 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add the config.h for xf86-video-siliconmotion |
| 449257be |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
apply some HAVE_CONFIG_H |
| 01f4d11f |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge libXfont 1.4.0 |
| 7f7f5e4e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.4.0 |
| 2e384b59 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-void-1.2.0 |
| 226fade8 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
revert to xf86-video-vesa 1.3.0. 2.2.0 has dependancies on a newer xorg-server. |
| cd0facf8 |
10-Jun-2009 |
he <he@NetBSD.org> |
The ldl_u() macro wants an "unsigned int *" as the argument, so ensure that it gets that via a cast. Fixes the build for at least arc. OK'ed by mrg@ |
| d90d948c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-siliconmotion 1.7.1. |
| 1ac89add |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-2.2.0 |
| 7104f784 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.7.1 |
| 09f797df |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
update this for xf86-video-sis 0.10.1 |
| 6523b178 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a config.h for xf86-video-vmware |
| 16fd1166 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.6 |
| 11d5d4e7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a generated config for glint driver. |
| 1e167daa |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of dri2proto-2.0 |
| 9a18c6c0 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
tseng needs a config.h now. |
| 962c3257 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.2.1 |
| dfb49bb3 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-trident 1.3.1 |
| ff89ac2b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.3.1 |
| ca133b17 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
add a hack to work around a vs. xorg-server issue: use the old interface. |
| 47fd271e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
use #ifdef HAVE_CONFIG_H as necessary. |
| 22df1cdf |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
apply pkgsrc patch-ac to make this work. |
| ee74aa5c |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
#include <sys/time.h>. |
| 10219488 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
#include "inputstr.h" since we use stuff from there. CVS---------------------------------------------------------------------- |
| bf83ba61 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-suncg6 1.1.1 |
| 524d6e12 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge xf86-video-glint 1.2.2 |
| d3263506 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.4.2 |
| 047944f3 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.2.0 |
| 880ed95a |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.4.1 |
| 62ab96ba |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-suncg6-1.1.1 |
| 1fd23544 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.10.1 |
| 8697ee19 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.2.1 |
| ba85709e |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.10.2 |
| 72313efb |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.2.1 |
| f3561b8b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.13 |
| 54569438 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.2.2 |
| eda3803b |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.10 |
| d31dbc53 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.1 |
| 0cc67336 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.3.0 |
| 7965d9ac |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.3.1 |
| 4f6cd06f |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.2.2 |
| 1ae1b5e8 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.3.0 |
| 9f4658d1 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.2.1 |
| de78e416 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.89.8 |
| f67b85aa |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.7.1 |
| 8e0ed500 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.2.1 |
| 79a8a9c6 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.3.2 |
| 4f5e7dd7 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libpciaccess-0.10.6 |
| c0173f57 |
10-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.10 |
| f09ef0c4 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
remove an unnecessary 'return', and fix lint too. |
| 2e76d66d |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel-2.7.1 |
| 524a30e3 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
merge libdrm 2.4.11. |
| 18210155 |
09-Jun-2009 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.4.11 |
| 4dab54a5 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Undo last change, version should be set from makefile. |
| 97639292 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Fill in version number |
| e8906951 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Remove .gitignore/.cvsignore files. |
| 6433d281 |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Merge new version. |
| bd35f0db |
05-Jun-2009 |
ahoka <ahoka@NetBSD.org> |
Import xf86-video-s3-0.6.1 from X.org |
| 59599c88 |
29-May-2009 |
nonaka <nonaka@NetBSD.org> |
Use correct syntax for orr instruction. |
| 79ce6870 |
13-May-2009 |
perry <perry@NetBSD.org> |
remove libXaw dependencies on libXp. okayed by mrg. |
| d2dcc2ce |
13-May-2009 |
mrg <mrg@NetBSD.org> |
apply fixes from CVE-2009-0946: Description Multiple integer overflows in FreeType 2.3.9 and earlier allow remote attackers to execute arbitrary code via vectors related to large values in certain inputs in (1) smooth/ftsmooth.c, (2) sfnt/ttcmap.c, and (3) cff/cffload.c. # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0545ec1ca36b27cb928128870a83e5f668980bc5 # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=79972af4f0485a11dcb19551356c45245749fc5b # CONFIRM:http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=a18788b14db60ae3673f932249cd02d33a227c4e plus: http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=0a05ba257b6ddd87dacf8d54b626e4b360e0a596 Problem reported by Tavis Ormandy <taviso@google.com>. * src/lsw/ftzopen.c (ft_lzwstate_io): Test whether `state->prefix' is zero. |
| f3259bdf |
12-May-2009 |
mrg <mrg@NetBSD.org> |
be explicit when assigning members of Firm_event, that are now not a "pure" timeval, but a 32 bit time_t one. not worth attempting to version this code to handle 64 bit time_t since we have it already working properly in Xorg tree and the current code will work for another 29 years. build-tested by me for several weeks, also posted by rjs@. |
| 8dd211ca |
01-May-2009 |
christos <christos@NetBSD.org> |
s/PIC/XMAN_PIC/ |
| b4ecf91f |
20-Apr-2009 |
mrg <mrg@NetBSD.org> |
remove the sources for lbx and Xprint. |
| 03640dfb |
20-Apr-2009 |
mrg <mrg@NetBSD.org> |
delete extremely old sources we never got around to using. |
| 243924be |
13-Apr-2009 |
veego <veego@NetBSD.org> |
Update for 1.2.5: Generated with: env CPPFLAGS="-I/usr/X11R7/include -I/usr/X11R7/include/pixman-1" \ PKG_CONFIG_PATH=/usr/X11R7/lib/pkgconfig ./configure Disable DRI by default, since thats enabled in the NetBSD Makefile |
| c7bab5ba |
13-Apr-2009 |
veego <veego@NetBSD.org> |
Update to 1.2.5 Note: XVideo support will still not work without other DRI changes. - Version 1.2.5 - Added 2D acceleration for R6xx and R7xx. - Added XVideo support for R6xx and R7xx. - Added support for RS880 and RV790. - Added RandR 1.3 mandatory properties. - Refactoring of MC code. - Enable DRI support by default on R5xx and RS6xx. - LUT (color lookup table) fixes. - Tons of quirk table entries and bug fixes. - Fix register accesses for processors that reorder memory writes. - Version 1.2.4 - Added HDMI support. - Added support for RV710, RV730 (DCE 3.2). - Added screen rotation support. - Added RandR 1.3 panning support. - Many acceleration and build fixes. |
| fb589e3e |
13-Apr-2009 |
snj <snj@NetBSD.org> |
Merge freetype-2.3.9. |
| 53618f46 |
13-Apr-2009 |
snj <snj@NetBSD.org> |
Initial import of freetype-2-3-9. |
| 7a6652bb |
11-Apr-2009 |
macallan <macallan@NetBSD.org> |
clip MTE-drawn rectangles by hand, now pwm looks right again |
| 231734e4 |
07-Apr-2009 |
macallan <macallan@NetBSD.org> |
use MTE for simple copy and rectangle operations whenever possible The speedup is measurable but somewhat erratic because of the MTE's funny alignment requirements when doing copy operations. Filling rectangles is much faster this way. |
| 9ec45d0c |
04-Apr-2009 |
christos <christos@NetBSD.org> |
FIx build with SSP |
| 332cfa4f |
04-Apr-2009 |
rafal <rafal@NetBSD.org> |
Fix type of DRM_IOCTL_SG_ALLOC ioctl -- it should be input/output instead of just input. Noticed while debugging some scatter/gather fixes from FreeBSD. |
| 8e5567ff |
01-Apr-2009 |
macallan <macallan@NetBSD.org> |
oops, forgot to initialize the clipping register on init |
| 5b2650b9 |
31-Mar-2009 |
macallan <macallan@NetBSD.org> |
implement pattern fills |
| 3336cae5 |
29-Mar-2009 |
mrg <mrg@NetBSD.org> |
use %lx instead of %x for a few varaiables that may be 64 bit. also match plain old PCI cards. with this, an older PCI radeo 9250 now works with drm. |
| 26dcc2a3 |
26-Mar-2009 |
macallan <macallan@NetBSD.org> |
Implement image downloads, now KDE's window minimize animation doesn't leave artifacts anymore. While there, allow commands to queue up where appropriate, this gives a slight speedup in anti-aliased text rendering ( about 10% on my 200MHz/1MB O2 ) and likely in other operations as well. |
| 93351543 |
18-Mar-2009 |
macallan <macallan@NetBSD.org> |
implement clipping, this takes care of line drawing artifacts in pwm |
| 45801275 |
17-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
xsync: Fix wakeup storm in idletime counter Wakeup scheduling only considered the threshold values, and not whether the trigger was edge or level. See also: https://bugzilla.redhat.com/show_bug.cgi?id=474586 http://svn.gnome.org/viewvc/gnome-screensaver/trunk/src/test-idle-ext.c?view=markup Source: http://cgit.freedesktop.org/xorg/xserver/commit/?id=1f4fb0225b278d1cf4145aebeb0bdd23dc8f62d5 |
| 748261e5 |
13-Mar-2009 |
plunky <plunky@NetBSD.org> |
cpp does not find tokens inside quotes, so remove the quotes so that the search/replace can happen properly. this was already fixed in upstream sources (Hi David!), reference: http://cgit.freedesktop.org/xorg/app/xdm/commit/?id=b73d0c91d32bf0aa60aa5ce2bbbd4468ce21a445 |
| 2f44462d |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge libX11 1.2 |
| 61b2299d |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.2 |
| 8d4c0f7b |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2.3 |
| 5b944e2a |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.4.0 |
| 21e67964 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.2.1 |
| 575cc0a8 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.5.0 |
| 8c4a8e55 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.3.0 |
| b8c538a9 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge randrproto 1.3.0 |
| cfc5024b |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.3.0 |
| dcec6066 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge xedit 1.1.2. |
| f14f4646 |
10-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.1.2 |
| c585b9bd |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
use the new XextErrorHandler type, specified in xextproto now. |
| cf3be063 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.15 |
| 45a6f659 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
only include "config.h" ifdef HAVE_CONFIG_H. |
| c167f636 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
merge libICE 1.0.5 |
| a005d216 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.4 |
| afe13c8e |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.2 |
| 72e81212 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.1.1 |
| 7d262bba |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.0.5 |
| cae39615 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.4 |
| 7978d3cd |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.6 |
| ab902922 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.5 |
| c5629e66 |
09-Mar-2009 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.5 |
| c07a43cb |
06-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
PR# xsrc/40970: xorg-cf-files NetBSD.cf doesn't have GccAliasingArgs defined on mips Unconditionally include xorg.cf; ok mrg@ |
| 9e2fcd1d |
01-Mar-2009 |
jmcneill <jmcneill@NetBSD.org> |
PR# xsrc/40939: nvidia driver can not deal with COMPOSITE/DAMAGE extensions Apply the following patches from Xorg head: * http://cgit.freedesktop.org/xorg/xserver/patch/?id=0c6987df3b9b3a37d201d740d8248c326449835e XAA: Disable offscreen pixmaps by default. Say Option "XaaOffscreenPixmaps" to turn them back on. * http://cgit.freedesktop.org/xorg/xserver/patch/?id=01879e583b0ce0d8fddc37e36d9b69fe4f1d1e72 Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no". xf86IsOptionSet is rarely the right function to use for boolean options because it returns TRUE whenever the option is present, even if its value is "no", "off", "0", etc. |
| 09f0d67c |
25-Feb-2009 |
macallan <macallan@NetBSD.org> |
Implement ARGB alpha masks - now WindowMaker's menus are readable again. (why on earth do they pass an alpha map in ARGB when rendering the menus instead of a pure 8bit alpha map as everywhere else?) |
| 631fdd2b |
19-Feb-2009 |
jmcneill <jmcneill@NetBSD.org> |
Fix typo (gimips -> sgimips) |
| 34c4e112 |
19-Feb-2009 |
macallan <macallan@NetBSD.org> |
Now this driver actually works. |
| 766b813d |
19-Feb-2009 |
macallan <macallan@NetBSD.org> |
Actually use scanline image writes to upload images if available |
| 0aec58bc |
18-Feb-2009 |
christos <christos@NetBSD.org> |
Add missing #endif from Jukka Salmi |
| f1124b47 |
18-Feb-2009 |
christos <christos@NetBSD.org> |
implement WS*IO_SETVERSION like we did for Xorg. |
| f0e1d149 |
17-Feb-2009 |
abs <abs@NetBSD.org> |
Fix definition for vax |
| 86384282 |
16-Feb-2009 |
macallan <macallan@NetBSD.org> |
in 24bit write a linear colour map into the DAC. Now colours look right. Still needs testing in 8 bit. |
| bad89cad |
14-Feb-2009 |
abs <abs@NetBSD.org> |
Adjust operand constraints in the m68k asm versions of FASTPUTBITS |
| c3c49246 |
14-Feb-2009 |
macallan <macallan@NetBSD.org> |
Add NetBSD-specific bits. Now this driver works on my R5k Indy with 24bit Newport graphics board. |
| ba0eab60 |
14-Feb-2009 |
macallan <macallan@NetBSD.org> |
Xorg's driver for Newport / NG1 graphics boards found in SGI Indy and others. |
| fa7f6585 |
09-Feb-2009 |
plunky <plunky@NetBSD.org> |
add horizontal mouse-wheel functionality to USB and WSMOUSE drivers |
| 2acebfac |
07-Feb-2009 |
christos <christos@NetBSD.org> |
Set the version for the keyboard too. From Patrick Welche |
| 6adf905b |
03-Feb-2009 |
macallan <macallan@NetBSD.org> |
Get rid of gratuitious calls to FFBSaveScreen() during driver setup. This should avoid a crash on ffb1 boards where we need to redraw the screen on unblank which would happen when we're not ready to do so with above mentioned calls in place. Blanking there is pointless anyway - we don't ever switch video modes so there's nothing 'aesthetic' about it. |
| 57c23b01 |
02-Feb-2009 |
christos <christos@NetBSD.org> |
add a SetupMouse proc to condition the fd. Convert NetBSD's SetupAuto to SetupMouse. |
| 751d7a2a |
02-Feb-2009 |
christos <christos@NetBSD.org> |
Call a SetupMouse function to condition the fd. |
| e76b8a62 |
28-Jan-2009 |
christos <christos@NetBSD.org> |
we don't care about -DPIC defined from the compiler. |
| 644fc5c1 |
25-Jan-2009 |
tron <tron@NetBSD.org> |
Initial import of font-sony-misc-1.0.0 from X.Org. This is part of the fix for PR xsrc/40476 by Takeshi Nakayama. |
| c2d91235 |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
The {read,write}Dense{8,16} functions, as implemented, always to 32bits access and truncate the result to 8/16 bits, or do read/modify/write cycles. This is bad if the read or write cycle to adjacent registers change the adapter's state (e.g. if an adjacent register is a fifo, we'll discard values, or add additionnal, unwanted values in the fifo). Fix: use the BWX instructions for 8 and 16 bit access. Also submitted to Xorg as bug #19722 |
| a64b764b |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
NetBSD-specific code doesn't work on ev6 systems. This is because the code assumes there is at last 2 mappings, one dense and one sparse. On ev6 there's only one mapping, and the code access abw[] out of bound. Fix: check abw_count and if it's 1, use the same mapping for dense_base and memory_base. Also submitted to Xorg as bug #19721 |
| 48568d1e |
24-Jan-2009 |
bouyer <bouyer@NetBSD.org> |
On NetBSD/alpha in{b,w,l} and out{b,w,l} are not functions but #define to a function pointer. This doesn't work with the SYMFUNC() macro, the compiler outputs and error. Fix: don't SYMFUNC() these on NetBSD/alpha Also submitted to Xorg as bug #19720 |
| 8a3bdf72 |
23-Jan-2009 |
christos <christos@NetBSD.org> |
change never to 0. |
| e44187a3 |
20-Jan-2009 |
martin <martin@NetBSD.org> |
Remove a no longer needed cast |
| a1fff668 |
20-Jan-2009 |
martin <martin@NetBSD.org> |
Fix OpenFramebuffer signature, so it compiles with -Werrors - untested(!) |
| 23aa050a |
19-Jan-2009 |
christos <christos@NetBSD.org> |
undo my XHASH previous change. |
| 4cbbfde9 |
19-Jan-2009 |
christos <christos@NetBSD.org> |
fix ioctl. |
| 927247b5 |
17-Jan-2009 |
mhitch <mhitch@NetBSD.org> |
Workaround the backwards compatible firm_event: firm_event still uses 32 bit times to maintain compatibility for older Xamiga. This should really be versioned to use the approriate timeval structures in the firm_event data. This workaround should suffice for while; will there even be any Amigas still running when this breaks? |
| ad26436c |
17-Jan-2009 |
christos <christos@NetBSD.org> |
add missing endif. |
| 6f999923 |
17-Jan-2009 |
christos <christos@NetBSD.org> |
use XHash |
| 03418e9a |
17-Jan-2009 |
ahoka <ahoka@NetBSD.org> |
Revert last change. |
| c8da46d7 |
17-Jan-2009 |
ahoka <ahoka@NetBSD.org> |
Set the default color of the root window to plain black due to popular demand. It looks much better that way. |
| 7f8af526 |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
Catch up with changes in XAA that rendered our RENDER acceleration code non-functional. While there, fix VSCROLL support to disable alpha blending in order to avoid those bluish-greenish artifacts we'd get otherwise when doing a VSCROLL right after a RENDER op. |
| ec319841 |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
On older FFBs we need to redraw the screen after unblanking. From xsrc/xfree |
| cc45f3ff |
16-Jan-2009 |
macallan <macallan@NetBSD.org> |
turn off the hw cursor on exit |
| e4408d0a |
13-Jan-2009 |
christos <christos@NetBSD.org> |
Set the mouse event protocol version. (untested, but head will be broken unless I add this). |
| 4e40088c |
10-Jan-2009 |
christos <christos@NetBSD.org> |
requested by joerg |
| 0d92cbfd |
06-Jan-2009 |
christos <christos@NetBSD.org> |
resolve conflicts, maintain not allowing property changes from the title. |
| 2eaa94a1 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
import xterm-238 |
| bcf4e684 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
- disable window ops - set pointermode to never |
| 22d8e007 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
- disable changexprop - fix decrqss - disable udk |
| 781b53c7 |
06-Jan-2009 |
christos <christos@NetBSD.org> |
disable font shifting by default. |
| 6a9c7101 |
02-Jan-2009 |
spz <spz@NetBSD.org> |
get rid of a warning only visible when compiling with USE_PAM |
| 16c487c3 |
25-Dec-2008 |
ghen <ghen@NetBSD.org> |
Add X.org support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream xkeyboard-config, but not in xkbdata). |
| 7a8c55a4 |
04-Dec-2008 |
macallan <macallan@NetBSD.org> |
When checking for an unimplemented MMIO BAR also check for an uninitialized one This allows the mach64 driver to work on a PowerMac G3, the firmware here leaves 0xfffff000 in the MMIO BAR. |
| 9013130f |
28-Nov-2008 |
martin <martin@NetBSD.org> |
Do not special case locale names for sparc _LP64 machines - this probably is a Solaris'm not needed on NetBSD. Fixes PR xsrc/40046. |
| 46154950 |
23-Nov-2008 |
mrg <mrg@NetBSD.org> |
patch from jmcneill@: add a log message to notify what VT is in use. helps gdm/consolekit. |
| cbc36617 |
18-Nov-2008 |
hans <hans@NetBSD.org> |
fix DEFAULT_CONFIG_FILE. OK by cube. |
| bdd09ed4 |
18-Nov-2008 |
cube <cube@NetBSD.org> |
Remove generated files that should not have been part of the distribution in the first place. This fixes twm's config file parser. ok mrg@. |
| c041511d |
11-Nov-2008 |
cube <cube@NetBSD.org> |
Initial import of MesaGLUT, version 7.0.3 for native X.Org's benefit. |
| 98bb403a |
11-Nov-2008 |
macallan <macallan@NetBSD.org> |
Port the AG-10e driver to Xorg. Tested on my SS20. |
| f5488e98 |
06-Nov-2008 |
macallan <macallan@NetBSD.org> |
add __mips__ |
| e1ea03a3 |
06-Nov-2008 |
macallan <macallan@NetBSD.org> |
Driver for the rendering engine found in SGI's O2 workstations Not adapted to Xorg yet, just copied from xsrc/xfree |
| 5d492fd2 |
04-Nov-2008 |
macallan <macallan@NetBSD.org> |
add hw cursor support and unbork shadow fb support. TODO: find out how shadow fb is supposed to work in Xorg |
| 4fa4b97e |
04-Nov-2008 |
macallan <macallan@NetBSD.org> |
add ARM support. For some idiotic reason Xorg still uses different variable for the IO base address on different architectures. |
| 093ea8b6 |
30-Oct-2008 |
macallan <macallan@NetBSD.org> |
whitespace police |
| 7fd8a0c2 |
30-Oct-2008 |
macallan <macallan@NetBSD.org> |
this should have been added with the previous commit |
| cb0b7cef |
30-Oct-2008 |
veego <veego@NetBSD.org> |
Update for the 0.12.0 import |
| 181a564c |
30-Oct-2008 |
veego <veego@NetBSD.org> |
All files are now part of the pixman distribution. |
| 91a96115 |
30-Oct-2008 |
veego <veego@NetBSD.org> |
File was renamed to pixman-sse2.[ch] in pixman version 0.12.0 |
| 27693ee9 |
30-Oct-2008 |
veego <veego@NetBSD.org> |
Update to 0.12.0 for syncing with pkgsrc. The full changes can be found here: http://gitweb.freedesktop.org/?p=pixman.git;a=shortlog |
| 4d26f1c6 |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
add acceleration support. From xsrc/xfree |
| 5eefee25 |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
the suncg6 driver from xorg |
| dbbd9e4b |
29-Oct-2008 |
macallan <macallan@NetBSD.org> |
the sunffb driver |
| e756bddc |
28-Oct-2008 |
macallan <macallan@NetBSD.org> |
Don't map more of the register aperture than we really need. |
| 8948c7e2 |
28-Oct-2008 |
macallan <macallan@NetBSD.org> |
add a missing cast to shut up gcc |
| f26a88e8 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
No longer part of xf86-video-radeonhd (replaced by r5xx_3dregs.h) |
| db2890c7 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
Update to 1.2.3 Major Changes ============= Read ChangeLog for a complete list. - Version 1.2.3 - Added Command Submission infrastructure. - Version 1.2.2 - Added DRI support (R5xx and RS6xx). - Added support for RV770, RS780, M82, M86, and M88. - Added XVideo support. - Added CP based 2D acceleration (R5xx and RS6xx). - Added EXA render acceleration (R5xx and RS6xx). - Added support for AtomBIOS based mode setting. - Added support for scaled modes. - Added RandR support for backlight control. - Lots of modesetting related bug fixes. |
| 5489dd98 |
27-Oct-2008 |
veego <veego@NetBSD.org> |
Don't enable USE_DRI here. Thats handled in the reachover Makefile |
| 0ff480bc |
27-Oct-2008 |
veego <veego@NetBSD.org> |
add generated config for xf86-video-radeonhd version 1.2.3 |
| ed274aab |
25-Oct-2008 |
macallan <macallan@NetBSD.org> |
Add support for PCI_VIA_TTYE0 hack. ( that way we can access PCI config space belonging to the console via ttyE0. This is useful on machines where the console fb may not be accessible via /dev/pci0. Also, it hides other PCI devices from the Xserver so it's less likely to mess with our BARs ) From xsrc/xfree |
| fc1e04f0 |
25-Oct-2008 |
macallan <macallan@NetBSD.org> |
Make PCI bus address ranges match reality on sparc64 and powerpc |
| 904cdfd2 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
more bits'n'pieces for sparc support |
| de0a7c19 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
include string.h and strings.h - for some reason they're missing on sparc64 XXX: need to figure out where the other archs include them so we can get rid of this |
| f8104d25 |
24-Oct-2008 |
macallan <macallan@NetBSD.org> |
add missing bits & pieces for sparc(64) and Sbus support While there, use ppc_video.c on sparc(64) as well, sparc64_vodeo.c is almost identical and only misses EnableIO() stuff which we'll want to add at some point anyway and then they'd be identlical to the ones from ppc_video.c anyway. |
| 60ce4286 |
23-Oct-2008 |
jmcneill <jmcneill@NetBSD.org> |
GenerateDriverlist: Change driver matching pattern to be the same as the one used by the module loader. |
| aee60f53 |
23-Oct-2008 |
jmcneill <jmcneill@NetBSD.org> |
videoPtrToDriverName: use the 'intel' driver instead of 'i810'. |
| 26d9b5fe |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
use membar_sync() from atomic.h instead of loads of arch-specific __asm Suggested by bjs |
| 662f3b07 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
repeat after me - pointers are not guaranteed to be the same size as int |
| ac9c00e8 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
use le32toh() and friends instead of relying on byteswap.h which appears to be linux-specific. XXX: the code also swaps floats, I doubt that's correct. |
| ac15d2bc |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
add keymap fixes for ADB, Sun and pseudo-XT-via-wskbd0 from xsrc/xfree |
| 9a797c50 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
make this compile on sparc64 |
| da788fc0 |
22-Oct-2008 |
macallan <macallan@NetBSD.org> |
add sparc64 goo, from xsrc/xfree |
| 19fdeef8 |
19-Oct-2008 |
macallan <macallan@NetBSD.org> |
Downgrade a few more FatalError()s to X_WARNING, while there use PCI_MAGIC_IO_RANGE to mmap the IO range instead of a macppc-specific magic number. We'll need this on shark and the other powerpc-based ports. |
| fdc3284d |
19-Oct-2008 |
macallan <macallan@NetBSD.org> |
Failure to map something is not a FatalError() |
| c582b7e3 |
12-Oct-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-r128-6.8.0 |
| a8d0ce4e |
04-Oct-2008 |
cube <cube@NetBSD.org> |
Avoid referencing something that isn't defined. Bring in the definition from another manual page. |
| a996d74d |
21-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nvxbox-20070409 |
| 32b578d3 |
21-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mach64-6.8.0 |
| b94d2739 |
17-Sep-2008 |
cube <cube@NetBSD.org> |
Steal relevant patches from pkgsrc. |
| c4d0b717 |
15-Sep-2008 |
cube <cube@NetBSD.org> |
Use a sane default for xkb rules, "xorg", which is actually provided in the distribution, unlike "base". |
| a85076b9 |
13-Sep-2008 |
bjs <bjs@NetBSD.org> |
i386_iopl() is used on x86_64 as well, as in the x86_64 case, the source does: #define i386_iopl x86_64_iopl Therefore, we need USE_I386_IOPL defined for this architecture. |
| b1297603 |
06-Sep-2008 |
mrg <mrg@NetBSD.org> |
initial import of xinput-1.3.0 |
| a6f9e684 |
02-Sep-2008 |
rtr <rtr@NetBSD.org> |
revert previous since it causes xorg to break when loading configuration |
| 85f5abff |
01-Sep-2008 |
mrg <mrg@NetBSD.org> |
add generated config for xf86-video-sis |
| b9afefc9 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| 172f7f5d |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| 680aeaee |
31-Aug-2008 |
rtr <rtr@NetBSD.org> |
add missing symbol table entry should resolve pr36039 |
| 898d7136 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build. |
| c7449593 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build |
| a758736e |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debug build. |
| 3f3e8497 |
31-Aug-2008 |
christos <christos@NetBSD.org> |
fix debugging build. |
| b8130881 |
31-Aug-2008 |
rtr <rtr@NetBSD.org> |
copy arm_video.c from xsrc/xfree and tweak it. our version of this seems to be more up-to-date/used than that in x.org |
| 61c16e3e |
31-Aug-2008 |
rtr <rtr@NetBSD.org> |
-#elif defined(__powerpc__) +#elif defined(__powerpc__) || defined(__arm__) || defined(__mips__) || \ + defined(__sparc__) from xsrc/xfree bsdResource.c |
| 154daed1 |
30-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkeyboard-config-1.3 |
| 8c7b8c22 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
look for __arm__ as well. |
| 48b4a88b |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
- don't define OSVENDOR here. - don't re-define PACKAGE. - only define _XSERVER64 if _LP64. |
| aca65698 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
also check for __arm__. |
| d5fe8870 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
only define _XSERVER64 if _LP64 |
| 3039d1a7 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
use _LP64 pre-processor macro instead of a list of 64 bit platforms. |
| f2a6d746 |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
include <string.h> |
| a34dc42e |
28-Aug-2008 |
mrg <mrg@NetBSD.org> |
add generated files for xf86-input-mouse and xf86-video-ati. |
| 7a5a6f8e |
15-Aug-2008 |
rtr <rtr@NetBSD.org> |
move WSCONS case inside switch statement |
| 7bf6719f |
11-Aug-2008 |
mrg <mrg@NetBSD.org> |
fix a macro to apply the cast to the result, not the conditional. |
| 773fea70 |
09-Aug-2008 |
rtr <rtr@NetBSD.org> |
#include <string.h> |
| 76b7b2de |
06-Aug-2008 |
mrg <mrg@NetBSD.org> |
don't define a few more things. |
| d47bc60a |
06-Aug-2008 |
mrg <mrg@NetBSD.org> |
adapt this to a reasonable include path |
| 84d7233f |
04-Aug-2008 |
mrg <mrg@NetBSD.org> |
attempt to support netbsd/arm |
| 37c19724 |
04-Aug-2008 |
mrg <mrg@NetBSD.org> |
XXX don't define USE_I386_IOPL |
| 0926b19c |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out X_BYTE_ORDER defs they are available in other includes |
| e44cdb5b |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out #define HAVE_DBUS 1 since we don't |
| 50d8ec9f |
03-Aug-2008 |
rtr <rtr@NetBSD.org> |
comment out definitions for XKB_BASE_DIRECTORY XKB_BIN_DIRECTORY and XKM_OUTPUT_DIR. the values defined were not correct anyway instead we rely on CPPFLAGS from xkb Makefile which are share/mk aware |
| 8b383f93 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
delete generated files. |
| c2d0e2a8 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
XXX: check for __arm__ as well as __arm32__. XXX: need to port changes from xsrc to this file. it assumes that XXX: arm is little endian. |
| a57aa4d3 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
clear the GL buffer properly. from http://bugs.freedesktop.org/show_bug.cgi?id=13358. |
| f16b93fd |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
include dev/wscons/wsconsio.h on netbsd. fix some #ifdef vs. {} placement lossage. |
| 1d1be4ca |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
add a bunch of generated files. XXX mknative-xorg! |
| 357bfbb2 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-wsfb-0.2.1 |
| 6df26cac |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vmware-10.16.1 |
| c34a92a0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-via-0.2.2 |
| eecdcf52 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vga-4.1.0 |
| 45bc899b |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-vesa-1.3.0 |
| d983712d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tseng-1.1.1 |
| 95b296d0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-trident-1.2.3 |
| 7706df26 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tga-1.1.0 |
| 02be438a |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-tdfx-1.3.0 |
| 72b676d7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-sis-0.9.3 |
| 09885543 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-siliconmotion-1.5.1 |
| ab47cfaa |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-savage-2.1.3 |
| 1d54945d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3virge-1.9.1 |
| 340e3fbd |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-s3-0.5.0 |
| bdcaa8d0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-rendition-4.1.3 |
| 9fcdf0b4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-radeonhd-1.2.1 |
| fc5a983d |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nv-2.1.10 |
| 71d7fec4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-nsc-2.8.2 |
| 692f60a7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-neomagic-1.1.1 |
| fe5e51b7 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-mga-1.4.8 |
| 8c7da7f0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-intel-2.4.0 |
| 53e90a53 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-imstt-1.1.0 |
| 301ea0f4 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i740-1.1.0 |
| 50806d53 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-i128-1.2.1 |
| c35d236e |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-glint-1.1.1 |
| 69652eab |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cyrix-1.1.0 |
| 76888252 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-cirrus-1.1.0 |
| c06b6b69 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-chips-1.1.1 |
| 209ff23f |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ati-6.9.0 |
| 15fb4814 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ast-0.81.0 |
| 943345d3 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-ark-0.6.0 |
| 17a48c7c |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-video-apm-1.1.1 |
| 50a8415e |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-void-1.1.1 |
| 9bd41f2c |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-vmmouse-12.5.0 |
| 659607e0 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-mouse-1.3.0 |
| ee3138f1 |
02-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86-input-keyboard-1.3.1 |
| b4b94579 |
01-Aug-2008 |
mrg <mrg@NetBSD.org> |
initial import of pixman-0.11.4 |
| 05b261ec |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xorg-server-1.4.2 |
| ccf2a0cf |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
port pkgsrc patch-ac: support netbsd atomic ops. |
| 73accdbc |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc patch-aa: fix netbsd major number |
| 20fbf228 |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply part of pkgsrc patch-ab: - fix NetBSD major value (this needs to die for netbsd anyway) - also, undef it first so that there are no warnings. |
| cf369ce0 |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
find the (generated at build time) fcarch-netbsd.h. |
| 8bc17fcb |
31-Jul-2008 |
mrg <mrg@NetBSD.org> |
automatically generated files, mknative-xorg? |
| a329658a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-type1-1.0.1 |
| 06920464 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.0 |
| 345ed3be |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-100dpi-1.0.0 |
| 38cd97f3 |
30-Jul-2008 |
simonb <simonb@NetBSD.org> |
Pull in rev 1.2 of xfree/xc/programs/xconsole/xconsole.c from xtos: Use openpty instead of hand-rolled code. |
| 655233e0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
commit generated files; in many cases these aren't really needed except the sources #include them unconditionally. fortunately most of the modular xorg packages use #ifdef HAVE_CONFIG_H. |
| 25d1e1c8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/x11/randrproto/patches/patch-aa: remove a couple of extra "B32;" that cause compile errors. |
| 228cb731 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
define ICE_t/TRANS_CLIENT/TRANS_SERVER as 1 to avoid compiler warnings. |
| d8f07471 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/x11/libXt/patches/patch-ag: Recalculate fd_set more aggressively (bug #808) select() can modify the fd set, so be a bit pessimistic and recalculate it more often. |
| 5d887b24 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
apply pkgsrc/fonts/fontconfig/patches/patch-ae: support interix in fontconfig (useful for tools.) |
| d522f475 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xterm-235 |
| bccedf53 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwud-1.0.1 |
| ff7e0acc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwininfo-1.0.3 |
| b3307321 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xwd-1.0.1 |
| 8ae04fa6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xvinfo-1.0.2 |
| cacd992d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xvidtune-1.0.1 |
| 876ff6fe |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xtrap-1.0.2 |
| 73143b9a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xtrans-1.2 |
| 8440cca4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xstdcmap-1.0.1 |
| 8108eb18 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsm-1.0.1 |
| c95b42ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetroot-1.0.2 |
| 91a17321 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetpointer-1.0.1 |
| 4963b7b6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xsetmode-1.0.0 |
| a0195d5f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xset-1.0.4 |
| 7da8b7e3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrefresh-1.0.2 |
| 8b22bf3f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrdb-1.0.4 |
| a0d3b6ea |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xrandr-1.2.3 |
| 566738d7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xproxymanagementprotocol-1.0.2 |
| ade92942 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xproto-7.0.13 |
| fc89c0fb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xprop-1.0.3 |
| d636c985 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xprehashprinterlist-1.0.1 |
| 7dbf892a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xplsprinters-1.0.1 |
| 871f62e0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xphelloworld-1.0.1 |
| 11d341ca |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xorg-cf-files-1.0.2 |
| 16910e25 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmore-1.0.1 |
| 1a30de1f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmodmap-1.0.3 |
| c9e2be55 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmh-1.0.1 |
| 100ae103 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmessage-1.0.2 |
| 1abf7346 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xman-1.0.3 |
| 9aa228fd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xmag-1.0.2 |
| e6232409 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsfonts-1.0.2 |
| a850946e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsclients-1.0.1 |
| fdb3d228 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlsatoms-1.0.1 |
| 3da7aff1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xlogo-1.0.1 |
| fd0c672f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xload-1.0.2 |
| 4fb28925 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkill-1.0.1 |
| 010cdda0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbutils-1.0.1 |
| 0e20ee16 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbprint-1.0.1 |
| 76910425 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbevd-1.0.2 |
| 49667fd6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbdata-1.0.1 |
| f46a6179 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xkbcomp-1.0.5 |
| a73027ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xinit-1.1.0 |
| c0ea3241 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xineramaproto-1.1.2 |
| 64ce7165 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xhost-1.0.2 |
| fd7d9bd3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xgc-1.0.1 |
| 72b4363a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xgamma-1.0.2 |
| 54b79bc8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfwp-1.0.1 |
| 067610f1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfsinfo-1.0.2 |
| bbe1b32b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfs-1.0.8 |
| 492e1cfe |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfd-1.0.1 |
| 8c4cd3c5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86vidmodeproto-2.2.2 |
| af2f0eb6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86miscproto-0.9.2 |
| 37c4dc00 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86driproto-2.0.4 |
| 5453c8ba |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86dgaproto-2.0.3 |
| 12ea299a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86bigfontproto-1.1.2 |
| 9027f4a0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfontsel-1.0.2 |
| b8f75c19 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xfindproxy-1.0.1 |
| bb9c676a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xf86dga-1.0.2 |
| a1d141d5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xeyes-1.0.1 |
| d181e475 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xextproto-7.0.3 |
| f299d47f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xev-1.0.3 |
| 5dfecf96 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xedit-1.0.2 |
| 0fa2845d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdriinfo-1.0.2 |
| 1e00de39 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdpyinfo-1.0.3 |
| 145b7b3c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xdm-1.1.6 |
| f80a6dcd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xditview-1.0.1 |
| c7484f1f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xconsole-1.0.3 |
| 2c7c4e3d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcmsdb-1.0.1 |
| ee1185d5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcmiscproto-1.1.2 |
| e9554658 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xclock-1.0.3 |
| 97e8a2e8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xclipboard-1.0.1 |
| 4d9b34d9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xcalc-1.0.2 |
| 129be1b7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xbitmaps-1.0.1 |
| c19de146 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xbiff-1.0.1 |
| 7a0395d0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of xauth-1.0.3 |
| 264fa531 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of x11perf-1.4.1 |
| 67f05d30 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of viewres-1.0.1 |
| 72ec2e3c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of videoproto-2.2.2 |
| 3e747e6d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of twm-1.0.4 |
| b32723c5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of ttf-bitstream-vera-1.10 |
| 79e26af0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of trapproto-3.4.3 |
| 14c0a534 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of smproxy-1.0.2 |
| 7d5e3a19 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of setxkbmap-1.0.4 |
| a6d9b409 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of sessreg-1.0.3 |
| 2a165fe2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of scrnsaverproto-1.1.0 |
| 53354cdb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of rgb-1.0.3 |
| b795511b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of resourceproto-1.0.2 |
| e2529dd3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of renderproto-0.9.3 |
| d2aae5d0 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of recordproto-1.13.2 |
| defa45eb |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of randrproto-1.2.1 |
| 5c10afb9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of proxymngr-1.0.1 |
| 343dfb62 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of printproto-1.0.4 |
| 6ea72052 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of oclock-1.0.1 |
| ea6ae205 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of mkfontscale-1.0.5 |
| d838582f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of mkfontdir-1.0.4 |
| 0eb10989 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of makedepend-1.0.1 |
| 382ff0af |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libxkbui-1.0.2 |
| 8c9fbc29 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libxkbfile-1.0.5 |
| 9b758c54 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of liblbxutil-1.0.1 |
| 3da084b3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libfontenc-1.0.4 |
| 31375aa2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libdrm-2.3.0 |
| 191cded7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86vm-1.0.1 |
| 41b2f0bd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86misc-1.0.1 |
| 8dd3e0ee |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXxf86dga-1.0.2 |
| 6f03b1f6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXvMC-1.0.4 |
| 9f606849 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXv-1.0.4 |
| a253d6ae |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXtst-1.0.3 |
| 444c061a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXt-1.0.5 |
| bd1da9d7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXres-1.0.3 |
| 1f0ac6a5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXrender-0.9.4 |
| b042e37f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXrandr-1.2.2 |
| 632bc0e7 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXprintUtil-1.0.1 |
| 45d5f363 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXprintAppUtil-1.0.1 |
| a966c04f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXpm-3.5.7 |
| 83fe4493 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXp-1.0.0 |
| 6c321187 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXmu-1.0.4 |
| e0963ede |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXinerama-1.0.3 |
| c43cc173 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXi-1.1.3 |
| c76ae52d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXft-2.1.12 |
| 52f9793f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfontcache-1.0.4 |
| 23a0898a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfont-1.3.2 |
| 4456fccd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXfixes-4.0.3 |
| caade7cc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXext-1.0.4 |
| d9c7fc6c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXevie-1.0.2 |
| ff559fab |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXdmcp-1.0.2 |
| af7c02bd |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXdamage-1.1.1 |
| 7914d74b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXcursor-1.1.9 |
| 4b0ead49 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXcomposite-0.4.0 |
| 7a84e134 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXaw-1.0.4 |
| 27702724 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXau-1.0.3 |
| 966bf024 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXTrap-1.0.0 |
| ef981d24 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libXScrnSaver-1.1.3 |
| 1ab64890 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libX11-1.1.4 |
| 126a8a12 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libSM-1.0.3 |
| 266e564d |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libICE-1.0.4 |
| ba6a1819 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of libFS-1.0.1 |
| a8fdb4bc |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of luit-1.0.3 |
| cbeba4ae |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of listres-1.0.1 |
| add45bf4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of lbxproxy-1.0.1 |
| 78c27c44 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of kbproto-1.0.3 |
| 3090bac2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of inputproto-1.4.3 |
| bb2e14f3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of imake-1.0.2 |
| 1fb077a1 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of ico-1.0.2 |
| 9fe995a9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of iceauth-1.0.2 |
| f504f524 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of glproto-1.4.9 |
| 21c2f794 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fstobdf-1.0.3 |
| d1333322 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fslsfonts-1.0.2 |
| 9ab84437 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of freetype-2.3.6 |
| 43f32c10 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fonttosfnt-1.0.4 |
| 66fe65f6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-util-1.0.1 |
| 831c829c |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-ibm-type1-1.0.0 |
| a6fdc6fa |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-mutt-misc-1.0.0 |
| 335e815a |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-misc-misc-1.0.0 |
| 0bd0e222 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-jis-misc-1.0.0 |
| 98049353 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-isas-misc-1.0.0 |
| b7d53ee5 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-dec-misc-1.0.0 |
| 1cc8c64f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-daewoo-misc-1.0.0 |
| b1cb5b87 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-cursor-misc-1.0.0 |
| de48a5d3 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-type1-1.0.0 |
| ded1caa4 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-75dpi-1.0.0 |
| 56f6b22b |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bitstream-100dpi-1.0.0 |
| eabb8368 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-type1-1.0.0 |
| 0cc6efb6 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-ttf-1.0.0 |
| 165c351f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-lucidatypewriter-75dpi-1.0.0 |
| dcae5b9e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-75dpi-1.0.0 |
| 3294c433 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-bh-100dpi-1.0.0 |
| a99f82b8 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-alias-1.0.1 |
| 67332fb9 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-75dpi-1.0.1 |
| 08f3b10e |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-utopia-100dpi-1.0.1 |
| 4ecf19b2 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-75dpi-1.0.0 |
| ed029a5f |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of font-adobe-100dpi-1.0.0 |
| 4a2e0324 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontsproto-2.0.2 |
| 2c393a42 |
30-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontconfig-2.6.0 |
| 924b8899 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fontcacheproto-0.1.2 |
| 989156a7 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of fixesproto-4.0 |
| ba78c549 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of expat-2.0.1 |
| 439fab64 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of evieext-1.0.2 |
| 92bb16f8 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of encodings-1.0.2 |
| 33c89af1 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of editres-1.0.3 |
| f7101262 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of damageproto-1.1.0 |
| 2a3d78ed |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of compositeproto-0.4 |
| eaef79e5 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of bitmap-1.0.3 |
| 44d7874b |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of beforelight-1.0.3 |
| 36132840 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of bigreqsproto-1.0.2 |
| 29459361 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of appres-1.0.1 |
| 7117f1b4 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of MesaLib-7.0.3 |
| 885d1779 |
29-Jul-2008 |
mrg <mrg@NetBSD.org> |
initial import of MesaDemos-7.0.3 |
| f2f1d536 |
02-Jul-2008 |
macallan <macallan@NetBSD.org> |
sprinkle #ifndef AVOID_VGAHW With this the radeon driver works fine on sparc64 with the Sun XVR-100 card |
| 9567c008 |
21-May-2008 |
ghen <ghen@NetBSD.org> |
Add X11 support for the Colemak keyboard layout, see http://colemak.com (it's been included in upstream X.org, too). |
| f6cf7dc2 |
30-Apr-2008 |
martin <martin@NetBSD.org> |
Change TNF license to 2 clause form |
| 8c65ceaa |
29-Apr-2008 |
martin <martin@NetBSD.org> |
Move to new 2 clause license |
| 62bfe567 |
28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses |
| dd8b46f2 |
19-Apr-2008 |
macallan <macallan@NetBSD.org> |
now that we can access IO on shark enable the ISA VGA check here as well. With this X -configure works properly on rev. 4 sharks. Now we have working X on sharks with ct65550s. |
| 30070ae6 |
19-Apr-2008 |
macallan <macallan@NetBSD.org> |
use ppc_video.c on NetBSD/shark as well. There really isn't anything PowerPC-specific in this file and we can use the same method to mmap() PCI IO space on other architectures as well. For instance sparc64. With this we can access VGA registers on shark. Just one more to go... |
| dcad61ff |
19-Apr-2008 |
macallan <macallan@NetBSD.org> |
don't FatalError() if the console device isn't PCI - this case is perfectly sane. |
| d279784a |
19-Apr-2008 |
macallan <macallan@NetBSD.org> |
fix a couple more RGB vs. BGR bugs. Repeat after me - I won't blindly assume that the destination pixmap is RGB. |
| 8d891017 |
29-Mar-2008 |
macallan <macallan@NetBSD.org> |
look for PCI graphics devices through /dev/ttyE0 instead of /dev/pci0 on sparc64 and PowerPC. This has the following benefits: - X sees only the graphics chip so it won't try play operating system and mess with our BARs - X sees the console graphics chip no matter if it's visible through /dev/pci0 or not. Especially Macs and Suns are likely to have more than one PCI domain. - the console driver can decide what the Xserver sees and what it doesn't. Tested on ofppc by Frank Wille and on sparc64 by myself. From Frank Wille with some trivial modifications by me. |
| 12e91b08 |
12-Mar-2008 |
macallan <macallan@NetBSD.org> |
start dealing with RGB vs. BGR textures, also handle repetitititive textures in some cases |
| ab77d6cb |
12-Mar-2008 |
macallan <macallan@NetBSD.org> |
fix previous so firefox doesn't trigger a crash anymore tested by Jukka Salmi and myself |
| 5045800c |
12-Mar-2008 |
macallan <macallan@NetBSD.org> |
This is a driver for the CRIME rendering engine found in SGI O2 workstations. It still has issues but since it's useful I might as well commit it. |
| 493c79e8 |
08-Mar-2008 |
macallan <macallan@NetBSD.org> |
add a translation for the \| key found on UK keyboards ( also used as <> on at least some german ones ) to the XT map. This still needs testing with more country specific layouts. |
| 0e3dbb99 |
08-Mar-2008 |
phx <phx@NetBSD.org> |
Make XFree86 compile for ofppc. Approved by garbled. |
| e723dc75 |
03-Mar-2008 |
macallan <macallan@NetBSD.org> |
use hardware accelerated image uploads for off-screen pixmaps as well when available |
| 9dd1087a |
28-Feb-2008 |
macallan <macallan@NetBSD.org> |
use PCI_MAGIC_IO_RANGE |
| dc60fe43 |
16-Feb-2008 |
christos <christos@NetBSD.org> |
use the proper test to determine the size of disp_addr. |
| 57258ecc |
27-Jan-2008 |
christos <christos@NetBSD.org> |
New openpam does not define _OPENPAM but OPENPAM; check for both. |
| 9d2a5189 |
27-Jan-2008 |
macallan <macallan@NetBSD.org> |
Add another translation table to make the modular kbd driver cope with our AT/PS2 pseudo XT scancodes. Tested on shark and sgimips with an IBM Model M - this should be tested with more keyboards, there might still be errors in the table. |
| 5edb58f7 |
20-Jan-2008 |
tron <tron@NetBSD.org> |
Apply security fix for CVE-2008-0006. |
| f7d13a2f |
19-Dec-2007 |
macallan <macallan@NetBSD.org> |
sprinkle #ifndef GLINT_AVOID_INT10 |
| e8c47e4f |
17-Dec-2007 |
macallan <macallan@NetBSD.org> |
don't try to mmap() stuff that doesn't belong to us now this thing works on BE as well |
| 559d745e |
01-Nov-2007 |
tron <tron@NetBSD.org> |
Add SSP related symbols "__stack_chk_guard" and "__stack_chk_fail" to the list of symbols for X11 server loadable modules. This makes an X11 server built via "src/x11" with SSP enabled work. |
| e9cb61c1 |
11-Oct-2007 |
ad <ad@NetBSD.org> |
On NetBSD/amd64, load modules within the first 2GB of RAM. Should fix xsrc/25170 and server crashes due to jemalloc. |
| f0532d70 |
11-Sep-2007 |
macallan <macallan@NetBSD.org> |
use ioctl(FBIOGTYPE) to find out how much vram we can mmap() |
| 82971700 |
01-Sep-2007 |
macallan <macallan@NetBSD.org> |
use ioctl(FBIOSVIDEO) for screen blanking |
| 14458ecb |
30-Aug-2007 |
macallan <macallan@NetBSD.org> |
a basic accelerated driver for Fujitsu AG-10e graphics cards this needs to be cleaned up quite a bit though |
| f8ecd96b |
30-Aug-2007 |
macallan <macallan@NetBSD.org> |
add framebuffer IDs for Fujitso AG-10e |
| f39cf56a |
11-Aug-2007 |
macallan <macallan@NetBSD.org> |
explicitly turn off alpha-blending when running VSCROLL ops Contrary to the source code some FFBs - at least my ffb2+ - do not ignore the alpha-blending register when scrolling. This should cure weird greenish-bluish colour atrifacts that sometimes appear when scrolling. |
| f0e804f0 |
26-Jul-2007 |
macallan <macallan@NetBSD.org> |
deal with the O2's RGBA pixel format |
| c3aef28b |
16-Jun-2007 |
pavel <pavel@NetBSD.org> |
correct typo in last: we have __NetBSD_Version__, not __NetBSD_Version. |
| e3774ff5 |
05-Jun-2007 |
reed <reed@NetBSD.org> |
Add missing line break in man page from XFree86. This is from PR xsrc/36446. Thank you Magnus. I also didn't test the build of this, but it is same as fix in X.org also. I did render it and it is correct. |
| 9c42fc11 |
08-May-2007 |
pavel <pavel@NetBSD.org> |
make the version test clearer, per suggestion from ghen. |
| 4651d4a6 |
08-May-2007 |
pavel <pavel@NetBSD.org> |
fix the check for versions < 4.99.1 to not include 4.0_BETA2, whose __NetBSD_Version__ is also numerically lower than 499000100. Hopefully this will fix the build faulures on tne netbsd-4 branch. Pointed out by Reinoud Zandijk. |
| a5f1c621 |
22-Apr-2007 |
macallan <macallan@NetBSD.org> |
use smaller stackframe when running in 32bit |
| 55df6b31 |
21-Apr-2007 |
macallan <macallan@NetBSD.org> |
from xfree86: 143. Fix double UnlockDisplay() in libGL (Jamey Sharp, freedesktop bug #8521). pointed out by Leon Zadorin |
| 5bb0d623 |
05-Apr-2007 |
drochner <drochner@NetBSD.org> |
pull in a patch from freetype CVS: * src/bdf/bdflib.c (setsbit, sbitset): Handle values >= 128 gracefully. (_bdf_set_default_spacing): Increase `name' buffer size to 256 and issue an error for longer names. (_bdf_parse_glyphs): Limit allowed number of glyphs in font to the number of code points in Unicode. This fixes CVE-2007-1351. Thanks tron for basic testing. |
| 492f598e |
05-Apr-2007 |
pk <pk@NetBSD.org> |
Re-apply revision 1.2 which has gone missing in the merge in rev. 1.6 |
| 5e8f5e23 |
03-Apr-2007 |
drochner <drochner@NetBSD.org> |
fix a possible memory corruption due to incomplete input validation in XInitImage() (CVE 2007-1667) |
| 023336e1 |
03-Apr-2007 |
drochner <drochner@NetBSD.org> |
fix a possible memory corruption due to integer overflow, caused by lack of validation of fonts.dir files (CVE 2007-1352) |
| b3ed9bf1 |
03-Apr-2007 |
drochner <drochner@NetBSD.org> |
fix a possible memory corruption due to integer overflow, caused by lack of validation of bdf font files (CVE 2007-1351) |
| 252b590d |
03-Apr-2007 |
drochner <drochner@NetBSD.org> |
fix a possible memory corruption due to integer overflow in ProcXCMiscGetXIDList() (CVE-2007-1003) |
| fe3c6f8e |
08-Feb-2007 |
macallan <macallan@NetBSD.org> |
add an ugly workaround for some bitorder weirdness here Krups needs HARDWARE_CURSOR_BIT_ORDER_MSBFIRST, Shark does not, even though they use the same underlying wsdisplay driver and test programs show the same result on both. This needs testing on other platforms! |
| e95b24ad |
10-Jan-2007 |
drochner <drochner@NetBSD.org> |
fix integer overflow in dbe and render extensions (CVE-2006-6101, CVE-2006-6102 and CVE-2006-6103), from xfree86 CVS |
| ccee50f1 |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
oops, forgot to #undef DefaultCCOptions before overriding it for shark |
| cb962f28 |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
move StrongARM-specific compiler flags where they belong noticed by Izumi Tsutsui |
| 3b44f90e |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
we need ServerExtraSysLibs here ( for -larm on shark ) |
| 37c2f656 |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
build on NetBSD/shark |
| 8facd91d |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
framebuffer size is linebytes * height, not linebytes * height * depth |
| 7b73033f |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
armArchitecture -> ArmArchitecture |
| 357d9191 |
19-Dec-2006 |
macallan <macallan@NetBSD.org> |
build modular XFree86 on shark |
| c5a3fa45 |
09-Nov-2006 |
plunky <plunky@NetBSD.org> |
add support for horizontal scroll wheel (W direction) in the WSMOUSE and USB drivers |
| 241a0031 |
23-Sep-2006 |
macallan <macallan@NetBSD.org> |
make this work on macppc ( namely the PowerBook 3400c ) Caveats: - pattern fills are still in the wrong byte order - needs testing on little endian ( see if I broke anything ) the point is to use the little endian upload port for monochrome data even on big endian machines |
| 5dd206dc |
13-Sep-2006 |
macallan <macallan@NetBSD.org> |
fix vulnerability in Adobe Type 1 font handling from xorg. |
| 8cc558ab |
28-Aug-2006 |
adrianp <adrianp@NetBSD.org> |
Fix for CVE-2006-3467 via the X.Org foundation. "Integer overflow in FreeType before 2.2 allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via unknown vectors." Ok'ed tron@ |
| c28e0c53 |
24-Aug-2006 |
christos <christos@NetBSD.org> |
From Cliff Wright; fix obvious typo. |
| 4791b8ac |
14-Aug-2006 |
bjh21 <bjh21@NetBSD.org> |
Make Xarm32vidc compile on systems without the old console headers. |
| c60fbdce |
03-Aug-2006 |
mhitch <mhitch@NetBSD.org> |
gcc4 didn't like declaring a static function inside another function; move the declaration outside of the x68kConfig() function. |
| 519a7270 |
03-Aug-2006 |
mhitch <mhitch@NetBSD.org> |
gcc4 checks for and warns of matching contraints not being a register. Remove the matching constraint and change output constraint from "=o" (write-only) to "+o" (read-write). |
| bf984862 |
03-Aug-2006 |
mhitch <mhitch@NetBSD.org> |
gcc4 is more strict and doens't accept caddr_t for void *. Use correct type for for mmap() declaration. |
| 83d29408 |
03-Aug-2006 |
mhitch <mhitch@NetBSD.org> |
gcc4 is more strict and catches the static definition of functions conflicting with the extern declaration in cfb.h. These are copies of functions defined elsewhere, but were included so as to not require STATIC_COLOR. Just rename the functions here, since they are actually referenced through pointers in pScreen. |
| db1bba5a |
03-Aug-2006 |
mhitch <mhitch@NetBSD.org> |
subWindowMode is a one-bit field, and gcc4 doesn't like ~1; use ClibByChildren to initialize subWindowMode instead of ~IncludeInferior. |
| d02a83ce |
30-Jul-2006 |
jmmv <jmmv@NetBSD.org> |
xf86LoadVBEModule does not exist so use xf86LoadSubModule instead. This is to avoid an unresolved symbol in the resulting drivers, a problem that was introduced when sync'ing them with X.Org sources back in Dec 2005. Problem reported by Greg A. Woods. Change approved by tron@. |
| a7343fa6 |
29-Jul-2006 |
ad <ad@NetBSD.org> |
Xpmax has been dead for a while now - remove the files. |
| ed429cf8 |
02-Jul-2006 |
christos <christos@NetBSD.org> |
Fix debugging build: 1. Don't define DEBUG 0 unconditionally. 2. Rename DEBUG() macro to DEBUGX() 3. Remove old include of stdio.h 4. Fix syntax errors and old field names in stale debug code. 5. Fix RAND_MAX undef problem in an ugly way. |
| e0bb77d2 |
29-Jun-2006 |
macallan <macallan@NetBSD.org> |
needed by xorg's Xserver |
| c0284332 |
27-Jun-2006 |
jdc <jdc@NetBSD.org> |
Replace lvalue cast with temporary variable to make this compile again. |
| 47dbb254 |
15-Jun-2006 |
jmmv <jmmv@NetBSD.org> |
Let xf86AllocateOffscreenLinear() allocate even when the requested granularity doesn't match the front buffer pitch by allocating a bit more and aligning the result. Fixes Xvideo on some resolutions and drivers such as 1680x1050 on nv. Patch from https://bugs.freedesktop.org/show_bug.cgi?id=6151 by Benjamin Herrenschmidt. OK'ed by tron@. |
| 2079f437 |
02-Jun-2006 |
tron <tron@NetBSD.org> |
Fixes for several integer overflows and null-pointer dereferences found by Josh Bressers and Chris Evans. CVE-2006-0747, CVE-2006-1861, CVE-2006-2661. Based on a patch provided by Matthieu Herrb. |
| bee0f465 |
18-May-2006 |
macallan <macallan@NetBSD.org> |
Import FreeType 2.1.9 for xorg |
| 92cad241 |
14-May-2006 |
christos <christos@NetBSD.org> |
clientClipType is only 2 bits, so all the constants in gc.h don't fit! |
| ea3058b3 |
14-May-2006 |
christos <christos@NetBSD.org> |
Add casts to match the type of the switch variable. |
| 57bbbeca |
22-Apr-2006 |
macallan <macallan@NetBSD.org> |
import Mesa 6.4.1, needed by xorg |
| 3578ab7e |
09-Apr-2006 |
christos <christos@NetBSD.org> |
Don't define debug. |
| 63b8fa45 |
07-Apr-2006 |
macallan <macallan@NetBSD.org> |
avoid using vgahw and int10 on macppc, sparc and sparc64 since we never use VGA textmode on this hardware. Fixes errors like this: xf86MapVidMem: could not mmap screen [s=20000,a=a0000] (Invalid argument) |
| d27e1151 |
04-Apr-2006 |
macallan <macallan@NetBSD.org> |
correct cursor sprite endianness. |
| beaa7ebe |
15-Mar-2006 |
uwe <uwe@NetBSD.org> |
Factor out async i/o setup from InitInput into a static function. Report the failed fcntl and errno to make the error message less puzzling |
| b909b682 |
15-Mar-2006 |
uwe <uwe@NetBSD.org> |
Don't call Error in hpcSetDisplayMode, otherwise when we want to print an error message and stderr is not on the framebuffer console, we get a lot of spam about failed GMODE/SMODE ioctls. Instead call Error at the only place where hpcSetDisplayMode is called to switch to the mapped mode. |
| 08284b81 |
15-Mar-2006 |
uwe <uwe@NetBSD.org> |
Wrap block macros into do { } while (0) |
| d542ac18 |
04-Mar-2006 |
peter <peter@NetBSD.org> |
Remove the "#ifndef __arm__" hack for keyboards connected to wsdisplay(ttyE*). The hpcarm port now uses hpckbd(4). |
| bb9e01fb |
28-Feb-2006 |
macallan <macallan@NetBSD.org> |
add hardware acceleration for pattern fills |
| 3720a333 |
27-Feb-2006 |
macallan <macallan@NetBSD.org> |
add support for 16 and 24 bit colour Tested on a SPARCbook 3GX, needs testing on different hardware, especially machines with screens fo different sizes than 800x600 |
| 2a0ce591 |
27-Feb-2006 |
tron <tron@NetBSD.org> |
Apply patch by David Dawes, member of the XFree86 project, which allows to use screen resolution larger than 640x480 with i830 chipsets. This fixes PR xsrc/32939 by Louis Guillaume. |
| 065b0c71 |
12-Feb-2006 |
peter <peter@NetBSD.org> |
Close comment line correctly. |
| b3dd731a |
12-Feb-2006 |
peter <peter@NetBSD.org> |
Change description to say "NetBSD/hpc ports", not just NetBSD/hpcmips. Fix the date, sort SEE ALSO, fix a typo, cleanup trailing white space, other small fixes. |
| 1cb2384c |
12-Feb-2006 |
christos <christos@NetBSD.org> |
PR/32805: Steven M. Bellovin: There's a /tmp file creation race condition in Xsession; use mktemp as suggested in the PR. |
| 47616edb |
12-Feb-2006 |
christos <christos@NetBSD.org> |
PR/32804: Steven M. Bellovin: Fix race condition setting log file permissions in Xsession |
| 8eca5188 |
04-Feb-2006 |
ben <ben@NetBSD.org> |
Remove advertising clause, my name, and my defunct email address. |
| 669af73d |
28-Jan-2006 |
macallan <macallan@NetBSD.org> |
Add hardware support for - clipping - line drawing - mono-to-colour expansion |
| be359ce5 |
25-Jan-2006 |
tsarna <tsarna@NetBSD.org> |
Fixes to XDM login handling: 1) PR xsrc/32603 xdm w/ pam_krb5 fails to store tickets The pam_setcred call was inside an #ifndef HAS_SETUSERCONTEXT block. What that feature was recently disabled, I stopped getting tickets on xdm login. Move pam_setcred block outside of and before that block. (I believe pam_setcred needs to happen before anyway, as it expects to still be root when called) 2) PR xsrc/31376 xdm loses environment settings from PAM Setting environment variables from pam needs to happen after pam_setcred, since environment variables may be set there (and are, by pam_krb5) 3) no PR, mentioned on lists: default path changed the setusercontext code was setting the path always, even if no path was configured in login.conf, so xdm's default path was always overwritten, even if only by _PATH_DEFPATH. Now login.conf paths should be used if explicitly set, but xdm's default path will be used otherwise. |
| 7d4bb032 |
22-Jan-2006 |
tsutsui <tsutsui@NetBSD.org> |
Build shared libXau and libXdmcp as src/x11 reachover build does. |
| a7594076 |
14-Jan-2006 |
is <is@NetBSD.org> |
Transparent background looks much better in xdm. |
| 4de8afd9 |
29-Dec-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add definitions for ews4800mips server. |
| aa03838b |
29-Dec-2005 |
tsutsui <tsutsui@NetBSD.org> |
Build Xews4800mips server. |
| 0a6012bd |
29-Dec-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add a dumb X server for ews4800mips. |
| 2a4ef71e |
27-Dec-2005 |
jmmv <jmmv@NetBSD.org> |
Sync the Nvidia drivers with XFree86's sources as of December 24th, 2005. These changes fix lots of problems (i.e. freezes) with the latest cards (such as a GeForce 6600GT). Approved by tron@. |
| 0ac029d9 |
20-Dec-2005 |
christos <christos@NetBSD.org> |
add login context handling for environment and path. From Patrick Welche |
| e0ca9e99 |
20-Dec-2005 |
christos <christos@NetBSD.org> |
NetBSD 1.5+ has setusercontext; from Patrick Welche. |
| c2b07666 |
09-Dec-2005 |
mhitch <mhitch@NetBSD.org> |
XFree86 4.x now passes SCREEN_SAVER_CYCLE to the display driver. The netbsd non-xfree86 servers treated this as an unblank event. If the server is set to prefer blanking, and has a cycle time, the sreen will initially blank when the screen saver activates, and then unblank after the cycle time and stay unblanked. Treat the SCREEN_SAVER_CYCLE state the same as SCREEN_SAVER_ON to keep the display blanked. |
| 36bf7786 |
07-Dec-2005 |
macallan <macallan@NetBSD.org> |
Don't call vgaHWSave() or vgaHWRestore() on PowerPC, this allows the driver to work on macppc. Thanks to Andreas Moschos for testing and debugging aid. |
| 548beabc |
07-Dec-2005 |
mhitch <mhitch@NetBSD.org> |
XFree86 4.5.0 changed to using a "delta" time in GetTimeInMillis(), and events timestamped with system time no longer corresponds in the server. Keyboard or mouse events did not reset the screenblank timeout, and the display would always blank. Once the display blanked, keyboard or mouse would cause an unblank though. Use GetTimeInMillis() instead of the timestamp provided by the kernel keyboard and mouse drivers. |
| 157f7b0c |
15-Nov-2005 |
wiz <wiz@NetBSD.org> |
Drop trailing whitespace. |
| 20dd36ec |
12-Nov-2005 |
macallan <macallan@NetBSD.org> |
Use the hardware cursor supplied by the kernel driver. Fixes occasional misupdates that would stomp all over the other DAC registers and thereby render the display unreadable. Needs the pnozz driver changes committed earlier today. |
| dd00e48c |
12-Nov-2005 |
macallan <macallan@NetBSD.org> |
add <membar #MemIssue;> after each DAC register access. Fixes occasional botched cursor image uploads. |
| b234b51f |
12-Nov-2005 |
spz <spz@NetBSD.org> |
Introduces a driver for USB graphics tablets (digitizers) using the libusbhid interface into XFree86. Closes PR xsrc/23964 Reviewed by tron@NetBSD.org Code submitted in above PR by Dave Huang, written by Lennart Augustsson, adapted to XFree86 4.x by Matthieu Herrb for OpenBSD. The patches to fit that driver into the existing xsrc have been slightly changed to bring them up to date. I'm using the driver with a Wacom Graphire 3 ("Sapphire"). |
| c56f9d6d |
07-Nov-2005 |
macallan <macallan@NetBSD.org> |
convert source colours in solid compose functions only when the target is *BGR instead of every time source and target disagree because the fetch function used will always return RGB. |
| c1c5f112 |
01-Nov-2005 |
bjh21 <bjh21@NetBSD.org> |
Fix up horrific dithered anti-aliasing and tidy up font rendering. The result isn't beautiful, but it's at least not painfully ugly. |
| 4ba40166 |
01-Nov-2005 |
tsutsui <tsutsui@NetBSD.org> |
#include "Xarch.h" is required for #if X_BYTE_ORDER. |
| b6cb8c0f |
30-Oct-2005 |
macallan <macallan@NetBSD.org> |
Fix a few bugs: - the driver no longer hangs when using a software cursor - added a workaround to prevent occasions stomping over all the DAC registers when uploading a cursor image - write the hotspot registers more often, they seem to revert to 0 sometimes |
| d8048825 |
29-Oct-2005 |
tsutsui <tsutsui@NetBSD.org> |
Xdreamcast and Xhpc servers require -DXKB_ALWAYS_USES_SOFT_REPEAT. Noticed at the NetBSD booth in KANSAI OPENSOURCE 2005. XXX src/x11/Xserver/xkb/Makefile specifies -DXKB_ALWAYS_USES_SOFT_REPEAT XXX for all servers so NetBSD.cf should follow it? |
| 05120f1c |
27-Oct-2005 |
macallan <macallan@NetBSD.org> |
Don't call screenblanking functions before the Xserver is up and running |
| cbd230e9 |
26-Oct-2005 |
martin <martin@NetBSD.org> |
Remove another useless cast |
| 2e8b2a59 |
26-Oct-2005 |
macallan <macallan@NetBSD.org> |
get rid of a warning |
| 30a99afd |
26-Oct-2005 |
macallan <macallan@NetBSD.org> |
Added constants for alpha blending support |
| 75843d9e |
26-Oct-2005 |
macallan <macallan@NetBSD.org> |
Make acceleration code use XAA ( from x.org ) which also enables Xrender. |
| 351200ec |
26-Oct-2005 |
macallan <macallan@NetBSD.org> |
Make fbComposite() work properly with ABGR framebuffers, like Sun's ffb. |
| 43588a22 |
21-Oct-2005 |
macallan <macallan@NetBSD.org> |
fix colour component offsets in xf86SetWeight(), make them 0-based instead of 1-based. same as in -current XFree86 |
| e7a0173f |
06-Oct-2005 |
macallan <macallan@NetBSD.org> |
- add support for hardware-accelerated line drawing - run all blitter operations asynchronously - general cleanup and removal of unnecessary register accesses - sprinkle comments |
| 9bd893d5 |
03-Oct-2005 |
macallan <macallan@NetBSD.org> |
- fix a text rendering bug ( sometimes it would draw garbage on the left ) - add DGA support |
| dd40150b |
03-Oct-2005 |
macallan <macallan@NetBSD.org> |
Use PRIxPTR to shut up a bunch of compiler warnings |
| 8857fde1 |
01-Oct-2005 |
macallan <macallan@NetBSD.org> |
Add hardware cursor support and the usual XF86Config options to turn it on and off, change the default device to ttyE0 ( since ttyC0 is a serial port on most SPARCs ) This needs a wsdisplay driver which actually supports the WSDISPLAYIO_GCURMAX and WSDISPLAYIO_SCURSOR ioctls. Tested on NetBSD/sparc with igsfb on a JavaStation NC / Krups. |
| e2d28977 |
30-Sep-2005 |
macallan <macallan@NetBSD.org> |
make some private variable static to avoid duplicate symbols |
| 300b3556 |
27-Sep-2005 |
jschauma <jschauma@NetBSD.org> |
Use indexed bitmaps with less than 256 colors as well as a 1bit pixmap for bw. Suggested by holger at jhweiss dot de in PR 30451, to keep xdm working on machines using cgsix (8 bit) framebuffer on sparc64 running Xsun. Ok tron. |
| 3ae3f0f5 |
22-Sep-2005 |
macallan <macallan@NetBSD.org> |
Try to access the PCI IO area by mmap()ing offset 0xf2000000 Needs ofb.c 1.42 2005/09/22 This allows drivers that need IO access to work, for example tdfx. |
| 8b131ec7 |
17-Sep-2005 |
tron <tron@NetBSD.org> |
Fix security hole reported in CAN-2005-2495. The patch was provided by Marc Aurele La France from the XFree86 project. |
| be42346d |
12-Sep-2005 |
reed <reed@NetBSD.org> |
Remove unsafe /tmp file creation for the file.0 target. Just make the file in the current build directory instead of temp directory. |
| 9092eb4c |
31-Aug-2005 |
macallan <macallan@NetBSD.org> |
Add support for DDC2 without vbe. Tested on macppc with a PCI Voodoo3, needs further testing with different graphics boards ( Banshee, Voodoo5 and so on ) |
| 907b4ec0 |
28-Aug-2005 |
junyoung <junyoung@NetBSD.org> |
Whitespace. |
| a308c280 |
20-Aug-2005 |
macallan <macallan@NetBSD.org> |
fix spurious 'a's following caps-lock when using the 'kbd' driver Use a remap function instead of the translation map. The problem is that ADB keyboards apparently send a 0 after each caps-lock but we can't just drop them since 0 is used for 'a'. So we just store the scancode in a private variable and drop only 'a's immediately following caps-lock. |
| eca48e5a |
16-Aug-2005 |
martin <martin@NetBSD.org> |
Second try, after some debugging help from Michael: On old revisions of FFB, when unblanking the screen, make the X server redraw the whole screen (thanks to Marc Aurele La France from XFree for the idea). This fixes PR 30580. |
| 26e22f14 |
26-Jul-2005 |
macallan <macallan@NetBSD.org> |
ugly fix for a SIGBUS occasionally triggered by firefox, specific to 64bit machines with alignment constraints like sparc64. The authors know about the problem but since there's no solution yet and the problem is serious - the Xserver crashes - I think it's better to have this one until there's something official. |
| 4ffba2b2 |
22-Jul-2005 |
macallan <macallan@NetBSD.org> |
fixes in the ADB map: - map the backspace key to KEY_BackSpace - swap LAlt and LMeta to match the keyboard (Alt=Alt/Option, Meta=Command) - add a keysym for . on the number pad ... so killing the Xserver with Ctrl-Alt-BackSpace works now and the default map matches an US keyboard without any xmodmap stunts. |
| 1719ccc2 |
18-Jul-2005 |
macallan <macallan@NetBSD.org> |
Don't build the vga driver on sparc64. It doesn't work anyway since it needs PCI IO access which XFree86 currently doesn't support on this hardware. |
| ab01b436 |
14-Jul-2005 |
martin <martin@NetBSD.org> |
Back out previous, it was incomplete and does not work at all. |
| 26cfd175 |
14-Jul-2005 |
martin <martin@NetBSD.org> |
On old revisions of FFB, when unblanking the screen, make the X server redraw the whole screen (thanks to Marc Aurele La France from XFree). This fixes PR 30580. |
| 4a294632 |
13-Jul-2005 |
macallan <macallan@NetBSD.org> |
Added keysyms for extra keys on Sun Type 6 USB keyboard |
| aabf76fc |
12-Jul-2005 |
macallan <macallan@NetBSD.org> |
default to the modular keyboard driver only on sparc(64) and macppc for now, on i386 it seems to mess up some scancodes ( or doesn't mess them up like the old driver - needs to be investigated ) |
| c1b922bc |
07-Jul-2005 |
macallan <macallan@NetBSD.org> |
cleanup, disable code that doesn't work, disable debug output |
| 33f8cde1 |
06-Jul-2005 |
macallan <macallan@NetBSD.org> |
disable blanking on FFB1 boards because turning off the DAC apparently causes video memory corruption - seems to be a hardware bug since newer boards are unaffected |
| 55ce12c0 |
04-Jul-2005 |
macallan <macallan@NetBSD.org> |
Add support for the Weitek POWER 9100 graphics controller found in Tadpole SPARCbook 3GX and other models |
| bfec0493 |
04-Jul-2005 |
macallan <macallan@NetBSD.org> |
allow compiling on NetBSD/sparc |
| 53e40d95 |
04-Jul-2005 |
macallan <macallan@NetBSD.org> |
attempt to use as much VRAM as the OS allows us to mmap() - first try 2MB, then 1MB, then width*height. Although all CG6 have at least 1MB some drivers only allow to map the amount used as framebuffer. |
| 7e34fae1 |
04-Jul-2005 |
macallan <macallan@NetBSD.org> |
Added keysyms for Power and Compose keys |
| 5297f1a0 |
25-Jun-2005 |
tron <tron@NetBSD.org> |
Resolve conflicts from XFree86 4.5.0 import. This fixes PR xsrc/30599 by Juergen Hannken-Illjes. |
| 70585536 |
22-Jun-2005 |
tron <tron@NetBSD.org> |
Make XFree86's MGA driver work again on NetBSD-alpha systems. Patch provided by Eike Dehling in PR xsrc/30520. |
| d66fea54 |
18-Jun-2005 |
jdc <jdc@NetBSD.org> |
Map the Sun keyboard "help" key. From macallan@. |
| 86208a50 |
11-Jun-2005 |
macallan <macallan@NetBSD.org> |
added some missing keysyms to the ADB keymap |
| cbd22adf |
06-Jun-2005 |
macallan <macallan@NetBSD.org> |
added code to drop KEY_UNKNOWN and KEY_UNUSED events |
| 4838d675 |
06-Jun-2005 |
martin <martin@NetBSD.org> |
Scan code 0x7c is KEY_Less on some keyboards. |
| a3e119fa |
05-Jun-2005 |
macallan <macallan@NetBSD.org> |
fixed a bug that causes memory thrashing |
| b56de877 |
31-May-2005 |
macallan <macallan@NetBSD.org> |
hide the mouse cursor on exit |
| 7009e69c |
31-May-2005 |
macallan <macallan@NetBSD.org> |
keep the code from turning off the FPU - cures excessive traps that made acceleration unusable ( after mhitch figured out what caused the traps ) |
| 0f8a853c |
30-May-2005 |
macallan <macallan@NetBSD.org> |
- made X -configure use the modular keyboard driver by default - added scancodes for Sun-specific keys to the Sun keymap - fixed the legacy driver to ignore bogus scancodes |
| a0cf392e |
15-May-2005 |
martin <martin@NetBSD.org> |
Add .register pseudo-ops |
| 0b299c7a |
15-May-2005 |
martin <martin@NetBSD.org> |
Saving 2/3 of the registers takes 128 byte on 64 bit compiles, not 64. |
| 277036e7 |
15-May-2005 |
martin <martin@NetBSD.org> |
Disable stipple assembler code for sparc64 - the code is not 64bit clean. |
| 09ab9eff |
12-May-2005 |
martin <martin@NetBSD.org> |
Apply patch from Valeriy E. Ushakov to handle R_SPARC_OLO10 relocations and properly extract the type field for sparc64. While there, make the error message for unsupported relocations slightly more usefull. |
| c36a528d |
03-May-2005 |
macallan <macallan@NetBSD.org> |
added acceleration: - screen-to-screen copies - solid filled rectangles - mono-to-colour expansion - off-screen buffers off-screen buffers require a change in cgsix to allow mapping of the whole framebuffer, if this fails the driver will fall back to map only width*height bytes and not use any off-screen memory. approved by martin. |
| 01986d05 |
15-Apr-2005 |
nakayama <nakayama@NetBSD.org> |
- handle wscons encoding correctly. - handle "swapctrlcaps" encoding. - fix typos in geometry and keymap names. |
| 3aa0ed38 |
15-Apr-2005 |
nakayama <nakayama@NetBSD.org> |
Fix the previous commit; change the first condition from #elif to #if. |
| 89960b81 |
08-Apr-2005 |
tron <tron@NetBSD.org> |
Rearrange NetBSD-alpha PIO support so that it can be used from a XFree86 loadable module. |
| 2f39a0f6 |
06-Apr-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xarm32VIDC" build on top of XFree86 4.5.0. |
| f3b7370c |
05-Apr-2005 |
tron <tron@NetBSD.org> |
Correct definitions for "GLYPHPADBYTES" and "GETLEFTBITS_ALIGNMENT" for (NetBSD-)vax. The current values are very likely a typo and break the build. The new values will increase memory usage for fonts but cannot cause alignment problems. |
| b756afb3 |
03-Apr-2005 |
martin <martin@NetBSD.org> |
Defaulte sparc64 to a loadable XFree server |
| 1c0ab38e |
30-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xnewsmips" build on top of XFree86 4.5.0. |
| 70badda5 |
30-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xmac68k" build on top of XFree86 4.5.0. |
| 789daab0 |
30-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xdreamcast" build on top of XFree86 4.5.0. |
| 6fd03eee |
30-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xamiga" build on top of XFree86 4.5.0. |
| 583f9cdd |
28-Mar-2005 |
tsutsui <tsutsui@NetBSD.org> |
Fix makedepend warning "non-portable whitespace encountered" |
| bdb1d2bf |
28-Mar-2005 |
tsutsui <tsutsui@NetBSD.org> |
Fix imake warning "Imakefile contains invalid cc input. Please fix!" XXX XalphaNetBSD has been superseded by XdecNetBSD. |
| 66d86579 |
28-Mar-2005 |
minoura <minoura@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "X68k" build on top of XFree86 4.5.0. |
| a651673d |
28-Mar-2005 |
wiz <wiz@NetBSD.org> |
Do previous correctly: ".Nx 1.5 ." works. |
| 8198832c |
28-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xhpc" build on top of XFree86 4.5.0. |
| 80e5b971 |
28-Mar-2005 |
tron <tron@NetBSD.org> |
Fix bad NetBSD version 1.5. -> 1.5 |
| ee24a0be |
28-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "XalphaNetBSD" build on top of XFree86 4.5.0. |
| 278ec880 |
28-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "XdecNetBSD" build on top of XFree86 4.5.0. |
| 0b37abf9 |
25-Mar-2005 |
tron <tron@NetBSD.org> |
Define (dummy) function OsVendorPreInit() to make "Xmacppc" build on top of XFree86 4.5.0. |
| b3c5dbc5 |
22-Mar-2005 |
martin <martin@NetBSD.org> |
Declare global register usage. |
| ae9aef92 |
22-Mar-2005 |
martin <martin@NetBSD.org> |
Always declare the used global registers, not only on solaris. Depending on assembler/compiler options this is not always necessary, but it does no harm either. It is necessary on NetBSD due to the way we compile this in src/x11. |
| fee8f89f |
20-Mar-2005 |
martin <martin@NetBSD.org> |
Add GccAliasingArgs whenever we request -O2 optimization. Fixes PR 29743. |
| b32f2515 |
19-Mar-2005 |
christos <christos@NetBSD.org> |
make this compile again. |
| 3c22294a |
19-Mar-2005 |
christos <christos@NetBSD.org> |
Don't print #include "(null)" gcc accepts it, but lint does not like it. |
| f68738e9 |
19-Mar-2005 |
martin <martin@NetBSD.org> |
Make NetBSD/sparc64 build all standard sun hardware drivers for XFree. |
| 29485ec2 |
19-Mar-2005 |
martin <martin@NetBSD.org> |
Make it build on NetBSD |
| 9b99e9d6 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Install the same setmap of pixmap files as the reachover build does. |
| 870b9e64 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Fix this so that "xconsole" gets installed during a native XFree86 build. |
| aceba284 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Fix mismerge. |
| ed71b13d |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Restore Xorg implementation of Xpm. |
| 012e3561 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Remove code handling "contrib" directory. |
| b526e8a1 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Fix declaration of _XdmcpAuthSetup() and _XdmcpAuthDoIt() to make this build again. |
| 2f4becf4 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.5.0. |
| 58bbf928 |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Import of XFree86 4.5.0. |
| 4c94f1ee |
18-Mar-2005 |
tron <tron@NetBSD.org> |
Import of XFree86 4.5.0. |
| f1aa2817 |
11-Mar-2005 |
tron <tron@NetBSD.org> |
Import latest "Xpm" sources from OpenBSD-current: - Changes from X.Org 6.8.2 RC1. - Fix for security problems reported in CAN-2005-0605. |
| dc49e5ec |
02-Mar-2005 |
christos <christos@NetBSD.org> |
If we are using pam, don't set the process group because the Xserver might want to get input. |
| 56a9b7b9 |
24-Feb-2005 |
christos <christos@NetBSD.org> |
We don't have pam_misc.h [only linux does]. Use the openpam equivalent. |
| 2a8feff3 |
17-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Move a definition of -D__AMD64__ in NetBSDMachineDefines for amd64 from MACHINE dependent part to MACHINE_CPU part because: - __AMD64__ is also used in some libraries (not only by Xserver) - share/mk/bsd.x11.mk implicitly add -D__AMD64__ if MACHINE_ARCH == x86_64 - currently amd64 is the only MACHINE which have x86_64 MACHINE_CPU anyway (though the real fix is to add "defined(__x86_64__)" where appropriate) Fixes PR xsrc/29401. |
| 551e86ee |
10-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Build XdecNetBSDServer on pmax. Tested on 3MIN with HX(sfb) and TX(tfb). |
| 51cb50d4 |
10-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
- MIPSEL is not defined by all mipsel compilers, so use -DX_BYTE_ORDER=$(X_BYTE_ORDER) for stipmips.s. - Enable stipple code for ArcArchitecture, which is little endian. - Fix typo. |
| 47742e1d |
10-Feb-2005 |
ws <ws@NetBSD.org> |
Remove the now unused support for mmap on NetBSD/amd64 in order to reduce clutter (ok, only a bit). |
| ef962e54 |
05-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Build XdecNetBSDServer on alpha. |
| 00741849 |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add defines for XdecNetBSDServer. Tested on Pelican, and make build on 3MIN is ongoing. |
| 396fda2a |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Prepare stubs.c for Xinput extension. |
| 5896c735 |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Bring a missed Imakefile from XF3. |
| 6eb5208c |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Build XalphaNetBSD on alpha. Tested on 3000/300 with on-board sfb. |
| 6e285bd6 |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add definitions for XalphaNetBSDServer. |
| 5044628a |
04-Feb-2005 |
tsutsui <tsutsui@NetBSD.org> |
- Prepare stubs.c for Xinput extention. - Remove comment lines lifted from hw/sun/Imakefile. |
| 689781b8 |
30-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Clean up MACHINE_CPU/MACHINE specific definitions. See posts on tech-x11 for details: http://mail-index.netbsd.org/tech-x11/2005/01/23/0000.html |
| 23185626 |
29-Jan-2005 |
dsl <dsl@NetBSD.org> |
Stop core dump when configuring ATI driver. Fixes PR xsrc/29155 |
| 0f2fa996 |
26-Jan-2005 |
tron <tron@NetBSD.org> |
Don't switch to primary virtual console during startup under NetBSD 2.0 and above as suggested by Cliff Wright in PR xsrc/29123. This hack is not necessary any more (probably because of wscons). |
| 30743686 |
19-Jan-2005 |
tron <tron@NetBSD.org> |
Fix handling of ST sequences outside of complex escape sequences. Patch provided by Johnny Billquist in PR xsrc/29003. |
| 9a4097a0 |
19-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Remove duplicated OsVendorFatalError(), which was added in rev 1.5 without any description in the log. |
| c1babd57 |
19-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
- Get rid of nonexistent USE_ARC_MMAP and USE_ARM32_MMAP. - Don't assume i386Architecture is default, use ioperm_noop.c instead. |
| 9cb0a7c0 |
18-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Invoke $(CPP) before $(AS) for stipmips.s and stipmipste.s. (taken from rules for stipsparc.s) |
| d1a6bb06 |
09-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Remove XF86Contrib define, which is not referred by any other files. |
| 1f1a2a49 |
09-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Restore USE_NBSD_THREADLIB support and use it on system 2.99.10 and prior with pthread. |
| b95cd0b8 |
08-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Minor cleanup: - normalize format of OS*Version checks - wrap a long comment. - move definitions of HasArc4Random and HasDevRandom near other MI Has* definitions |
| ae57a3fd |
08-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Fix device dependent X directory definitions for vax and x68k. (untested) DDXDIR[123] is no longer used on XF86_4. |
| 1e85a825 |
08-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add Xhpc server definitions. Untested, but it should be similar with Xdreamcast. |
| 4e477d97 |
08-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Required mfb/cfb* directories for each server should be specified by like CFB8SUBDIR, not CFB8DIR which was used on XF86_3. As per comments around lines 283-301. |
| 518d6878 |
07-Jan-2005 |
tron <tron@NetBSD.org> |
EOL of XFree86 3.3.6, approved by core@NetBSD.org |
| 647c1ebd |
07-Jan-2005 |
tron <tron@NetBSD.org> |
EOL of XFree86 3.3.6, approved by core@NetBSD.org |
| f76ec347 |
07-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Add Xdreamcast server definitions. (Not enabled yet until config/cf/NetBSD.cf is updated properly) |
| 71c56e28 |
07-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Fix INCLUDES dir for cfb.h. On XF4, symlinks for header files from cfb16/ to cfb/ are no longer created. |
| fffb810c |
07-Jan-2005 |
tsutsui <tsutsui@NetBSD.org> |
Cleanup MACHINE_CPU and MACHINE specific *Architecture definitions for NetBSD, per xsrc/28885, ok'ed by tron. Not tested on all platforms yet, any feedback is appreciated. |
| 39104769 |
02-Jan-2005 |
spz <spz@NetBSD.org> |
last change backed out; this xsrc is meant for a base system that contains the necessary pthread functions as 'weak pthread stubs' in libc xsrc/28832 staying closed |
| 1686715e |
02-Jan-2005 |
spz <spz@NetBSD.org> |
libX11 and libXt use pthread routines, so -lpthread is needed to link |
| c9c818c7 |
31-Dec-2004 |
bjh21 <bjh21@NetBSD.org> |
Use the "sun(type5_euro)" keycodes when presented with a European-layout type-5 keyboard. This makes the backslash (<LSGT>) key on my UK keyboard work. |
| 3c81ab54 |
13-Dec-2004 |
jmc <jmc@NetBSD.org> |
Make sure IOPortBase gets defined somewhere |
| 8c4e7cb0 |
10-Dec-2004 |
nathanw <nathanw@NetBSD.org> |
Reture USE_NBSD_THREADLIB support in favor of generic pthread.h support. |
| a44de093 |
08-Dec-2004 |
jmc <jmc@NetBSD.org> |
Adjust these to not use MACHINE and instead pull it from uname(3) instead. This means xbase.tgz can be shared across MACHINE_ARCH correctly now. |
| 84a30769 |
08-Dec-2004 |
ian <ian@NetBSD.org> |
These files were removed from XFree86 February 24, 2000 |
| e407c9a8 |
02-Dec-2004 |
fredb <fredb@NetBSD.org> |
Pull down Rev 3.138 from XFree86: Modify CppRawFileTarget() to transform trailing backslashes in the input manpages so the backslash is followed by a blank, defeating the C preprocessor's tendency to remove the following newline (Thomas Dickey, Debian #259996). This is a partial fix for our PR misc/28444. |
| 24dfeea9 |
29-Nov-2004 |
skrll <skrll@NetBSD.org> |
Fixes for NetBSD/cats - Make sure that IOPortBase is defined in the server. - stop the int10 module from trying to do unaligned accesses. A native build still doesn't succeed. I'll get to it... |
| 0c84eb88 |
15-Nov-2004 |
jschauma <jschauma@NetBSD.org> |
Add NetBSD logos for use in xdm and make them the default. Ok tron. |
| d1d37b68 |
11-Nov-2004 |
nathanw <nathanw@NetBSD.org> |
Consider an unknown wskbd type to be a warning rather than a fatal error. Useful when the X server is pointed at a wsmux with no keyboard attached yet, for example. |
| 76ca8b86 |
11-Nov-2004 |
nathanw <nathanw@NetBSD.org> |
Fix comment to reflect that this works on NetBSD as well. (reflects x.org patch). |
| 1584f1d5 |
10-Nov-2004 |
christos <christos@NetBSD.org> |
Add libutil. |
| 1664cce4 |
10-Nov-2004 |
christos <christos@NetBSD.org> |
Use openpty instead of hand-rolled code. |
| 777db822 |
09-Nov-2004 |
nathanw <nathanw@NetBSD.org> |
#include <fcntl.h> for definition of O_RDWR and friends. Add a string compare so this runs on NetBSD as well as OpenBSD. |
| 0f224fbf |
28-Oct-2004 |
itojun <itojun@NetBSD.org> |
clear memory after malloc. twm dies frequently if malloc.conf=AJ, which suggests insufficient memory initialization. |
| e9a57e98 |
26-Oct-2004 |
aymeric <aymeric@NetBSD.org> |
Add __NetBSD__ to the list of systems which use mprotect() to mark dynamically loaded code as executable. Fixes at least "random" X crashes on macppc. |
| 6b58305c |
15-Oct-2004 |
mhitch <mhitch@NetBSD.org> |
Some more REGION_INIT(..Nullbox,0) -> REGION_NULL() changes. Fixes Xamiga - testing with Picasso II graphics card. |
| e46b24e0 |
14-Oct-2004 |
skrll <skrll@NetBSD.org> |
Expose all the softfloat float/double comparision/negation routines for ARM. |
| 873ffd97 |
13-Oct-2004 |
mhitch <mhitch@NetBSD.org> |
The 4.4.0 import changed the REGION_INIT() macro and uses with NullBox (which is a NULL pointer) cause a memory fault. The XalphaNetBSD and XdecNetBSD servers fail with a memory fault on an alpha with a TGA video adapter. Change REGION_INIT() to REGION_NULL() where used with NullBox. Both servers will now run on an alpha with a tga card. The sfb code has the same usage. Not tested on a TurboChannel box, but inspection of the generated code shows the same problem would occur. |
| 65eacf05 |
01-Oct-2004 |
tron <tron@NetBSD.org> |
Fix another small glitch in revision 1.6 which broke the handling of new style NetBSD-current version numbers. |
| fa65fc54 |
01-Oct-2004 |
tron <tron@NetBSD.org> |
Fix small glitch in last change which broke the handling of old style NetBSD-current version numbers. |
| 7535991e |
01-Oct-2004 |
tron <tron@NetBSD.org> |
Adapt XFree86 operating system version number calculation to deal with new NetBSD version number scheme. |
| 7a9351b4 |
19-Sep-2004 |
tron <tron@NetBSD.org> |
Fix build problems on LP64 platforms reported by Takahiro Kambe on "current-users". |
| e2458c3a |
16-Sep-2004 |
tron <tron@NetBSD.org> |
Incorporate security fixes from Xorg's X11R6.8.1 release. |
| 747d6ae3 |
10-Sep-2004 |
tron <tron@NetBSD.org> |
Fall back to "/var/tmp" if we cannot find the user's home directory. This fixes PR xsrc/25185 by Mason Loring Bliss. |
| ae8d8f3b |
01-Aug-2004 |
uch <uch@NetBSD.org> |
newsmips X server. |
| 8548211e |
25-Jul-2004 |
chs <chs@NetBSD.org> |
look for __hppa__ as well as hpux. |
| f18b6d0a |
22-Jul-2004 |
uch <uch@NetBSD.org> |
set XKB keymap information from builtin keyboard for ttyE* when wskbd* (including multiplexer), generate keymap on the fly. set XKB default keyrepeat value from WSKBDIO_GETKEYREPEAT. |
| 62e6a5f7 |
20-Jul-2004 |
heas <heas@NetBSD.org> |
Add a buffer "scale" hint to MouseDevPtr type. If set, MouseProc() uses it as a structure size * 4 for the size of the mouse input buffer (Xisb buffer), else the static size of 64 bytes is allocated. On LP64, the wscons_event struct is 8 bytes larger. If more than 2 events were queued, wsconsReadInput() would get the first 16 bytes of the 3rd event and thus have bogus events the next time (and until the queue was drained). Chose this path over handling short reads in wsconsReadInput() so we could have a buffer large enough to hold more than just 2 events. Addresses my PR 26189 XFree PR 1438 |
| 1509caba |
19-Jul-2004 |
martin <martin@NetBSD.org> |
Redo previous completely different: get rid of the "disable emulate3Buttons on first middle button press" wholesale. It does not make sense at all since we multiplex multiple mice into one wsmouse device and this logic would need to distinguish the pre-multiplexed devices. XXX - maybe this should check for the wsmouse protocol? I don't know - and the xfree people chose not to be helpful at all. Fixes PR xsrc/26188. |
| cd790475 |
11-Jul-2004 |
sekiya <sekiya@NetBSD.org> |
Add "^lib(.*)_drv\\.so$" as a valid filename regexp for loadable modules. |
| 76799e90 |
07-Jul-2004 |
he <he@NetBSD.org> |
Delete some #if 0'ed out code (test which was always false due to limited range of data type). |
| a23f1cbc |
06-Jul-2004 |
heas <heas@NetBSD.org> |
ioctl(FIONREAD)'s arg is an int, not long which loses badly on 64-bit big endian boxes. Based on defined(LONG64) for now; though it seems that cygwin is the only platform whose are is not int, let the XFree folks decide what the final solutions should be. FWIW, Linux 2.4, Solaris, IRIX64, HPUX, AIX, Tru64, and FreeBSD use int. This fixes xterm scrolling speed, missed events, and a number of GTK "protocol errors" that I was seeing. XFree PR #1426. |
| 52d6b44b |
04-Jul-2004 |
heas <heas@NetBSD.org> |
wscons dumb framebuffer driver. From OpenBSD via petrov@ |
| f22e64b4 |
04-Jul-2004 |
heas <heas@NetBSD.org> |
Include gcc's preprocessor define of __sparc64__ in Imake's defines. XFree PR 1424. |
| 28e63d22 |
04-Jul-2004 |
heas <heas@NetBSD.org> |
Initialize variable in LookupTMEventType(). Already in XFree tree, rev 3.12. |
| d991e0ce |
29-Jun-2004 |
manu <manu@NetBSD.org> |
Back out previous commit that has become useless now we have a better fix. |
| 024af2c2 |
29-Jun-2004 |
manu <manu@NetBSD.org> |
Hide the iBook hacks behind a iBookHacks option for XF86Config. That way the administrator can enable or disable the hacks, and we do not risk breaking X server on other laptops using the Radeon mobility chip. |
| a3295f9c |
27-Jun-2004 |
manu <manu@NetBSD.org> |
Tweaks to the Radeon driver to make it work on the iBook G4, derived from OpenBSD. This assumes that the only PowerPC machines with a mobility Radeon is the iBook. |
| f937fbc9 |
25-Jun-2004 |
manu <manu@NetBSD.org> |
Use wskbd0 for the keyboard input on hpcarm, else the keyboard does not work correctly. |
| 1b2e1164 |
25-Jun-2004 |
itojun <itojun@NetBSD.org> |
simplify |
| 5fff517b |
25-Jun-2004 |
itojun <itojun@NetBSD.org> |
use safer string ops (hoping crashes that happens to me some time) |
| adde87e5 |
24-Jun-2004 |
manu <manu@NetBSD.org> |
For hpcarm, use wskbd, as the keyboard will not work correctly if we don't. |
| e404178d |
14-Jun-2004 |
tron <tron@NetBSD.org> |
Remove two symbolic links in "${XCDIR}" in the "cleandir" target. This fixes the second half of PR xsrc/25852 by Martin Husemann. |
| 7e80b71b |
14-Jun-2004 |
tron <tron@NetBSD.org> |
Remove "SshAskpass.ad" in clean target. This fixes the first half of PR xsrc/25852 by Martin Husemann. |
| 255247fc |
03-Jun-2004 |
tsarna <tsarna@NetBSD.org> |
- Support absolute mouse position events - fix a bug that caused an entire batch of events to be thrown out when one of an unknown type is encountered. |
| 91a41dd6 |
21-May-2004 |
tron <tron@NetBSD.org> |
Apply patch from XFree86-current: Reinstate the check for request_port == 0 in CreateWellKnownSockets() (Bugzilla #1376, Steve Rumble). This fixes PR xsrc/25655 by Steve Rumble. |
| 7fba8520 |
16-May-2004 |
lukem <lukem@NetBSD.org> |
Support substiting the following in the xdm(1) manual page: GREETERLIBPATH XDMDIR XDMAUTHDIR XDMLOGDIR XDMPIDDIR Tweak the formatting of some substituted variables (there's no need for unnecessary leading whitespace). |
| 97f5e4a7 |
16-May-2004 |
lukem <lukem@NetBSD.org> |
Support substitution of DEFAULT_CONFIG_FILE in the xfs(1) manual page. Use __projectroot__ instead of /usr/X11R6. Ensure DEFAULT_CONFIG_FILE actually has a default (that matches difs/main.c). |
| 3bef3b52 |
16-May-2004 |
lukem <lukem@NetBSD.org> |
Support substitution of TWMDIR in the twm(1) manual page. |
| 467477fb |
16-May-2004 |
lukem <lukem@NetBSD.org> |
Support substitution of RSTARTCONFIGDIR in the rstartd(1) manual page. |
| a59669aa |
16-May-2004 |
lukem <lukem@NetBSD.org> |
Support substitution of PROXYMANAGERDIR in the proxymngr(1) manual page. |
| 8cedafad |
14-May-2004 |
lukem <lukem@NetBSD.org> |
Tweak formatting so that __projectroot__ gets expanded correctly. |
| 99f12160 |
12-May-2004 |
he <he@NetBSD.org> |
#if 0 out a test where the compiler complains that it's always false due to limited range of data type. |
| 1bd846c6 |
12-May-2004 |
lukem <lukem@NetBSD.org> |
Add support for XDMAUTHDIR to specify the path to the authDir in the documentation and sample configuration. |
| a98860eb |
15-Apr-2004 |
drochner <drochner@NetBSD.org> |
use an ugly hack to make the loader work on NetBSD/amd64: pass an address hint to mmap() to make it allocate an address below 4G based on work by Nicolas Joly (PR xsrc/25170) and fvdl's comment |
| 3f0c10d1 |
11-Apr-2004 |
tron <tron@NetBSD.org> |
Pull in an AMD64 specific configuration fix committed by Matthieu Herrb to the XFree86 repository: Static X servers using the vesa driver also need AFB. This fixes PR xsrc/25112 by Nicolas Joly. |
| 5d1070c1 |
11-Apr-2004 |
mhitch <mhitch@NetBSD.org> |
Fix a couple more XFree86 4.4.0 import changes. |
| 217be9e5 |
11-Apr-2004 |
mhitch <mhitch@NetBSD.org> |
The XF4.4.0 import now checks previously unused REGION_* macro arguements; fix an error from the XF3->XF4 conversion. |
| 4faefbef |
08-Apr-2004 |
fredb <fredb@NetBSD.org> |
Don't core when there exist (bogus) IPv6 XDM-AUTHORIZATION-1 records in the ${XAUTHORITY} file. Patch submitted by Micheal van Elst in PR xsrc/25098. |
| 4809abba |
06-Apr-2004 |
markd <markd@NetBSD.org> |
Add support for utmpx in current (since 1.6C). OKed by tron. |
| a19f4aeb |
05-Apr-2004 |
tron <tron@NetBSD.org> |
Provide a default tty under NetBSD-amd64, too. Patch provided by Nicolas Joly in PR xsrc/25060. |
| df95658d |
02-Apr-2004 |
mrg <mrg@NetBSD.org> |
*shudder* install perl scripts... perhaps we shouldn't, but while we are, may as well give it a "#! /usr/bin/env perl" so it has a chance of working... unfortunately, this even fixes PR#22578 ;-) |
| fca23c2f |
28-Mar-2004 |
chris <chris@NetBSD.org> |
Fix the loader to work on arm. This is enough for the nv driver to load on my cats box. There maybe other softfloat symbols needed by other modules, but they should be easy to add. |
| 31c11f00 |
28-Mar-2004 |
jdc <jdc@NetBSD.org> |
Add pre-processor flags for Atari X servers. |
| c2ba25d5 |
28-Mar-2004 |
jdc <jdc@NetBSD.org> |
Back out revision 1.16. We'll do this in NetBSD.cf and the src/x11 Makefile instead. Pointed out by Izumi Tsutsui. |
| 034b48fb |
28-Mar-2004 |
jdc <jdc@NetBSD.org> |
gcc3 doesn't define __mc68000__, so add __mc68020__ here (needed for Atari). |
| b3d25bbc |
28-Mar-2004 |
jdc <jdc@NetBSD.org> |
Make compile. |
| af920827 |
28-Mar-2004 |
mycroft <mycroft@NetBSD.org> |
Fix a mutex reference-counting bug. |
| 27f1f414 |
22-Mar-2004 |
tron <tron@NetBSD.org> |
Backout last change. It is not necessary any longer with revision 1.65 or above of "xsrc/xfree/xc/config/cf/NetBSD.cf". |
| 03f33b26 |
22-Mar-2004 |
tron <tron@NetBSD.org> |
Set either "HasArc4Random" or "HasDevRandom". This fixes build problem in "xdm" the correct way. |
| 74227bee |
22-Mar-2004 |
tron <tron@NetBSD.org> |
Add "-DARC4_RANDOM" to C compiler options when "HasArc4Random" is defined so that arc4random() support is really compiled in. |
| 6a4ebf97 |
22-Mar-2004 |
tron <tron@NetBSD.org> |
Fix definition for "HasArc4Random" so that it is really used on NetBSD 1.6B and newer. |
| 18f6ced4 |
14-Mar-2004 |
christos <christos@NetBSD.org> |
Reverse polarity of #ifdef test to match with the rest of the function. |
| 6435fee3 |
14-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Add support for NetBSD releases that don't have WSKBD_TYPE_RISCPC. |
| bf41a366 |
14-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Restore support for /dev/beep and busmouse(4), conditional on __NetBSD_Version__. This should make xsrc useful on past NetBSD releases. |
| a32d9da9 |
13-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Remove support for busmouse(4), since NetBSD/acorn32 doesn't have it any more. |
| f756f609 |
12-Mar-2004 |
matt <matt@NetBSD.org> |
Make this compile under XF86 4.4. |
| dabe2211 |
12-Mar-2004 |
tron <tron@NetBSD.org> |
Make native XFree86 distribution set creation work again. Fix provided by Luke Mewburn in private e-mail. |
| 984c92d6 |
12-Mar-2004 |
tron <tron@NetBSD.org> |
Enable PCVT support on NetBSD-amd64 as suggested by Nicolas Joly in PR xsrc/24742. The fix was tested by Matthias Drochner. |
| 68422c44 |
12-Mar-2004 |
matt <matt@NetBSD.org> |
Use __amd64__ to detect NetBSD amd64 systems. |
| 818596e3 |
10-Mar-2004 |
chris <chris@NetBSD.org> |
Checkin compilable version of arm_video.c. This is basically the previous revision of this, pre 4.4 import. |
| c38b9f76 |
10-Mar-2004 |
rtr <rtr@NetBSD.org> |
<sparc/kbd.h> -> <machine/kbd.h> from mrg@ |
| 2bb2c4d6 |
10-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Following the example of XalphaNetBSD, strip the top bits of PC/XT keycodes before feeding them to the MI server. This is ugly and loses information, but it works a bit better than not doing so, and will do until someone finally crack and write a shared wscons input layer for hw/netbsd. |
| eff98db5 |
10-Mar-2004 |
heas <heas@NetBSD.org> |
Check if X68kServer is defined before referencing it |
| fb70dd88 |
09-Mar-2004 |
tron <tron@NetBSD.org> |
Pull in latest bug fixes from XFree86 repository: 5. Turn off the DAC for Radeon DPMS modes. Without this some monitors can be badly affected. (Bugzilla #1221, Hui Yu@ATI, reported by Paul Shupak). |
| e207ee2c |
08-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
Add very rudimentary support for WSKBD_TYPE_PC_XT, since that's what pckbd(4) uses. It's very ropey and needs work, but that's true of this X server in general. Also try to make the bell work. It still doesn't, but it has fewer excuses now. |
| cc5b779d |
07-Mar-2004 |
tron <tron@NetBSD.org> |
Fix palette restauration in virtual console switching code. Patch provided by Matthieu Herrb on the XFree86 developer mailing list. |
| 74f4f49c |
07-Mar-2004 |
sekiya <sekiya@NetBSD.org> |
Add infrastructure goo for sgimips target. This allows native builds to finish properly (cross-builds are still broken; the infrastructure needs to learn how to deal with targets that use the XFree86 server but can't use loadable modules). |
| 2611194e |
07-Mar-2004 |
bjh21 <bjh21@NetBSD.org> |
<machine/beep.h> is gone. Remove support for using it. This means that X servers on non-wscons systems can't beep any more. I apologise very slightly. |
| d6004511 |
06-Mar-2004 |
heas <heas@NetBSD.org> |
NetBSD does not have sparcPciPciBridge(), do not define ARCH_PCI_PCI_BRIDGE. |
| 6f835731 |
06-Mar-2004 |
martin <martin@NetBSD.org> |
Avoid disabling 3 button emulation when a real 3rd button is pressed on another mouse (multiplexed via /dev/wsmouse). See http://bugs.xfree86.org/show_bug.cgi?id=1129 for details. |
| e8aec9e8 |
06-Mar-2004 |
chris <chris@NetBSD.org> |
Sort out the arm definitions of outb etc. arm and arm32 use long sh uses int mips (actually everything else uses short) |
| 500be200 |
06-Mar-2004 |
chris <chris@NetBSD.org> |
Fix arm compile of expat. By looking at v1.95.7 of expat, they've changed the test so that only i386 will use reparm option, so copy that behaviour. |
| ddd9a351 |
06-Mar-2004 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.4.0. |
| 4c048542 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
FIO{SET,GET}OWN ioctls |
| 59dd746e |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
+ netbsd specific bus/slot/func assignment + check dev ok on open (from mrg@) |
| be1f6371 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
move all XCOMM's to col 0 to be consistent with the rest of the tree and so the reachovers XCOMM processing tools can deal with them. |
| 17da7210 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
wrap freebsd specific in ifdef |
| 064daf07 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
fill in DRM_SPIN lock defs |
| 863f391a |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
dev & dma simple locks |
| c85da21f |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
move pciidlist outside freebsd specific ifdef |
| a191cdb8 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
+ check validity of pointers before trying to free |
| 3e85b082 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
+ use MTRR_PRIVATE |
| 6ed6d2a0 |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
+ add voff_t foff (missing) + use vsize_t instead of vm_size_t for size |
| 4de1ae3e |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
NetBSD DRM_MAJOR |
| 35f70b78 |
06-Mar-2004 |
tron <tron@NetBSD.org> |
+ split GetTimeInMillis() into its own file. |
| 0c4eda4d |
06-Mar-2004 |
rtr <rtr@NetBSD.org> |
+ split GetTimeInMillis() into its own file. |
| f3065cbe |
05-Mar-2004 |
fvdl <fvdl@NetBSD.org> |
For some reason, XFree86 uses __AMD64__ and not __amd64__ to do CPP checks for amd64 in places. Since this symbol is not defined by gcc, do what Linux does: define it by hand. Use a more generic mechanism, where architectures can define NetBSDMachineDefines to add such a flag if they needed it. Inspired by linux.cf |
| f1db9987 |
05-Mar-2004 |
tron <tron@NetBSD.org> |
Undo local changes as suggested by Frederick Bruckman. |
| 381ee3af |
05-Mar-2004 |
fvdl <fvdl@NetBSD.org> |
Remove usage of x86_64Archirecture, which has been changed to AMD64Architecture. |
| 4c714569 |
05-Mar-2004 |
tron <tron@NetBSD.org> |
Fix mismerge. |
| e43f1a31 |
05-Mar-2004 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.4.0. |
| 00331ebe |
05-Mar-2004 |
tron <tron@NetBSD.org> |
Import of XFree86 4.4.0. |
| 8e0225eb |
26-Feb-2004 |
rtr <rtr@NetBSD.org> |
Use libos.a GetTimeInMillis.c this (should?) fix the last of the GetTimeInMillis things I broke in native build. |
| c611c155 |
24-Feb-2004 |
rtr <rtr@NetBSD.org> |
+ wrap GetTimeInMillis() in #ifndef DDXTIME + add GetTimeInMillis.{c,o} to Imakefile I had a momentary dream where native builds didn't need to be supported anymore.. too bad it was only a dream. |
| 116215bf |
22-Feb-2004 |
uwe <uwe@NetBSD.org> |
Enable c versions of inb/outb, &c for SuperH. From Izumi Tsutsui <tsutsui@netbsd> on tech-x11: http://mail-index.netbsd.org/tech-x11/2003/12/30/0008.html |
| 66d91919 |
21-Feb-2004 |
rtr <rtr@NetBSD.org> |
+ split GetTimeInMillis() into its own file and get rid of #ifndef DDXTIME + GetTimeInMillis.c is now only built for non-XFree86, Xmacppc, Xsun* |
| dc3f4b0c |
13-Feb-2004 |
mhitch <mhitch@NetBSD.org> |
Replaced by mybcopyas.S. |
| a60b53c0 |
12-Feb-2004 |
petrov <petrov@NetBSD.org> |
Include X11/Xmd.h to get proper macros on 64 bit platforms. |
| 996a0634 |
08-Feb-2004 |
tron <tron@NetBSD.org> |
Fix problem with too long filenames. |
| 3fbba3a6 |
08-Feb-2004 |
matt <matt@NetBSD.org> |
Add missing file from xf3. |
| 4372a6f9 |
08-Feb-2004 |
sekiya <sekiya@NetBSD.org> |
Add rudimentary DPMS support for newport driver. |
| 7d6de6e5 |
07-Feb-2004 |
sekiya <sekiya@NetBSD.org> |
mmap the newport registers as an offset from the kernel's idea of the newport is, rather than try to guess based on platform model. |
| ffc1d68c |
07-Feb-2004 |
rtr <rtr@NetBSD.org> |
dreamcast X server from xf3. It should be considered a work in progress, it doesn't currently build and hopefully this will get someone else (maybe with hw) interested in porting it to xf4. |
| 5f435ec9 |
02-Feb-2004 |
fredb <fredb@NetBSD.org> |
Make the big key in the upper right hand corner of the keyboard send a Backspace (== ^H). You can never please everybody on this issue, but doing it this way at least allows us to share configurations with an i386 host, with a minimum of pain. |
| 4bc075cb |
02-Feb-2004 |
mrg <mrg@NetBSD.org> |
apply some 64 bit patches, from openbsd via petrov@netbsd.org, with some very minor clean up by me. XXX: cfbglblt8.c maskbits.h and mfbtegblt.c are forced commits for the prior revision. |
| 899e7ade |
01-Feb-2004 |
lukem <lukem@NetBSD.org> |
In FcStrCopyFilename(), don't attempt to deference a pointer to getenv("HOME") until ensuring it's not NULL. Fix from Masao Uebayashi <uebayasi@> Use size_t instead of int to store size of malloc buffer. |
| dcaf4d69 |
26-Jan-2004 |
sekiya <sekiya@NetBSD.org> |
Add MIPS to the list of valid NetBSD architectures. |
| 3dce0f64 |
26-Jan-2004 |
sekiya <sekiya@NetBSD.org> |
Use generic PCI access routines for MIPS platforms. |
| 3670d743 |
26-Jan-2004 |
sekiya <sekiya@NetBSD.org> |
Use wscons ioctl for newport detection. Additionally, use offsets from geometry rather than magic numbers. |
| 513005a6 |
25-Jan-2004 |
minoura <minoura@NetBSD.org> |
Add X68k. UNTESTED; please someone who has a 060. it takes weeks with my 030... |
| 32718d05 |
25-Jan-2004 |
mhitch <mhitch@NetBSD.org> |
Use the REGION_* macros. This eliminates the requirement for NEED_SCREEN_REGIONS. |
| c1386a3c |
25-Jan-2004 |
mhitch <mhitch@NetBSD.org> |
Fix a very old bug: the wrong value was being used to index amigaFbs. When a list of devices was used to probe for screens and /dev/grf0 was not the first device, the wrong entry was initialized. This resulted in failing to find the custom chip screen, or segment violations when using the default list of display devices. |
| c022846c |
25-Jan-2004 |
sekiya <sekiya@NetBSD.org> |
Use MIPS-specific mem_barrier() implementation on NetBSD. |
| fb451845 |
25-Jan-2004 |
sekiya <sekiya@NetBSD.org> |
Add support for MIPS-based platforms (mips_video.c is cloned from ppc_video.c, other changes are preprocessor-related). |
| d60eb965 |
19-Jan-2004 |
lukem <lukem@NetBSD.org> |
remove "Writing nnn characters into file 'ffff.bdf'." message; it offers little useful information and makes MAKEVERBOSE<2 ugly. |
| 0435a882 |
18-Jan-2004 |
rtr <rtr@NetBSD.org> |
XF3 XdecNetBSD -> XF4 - Builds from reachover, untested. |
| 7e58e1f4 |
18-Jan-2004 |
rtr <rtr@NetBSD.org> |
XF3 Xarm32VIDC -> XF4 - Builds from reachover but isn't tested. |
| 67ec708c |
18-Jan-2004 |
rtr <rtr@NetBSD.org> |
XF3 XalphaNetBSD -> XF4 - Has been prepared for x11 reachover - Is not tested, but builds |
| ba420ef4 |
15-Jan-2004 |
rtr <rtr@NetBSD.org> |
Xamiga from XF3 to XF4 XXX missing Imakefile entries but cross-buildable. |
| 05fad9ce |
14-Jan-2004 |
minoura <minoura@NetBSD.org> |
XKB database for the X680x0 keyboard. Copied from xsrc/xc/programs/xkbcomp. These files are missed in the previous commit :p |
| 429f9dda |
14-Jan-2004 |
minoura <minoura@NetBSD.org> |
XKB database for the X680x0 keyboard. Copied from xsrc/xc/programs/xkbcomp. |
| a34ac415 |
10-Jan-2004 |
rtr <rtr@NetBSD.org> |
remove duplicate GetTimeInMillis() funcs |
| 7063bf72 |
10-Jan-2004 |
chris <chris@NetBSD.org> |
Make cats support compile, however it still doesn't work. |
| cd0ea081 |
10-Jan-2004 |
chris <chris@NetBSD.org> |
Add cats support, as it used PCI on arm. |
| 15024170 |
10-Jan-2004 |
rtr <rtr@NetBSD.org> |
Xpmax X server from XF3 |
| de1c131f |
10-Jan-2004 |
fredb <fredb@NetBSD.org> |
Commit framework to build native Xmac68k server, conditionally on "Xmac68kServer". This isn't the default for mac68k, because it doesn't quite work yet; it fails to recognize the keyboard and mouse. |
| 76939bbf |
10-Jan-2004 |
fredb <fredb@NetBSD.org> |
Adapt to XF4, changing DevicePtr to DeviceIntPtr as appropriate. |
| 6d930ddb |
10-Jan-2004 |
fredb <fredb@NetBSD.org> |
Adapt to XF4, using patches submitted by David P. Reese Jr. in PR xsrc/23968. |
| 94741579 |
10-Jan-2004 |
fredb <fredb@NetBSD.org> |
Adapt to file renaming (PR xsrc/23968). |
| 29056905 |
10-Jan-2004 |
fredb <fredb@NetBSD.org> |
Pull across Xmac68k server unchanged from XF3 tree, except some files are renamed (PR xsrc/23968). |
| 923859ee |
07-Jan-2004 |
minoura <minoura@NetBSD.org> |
Make this compile. TODO: - Still have a problem in cleaning up the terminal (grf1) - XKB database - Native (imake) compilation |
| fceaff2d |
07-Jan-2004 |
minoura <minoura@NetBSD.org> |
Import xsrc/xc/programs/Xserver/hw/netbsd/x68k to the XFree86 4 tree. |
| b32fb199 |
07-Jan-2004 |
minoura <minoura@NetBSD.org> |
Add constant definitions for NetBSD/m68k family. |
| e05340af |
06-Jan-2004 |
mrg <mrg@NetBSD.org> |
pull across vax Xmono sources from XF3 tree. while it doesn't exactly build (missing header file) right now, it works exactly as well as it does in the XF3 tree... |
| 12fbbfa9 |
06-Jan-2004 |
mrg <mrg@NetBSD.org> |
look for `__vax__' as well as `vax' cpp symbols. |
| 2791e922 |
06-Jan-2004 |
mrg <mrg@NetBSD.org> |
fix a typo in a macro name not commonly used. |
| 9e720238 |
04-Jan-2004 |
junyoung <junyoung@NetBSD.org> |
Remove junk files. |
| 255c1afc |
03-Jan-2004 |
uwe <uwe@NetBSD.org> |
#if 0 the logic to define CFB_NEED_SCREEN_PRIVATE. It was not working as expected in the first place because of the typo in a define name, and with the typo fixed in the previous revision it causes compilation problems (cfb and hpc have different ideas about CFB_NEED_SCREEN_PRIVATE). |
| 6074b9a0 |
03-Jan-2004 |
uwe <uwe@NetBSD.org> |
Spell FORCE_SEPARATE_PRIVATE correctly. |
| 33c973fd |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Added cast to suppress warning messages about type conversion between "unsigned long *" and "unsigned int *". < #define CfbFetchUnaligned(x) ldl_u(x) > #define CfbFetchUnaligned(x) ldl_u((unsigned int *)x) |
| 90d1c876 |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Applied the change: > Subject: CVS commit: xsrc > To: None <source-changes@netbsd.org> > From: Shin Takemura <takemura@netbsd.org> > List: source-changes > Date: 04/23/2000 15:49:20 > Module Name: xsrc > Committed By: takemura > Date: Sun Apr 23 12:49:19 UTC 2000 > > Modified Files: > xsrc/xc/programs/Xserver/cfb: cfb8line.c > > Log Message: > Value of PIM is 1 and this causes unaligned memory access when pixel size > is 16 (PSZ = 16). I've sent this chage for fixes@xfree86.org. > > To generate a diff of this commit: > cvs rdiff -r1.5 -r1.6 xsrc/xc/programs/Xserver/cfb/cfb8line.c |
| ec67ed3f |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Replaved hpcError() with Error() in hpcSetDisplayMode() because calling hpcError() in hpcSetDisplayMode() causes infinity recursive call. |
| e1a5e8a7 |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Fixed to compile with XF 4.x sources. |
| 814d187a |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Added break statements just to suppress warning messages. |
| 1b5f0fa9 |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
need a copy of GetTime.c, as well as a version of OsVendorFatalError(), and several DPMS extensions functions. They were copied from hw/netbsd/macppc. |
| 80384271 |
03-Jan-2004 |
takemura <takemura@NetBSD.org> |
Copied the Xhpc sources from the XFree 3.x tree. (xsrc/xc/programs/Xserver/hw/netbsd/hpc) |
| 9b982cc5 |
02-Jan-2004 |
lukem <lukem@NetBSD.org> |
Add support for CHOOSERPATH to specify the path to the xdm chooser. |
| f2b49776 |
02-Jan-2004 |
lukem <lukem@NetBSD.org> |
Allow the BINDIR for rstartd.real to be separate from the LIBDIR, and set BINDIR to $(MYLIBDIR) when building here. |
| 39794a3b |
29-Dec-2003 |
rtr <rtr@NetBSD.org> |
ldl_u and others for hpcarm |
| f52309ae |
28-Dec-2003 |
tsutsui <tsutsui@NetBSD.org> |
Check XmacppcServer is defined before reference. |
| 874e5196 |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
build Xmacppc for macppcArchitecture. |
| eeefb03b |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
define macppcArchitecture if __macppc__ |
| 2c068fa4 |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
make Xmacppc build natively as well. |
| 92c85bcc |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
build Xmacppc Xserver for macppc as well. |
| 3ffaa592 |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
need a copy of GetTime.c, as well as a version of OsVendorFatalError(), and several DPMS extensions functions. |
| f58b7471 |
27-Dec-2003 |
mrg <mrg@NetBSD.org> |
import the original Xmacppc sources from the XFree 3.x tree. |
| 9f2be74c |
23-Dec-2003 |
tsutsui <tsutsui@NetBSD.org> |
Add Xdreamcast server for NetBSD/dreamcast. Xdreamcast server is based on Xhpc for NetBSD/hpcmips, and most work was done by Yasushi Oshima. See posts on port-dreamcast for details. XXX1: We should switch to XFree86 4.x sooner or later. XXX2: Maybe we should have a generic wscons based Xserver. |
| 402251a9 |
23-Dec-2003 |
tsutsui <tsutsui@NetBSD.org> |
Add definitions for NetBSD/sh3. |
| ef84423c |
23-Dec-2003 |
mrg <mrg@NetBSD.org> |
pull across more changes from the old XF3 tree. now Xsun works. |
| 5c902706 |
23-Dec-2003 |
rtr <rtr@NetBSD.org> |
sparc64: add .register directive to appease newer gas - from thorpej |
| 509e0b92 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Reduce diff with XF86 source. No functional change. |
| 03e88762 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Resurrect XFree86 tag to reduce diff with XF86 source. |
| 1b6e7da5 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Reduce diff with XF86 source. No functinal change. |
| 35624d69 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Reduce diff with XF86 source. No functional change.
|
| 49ac4adb |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Fix local typo in comment. |
| 0d6d2a79 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Reduce diff with XF86 source. No functional change.
|
| 3024f905 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Reduce diffs with XF86 source. No functional change. |
| 1c698fdc |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Add copyright notice. |
| 6ceb7f78 |
20-Dec-2003 |
junyoung <junyoung@NetBSD.org> |
Remove local modification. No functional change. |
| f7ccc4bd |
19-Dec-2003 |
tron <tron@NetBSD.org> |
Add missing "#ifdef" which breaks the build if "XF86DRI" is not defined. |
| fa380bef |
19-Dec-2003 |
tron <tron@NetBSD.org> |
Restore version 179 of Thomas E. Dickey's XTerm which got lost during the last import. |
| e7bd8382 |
19-Dec-2003 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of 2003-12-19 sources. |
| a4be044d |
19-Dec-2003 |
tron <tron@NetBSD.org> |
Import of 2003-12-19 sources from XFree86's 4.3 branch. |
| c70b857d |
10-Dec-2003 |
tsutsui <tsutsui@NetBSD.org> |
Use proper variables to define LOCAL_LIBRARIES, and set DEPLIBS as well. Fixes build error on NOPIC ports. |
| 2ba04c43 |
12-Nov-2003 |
tron <tron@NetBSD.org> |
Turn off the shared XDM greeter library for NetBSD-alpha. It doesn't work and differs from all the other ports. |
| 07e79c00 |
28-Oct-2003 |
fredb <fredb@NetBSD.org> |
Revert revision 1.2, and fix the warning correctly. This was Thomas Dickey's response to XFree86 bug 833: I fixed this last month, having noticed an incorrect fix proposed for the compiler warning (google noticed it). See revision 3.45 of Tekproc.c - the real issue was that 'c' was a signed value but should have been an IChar value. At the point where the comparison is made, it has the wrong value to compare against 255 - no longer the return value of in_put(), but a fontsize. |
| 693db9e5 |
26-Oct-2003 |
fredb <fredb@NetBSD.org> |
Add missing shared library run paths to "pkg-config" files, as pointed out by Patrick Welche, and discussed briefly, on tech-x11. |
| 838797ce |
26-Oct-2003 |
tron <tron@NetBSD.org> |
ELF platforms support weak symbols. Change suggested by Matthieu Herrb. |
| 16d3b31f |
22-Oct-2003 |
petrov <petrov@NetBSD.org> |
xserver sparc64 build. |
| c1e290ba |
18-Oct-2003 |
fvdl <fvdl@NetBSD.org> |
amd64 has libstdc++ native now, so remove the workaround to not build libGLU shared. |
| b4e89473 |
18-Oct-2003 |
tron <tron@NetBSD.org> |
Backout revision 1.50 which should not have been committed at all. |
| 5ad850cf |
18-Oct-2003 |
tron <tron@NetBSD.org> |
Pull-in changes for XFree86-current which enable shared version of various libraries (e.g. "libXss"). This fixes problems with various 3rd party applications which required those shared versions. Thanks to Matthieu Herrb for discussing this issue with the XFree86 core team. |
| b1d1772b |
18-Oct-2003 |
tron <tron@NetBSD.org> |
Use "xc/config/makedepend" instead of "gccmkdep" script as suggested by Matthieu Herrb in private e-mail. |
| c9c1979f |
14-Oct-2003 |
petrov <petrov@NetBSD.org> |
sparc64 part. |
| 7bcfacda |
06-Oct-2003 |
mycroft <mycroft@NetBSD.org> |
For all existing SharedLibFoo options, set them to YES if we have shared libraries. Also set ForceNormalLib to make sure the .a versions still get built. The .so versions are necessary for various plugin modules to link against. Solaris, Tru64 and Linux on non-x86 platforms all ship .so versions of these libraries. Linux on x86 does not, instead relying on libtool to blindly link non-PIC libraries into PIC objects for many packages to work. |
| 0d7faeec |
06-Oct-2003 |
mycroft <mycroft@NetBSD.org> |
There is no reason for this to build with libXfontcache -- that's a client library. |
| 41d6e2f5 |
06-Oct-2003 |
mycroft <mycroft@NetBSD.org> |
Arrange to link the X servers with FOOLIB rather than DEPFOOLIB. It makes no difference in the static-only case, but if SharedLibFoo is set then DEPFOOLIB is empty. |
| 3aac456a |
05-Oct-2003 |
tron <tron@NetBSD.org> |
Don't try to build the S3 savage driver under NetBSD 1.6Z and above because the LRMI support doesn't work any more. |
| e64bed81 |
05-Oct-2003 |
tron <tron@NetBSD.org> |
Remove duplicate entry for "s3_savage" in "XF86SvgaDrivers" added in revision 1.13. |
| 71366dfe |
05-Oct-2003 |
tron <tron@NetBSD.org> |
Remove duplicate entry for "s3_savage" in "XF86SvgaDrivers" added in revision 1.21. |
| a9bfd14a |
04-Oct-2003 |
seb <seb@NetBSD.org> |
Remove trailing spaces after '\' in previous commit. |
| cb6afab2 |
03-Oct-2003 |
seb <seb@NetBSD.org> |
Fix build for systems without arc4random(4) i.e. "older" than ~1.6B. Approved by tron@. |
| 855c23c6 |
03-Oct-2003 |
itojun <itojun@NetBSD.org> |
better handling of (len % 4) portion |
| 3e42062f |
03-Oct-2003 |
itojun <itojun@NetBSD.org> |
generate better cookie by using arc4random(3). from openbsd |
| 3b19a889 |
28-Sep-2003 |
mhitch <mhitch@NetBSD.org> |
Add missing \ to multi-line string. Apparently gcc2 was happy without it, but gcc3 didn't like it. |
| adfa1113 |
26-Sep-2003 |
tron <tron@NetBSD.org> |
Don't define "_POSIX_SOURCE" on NetBSD to make definition of "SIZE_MAX" visible. |
| e70b0fa0 |
26-Sep-2003 |
tron <tron@NetBSD.org> |
Synchronize font library with sources from the XFree86 repository to get final version of last security patch. This will avoid conflicts during the import of the next XFree86 release. |
| c79891df |
26-Sep-2003 |
tron <tron@NetBSD.org> |
Fix problems introduced by the latest security patch. The changes were supplied by Matthieu Herrb in private e-mail. |
| e5ee15dd |
26-Sep-2003 |
tron <tron@NetBSD.org> |
Synchronize Font server library with sources from the XFree86 repository to fix problems introduced by the latest security patch. Problem noted by Matthieu Herrb in private e-mail. |
| 184428ad |
22-Sep-2003 |
fredb <fredb@NetBSD.org> |
Once again, install "ucs2any" and ucs2any.0". SimpleProgramTarget() creates an "install::" target by virtue of invoking ComplexProgramTarget(), yet NormalProgramTarget() does neither. Go figure. |
| 258226dc |
21-Sep-2003 |
lukem <lukem@NetBSD.org> |
comment out an unnecessary (and incorrect) range check that gcc 3.3 barfs on |
| 58915378 |
20-Sep-2003 |
tron <tron@NetBSD.org> |
Apply fix to avoid rebuild of "ucs2any" and the international fonts suggested by Harold L Hunt II on the XFree86 developer mailing list. |
| 8b8f0c2e |
14-Sep-2003 |
tacha <tacha@NetBSD.org> |
Create ucs2any on "includes" stage to avoid unnecessary rebuilding international fonts converted by ucs2any. |
| 1e7799e1 |
11-Sep-2003 |
petrov <petrov@NetBSD.org> |
Let sbus to configure. |
| 3f944025 |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
Probe sbus on sparcs. |
| 48ab46e5 |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
Enable sbus on sparc. |
| f4e525c5 |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
Add netbsdSbus.c. |
| 57682af2 |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
NetBSD sbus implementation, adapted from Sbus.c. |
| fcc89fea |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
Include openfirmio.h for prom accesses. |
| f0a12601 |
10-Sep-2003 |
petrov <petrov@NetBSD.org> |
It's not fatal if we failed to open pci, we might have other busses. |
| 1f53cbf6 |
09-Sep-2003 |
itojun <itojun@NetBSD.org> |
free resource appropriately so that we can process large number of fonts. |
| b232eeea |
08-Sep-2003 |
petrov <petrov@NetBSD.org> |
sunffb driver needs XF8_32Wid. |
| 0c30aa31 |
08-Sep-2003 |
petrov <petrov@NetBSD.org> |
Original code used 160 byte stack frame size, make it 192. |
| 9c1efaf3 |
08-Sep-2003 |
petrov <petrov@NetBSD.org> |
Use ASVISOPTION for as. |
| 39db316b |
02-Sep-2003 |
tron <tron@NetBSD.org> |
Add missing xf86UnblockSIGIO() call to avoid a blocked X11 server. The patch was provided by Yorick Hardy in PR xsrc/22668. |
| 9be9d962 |
01-Sep-2003 |
martin <martin@NetBSD.org> |
Avoid perl'isms like using regular expressions for simple parsing. This roughly doubles the speed in my tests, still leaving room for improvement (this is still pretty malloc-happy code). |
| 955cd342 |
31-Aug-2003 |
tron <tron@NetBSD.org> |
On operating systems which don't define "SIZE_T_MAX" (NetBSD does) define it to "ULONG_MAX" if possible. This should avoid problems on non-NetBSD 64Bit platforms (e.g. Solaris). Based on a suggestion made by Christoph Egger in private e-mail. |
| 0b03c1b2 |
30-Aug-2003 |
tron <tron@NetBSD.org> |
Fix build problem caused by security patch. |
| 5fdfda61 |
30-Aug-2003 |
tron <tron@NetBSD.org> |
Fix potential integer overflows in the font libraries which can probably allow arbitrary code execution in the X server with a corrupted font server. The problem was reported by blexim, the patch was supplied by Matthieu Herrb. |
| c0d43fe3 |
30-Aug-2003 |
tron <tron@NetBSD.org> |
Fix potential integer overflows in the font libraries which can probably allow arbitrary code execution in the X server with a corrupted font server. The problem was reported by blexim, the patch was supplied by Matthieu Herrb. |
| 97b8d807 |
30-Aug-2003 |
tron <tron@NetBSD.org> |
Fix potential integer overflows in the font libraries which can probably allow arbitrary code execution in the X server with a corrupted font server. The problem was reported by blexim. The changes are based on a patch supplied by Matthieu Herrb. |
| 7ea6089e |
30-Aug-2003 |
tron <tron@NetBSD.org> |
Fix potential integer overflows in the font libraries which can probably allow arbitrary code execution in the X server with a corrupted font server. The problem was reported by blexim, the patch was supplied by Matthieu Herrb. |
| 3a278293 |
17-Aug-2003 |
itojun <itojun@NetBSD.org> |
new sentence, new line. paragraph break needs .Pp. |
| 5b37386e |
08-Aug-2003 |
martin <martin@NetBSD.org> |
The > 16 double argument passing hack for sparc64 is only needed for old gcc versions. Update the #ifdefs accordingly. |
| 3cfbe40d |
08-Aug-2003 |
aymeric <aymeric@NetBSD.org> |
shave a few cycles by limiting calls to regex() in the two reading loops. In particular, getting rid of comments is much faster this way. This is becoming ugly/ridiculous, the next step is probably completely to get rid of regexps by having a small lexer. |
| 9a82c003 |
08-Aug-2003 |
aymeric <aymeric@NetBSD.org> |
when looking for a $Id$ header, escape dollars properly, and use [I]d instead of Id so that RCS/CVS won't expand it. |
| 1c314385 |
08-Aug-2003 |
aymeric <aymeric@NetBSD.org> |
. replace strcat() by strcpy() in zstrcat() . change read_line() so that it doesn'4 do a realloc() for each character read. (change c's type again, to int this time as expected for getc()) . initialize a variable ("code") to -1 so that gcc stops complaining. This improves performance of ucs2any quite a little bit. |
| 81d95bff |
21-Jul-2003 |
lukem <lukem@NetBSD.org> |
simplify the USE_XF86_4 tests |
| 6c95bf02 |
14-Jul-2003 |
fredb <fredb@NetBSD.org> |
Fix an evident typo (caught by gcc-3.3.1-prerelease). |
| ce036e87 |
14-Jul-2003 |
tron <tron@NetBSD.org> |
Resolve conflicts last from import. |
| cf781cf3 |
14-Jul-2003 |
tron <tron@NetBSD.org> |
Import version 179 of Thomas E. Dickey's XTerm because of bugs in the version distributed with XFree86 4.3.0. |
| c90191bb |
29-Jun-2003 |
shin <shin@NetBSD.org> |
fix pointer button initialization. there are 5 pointer buttons defined. |
| 5c3f5fc0 |
27-Jun-2003 |
scw <scw@NetBSD.org> |
In read_line(), make 'c' explicitly signed for the benefit of those platforms where char is unsigned by default. Otherwise this function never notices EOF. |
| c60ab926 |
25-Jun-2003 |
tron <tron@NetBSD.org> |
Check for "etc/master.passwd" instead of "etc" in the destination directory to find out wether user and group database are available there. The XFree86 build process creates a directory "etc" itself. |
| 1f0704d2 |
24-Jun-2003 |
tshiozak <tshiozak@NetBSD.org> |
make sure that libX11.so and libXt.so don't depend on libpthread.so. c.f.: http://mail-index.netbsd.org/tech-userlevel/2003/06/24/0004.html |
| 775ec625 |
12-Jun-2003 |
tron <tron@NetBSD.org> |
Add C implementation of "ucs2any" utility contributed by Ben Collver. This allows us to build all international fonts without requiring Perl 5. |
| 07a2dc63 |
10-Jun-2003 |
perry <perry@NetBSD.org> |
We HAVE_SYSV_IPC Noted by Quentin Garnier XXX Someone should submit this back to the XFree86 folks, and I have no XXX idea how. Could someone help? :( |
| a242b4ad |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
NetBSD/sparc64 support. |
| 6875d628 |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
XCOMM out Sbus. |
| 376a30ea |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
Do not try to use sbus, it's not supported yet. |
| b560035c |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
Add sun type5 keyboard. |
| 57374763 |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
Sbus is not supported yet. |
| a80884cb |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
Add sun5 keyboard. |
| 353b9974 |
03-Jun-2003 |
petrov <petrov@NetBSD.org> |
Do not try to build sbus support, it's not ready. |
| 47e71ac4 |
30-May-2003 |
tron <tron@NetBSD.org> |
Extend comment about snapshots to mention the new directory layout used in NetBSD after 1.6. This fixes PR xsrc/20211 by HIRATSUKA Kouichirou. |
| 3df69068 |
28-May-2003 |
petrov <petrov@NetBSD.org> |
Enable sparc64. |
| 29904dba |
16-May-2003 |
aymeric <aymeric@NetBSD.org> |
revert last. This doesn't quite fix the problem and needs better understanding. Sorry. |
| dcc63f8b |
16-May-2003 |
aymeric <aymeric@NetBSD.org> |
in wsconsReadInput(), remember the lastButtons in a static variable instead of in the pMse struct, because newer versions of XF86 seem to lose it somehow. This fixes a bug where SimpleMenu's wouldn't highlight their entries, making many Xaw applications unusable. |
| 03eaceab |
04-May-2003 |
fvdl <fvdl@NetBSD.org> |
Use -O2 on amd64. |
| 8dd2a3ec |
01-May-2003 |
petrov <petrov@NetBSD.org> |
Add sparc64/NetBSD. |
| 31bd70a7 |
01-May-2003 |
petrov <petrov@NetBSD.org> |
sparc/__NetBSD__. |
| 93dc6053 |
01-May-2003 |
petrov <petrov@NetBSD.org> |
Revert previous. |
| 77178aec |
30-Apr-2003 |
petrov <petrov@NetBSD.org> |
Don't build xf86DGA if BuildXF86DGA is not set. |
| c46c7742 |
26-Apr-2003 |
wiz <wiz@NetBSD.org> |
sed now needs to replace two occurrences of @libdir@ in one line, so add a "g". Okayed by tron. |
| 586feede |
26-Apr-2003 |
wiz <wiz@NetBSD.org> |
Add -Wl,-R@libdir@ to --libs output. Okayed by tron. |
| aea64ab2 |
11-Apr-2003 |
fredb <fredb@NetBSD.org> |
Attempt to speed up the "cleandir" target, by beginning to remove "Makefile"'s before the "find" is complete, and presumably while the containing directory is still in the file cache. |
| 5364205e |
08-Apr-2003 |
salo <salo@NetBSD.org> |
Fix crash on startup. Patch from Alan Hourihane <alanh at XFree86 dot org>. Addresses PR xsrc/20921 by me. |
| d515378c |
28-Mar-2003 |
soda <soda@NetBSD.org> |
disable OPT_LUIT_PROG by default, because it leaves slave tty in insecure mode (0666) under certain locales (e.g. ja_JP.eucJP). problem and fix reported and discussed by OSHIMA Yasushi and SHIOZAKI Takuya in Japanese NetBSD mailing list @ soum. (Thanks Jaromir Dolecek about clarification of this problem). problem reported to xfree86 project too, as follows: http://bugs.xfree86.org/cgi-bin/bugzilla/show_bug.cgi?id=66 |
| 994532cf |
17-Mar-2003 |
tron <tron@NetBSD.org> |
Fix typo which causes an invalid free(3) call. This patch was supplied by John Heasley in PR xsrc/20764. |
| 7bca1f65 |
16-Mar-2003 |
wiz <wiz@NetBSD.org> |
Correct previous: The .EN was not completely missing, but just incorrectly attached to the previous line. |
| 51e1e44e |
16-Mar-2003 |
tron <tron@NetBSD.org> |
Add missing ".EN". The patch was supplied by John Heasley in PR xsrc/20732. |
| 90f780ed |
15-Mar-2003 |
fvdl <fvdl@NetBSD.org> |
Add support for NetBSD/x86_64. |
| dd2df13c |
08-Mar-2003 |
tron <tron@NetBSD.org> |
Avoid crash in windows menu code if no windows are open. Based on a patch submitted by Yorick Hardy in PR xsrc/20619. |
| 70da46ab |
08-Mar-2003 |
tron <tron@NetBSD.org> |
Test if "HasSunC" is defined before checking its value. Problem report bu Martin Husemann in private e-mail. |
| 9e50ab53 |
07-Mar-2003 |
tron <tron@NetBSD.org> |
Apply fix for screen restore problem on R300 based ATI cards sent to the XFree86 developer list by Enrik Berkhan. This might fix PR xsrc/18386. |
| 87eadca4 |
05-Mar-2003 |
tron <tron@NetBSD.org> |
Fix build problem introduced by last change as suggested by Christopher Richards in PR xsrc/20581. |
| 84b85ffd |
04-Mar-2003 |
tron <tron@NetBSD.org> |
Strip installed binaries. This fixes PR xsrc/20579 by Igor Sobrado. |
| d65ddc54 |
03-Mar-2003 |
aymeric <aymeric@NetBSD.org> |
make a few functions static so as to reduce diffs with xfree86.org |
| 3546b5ff |
03-Mar-2003 |
soren <soren@NetBSD.org> |
Reduce RADEON_MMIOSIZE to make the radeon driver work on macppc. |
| a447b940 |
03-Mar-2003 |
mrg <mrg@NetBSD.org> |
enable "nv" driver on powerpc platforms (macppc). now my G4 tower works again with XF4.3, at an even higher resolution then before :-) |
| a78e2ead |
03-Mar-2003 |
aymeric <aymeric@NetBSD.org> |
use /dev/mem instead of /dev/xf86 my iBook runs XF 4.3.0 now. |
| d5504dea |
03-Mar-2003 |
aymeric <aymeric@NetBSD.org> |
sync netbsdPci0 with reality: type pciBusInfo_t changed. At least scanpci works now. |
| 1d1555bf |
02-Mar-2003 |
tron <tron@NetBSD.org> |
Define "HasShadowPasswd" to "NO". This should be the default provided by e.g. "X11.tmpl" but right now there is no default setting which causes warnings while building "xdm". |
| 09fd632a |
02-Mar-2003 |
tron <tron@NetBSD.org> |
Only test "GlxDriverUsesMesa" and "GlxBuiltInXMesa" if "BuildXF86DRI" is defined to "YES". |
| 3988233a |
02-Mar-2003 |
tron <tron@NetBSD.org> |
Define "ThreadedX" to "NO" instead of leaving it undefined when threading is not compiled it. This fixes the first part of PR xsrc/20551 by Christopher Richards. |
| 813e3069 |
02-Mar-2003 |
mrg <mrg@NetBSD.org> |
make this build properly on non-i386. |
| 2aa433e2 |
01-Mar-2003 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.3.0. |
| 424fb41b |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Comment out "xftlsfonts" program. It doesn't work with the "libXft" included in the XFree86 4.3.0 release. |
| 1423a482 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Make this build with XFree86 4.3.0. |
| d4fca105 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Fix merge error. |
| fbfba714 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Fix merge errors. |
| 8508f31b |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Remove NetBSD specific hack for xdm(1) which causes a build failure. |
| 0e93a4fe |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Readd "nb1" to version string because of the fix for CAN-2003-0063. |
| 3436d022 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.3.0. |
| 3d229114 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Restore accidently deleted files. |
| 8025191a |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Restore accidently deleted files. |
| d3c27457 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Import of XFree86 4.3.0. |
| d6257521 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.3.0. |
| 61826691 |
28-Feb-2003 |
tron <tron@NetBSD.org> |
Import of XFree86 4.3.0. |
| 79332e48 |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Bump version to nb1 for latest two patches. |
| be934b8d |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Adapt patch from 4.x tree: Fix for DEC UDK DoS (CAN-2003-0071) from xterm patch #173 by T.E. Dickey. Via OpenBSD. Ok'd by tron. |
| cb27362f |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Adapt patch from 4.x tree: Always return an empty window or icon title. (CAN-2003-0063) Via OpenBSD. Ok'd by tron. |
| c2254b2d |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Bump version to 4.2.1nb1 for last two commits. |
| e45379c2 |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Fix for DEC UDK DoS (CAN-2003-0071) from xterm patch #173 by T.E. Dickey. Via OpenBSD. Ok'd by tron. |
| 46219d7e |
26-Feb-2003 |
wiz <wiz@NetBSD.org> |
Always return an empty window or icon title. (CAN-2003-0063) Via OpenBSD. Ok'd by tron. |
| 18b889cd |
21-Feb-2003 |
tron <tron@NetBSD.org> |
Remove unnecessary define "_status" which causes a build failure under NetBSD-current as suggested by Robert Elz in PR xsrc/20457. |
| 2332351c |
04-Feb-2003 |
matt <matt@NetBSD.org> |
Append ${MACHINE} after ${RELEASEDIR}. |
| 56dfe800 |
27-Jan-2003 |
ad <ad@NetBSD.org> |
Support for ZX framebuffer, backported from XF4. Not working yet. |
| 4a307f91 |
27-Jan-2003 |
tron <tron@NetBSD.org> |
Turn "NetBSDThreads" into a standard "YES"/"NO" definition so that it can be overriden in "host.def". |
| 9aacee40 |
27-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Compare teeny against 13, not 12. |
| 88801c0e |
26-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Add support for thread-safe X libraries and enable them on NetBSD 1.6M and later. Pulled from the xsrc/xfree tree. |
| 5183d3bd |
26-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Add support for using NetBSD's "threadlib" for creating thread-safe libraries, and reenable ThreadedX for NetBSD 1.6M and later. Thanks to FUKAUMI Naoki for helping to finalize this patch. |
| b5c9cb20 |
24-Jan-2003 |
nsmrtks <nsmrtks@NetBSD.org> |
Set Text VRAM color palette 0 and 15 to work with Monochrome modes. (Thanks to Mr. Oshima) |
| c8578554 |
19-Jan-2003 |
tron <tron@NetBSD.org> |
Fix typo in last commit. |
| 813f689c |
19-Jan-2003 |
tron <tron@NetBSD.org> |
Make threading support under NetBSD optional for now. With threading support enabled *all* applications will be linked against "libpthread" which causes binary compatibity problems (e.g. with programs using the "pth" package) and might hit the stacksize limit of the current "libpthread" implementation. |
| e8da291a |
19-Jan-2003 |
tron <tron@NetBSD.org> |
Enable threading support under NetBSD 1.6M or newer. |
| 31c67c04 |
10-Jan-2003 |
wiz <wiz@NetBSD.org> |
Make "ATI Technologies 3D Rage LT Pro" work in accelerated mode. Patch by Marc La France, similar version will be in XFree86-4.3. |
| fadb3e85 |
29-Dec-2002 |
ad <ad@NetBSD.org> |
Don't die if WSDISPLAYIO_PUTCMAP fails. |
| a20a7d61 |
29-Dec-2002 |
ad <ad@NetBSD.org> |
- Allow forcing h/w cursor. - Recognise VAX SMG display. |
| 58b928ae |
25-Dec-2002 |
tron <tron@NetBSD.org> |
Use "${METALOG.add}" instead of "${METALOG}" to find out if "maketars" needs the "-N" option because the first variable already existed under NetBSD 1.6. |
| eecca19e |
25-Dec-2002 |
tron <tron@NetBSD.org> |
Use user and group database from NetBSD source tree if we are installing into an empty destination area using a toolchain with metalog support. This fixes PR xsrc/19511 by Shin-ichi Yoshimoto. |
| 9ae181ff |
16-Dec-2002 |
lukem <lukem@NetBSD.org> |
If ${DESTDIR}="", ensure `maketars -d ...' is called with an argument (i.e, "/"). Fixes problem noted by simonb@ |
| ede8b78d |
14-Dec-2002 |
tron <tron@NetBSD.org> |
Enable auto detected MMX, SSE and 3DNow! support for NetBSD 1.6 and newer as suggested by Frank van der Linden. SSE support however won't be used before XFree86 4.3.0 is imported. |
| fefe37d7 |
14-Dec-2002 |
tron <tron@NetBSD.org> |
Remove duplicate code for enabling "agpgart" support. |
| 83444335 |
11-Dec-2002 |
perry <perry@NetBSD.org> |
Per security policy, ship xdm configured to run the X server -nolisten tcp by default. I thought this had been done long ago, but it had not... |
| bf38678a |
05-Dec-2002 |
jdolecek <jdolecek@NetBSD.org> |
when open(2) fails, it returns -1, not zero Fix supplied in PR xsrc/13761 by Hideo Saito |
| 62c76b26 |
20-Nov-2002 |
drochner <drochner@NetBSD.org> |
fix VGA state saving: save colormap too, and so it every time the X screen is switched to, so that changes by other programs don't get lost. fixes "black on black terminal after quitting X" problem reported by poff@sdf.lonestar.org |
| 486fd4dd |
12-Nov-2002 |
petrov <petrov@NetBSD.org> |
remove leading tab in var assignment. |
| 470194ad |
20-Oct-2002 |
aymeric <aymeric@NetBSD.org> |
In the wscons case, make the X server fail if it is asked to switch the keyboard to raw mode and fails to do so. This should print a very-user-friendly message. Submitted indirectly to XF a while ago, should make it into XF -current RSN. |
| 69bee919 |
06-Oct-2002 |
provos <provos@NetBSD.org> |
Add a dialog to choose a policy template. from matthieu@openbsd.org. |
| 80e23a91 |
06-Oct-2002 |
provos <provos@NetBSD.org> |
use the same buffer size as systrace; from matthieu@openbsd.org. |
| 3df01e99 |
05-Oct-2002 |
provos <provos@NetBSD.org> |
avoid potential input buffer overflow. From xs at kittenz.org |
| e72dd851 |
28-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Make sure all MMIO is mapped sparse, even if the driver sets the wrong flags. B-P |
| 2b4019b4 |
22-Sep-2002 |
manu <manu@NetBSD.org> |
Fixed typo in a command name in section SEE ALSO |
| d57a716c |
22-Sep-2002 |
ad <ad@NetBSD.org> |
#undef cfbGetSpans to avoid re-naming. |
| bd3f2907 |
22-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
32-bit MMIO can be handled through the sparse region, so do that to avoid potential issues WRT which space is mapped. |
| 3701a97b |
21-Sep-2002 |
tron <tron@NetBSD.org> |
Don't compile the questionable random generator function the binary when "DEV_RANDOM" is defined. |
| 3b736de8 |
20-Sep-2002 |
ad <ad@NetBSD.org> |
Switch alpha to XdecNetBSD. |
| 69b45c61 |
20-Sep-2002 |
tron <tron@NetBSD.org> |
Use "/dev/urandom" instead of "/dev/mem" as random generator source file. This fixes PR xsrc/18346 by Matthew Green. |
| 58ea9cb0 |
19-Sep-2002 |
tron <tron@NetBSD.org> |
Fix security problem in XFree86 4.2.1: The MIT-SHM update in 4.2.1 is incomplete as the case where the X server is started from xdm was not handled. |
| 0750ed75 |
16-Sep-2002 |
christos <christos@NetBSD.org> |
use utmpx for NetBSD >= 1.6C |
| 7f44a7af |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Remove some assumptions about the hardware. |
| 7d7a7c62 |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Use a switch for deciding on the stride. XXX wscons should give us this. |
| 77ba4bf1 |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Fix typo. |
| be0f413c |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Remove some items. |
| 3fc127be |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Various fixes and improvements. |
| e4022c7d |
13-Sep-2002 |
ad <ad@NetBSD.org> |
Adjust libs for XdecNetBSD. |
| 98f96306 |
13-Sep-2002 |
tron <tron@NetBSD.org> |
Make Xsun work on NetBSD-sparc. The patches were supplied by Wolfgang Rupprecht on "current-users". |
| 33faf179 |
13-Sep-2002 |
itojun <itojun@NetBSD.org> |
pull in 4.2.1 erratta (affects 3.3.6 too) * 4.2.1 Errata + The MIT-SHM update in 4.2.1 is incomplete. The case where the X server is started from xdm was not handled. A more complete fix from XFree86 trunk has committed to the xf-4_2-branch branch. A source patch against 4.2.1 is available on the XFree86 FTP site. |
| 29912e71 |
05-Sep-2002 |
itojun <itojun@NetBSD.org> |
security fix from 4.2.1: + Fix an Xlib problem that made it possible to load (and executure) arbitrary code in priviledged clients. |
| faf3d0bc |
05-Sep-2002 |
itojun <itojun@NetBSD.org> |
security change from 4.2.1: + MIT-SHM update to not access SHM segments that the client doesn't have sufficient privileges to access. |
| 08dd057d |
05-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Remove some extra xf86Msg()s I added, and undo the xf86ReadBIOS() change. |
| 58ff0869 |
05-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Update Alpha mapping support. Tested on a PWS600 with a TGA2, but should work on others as well. |
| e374fcde |
04-Sep-2002 |
tron <tron@NetBSD.org> |
Revert last change. The problem was caused by the missmerge in "libX11". |
| cbdd5d6a |
04-Sep-2002 |
tron <tron@NetBSD.org> |
Pull in latest version for XFree86 repository to fix missmerge caused by local fixes and pullups. |
| e897aca4 |
04-Sep-2002 |
tron <tron@NetBSD.org> |
Fix build problem caused by XFree86 4.2.1 import. |
| b88688f4 |
04-Sep-2002 |
tron <tron@NetBSD.org> |
Resolve conflicts from last import. |
| 9b71aeec |
04-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Add a call to __syncicache() to fix module loading problems on PPC. |
| e5c003f6 |
04-Sep-2002 |
tron <tron@NetBSD.org> |
Import of XFree86 4.2.1. |
| 7b78bfec |
03-Sep-2002 |
tron <tron@NetBSD.org> |
Fix security problem in the i18n module code for Xlib that was integrated in XFree86 4.2.0 causing a vulnerability in setuid clients. For XFree86 only xterm is concerned. XFree86 versions before 4.2.0 are not vulnerable. The patches were provided by Matthieu Herrb of the XFree86 project. |
| 96a1f913 |
01-Sep-2002 |
mycroft <mycroft@NetBSD.org> |
Enable DoLoadableServer for PowerPC. |
| ae31a3fc |
23-Aug-2002 |
uwe <uwe@NetBSD.org> |
Adjust for fbio.h location change. |
| d6769dfb |
22-Aug-2002 |
mrg <mrg@NetBSD.org> |
netbsd does not have various powerpc functions; disable them (as done for openbsd already.) |
| 0cdbe063 |
20-Aug-2002 |
mycroft <mycroft@NetBSD.org> |
Use netbsdPci on all NetBSD platforms *other* than i386. |
| 7a963f3c |
20-Aug-2002 |
mycroft <mycroft@NetBSD.org> |
Use netbsdPci.c on all NetBSD platforms *other* than i386. |
| c788ce2c |
20-Aug-2002 |
mycroft <mycroft@NetBSD.org> |
Enable nv driver on PPC, ARM, 68k. Build scanpci on all NetBSD platforms (uses generic interface on all but i386). |
| 85aaf0de |
20-Aug-2002 |
mycroft <mycroft@NetBSD.org> |
Allow scanpci to build on non-i386 platforms. |
| 58674ad5 |
20-Aug-2002 |
mycroft <mycroft@NetBSD.org> |
Don't special-case SharedLibXdmGreet on Alpha. |
| ad00222f |
20-Aug-2002 |
mrg <mrg@NetBSD.org> |
_LP64 vs __NetBSD__: we don't do /usr/lib/sparcv9 |
| 3cf271d1 |
16-Aug-2002 |
wiz <wiz@NetBSD.org> |
Remove unneeded argument to FatalError that nevertheless produced link errors (strange). Okayed by chris. |
| 6f71f2b1 |
13-Aug-2002 |
aymeric <aymeric@NetBSD.org> |
bring in better support for WSCONS, especially the ability to use raw mode. From XFree86 -current. |
| e574b444 |
08-Aug-2002 |
itojun <itojun@NetBSD.org> |
bitmask operation audit (s/&&/&/). from openbsd |
| d5c041eb |
07-Aug-2002 |
aymeric <aymeric@NetBSD.org> |
do not call xf86FlushInput() on wskbd's. It doesn't make sense. This is a temporary workaround which allows the X server to restart properly when wscons keyboards are in use. |
| d250e714 |
03-Aug-2002 |
chris <chris@NetBSD.org> |
Add support for cats to X 4.2.0. Note that some changes are generic arm changes, some aren't but are enclosed with #if defined(__arm__). Currently the only arm port supported by X 4.2.0 is cats, so this is not a problem. However shark support should be relatively easy based upon on the cats changes. Ideally a few more things should be abstracted out, so that we can run the same X server on shark and cats, but currently my aim is to get X working just in time for NetBSD 1.6 release. This has been tested on a s3virge card on my cats, I've also checked that i386 isn't broken by any of these changes. |
| c7a8eeee |
03-Aug-2002 |
chris <chris@NetBSD.org> |
Use businfo ioctl to fetch the number of devices on the pci bus. Tested on cats and i386. |
| 6f982024 |
24-Jul-2002 |
ad <ad@NetBSD.org> |
Leave large glyphs to the mi layer, since the optimized routines here are broken and won't see much use anyway. |
| b7af5df9 |
22-Jul-2002 |
manu <manu@NetBSD.org> |
X config for NetBSD/hpcarm (tested on the jornada 720) |
| c1ede2b0 |
21-Jul-2002 |
simonb <simonb@NetBSD.org> |
Check that the return value from ttyslot() is greater than 0 before writing the utmp file. Fixes w's "w: Stale utmp entry: <user> <tty> <pty>" errors. |
| bf48e271 |
17-Jul-2002 |
mycroft <mycroft@NetBSD.org> |
Reduce R128_MMIOSIZE to reflect what the chip actually claims and uses. |
| deb5d095 |
17-Jul-2002 |
mycroft <mycroft@NetBSD.org> |
Replace the Alpha-specific PCI probing code with a generic version using /dev/pciN, and use it on macppc. |
| de2d51d4 |
08-Jul-2002 |
cjs <cjs@NetBSD.org> |
Pull in bug fix from XFree86 4.2 branch: 157. Add some reference counting for Xlib's i18n modules, preventing a module getting unloaded while it's still in use (#5160, Owen Taylor). This fixes a core dump that used to happen under certain circumstances when using a Japanese input method and gtk+'s initialization function was called. |
| 69ee051e |
06-Jul-2002 |
tron <tron@NetBSD.org> |
Add a fallback definition for "NETBSDSRCDIR" to fix the "release" target under NetBSD 1.5 and 1.5.x. This fixes PR xsrc/17492 by John D Smerdon. |
| 2492659e |
05-Jul-2002 |
tron <tron@NetBSD.org> |
Use "gccmakedep" on all NetBSD platforms and not only on arm32 and i386. Patch supplied by Dan McMahill in PR xsrc/10226. |
| a9fb3e62 |
30-Jun-2002 |
mhitch <mhitch@NetBSD.org> |
Register prefixes in assembly code to allow compiling with ELF toolchain. |
| dd243403 |
28-Jun-2002 |
thomas <thomas@NetBSD.org> |
Make the Atari mouse work again. |
| c8676b7c |
25-Jun-2002 |
tron <tron@NetBSD.org> |
Fix problems with virtual text console turning black after X11 has been started. Patch supplied by Matthias Drochner in private e-mail. |
| 6fe7befa |
23-Jun-2002 |
tron <tron@NetBSD.org> |
Add work arround for problem in render code which causes problems with "xdm" on a 8 BPP display. Based on a suggestion by Keith Packard. |
| 9f009e27 |
22-Jun-2002 |
bjh21 <bjh21@NetBSD.org> |
Add translations for KP_0 and Break. This also ensures that F7 ends up in the right place in the table (previously there was no entry for code 0x7f). |
| 41e82c12 |
22-Jun-2002 |
bjh21 <bjh21@NetBSD.org> |
Account for the differences between rpckbd(4) and kbd(4) keycodes. This gets most of the keys on the keyboard to do something, at least. |
| 2f61e030 |
20-Jun-2002 |
agc <agc@NetBSD.org> |
s/Processus/Process/g |
| 4e4de987 |
18-Jun-2002 |
tron <tron@NetBSD.org> |
Only build "xsystrace" under NetBSD 1.6B and above. |
| 2d51218a |
17-Jun-2002 |
christos <christos@NetBSD.org> |
Add xsystrace |
| 4fea0eaa |
14-Jun-2002 |
tron <tron@NetBSD.org> |
Remove files which are created dynamically during a build. |
| 4c6a0543 |
14-Jun-2002 |
tron <tron@NetBSD.org> |
Latest bug fixes from the XFree86 repository: 134. Fix HW Cursor handling in vmware driver (#5193, Jeremy, VMWare). 15. Fix mouse Protocol "Auto" for SunOS (Marc La France). 14. Relocate all driver low memory accesses (atimisc module not yet done) (Marc La France). 13. Make driver I/O relocatable (atimisc, s3, sis and tseng not yet done) (Marc La France). 12. PCI domain changes for SunOS/SPARC64 (Marc La France). 11. PCI domain changes for Linux/SPARC64 (#4653, Divid S. Miller, Marc La France). Add symbols that were missing from the registrations lists. This removes a lot of the misleading "unresolved symbols" messages that show up if 'X -configure' crashes. This should fix PR xsrc/17113. |
| e4dd1065 |
30-May-2002 |
drochner <drochner@NetBSD.org> |
analogous to my recent mga driver change: Save VGA state everytime the X screen is switched to. fonts loaded while X was temporarily switched away got lost. |
| 0e5dd6db |
30-May-2002 |
simonb <simonb@NetBSD.org> |
Use openpty() to deal with new pty naming scheme. Patch forwarded to the XFree86 folks. |
| 200751ea |
28-May-2002 |
drochner <drochner@NetBSD.org> |
Save VGA state everytime the X screen is switched to. This fixes a problem reported by Juergen Hannken-Illjes: fonts loaded while X was temporarily switched away got lost. |
| ab4c9bca |
20-May-2002 |
heinz <heinz@NetBSD.org> |
Generate Polish pl_us and pl_eur keymaps |
| 3f2107d4 |
20-May-2002 |
simonb <simonb@NetBSD.org> |
This file is auto-generated now and isn't part of the XF4.2.0 source tree. |
| 7fe18cff |
18-May-2002 |
heinz <heinz@NetBSD.org> |
Added Polish keymaps for US and European keyboard layouts. |
| 03367682 |
18-May-2002 |
heinz <heinz@NetBSD.org> |
Replaced deprecated symbols (quoteleft, quoteright) with (grave, apostrophe), see <X11/keysymdef.h>. Added symbol tables for Polish keymaps (US and European layout) according to information from Pawel Chwalowski [pch at polo.po.opole.pl]. |
| c3c100e9 |
18-May-2002 |
heinz <heinz@NetBSD.org> |
Started to simplify keycodes and geometry: there are only US and European style keyboards. |
| 44e3c45e |
10-May-2002 |
matt <matt@NetBSD.org> |
Restore the use of optimization for NetBSD/alpha when building X. |
| fa9b68e2 |
09-May-2002 |
eeh <eeh@NetBSD.org> |
Add some options to make sure we generate backwards compabile code with the new sparc64 compiler configuration. |
| 6ab050f9 |
02-May-2002 |
mrg <mrg@NetBSD.org> |
pull over from xfree86-current anoncvs: > 97. Added Xv support to neomagic driver (Shigehiro Nomura). tested on a dell inspiron 3500 with a NM2200. mplayer is much happier now. |
| b78fb536 |
02-May-2002 |
tron <tron@NetBSD.org> |
Remove files obsoleted by previous XFree86 imports. |
| b6767936 |
02-May-2002 |
scw <scw@NetBSD.org> |
Register<-memory opcodes are decoded slightly differently when a 32-bit address size prefix is in effect. This fixes a problem seen on my Omnibook XE3 where the Vesa bios makes use of these addressing modes. The symptom was complete failure to start the X server, and a message similar to "62 ILLEGAL X86 OPCODE!" in the /var/log/XFree86.0.log. Note: Patch already submitted to the XFree86 guys. |
| b1b03a24 |
02-May-2002 |
tron <tron@NetBSD.org> |
Remove files obsoleted by previos XFree86 imports. |
| cce8a31a |
29-Apr-2002 |
martin <martin@NetBSD.org> |
Always build the X Input Extension library (libXi.so), regardless of the XInputExtension support of the local servers. Well behaved applications fall back at runtime, if initializing Xi fails. This unbreaks a lot of things in pkgsrc. |
| d6a6307b |
26-Apr-2002 |
lukem <lukem@NetBSD.org> |
s/BSDSRCDIR/NETBSDSRCIDR/ |
| f56ddf35 |
21-Apr-2002 |
eeh <eeh@NetBSD.org> |
You cannot remove entries in sunFbData[] without breaking everything after them. Add a replacement for cg2. (Some of the other devices may also have the same problem...) |
| 1483c14f |
21-Apr-2002 |
thomas <thomas@NetBSD.org> |
Remove a doubled target. |
| 83173e44 |
21-Apr-2002 |
thomas <thomas@NetBSD.org> |
Make sure the Atari X-servers are being built. |
| 3e262240 |
19-Apr-2002 |
martin <martin@NetBSD.org> |
Remove (undefined) "GccWarningOptions" from the compiler options for Arm32Architecture. This makes XF4 compile and work (clients only) for arm32 (tested on shark). |
| 7fe5eeca |
19-Apr-2002 |
martin <martin@NetBSD.org> |
Remove a duplicate // when including <X11/Xft//Xft.h> - for some reason I don't realy want to know this confuses makedepend when compiling without /usr/X11R6/includes populated. |
| c918c96a |
19-Apr-2002 |
tron <tron@NetBSD.org> |
Revert two lines of the previous change to fix a unresolved symbol on an attempt to load this module with a 4.2.0 server. Problem reported by Wolfgang Rupprecht in private e-mail. |
| 00523e2d |
18-Apr-2002 |
tron <tron@NetBSD.org> |
Latest bug fixes from the XFree86 repository: 98. Fixed MGAG550 HW Cursor (Laure-Amelie Couturie). 80. Fixed MGA driver to make HALlib work with VESA framebuffer modes (Egbert Eich). 44. Mga driver updates: - Don't try dual-head mode with the G400 unless the mga_hal module is loaded. - Distinguish between the G400 and G450 when showing the chipset in the log. - Update the mga man page for supported hardware and dual-head support. Futher updates are needed to document all of the drivers's options. (David Dawes) 41. Resync with the final Mesa-3.4.x-based DRI trunk. |
| 6898d0a2 |
18-Apr-2002 |
tron <tron@NetBSD.org> |
Remove dead files. |
| 71c3bf2a |
08-Apr-2002 |
thorpej <thorpej@NetBSD.org> |
Add -fomit-frame-pointer back to DefaultCCOptions on ARM ELF now that the compiler is fixed. |
| b393ae8d |
08-Apr-2002 |
tron <tron@NetBSD.org> |
Build "xftlsfonts" only on systems where FreeType2 included in the XFree86 distribution. |
| ceeeae36 |
04-Apr-2002 |
mycroft <mycroft@NetBSD.org> |
Enable xftlsfonts. |
| b0df0968 |
04-Apr-2002 |
mycroft <mycroft@NetBSD.org> |
Oops; I forgot to commit the (skeleton) man page. |
| 9d373c87 |
04-Apr-2002 |
reinoud <reinoud@NetBSD.org> |
Well... dont forget to number the buttons correctly ! |
| afb42261 |
04-Apr-2002 |
reinoud <reinoud@NetBSD.org> |
Repair the wscons support for VIDC consoles. |
| 93ab53f2 |
04-Apr-2002 |
reinoud <reinoud@NetBSD.org> |
Please also import this file when we're an ARM platform.... mainly for screen access macro's. |
| 35e5dcf3 |
01-Apr-2002 |
reinoud <reinoud@NetBSD.org> |
Fixup some wrongly used filedescriptors. |
| 20b7e755 |
31-Mar-2002 |
tron <tron@NetBSD.org> |
Use "ComplexProgramTargetNoMan" because there is no manual page for this program. |
| 7bd8c4f7 |
31-Mar-2002 |
tron <tron@NetBSD.org> |
Move "xftlsfonts" into the directory for local X11 program. It is not part of the XFree86 distribution and hasn't got to be in the offical X11 tree for technical reasons. |
| 6b4f4a8a |
29-Mar-2002 |
shin <shin@NetBSD.org> |
fix mouse button emulation keycodes. |
| 6d23f5c0 |
29-Mar-2002 |
tron <tron@NetBSD.org> |
Update to latest nVidia driver as suggested by Martin Husemann. This should give us support for some of the latest nVidia chipsets e.g GeForce2 Go. |
| c544d353 |
28-Mar-2002 |
tron <tron@NetBSD.org> |
Avoid build problems if aperture support is enabled on system with NetBSD before release 1.5Y. This fixes PR xsrc/14545 and PR xsrc/16105. |
| a87b2c84 |
27-Mar-2002 |
tron <tron@NetBSD.org> |
Enable support for aperture driver by default as suggested by Shun SUZUKI in PR xsrc/13616 and Stephen Ma in PR xsrc/16072. |
| df157ca0 |
26-Mar-2002 |
takemura <takemura@NetBSD.org> |
BUGFIX: Some keys including arrow keys whose scan codes come with preifx (0xE0, 0xE1 and so) don't work. |
| 8eba8f50 |
22-Mar-2002 |
mycroft <mycroft@NetBSD.org> |
Output the style name, too. |
| a616495b |
22-Mar-2002 |
mycroft <mycroft@NetBSD.org> |
Add a simple program to list configure FreeType fonts. |
| 05558fbc |
12-Mar-2002 |
kleink <kleink@NetBSD.org> |
Build Cirrus drivers on PowerPC. |
| 25261786 |
26-Feb-2002 |
ad <ad@NetBSD.org> |
Recognise the MFB, mono PM and HX+. |
| a53ab2ab |
25-Feb-2002 |
ad <ad@NetBSD.org> |
Check for mmap() returning MAP_FAILED, not NULL. |
| 4e1e5860 |
25-Feb-2002 |
ad <ad@NetBSD.org> |
Fix typo. |
| ffbc7933 |
22-Feb-2002 |
ad <ad@NetBSD.org> |
Reduce the number of divide ops spent on calculating XYMASK addresses. |
| 4af42a96 |
22-Feb-2002 |
ad <ad@NetBSD.org> |
- Remove serial mice code, since we have moused(8) now. - Enable Zaphod logic and fix up Alpha keyboard maps, per XalphaNetBSD. |
| 4586cd89 |
19-Feb-2002 |
tron <tron@NetBSD.org> |
Add missing entries for "en_UK.ISO8859-15" and "en_US.ISO8859-15" which caused PR xsrc/15645. |
| a936ec61 |
17-Feb-2002 |
tron <tron@NetBSD.org> |
Mention alternatives to "xhost" it is manual page as suggested by Johan Danielsson in PR xsrc/8617. |
| e9daae7a |
12-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
Test for __arm__ in all the places we test for __arm32__. |
| bde12f6e |
12-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
For armArchitecture, don't add -fomit-frame-pointer if __ELF__. |
| 718adfdd |
12-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
This program uses lstat(2) (which is not part of POSIX), so include <sys/stat.h> before _POSIX_SOURCE gets defined. This ensures that we get the correct lstat() symbol version. Sigh, too many people use _POSIX_SOURCE without adult supervision. |
| b0c4c62e |
12-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
arm32Architecture -> sharkArchitecture |
| acfac959 |
12-Feb-2002 |
thorpej <thorpej@NetBSD.org> |
Shuffle for the new ARM port names: Imake.cf: * __arm__ or __arm32__ -> armArchitecture * __acorn32__ -> acorn32Architecture * __cats__ -> catsArchitecture * __shark__ -> sharkArchitecture NetBSD.cf: * arm32Architecture -> armArchitecture when choosing DefaultCCOptions * arm32Architecture -> sharkArchitecture for XFree86 * arm32Architecture -> acorn32Architecture for Xarm32VIDCServer * Build clients if catsArchitecture xf86site.def: * arm32/SHARK -> SHARK xfree86.cf: * arm32/SHARK -> SHARK * arm32Architecture -> sharkArchitecture |
| 43b0a5f8 |
11-Feb-2002 |
tron <tron@NetBSD.org> |
Improve mapping of NetBSD-current version numbers to "OSTeenyVersion" to fix build problem under NetBSD 1.5ZA or newer. This fixes PR xsrc/15443 for XFree86 4.x. |
| 76509d9a |
11-Feb-2002 |
tron <tron@NetBSD.org> |
Adapt check for "OSTeenyVersion" to new mapping: NetBSD-1.5ZA is now mapped to 651 instead of 26. The later was also used for NetBSD 1.5Z. |
| f7fa60bc |
11-Feb-2002 |
tron <tron@NetBSD.org> |
Improve mapping of NetBSD-current version numbers to "OSTeenyVersion" to fix build problem under NetBSD 1.5ZA or newer. This fixes PR xsrc/15443 for XFree86 3.3.6. |
| 44527ff8 |
04-Feb-2002 |
rxg <rxg@NetBSD.org> |
Fix problem: zh_CN locale broken in XFree86 4.2.0, close xsrc/15424 |
| f7c020cb |
04-Feb-2002 |
rxg <rxg@NetBSD.org> |
Fix problem: zh_CN locale broken in XFree86 4.2.0 |
| 6e9820b8 |
04-Feb-2002 |
rxg <rxg@NetBSD.org> |
Unusable, this file also be removed from source tree in XFree86.org |
| 2732cee8 |
04-Feb-2002 |
rxg <rxg@NetBSD.org> |
Fix the locale problem in XFree 4.2.0, close xsrc/15423. |
| f02067c7 |
30-Jan-2002 |
tron <tron@NetBSD.org> |
Pull in latest bug fixes from the XFree86 4.2.x branch: 699. Fix for `hostname` issue on Linux (Marc La France). 698. Fix startx script for ksh (Philip B. Bruce). 697. Fix Emulate3Buttons for wsmouse protocol on NetBSD and OpenBSD (Matthieu Herrb). 696. Temporary workaround for IA-64 (Marc La France). 695. Fix SIGSEGV when printing modes that have no flags (Marc La France). 694. Fix an unresolved symbol in libGLU.so that shows up when building it with gcc-3 (David Dawes). 693. Fix incorrect symbol prefixing with Xlib's i18n modules on Solaris, and fix invalid code caused by a memcpy() macro being split by a directive (Keith Packard, David Dawes, #5150, Sami Farin). 692. Don't try to print mode names when NULL (David Dawes). 691. Revert the ATI driver's composite sync default to off (Marc La France). |
| b93eced6 |
23-Jan-2002 |
tron <tron@NetBSD.org> |
Add entries for "en_UK.ISO8859-15" and "en_US.ISO8859-15". |
| 1acbc0a3 |
20-Jan-2002 |
tron <tron@NetBSD.org> |
Pull in fix from our XFree86 4.x sources to make XFree86 3.3.6 DGA extension work again without breaking compiled applications. This fixes PR xsrc/13695 by Sergey Svishchev. |
| 3ffc08b9 |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Remove conflicting definition of "cpp" inherited from XFree86. |
| 50de997e |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Resolve conflicts from last import. |
| 04fd8cad |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Import of XFree86 4.2.0. |
| f78286b0 |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Import of XFree86 4.2.0. |
| dffd80d4 |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Import of XFree86 4.2.0. |
| c3fec68b |
19-Jan-2002 |
tron <tron@NetBSD.org> |
Import of XFree86 4.2.0. |
| 2553bae0 |
01-Jan-2002 |
martin <martin@NetBSD.org> |
Don't play games with _POSIX_SOURCE. From Matthieu Herrb. |
| 46b25034 |
30-Dec-2001 |
augustss <augustss@NetBSD.org> |
Make it compile with new libusbhid. |
| bbed3d35 |
28-Dec-2001 |
martin <martin@NetBSD.org> |
Initialize a pointer that might be used later without assignement. Another (better?) way to fix this might be to change UncompressUnformatted() to always assign something valid to it's last parameter #ifdef HAS_MKSTEMP. Seems on NetBSD and OpenBSD it does not always do this. Patch from Cliff Wright in PR xsrc/15070. |
| 5b1ee8a8 |
21-Dec-2001 |
minoura <minoura@NetBSD.org> |
m68kelf gcc does not predefine mc68000. |
| 581f901c |
18-Dec-2001 |
bjh21 <bjh21@NetBSD.org> |
Don't #define DEBUG (oops). |
| 45e1992f |
17-Dec-2001 |
bjh21 <bjh21@NetBSD.org> |
Add support for wscons to Xarm32VIDC. This is a bit of a hack, but it works. |
| 672b4359 |
06-Dec-2001 |
elric <elric@NetBSD.org> |
Didn't quite finish up the job with the last one, sorry. |
| ae9fbd9a |
06-Dec-2001 |
elric <elric@NetBSD.org> |
Enable the active Zaphod logic. This means that if you have two screens, the mouse will fall off one edge and appear on the other screen. It can be disabled with -zaphod. |
| c975e7aa |
06-Dec-2001 |
elric <elric@NetBSD.org> |
Changed a couple of the other keymaps to not be null, i.e. XT and USB. I used the same definition as the AT keyboard, and what was there for the XT keyboard in revision 1.1. |
| 29493bfa |
03-Dec-2001 |
onoe <onoe@NetBSD.org> |
Avoid to dump core in referring NULL pointer. This is part of the following changes, but rest are not merged since I'm not sure it is required or not... http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/hw/xfree86/drivers/vmware/vmwareblt.c.diff?r1=1.2&r2=1.3 |
| 14b9f076 |
03-Dec-2001 |
onoe <onoe@NetBSD.org> |
Revert previous and copy the fix from xfree86.org: rev1.2. mfbQueryBestSize() -> fbQueryBestSize() |
| adddaaf6 |
03-Dec-2001 |
onoe <onoe@NetBSD.org> |
To avoid unresolving mfbQueryBestSize(), copy the code into vmwareQueryBestSize(). |
| 00460360 |
25-Nov-2001 |
thorpej <thorpej@NetBSD.org> |
Update for recent changes to distrib/sets/maketars; invoke it by cd'ing to ${BSDSRCDIR}/distrib/sets rather than invoking it as ${BSDSRCDIR}/distrib/sets/maketars so that it uses the correct Makefile for the information it needs to fetch from the .mk system. Problem pointed out by Launey Thomas <ljt@alum.mit.edu> in a private e-mail. |
| 8a320b1e |
04-Nov-2001 |
tron <tron@NetBSD.org> |
Import file which got not imported during the initial import of XFree86 4.1.0 for some unknown reason. |
| 43e52a68 |
25-Oct-2001 |
christos <christos@NetBSD.org> |
Resurect support for the original i128 which had a Ti3026 ramdac. Status: - all modes work, but 8bpp has some incorrect colormap entries - hardware cursor is not enabled [I did not resurect the code yet] Works better than the XF3.3x that had rendering problems. I will fix those in my copious spare time :-( |
| 4ea01b42 |
21-Oct-2001 |
hubertf <hubertf@NetBSD.org> |
Teach our XF4 about the CyberBlade/XP/Ai1 (which can be found e.g. on Toshiba Portege 4000 machines). Patch was sent to patch@XFree86.org too. |
| 0962bb15 |
15-Oct-2001 |
uch <uch@NetBSD.org> |
playstation2 support (client only) |
| bf6f5851 |
14-Oct-2001 |
jwise <jwise@NetBSD.org> |
Fix a long-standing problem with builds with USE_XF86_4 set. In XFree86 4.x, the `contrib' sources have been moved into xc/programs, so this Makefile as it stood, was building those programs which had traditionally been part of `contrib' from there and then overwriting them with XF86 3.x versions from ./contrib. Now, we don't descend into ./contrib if we are building from XF86 4. This has been verified to DTRT. |
| 43bed80e |
08-Oct-2001 |
tv <tv@NetBSD.org> |
Use USE_CC_E for NetBSD as well for the default (bootstrap) cpp in imake. |
| 2d05daa4 |
06-Oct-2001 |
thorpej <thorpej@NetBSD.org> |
Purge all the Sun fbio stuff. |
| eaf835a8 |
05-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
We never need DDXTIME, and DDXOSINIT is already in XFree86ServerOSFlags. (This change was already in current XF86.) |
| 321e2ec6 |
03-Oct-2001 |
tv <tv@NetBSD.org> |
Make xsrc work on both the new and old toolchains by looking for cpp in $PATH (to pick up a proper Reiserish cpp), and using "CcCmd -E" for PreProcessCmd, like some other XFree targets do. |
| 45b742ea |
02-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
Add a macintosh_usb keyboard map. |
| 01bf4eb5 |
02-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
Add some #ifdefs so this compiles on non-x86 platforms. |
| f6eeedb5 |
02-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
Fix byte-swapping problem with planar Xvideo data. (Patch harmonized with current XF86.) |
| 14713008 |
02-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
Build ATI drivers on PowerPC. |
| d3c17eb4 |
02-Oct-2001 |
mycroft <mycroft@NetBSD.org> |
Fix typo. |
| def637bd |
29-Sep-2001 |
mycroft <mycroft@NetBSD.org> |
Add a couple of casts to make sure addresses get extended to off_t's cleanly. |
| 7008ee1e |
22-Sep-2001 |
ad <ad@NetBSD.org> |
- Set keyclick when requested. - Fix a couple of rendering glitches with the PX. - Some speedups and preparation for asm span buffer routines for PX. - Tidy some more. |
| 2d657a6f |
21-Sep-2001 |
skrll <skrll@NetBSD.org> |
Copy across kde support from xsrc/xc |
| 71a3f081 |
19-Sep-2001 |
thorpej <thorpej@NetBSD.org> |
Adjust for fbio.h location change. |
| 9269a6b8 |
19-Sep-2001 |
thorpej <thorpej@NetBSD.org> |
Adjust to fbio.h include file changes. |
| c6ff2676 |
18-Sep-2001 |
ad <ad@NetBSD.org> |
Add glue to build XdecNetBSD. This doesn't happen by default. |
| 7e10349c |
18-Sep-2001 |
ad <ad@NetBSD.org> |
Add XdecNetBSD, which is a server that's based off XalphaNetBSD, with these additions: - Support for the CX, XCFB, TX, color PM, PX, and PXG family - Runs on MIPS DECstations with wscons - Serial mouse support (untested) - Uses the hardware cursor on some boards - Some other things that I don't remember This has been tested on a DEC 3000/300LX with PXG+ and a HX option card (not the built-in adapter). It has also been tested on a DECstation 5000/125 with a HX, PX and PXG+. There's still a bit to do on this, but I think it's about time that it got committed. |
| b55d9b9c |
18-Sep-2001 |
ad <ad@NetBSD.org> |
Hook in OsVendorInit() on pmax. |
| 291eafb7 |
18-Sep-2001 |
ad <ad@NetBSD.org> |
Give Xpmax a null OsVendorInit(). This will be needed soon. |
| 7198352a |
18-Sep-2001 |
drochner <drochner@NetBSD.org> |
argh - while I pointed Frank at a wrong comparision I committed the buggy version myself -- that must be >=6!!! |
| ffcbf9fe |
17-Sep-2001 |
fvdl <fvdl@NetBSD.org> |
The 2nd argument to undoWC may be NULL if there is nothing to undo, so check for it. |
| cbdaaba6 |
16-Sep-2001 |
drochner <drochner@NetBSD.org> |
build agpgart support for >=1.5Y |
| c626a8c7 |
16-Sep-2001 |
fvdl <fvdl@NetBSD.org> |
minor version > 6 ==> minor version >= 6 pointed out by Matthias Drochner |
| 400efed3 |
16-Sep-2001 |
fvdl <fvdl@NetBSD.org> |
Use builtin MTRR support for NetBSD 1.5Y and up. |
| 4c84c446 |
16-Sep-2001 |
fvdl <fvdl@NetBSD.org> |
Add defines for builtin MTRR support in NetBSD/i386, 1.5Y and higher. This is a seperate definition, i.e. not HasMTRRSupport, which may try the 'aperture driver'. Names and structure suggested by Bernd Ernesti. |
| bdb35266 |
14-Sep-2001 |
drochner <drochner@NetBSD.org> |
make sure the colormap is saved/restored on screen switches |
| db36ca6f |
14-Sep-2001 |
drochner <drochner@NetBSD.org> |
build the linux agpgart support if HasAgpGart is defined |
| 825d810a |
14-Sep-2001 |
drochner <drochner@NetBSD.org> |
make it compile on NetBSD |
| 9e8060a9 |
14-Sep-2001 |
drochner <drochner@NetBSD.org> |
-pull in a patch from current XFree86 CVS which causes the colormap to be saved/restored on screen switches on all systems -save all 8 font slots instead of only one |
| ed9fb698 |
13-Sep-2001 |
jdolecek <jdolecek@NetBSD.org> |
remove latin2 fonts - these are no longer present on XFree86 4.1.0 |
| 8f12b1d8 |
08-Sep-2001 |
taca <taca@NetBSD.org> |
Apparently missing argument for fprintf(3). |
| aa5f2765 |
08-Sep-2001 |
taca <taca@NetBSD.org> |
Change "rstartd" not to set "MANPATH" because NetBSD uses "/etc/man.conf". The same fix as PR xsrc/10211. |
| ad374758 |
19-Aug-2001 |
mrg <mrg@NetBSD.org> |
make the cleandir/all/install passes distinct, like in src/Makefile. |
| 2839e3de |
30-Jul-2001 |
tron <tron@NetBSD.org> |
Add i815 support to the i810 driver. The patches were supplied by Manuel Bouyer in PR xsrc/13546. Note that you still need a third party agpart LKM to make this work. |
| 67f5d815 |
23-Jul-2001 |
aymeric <aymeric@NetBSD.org> |
prevent twm from dumping core on empty window name |
| a23cf451 |
09-Jul-2001 |
tron <tron@NetBSD.org> |
Restore nVidia specific and vgaHW registers in the correct order. Fix supplied by Matthieu Herrb in private e-mail. This should fix PR xsrc/13155. |
| 2a3b4eaa |
05-Jul-2001 |
martin <martin@NetBSD.org> |
Remove accidently commited inclusion of -g in the C compiler options (in the last sparc64 change). Thanks to Enami for noting this. |
| 9726f85a |
26-Jun-2001 |
takemura <takemura@NetBSD.org> |
You should return NULL if mmap fail. |
| 4798e77d |
26-Jun-2001 |
takemura <takemura@NetBSD.org> |
Print error message if screen depth is not supported. |
| f7596c06 |
24-Jun-2001 |
takemura <takemura@NetBSD.org> |
BUGFIX: Xhpc doesn't use /dev/ttyE? if you login via /dev/console. BUGFIX: You can't see error/diag messages because screen is switched to graphics mode (i.e. WSDISPALYIO_MODE_MAPPED). |
| f2d85f2e |
20-Jun-2001 |
martin <martin@NetBSD.org> |
Bring in the changes Eduardo did to the XFree 3.3.6 tree to support sparc64 (at least the ones related to code with easy to recognize counterpart in 4.1). This makes the client side working. The Xsun server is not yet working, but I don't have the hardware to debug it. Closes PR 13154. |
| 6df18034 |
16-Jun-2001 |
wiz <wiz@NetBSD.org> |
Actually, this part is still needed for some files, though it produces lots of warnings for other parts. |
| 80fd7ea8 |
15-Jun-2001 |
martin <martin@NetBSD.org> |
Do not use /usr/libexec/cpp directly on sparc64, instead call "cc -E" (which, by the way, is what FreeBSD does to). This works around bogosities of the 1.5.1 toolchain and does no harm to -current. XXX Maybe revisit this after the new toolchain structure is in tree. |
| e5153a99 |
11-Jun-2001 |
thorpej <thorpej@NetBSD.org> |
Add NetBSD/algor support. |
| 5891ea9a |
10-Jun-2001 |
tron <tron@NetBSD.org> |
Fix broken "CppManTarget" which can cause manual page build problems (e.g. in the "xv" packagae). |
| fe4241e9 |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Fix oversight in last commit. |
| adc65265 |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.1.0. |
| 3a8bdd77 |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 4.1.0. |
| fac1e9fe |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Import of XFree86 4.1.0. |
| 8891097d |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Import of XFree86 4.1.0. |
| 5487aab2 |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Import of XFree86 4.1.0. |
| a2193640 |
09-Jun-2001 |
tron <tron@NetBSD.org> |
Import of XFree86 4.1.0. |
| 216a87c9 |
07-Jun-2001 |
mrg <mrg@NetBSD.org> |
sparc: build Xsun24, disable XsunMono (for now.). |
| 85ac6a8e |
07-Jun-2001 |
mrg <mrg@NetBSD.org> |
define cfb16ScreenPrivateIndex and cfb32ScreenPrivateIndex here. |
| 313e738e |
30-May-2001 |
tron <tron@NetBSD.org> |
Make X11 build under Solaris behave like under NetBSD: - turn off HTML manual pages and seperate configuration directories - build contributions |
| 54c4591a |
23-May-2001 |
fredb <fredb@NetBSD.org> |
Respect DESTDIR setting in ${MAKECONF}. Previously, it had to be set in either the environment, or on the command line. Closes PR xsrc/13003. |
| 7a2c2c6d |
21-May-2001 |
jlam <jlam@NetBSD.org> |
Apply patch from xsrc/12935 to fix problems with building libraries when X11ProjectRoot is defined. From the description in the PR: The following patch fixes bsdLib.rules and bsdLib.tmpl to use the proper Makefile variables when building libraries. In bsdLib.rules, instead of passing $(USRLIBDIR) to the linker for the rpath, $(USRLIBDIRPATH) is passed instead, which is already conditionally set to the correct value depending on the definition of X11ProjectRoot. In bsdLib.tmpl, instead of using $(LDPRELIB), use $(LDPRELIBS) instead, which is a superset of the value of $(LDPRELIB), but also conditionally contains linker directives to search in $(X11PROJECT)/lib for libraries when X11ProjectRoot is defined. |
| e834e12f |
12-May-2001 |
wiz <wiz@NetBSD.org> |
Remove unneeded -D__macppc__. |
| a15b6c7e |
11-May-2001 |
tron <tron@NetBSD.org> |
Add support for "WSMouse" mouse protocoll. |
| ee39ab3e |
11-May-2001 |
tron <tron@NetBSD.org> |
Define "UseSeparateConfDir" to "NO" as suggest by Johnny C. Lam. This makes XFree86 4.x's directory structure much more NetBSD like. |
| 64e0c2e3 |
06-May-2001 |
wiz <wiz@NetBSD.org> |
Fix sections for recently moved man pages. |
| bd1a5bdf |
29-Apr-2001 |
wiz <wiz@NetBSD.org> |
Install miscellaneous man pages in section 7, as in XF4. |
| 5c1d72ad |
21-Apr-2001 |
tron <tron@NetBSD.org> |
"Pull up" Paul Kranenburg's patch from the XFree86 3.3.6 sources: The X Windows protocol spec says that `window enter/leave' and `window focus' events are not ordered with respect to one another. Yet the xterm event handlers are sensitive to such ordering, as evidenced by some pointer warps (e.g. unobscuring the xterm window by closing an other window on top of it by using a window manager shortcut key) leaving the xterm cursor forever solid, i.e. xterm's internal state no longer accurately tracks hte actual input focus. |
| 06616491 |
21-Apr-2001 |
pk <pk@NetBSD.org> |
The X Windows protocol spec says that `window enter/leave' and `window focus' events are not ordered with respect to one another. Yet the xterm event handlers are sensitive to such ordering, as evidenced by some pointer warps (e.g. unobscuring the xterm window by closing an other window on top of it by using a window manager shortcut key) leaving the xterm cursor forever solid, i.e. xterm's internal state no longer accurately tracks hte actual input focus. |
| b920dc1a |
15-Apr-2001 |
wiz <wiz@NetBSD.org> |
Make most parts of the xsrc tree compile on macppc. XXX: Need some way to access pci bus, like libalpha for alpha; Xserver build fails with: ../os-support/libxf86_os.a(ppcPci.o): In function 'motoppcPciInit': ppcPci.o(.text+0x84): undefined reference to ppcPciIoMap |
| c1daac4b |
13-Apr-2001 |
wiz <wiz@NetBSD.org> |
Fix typo in last commit. |
| bb7b048d |
13-Apr-2001 |
tron <tron@NetBSD.org> |
If we are building from XFree86 4.x sources on an Amiga don't try to install the not (yet) existing installation instructions. |
| 1ed2dcdc |
10-Apr-2001 |
tron <tron@NetBSD.org> |
Don't build from XFree86 4.x sources if "USE_XF86_4" is set to "no". |
| b7c2b9cc |
10-Apr-2001 |
tron <tron@NetBSD.org> |
Add support for XDM-AUTHENTICATION-1 style XDMCP authentication. |
| afe2d84c |
10-Apr-2001 |
tron <tron@NetBSD.org> |
Use native wchar support in "libXaw". Patch based on PR xsrc/12076 by Jaromir Dolecek. |
| b2a3b6a2 |
10-Apr-2001 |
tron <tron@NetBSD.org> |
"/etc/rc.d/xdm" wants "xdm.pid" not "xdm-pid". |
| 88a49676 |
09-Apr-2001 |
tron <tron@NetBSD.org> |
Make a full XFree86 4.x build including "contrib" and "local" finally work. |
| 0ff3c4a8 |
09-Apr-2001 |
tron <tron@NetBSD.org> |
Fix oversight in last commit. |
| 2acc5bd1 |
08-Apr-2001 |
tron <tron@NetBSD.org> |
Build from XFree86 4.x sources if "USE_XF86_4" is defined. |
| d29d85bf |
08-Apr-2001 |
tron <tron@NetBSD.org> |
Add an empty "host.def" as pedant for the one in the 3.3.6 sources. |
| 65f716d8 |
04-Apr-2001 |
hubertf <hubertf@NetBSD.org> |
Turn off building of HTML-formatted manpages, as proposed on tech-x11. (Building of Rman is not touched, i.e. it'll still be installed) |
| 76ff3d2b |
21-Mar-2001 |
hubertf <hubertf@NetBSD.org> |
Add PCI (Product) ID of Trident CyberBlade, as found in Toshiba Satellite Pro 4600s. |
| 9d4e7690 |
18-Mar-2001 |
veego <veego@NetBSD.org> |
Move the include of xf86Axp.h out of the __FreeBSD__ part so it at least should compile. There are usages for xf86AXPParams where I have no idea for what they use that, but xf86Axp.h has the prototype and the structure for it. |
| b5eb5560 |
18-Mar-2001 |
veego <veego@NetBSD.org> |
Resolve conflicts of the import of XFree86 4.0.3. |
| e68b9c37 |
18-Mar-2001 |
veego <veego@NetBSD.org> |
Remove files which were imported during the XFree86 4.0.3 import. We don't need those files, and you can get them via cvs or from the XFree server if you want them. |
| 1337150e |
18-Mar-2001 |
veego <veego@NetBSD.org> |
Import of XFree86 4.0.3 |
| 6a29917c |
17-Mar-2001 |
tron <tron@NetBSD.org> |
Apply patches supplied by Matthieu Herrb to save formatted manual pages in correct directories. Fixes PR xsrc/11501 by Petri Koistinen. |
| 0aa8c40d |
12-Mar-2001 |
martin <martin@NetBSD.org> |
Rename the local macro "abort(line)" to "Xabort(line)". It collides with expansion of the makro va_arg on arm32 (see /usr/include/arm/varargs.h). Since "abort" is defined by ANSI C, an application is not allowed to redefine it, IMHO. This makes xsrc/xfree/xc build on arm32 (no server, though). |
| a61ccfb2 |
10-Mar-2001 |
rearnsha <rearnsha@NetBSD.org> |
Correctly initialize the mouse button flags. Fixes my own PR port-arm32/11526. |
| abc059db |
06-Mar-2001 |
tron <tron@NetBSD.org> |
Use native wchar support in "libXaw". Patch based on PR xsrc/12076 by Jaromir Dolecek. |
| 067ca86e |
06-Mar-2001 |
tron <tron@NetBSD.org> |
Disable PCVT support on NetBSD 1.5 and above. |
| 318cb5ab |
05-Mar-2001 |
tron <tron@NetBSD.org> |
Fix merge error. |
| b9d1dbce |
05-Mar-2001 |
tron <tron@NetBSD.org> |
Resolv conflicts from last import. |
| 7a8aa996 |
05-Mar-2001 |
tron <tron@NetBSD.org> |
Today's XFree86 3.3 branch sources. |
| 2bbc33c1 |
05-Mar-2001 |
tron <tron@NetBSD.org> |
Today's XFree86 3.3 branch sources. |
| d2ace41e |
01-Mar-2001 |
tv <tv@NetBSD.org> |
Since lbxproxy is not suid root, it might create a .X11-unix directory that is not owned by root. Thus, don't try to assume that a non-root-owned directory is not valid; check only the mode, as is the code's intention from the comments. |
| 0412185d |
16-Feb-2001 |
hubertf <hubertf@NetBSD.org> |
Add a comment on how to redirect "authdir" to make /usr/X11R6 sharable (applies for both xdm and kdm) |
| 2e9ef4a2 |
05-Feb-2001 |
wdk <wdk@NetBSD.org> |
Add mipsco client support. |
| 11947c5e |
15-Jan-2001 |
simonb <simonb@NetBSD.org> |
Remove "#elif defined(SparcArchitecture)" clause which is the same as the following #else clause, and add explicit .o:.c dependancies so that on non-x86 make uses the .c files as source files. Patch from Tsubai Masanari. |
| 82d831bb |
15-Jan-2001 |
simonb <simonb@NetBSD.org> |
Put an "#ifdef __alpha__" around the current alpha-specific code, and a "#error" case for everything else. Pointed out by Matt Green. |
| 24a203e0 |
14-Jan-2001 |
scw <scw@NetBSD.org> |
Forgot to add mvme68k to `supported' list. |
| 280ad5df |
14-Jan-2001 |
scw <scw@NetBSD.org> |
Add entries for NetBSD/mvme68k (sans Xserver). |
| 7fcf406e |
13-Jan-2001 |
simonb <simonb@NetBSD.org> |
Add copyright notice. |
| 27c843b9 |
13-Jan-2001 |
simonb <simonb@NetBSD.org> |
Initial support for XFree86 on Alpha. This should be considered alpha quality code - it's only been tested on one model Alpha (a PC164) with one model graphics card (Matrox G200). |
| 54db756c |
12-Jan-2001 |
sato <sato@NetBSD.org> |
* change GetdeviceList(). - don't use fallbackList[]. - by default, return /dev/ttyE${i} if X start on /dev/ttyE${i}, else return /dev/ttyE0. (i=0..) - these change avoid core dump in multiple /dev/ttyE${i} environment. |
| a0313803 |
01-Jan-2001 |
veego <veego@NetBSD.org> |
Initial import of XFree86 4.x |
| a004f798 |
27-Dec-2000 |
perseant <perseant@NetBSD.org> |
Restore the white-on-black color map on Xserver exit for SFB, so console messages are legible. |
| 4afaecea |
24-Dec-2000 |
perseant <perseant@NetBSD.org> |
Enable shift lock light on lk[24]01 keyboard |
| a3a079f7 |
19-Dec-2000 |
perseant <perseant@NetBSD.org> |
Adapt existing TGA Xserver bits to yield a partially accelerated Xserver for SFB/Lk201. Tested on a DEC3000/400 with TCWSCONS kernel. |
| 8ebbdd22 |
17-Dec-2000 |
eeh <eeh@NetBSD.org> |
Make X server 64-bit clean. |
| 99e715b7 |
08-Nov-2000 |
is <is@NetBSD.org> |
Don't delete ..../amiga/INSTALL.X11 when installing it. |
| 9e8ca988 |
07-Nov-2000 |
eeh <eeh@NetBSD.org> |
Better detection of sparc64 machines. |
| bbe7e78f |
06-Nov-2000 |
mrg <mrg@NetBSD.org> |
clean up #define's for sparc64. |
| a63b1a70 |
05-Nov-2000 |
fredb <fredb@NetBSD.org> |
Make "all" the default target, explicitly. Previously, the empty "all" target was being passed over in favor of "all-xc", even though it was listed first. Problem identified by Izumi Tsutsui on current-users. |
| 761ef8e1 |
30-Oct-2000 |
is <is@NetBSD.org> |
Install the Amiga INSTALL.X11 document when building the release. XXX this should be done differently, but I can't think of an appropriate method right now. |
| 0b313086 |
28-Oct-2000 |
itojun <itojun@NetBSD.org> |
be picky about parameter length. from openbsd SA 2000-032 |
| c0cdbcfd |
24-Oct-2000 |
is <is@NetBSD.org> |
XKB works fine with both arm32 X servers, so remove the removal. (To be precise, support for it isn't implemented in Xarm32VIDC, but this is a separate problem.) |
| c9d9d7b3 |
15-Oct-2000 |
itojun <itojun@NetBSD.org> |
plug possible 1-byte overrun. inspired from openbsd |
| d15571f2 |
13-Oct-2000 |
fredb <fredb@NetBSD.org> |
Remove rgb.pag and rgb.dir on "clean". These files are created as side-effects on mac68k, at least. |
| b171c183 |
07-Oct-2000 |
soren <soren@NetBSD.org> |
Use MAP_SHARED instead of MAP_PRIVATE. |
| 974f8446 |
07-Oct-2000 |
soren <soren@NetBSD.org> |
From Michael Richardson: Limit the number of refresh rate entries to work around apparent BIOS brokenness on Toshiba machines. |
| 44fa11fe |
07-Oct-2000 |
thorpej <thorpej@NetBSD.org> |
Add emulation for INB/OUTB with 8-bit immediate, from Michael C Richardson. |
| b7608266 |
07-Oct-2000 |
soren <soren@NetBSD.org> |
Apply fix-08-s3savage_ix+mx from 3.3.6/fixes. Adds support for MX/IS and miscellaneous fixes for other chips. |
| 7c7a996a |
02-Oct-2000 |
simonb <simonb@NetBSD.org> |
Indent second line of a multi-line command. |
| e4eafab9 |
01-Oct-2000 |
thorpej <thorpej@NetBSD.org> |
Install all of the app defaults examples into /usr/X11R6/share/examples/ssh-askpass. |
| 7074e14e |
27-Sep-2000 |
thorpej <thorpej@NetBSD.org> |
Fully adapt the LRMI to the NetBSD VM86 protocol. The LRMI can now properly execute the VESA BIOS on my laptop using a simple test program. |
| 3584d7ec |
22-Sep-2000 |
fredb <fredb@NetBSD.org> |
Enable the ELF-style library inter-dependencies on a.out, too, as discussed on tech-pkg and tech-x11. "ldd" on a.out does not work on libraries, but it will indeed show libraries that are linked only against linked in libraries, just as if they were linked in explicitly. Verified on 1.4.3/i386 and 1.4.3/m68k. |
| 3c9c9528 |
20-Sep-2000 |
thorpej <thorpej@NetBSD.org> |
On NetBSD, the IO perms are set to TRUE for the entire range pretty early on (in bsd_video.c). We therefore do not need to frob IO perms in this file at all. |
| 334803b5 |
20-Sep-2000 |
thorpej <thorpej@NetBSD.org> |
Fix a search-and-replace'o in the Linux code path. |
| 05b001f4 |
20-Sep-2000 |
thorpej <thorpej@NetBSD.org> |
Make the VM68 "real mode interface" build under NetBSD, as well. This is needed to use the VESA BIOS to change video modes on the S3 Savage. |
| 0825128a |
18-Sep-2000 |
mrg <mrg@NetBSD.org> |
change how FlxProc() is called to avoid compiler bugs on the sparc64, when passing >16 "double" arguments to a function. #ifdef __sparc_v9__ only. |
| 4aebfd58 |
26-Aug-2000 |
mrg <mrg@NetBSD.org> |
add a comment for NetBSD/sparc64. |
| 0ae7afdb |
26-Aug-2000 |
mrg <mrg@NetBSD.org> |
move previous in to the __NetBSD__ section. |
| e383c1d9 |
25-Aug-2000 |
jun <jun@NetBSD.org> |
add Xhpc.man |
| 1cb27b23 |
24-Aug-2000 |
drochner <drochner@NetBSD.org> |
fix typo in previous |
| 64cccb5e |
24-Aug-2000 |
elric <elric@NetBSD.org> |
Removed a couple of debugging fprintf(3)s and added a $NetBSD$ to the top. |
| 357c9b4f |
24-Aug-2000 |
elric <elric@NetBSD.org> |
Without a one bit deep Pixmap, bad things(tm) happen. Mostly causing lossage in GTK apps, but it also destroyed the appearance of some of my icons in FVWM2. |
| 54141f37 |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-07-s3trio64v2gx+netfinity from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-07-s3trio64v2gx+netfinity Fix to s3 driver of XF86_SVGA. |
| 73b02b1a |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-06-s3trio3d2x from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-06-s3trio3d2x More fix to s3v driver of XF86_SVGA. |
| a517caac |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-05-s3trio3d from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-05-s3trio3d Another fix to s3v driver of XF86_SVGA. |
| 297b4bc2 |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-04-s3trio3d2x from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-04-s3trio3d2x Fix to s3v driver of XF86_SVGA. |
| da5dc3d1 |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-03-mmap from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-03-mmap This patch has no effect to NetBSD, but there's no reason not to apply it. |
| f453f938 |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-02-svr4 from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-02-svr4 This patch has no effect to NetBSD, but there's no reason not to apply it. |
| 308f060c |
24-Aug-2000 |
minoura <minoura@NetBSD.org> |
Apply fix-01-r128 from the official fixes of XFree86 3.3.6. ftp://ftp.xfree86.org/pub/XFree86/3.3.6/fixes/fix-01-r128 > 7 February 2000 > > This patch fixes a text corruption problem that shows up with the > Rage 128 driver in 3.3.6. To use this patch you need either the > XFree86 source tree or the LinkKit. This patch cannot be used to > patch binaries directly. Updated binaries for most platforms should > be available soon. > > To apply the patch to the XFree86 source tree, go the directory containing > the main "xc" directory, and run: > > patch -p0 -E < this-file |
| 86be01f1 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
Tell the X server how 64-bit sparc works. |
| 8e2601a6 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
RROP_UNROLL_CASE32() is missing. |
| a9c50922 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
Don't use assembler routines in 64-bit X servers yet. |
| b20b6354 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
64-bit sparc has a 64-bit `long'. |
| 6f378302 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
sparc64 has a 64-bit X server. |
| 5688b896 |
24-Aug-2000 |
eeh <eeh@NetBSD.org> |
Identify Sparc64Architecture. |
| 1ba9fd29 |
22-Aug-2000 |
jun <jun@NetBSD.org> |
hpcmips: add XserverNeedsSetUID YES |
| c8cb6f72 |
11-Aug-2000 |
jun <jun@NetBSD.org> |
On port-hpcmips-ja@jp.netbsd.org <200008100839.RAA03121@fsinet.or.jp> by fk200329@fsinet.or.jp (Hiroyuki Yanai) Fix Xhpc pixmap init code for 8bpp server. |
| 3e0ed911 |
06-Aug-2000 |
tron <tron@NetBSD.org> |
Add support for XDM-AUTHENTICATION-1 style XDMCP authentication as suggested by Wolfgang Rupprecht in PR xsrc/10751. |
| 48c8a867 |
31-Jul-2000 |
jdc <jdc@NetBSD.org> |
Remove the ZZ capability from the exported $TERMCAP, otherwise libterm will ignore it. This needs to be revisited when all the issues surrounding entries larger than 1023 bytes are solved. Fix by Michael Eriksson, fixes PR xsrc/10383. |
| 95c20adc |
30-Jul-2000 |
tron <tron@NetBSD.org> |
Handle "xsrc/local" in "cleandir" target, too. Patch supplied by Takahiro Kambe in PR xsrc/10711. |
| 951fd46e |
29-Jul-2000 |
takemura <takemura@NetBSD.org> |
3 button mouse emulation by Matthew Orgass. Here is the code to add mouse button emulation. It uses WIN-# where # is between 1 and 5. If just WIN is pressed, no button event is generated. Real buttons two or higher are considered down if the real button or the emulated button is down. Also, a bug is fixed that would cause extended keys not to be recognized on the first key press (since hpcKbdGetEvents would return with NumEvents 0 but Again TRUE if the key was extended). |
| e5be7592 |
25-Jul-2000 |
thorpej <thorpej@NetBSD.org> |
OpenSSH -> SSH |
| 456141b6 |
25-Jul-2000 |
thorpej <thorpej@NetBSD.org> |
Build local programs. |
| 0f247b25 |
25-Jul-2000 |
thorpej <thorpej@NetBSD.org> |
Tweak for NetBSD xsrc build environment. |
| 8db30ca8 |
25-Jul-2000 |
thorpej <thorpej@NetBSD.org> |
Import Jim Knoble's x11-ssh-askpass, version 1.0, for use with ssh-add(1). |
| c8e933f6 |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/programs/xauth/process.c 1.1 -> 1.3 Fix file handling race in xauth. Patch by Colin Phipps, transmitted by Markus Friedl |
| 16861f85 |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/lib/ICE/ICElibint.h 1.1 -> 1.2 openbsd X11/xc/lib/ICE/process.c 1.1 -> 1.2 Fixes for libICE DoS. From Keith Packard in XFree86 4.0.1 |
| 5b6dbb34 |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/lib/X11/GetProp.c 1.1 -> 1.2 openbsd X11/xc/lib/X11/OpenDis.c 1.1 -> 1.2 openbsd X11/xc/lib/X11/XlibInt.c 1.3 -> 1.4 Fixes for various libX11 DoS in xdm reported by Chris Evans on bugtraq Fixes from XFree86 4.0.1 |
| ac9c019c |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/programs/Xserver/os/secauth.c 1.1 -> 1.3 Fix Xserver DoS reported on bugtraq by Chris Evans, (from Paulo Caesar Pereira de Andrade and Keith Packard) |
| 145cf579 |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/programs/Xserver/os/xdmcp.c 1.1 -> 1.2 make sure all options have their value associated (from post 3.3.6 XFree86 repository) |
| 7ba287bd |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch NOTE: i'm not sure the following commit log applies to netbsd. openbsd X11/xc/programs/Xserver/xkb/ddxLoad.c 1.1 -> 1.2 openbsd X11/xc/programs/Xserver/xkb/xkbInit.c 1.1 -> 1.3 fix by Trevor Johnson for a possible overflow with -xkbmap reported by Michal Zalewski on bugtraq. Note that the default install (using the XFree86 setuid Xwrapper, not the RedHat one) is not vulnerable since the wrapper rejects argments exceeding 128 chars. |
| 90611ccd |
25-Jul-2000 |
itojun <itojun@NetBSD.org> |
pull patch from OpenBSD SA 2000-021. ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.7/common/021_X11_libs.patch openbsd X11/xc/programs/xfs/os/waitfor.c 1.1 -> 1.2 Fix an xfs crash that shows up when many clients connect (From Remy Card, through the XFree86 repository) |
| c2049ee3 |
16-Jul-2000 |
tron <tron@NetBSD.org> |
Change "rstartd" not to set "MANPATH" because NetBSD uses "/etc/man.conf". Fixes PR xsrc/10211 by Takahiro Kambe. |
| 66ce09e2 |
03-Jul-2000 |
elric <elric@NetBSD.org> |
Needed to include CFB32Libs for 32bit TGA cards on alpha. |
| d086566c |
03-Jul-2000 |
elric <elric@NetBSD.org> |
Provide preliminary support for 32bit TGA on alpha. Currently there are no accelerations for this card. |
| 5e3c7647 |
29-Jun-2000 |
simonb <simonb@NetBSD.org> |
Clear up usage of CONS_fd - it's not used on alpha. XXX comments noticed by Bernd Ernesti. |
| 249e7301 |
29-Jun-2000 |
simonb <simonb@NetBSD.org> |
If USE_ALPHA_PIO, pull in <machine/pio.h> and use the alpha pio functios for probing the PCI bus. XXX: USE_ALPHA_PIO is not defined by the Imakefile yet - Need to check for pre vs. post 1.5, either here or in xc/config/cf/*. |
| 06f173e9 |
20-Jun-2000 |
hubertf <hubertf@NetBSD.org> |
Use the following "Device" section in XF86Config get X going on a Toshiba Tecra 8100 (equipped with S3 Savage MX): Section "Device" Identifier "S3 Savage MX" VendorName "toshiba" BoardName "tecra8100" VideoRam 8192 Chipset "s3_savage" ChipID 0x8a20 EndSection |
| a4aa066f |
07-Jun-2000 |
tsutsui <tsutsui@NetBSD.org> |
Build clients on luna68k. (per request from nisimura@netbsd.org) XXX We should clean up cpu/port specific definitions... |
| 1eb48a58 |
06-Jun-2000 |
soren <soren@NetBSD.org> |
Build clients on cobalt and sgimips. |
| 027aae4d |
01-Jun-2000 |
tsutsui <tsutsui@NetBSD.org> |
Build clients on news68k. |
| c37092a1 |
31-May-2000 |
itojun <itojun@NetBSD.org> |
workaround against DoS attack on tcp port 6000 (loop counter underflow). http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-05-15&msg=Pine.LNX.4.21.0005181947210.17658-100000@ferret.lmh.ox.ac.uk |
| fbac7e4a |
28-May-2000 |
takemura <takemura@NetBSD.org> |
Use ttyE* instead of wskbd. Use wsmux0 instead of wsmouse. |
| bbacc153 |
26-May-2000 |
matt <matt@NetBSD.org> |
Disable making the VAX Xmono server for now. |
| 5c84b439 |
26-May-2000 |
shin <shin@NetBSD.org> |
Disable MIPS specific code which was not used and tested. |
| fbe3fef9 |
26-May-2000 |
tron <tron@NetBSD.org> |
Resolve conflicts from import. |
| 22d65405 |
26-May-2000 |
tron <tron@NetBSD.org> |
Import latest patches for XFree86 4.0's "xterm" on suggestion by Thomas Dickey. |
| 19a77b16 |
26-May-2000 |
tron <tron@NetBSD.org> |
Resolve conflicts from import. |
| e71df241 |
26-May-2000 |
tron <tron@NetBSD.org> |
Import XFree86 4.0 "xterm" sources to fix vulnerability in "xterm" reported in PR security/9528. |
| 06a54f6a |
23-May-2000 |
shin <shin@NetBSD.org> |
Now hpcmips supports X server (fix comment). On MIPS, separate compileling is not necessary for shared library. Therefore, 'SeparateSharedCompile' should be defined to 'NO'. All binaries (perhaps except experimental X server) should be compiled with optimization to reduce size. So, delete '# define OptimizedCDebugFlags -g' line from hpcmips defines. |
| 5db92e5e |
23-May-2000 |
shin <shin@NetBSD.org> |
add 'defined(mips)' to '#if' line to define 'MipsArchitecture' properly. XXX: I'm not sure whether '#undef mips' is necessary or not. |
| e3584068 |
20-May-2000 |
shin <shin@NetBSD.org> |
fix size and offset calculation for mmap(2). |
| e5222485 |
19-May-2000 |
matt <matt@NetBSD.org> |
Enable shared libraries on VAX. xbase.tgz goes from 13MB to 2.5MB! |
| 6a27a8ad |
14-May-2000 |
elric <elric@NetBSD.org> |
Implemented a -noaccel option, in case any of the acceleration cause video artefacts. |
| ea4237e8 |
06-May-2000 |
takemura <takemura@NetBSD.org> |
Experimental X server for the hpcmips. - 8bpp StaticColor and 16bpp TrueColor are supported. 2bpp gray scale is not supported. I've tested this server on NEC MC/R530 only. - You can use xterm and xclock. - Some client may not work. (xeyes and ico don't work at all.) - It seems that bitblt does not work correctly in 8bpp mode. |
| 6c1488f3 |
03-May-2000 |
kleink <kleink@NetBSD.org> |
Build clients on NetBSD/prep. |
| 1dac465e |
23-Apr-2000 |
takemura <takemura@NetBSD.org> |
Value of PIM is 1 and this causes unaligned memory access when pixel size is 16 (PSZ = 16). I've sent this chage for fixes@xfree86.org. |
| 8175863c |
10-Apr-2000 |
tron <tron@NetBSD.org> |
Correct release date of XFree86 3.3.6. Problem noted by John Hawkinson in PR xsrc/9699. |
| 04a82d6d |
10-Apr-2000 |
tron <tron@NetBSD.org> |
Fix typo noted by John Hawkinson in PR xsrc/9696. |
| 9d6a1f40 |
12-Mar-2000 |
dbj <dbj@NetBSD.org> |
remove include of /etc/mk.conf since recent change using <bsd.own.mk> deals with this instead |
| cad5e1ee |
08-Mar-2000 |
is <is@NetBSD.org> |
This is XFree 3.3.6, not 3.3.3 anymore. |
| 47ae7a10 |
01-Mar-2000 |
he <he@NetBSD.org> |
Enable building of client-only X11 for NetBSD/next68k. Patch from toddpw. |
| e99d7581 |
27-Feb-2000 |
fredb <fredb@NetBSD.org> |
Correct comment, as we don't check for the existence of "maketars". If you try to "make release" without having BSDSRCDIR properly set, the error message from "sh" should be clue enough. |
| 7e5c1f77 |
26-Feb-2000 |
thorpej <thorpej@NetBSD.org> |
Use <dev/wscons/wsdisplay_usl_io.h> to get the PCVT ioctls we use, since they're defined there for the PCVT compatibility module. This removes our dependency on <machine/pcvt_ioctl.h>. XXX We lose GIO_KEYMAP ioctl support, but wscons doesn't emulate it anyhow. What should we do about this? |
| 19cf06cf |
23-Feb-2000 |
hubertf <hubertf@NetBSD.org> |
Set BSDSRCDIR by pulling in <bsd.own.mk>. That way, users have a chance to override it via /etc/mk.conf. |
| da7851e5 |
13-Feb-2000 |
mjl <mjl@NetBSD.org> |
Add HasSetUserContext=YES since we now have it. |
| b1652b4c |
06-Feb-2000 |
fredb <fredb@NetBSD.org> |
Make the docs actually build with our groff, and with the latex-2.09e included with pkgsrc teTeX. Adding the following to /usr/xsrc/xc/config/cf/host.def is sufficient to build all docs on "make build" from within /usr/xsrc, (but most are still not installed)... ---8<----cut here------------------------------------ #ifndef BuildMiscDocs # define BuildMiscDocs YES #endif #ifndef BuildSpecsDocs # define BuildSpecsDocs YES #endif ----------------------------------------------------- this works too (bash): export MISCDIR=misc SPECSDIR=specs TOP=/usr/xsrc/xc cd /usr/xsrc/xc/doc && xmkmf && make Makefiles && make |
| 231ff5f5 |
05-Feb-2000 |
fredb <fredb@NetBSD.org> |
Fix goof in last commit. |
| 0275235c |
05-Feb-2000 |
fredb <fredb@NetBSD.org> |
Let $BSDSRCDIR be in any arbitrary location (for the snapshot target). Closes PR xsrc/9348, submitted by jbernard@mines.edu. |
| f0cc3cf7 |
01-Feb-2000 |
tron <tron@NetBSD.org> |
Fix bug caused by XFree86 3.3.6 import which caused an attempt to build all XFree86 X11 servers at least under NetBSD-arm32. |
| 7f8d1170 |
22-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Use -Tascii, not -Tlatin1, to format man pages. |
| 53b12e7c |
14-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Remove 1.6, but leave 1.7, as it bites the Applix build. |
| 471500ec |
14-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Do not re-typedef wchar_t on NetBSD/i386. |
| 553e1994 |
14-Jan-2000 |
mycroft <mycroft@NetBSD.org> |
Do not re-typedef wchar_t on NetBSD/i386. |
| 5835510e |
12-Jan-2000 |
perry <perry@NetBSD.org> |
Commit kludge from John.P.Darrow@wheaton.edu that (along with Option "xaa_no_color_exp") allows a Rage 128 to sort of work. XXX Note that this should go away if the XF86 people actually fix the problem properly. The hack is fairly harmless -- it just makes xaa_no_color_exp do what it claims it does in the docs. |
| 96053229 |
11-Jan-2000 |
veego <veego@NetBSD.org> |
Remove the .Z files. |
| 29d0a8c7 |
11-Jan-2000 |
tron <tron@NetBSD.org> |
The i810 driver uses Linux specific AGP stuff. Disable it for now. |
| e71f05bf |
10-Jan-2000 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 3.3.6. |
| 1e7cca99 |
10-Jan-2000 |
veego <veego@NetBSD.org> |
Import ignored files from the import of XFree86 3.3.6 |
| 10ac0e1b |
10-Jan-2000 |
veego <veego@NetBSD.org> |
XFree86 3.3.6 contrib |
| 0d4332cc |
10-Jan-2000 |
veego <veego@NetBSD.org> |
XFree86 3.3.6 |
| b10f30bf |
10-Jan-2000 |
shin <shin@NetBSD.org> |
add hpcmips client support. |
| 9625f23a |
07-Jan-2000 |
ad <ad@NetBSD.org> |
Add RCS IDs. |
| b1c0e358 |
28-Dec-1999 |
fredb <fredb@NetBSD.org> |
Add "release" aka "snapshot" target, as discussed on tech-install. |
| 56d47b46 |
26-Dec-1999 |
lukem <lukem@NetBSD.org> |
* automatically background, unless given -debug (uses ../xdm/daemon.c) * support writing a .pid file (ref `pid-file' entry in the xfs(1) config file) i originally got this code off simon burge <simonb@netbsd.org>. |
| 6a8907bd |
11-Dec-1999 |
tron <tron@NetBSD.org> |
New XFree86 aperture driver provided by Matthieu Herb in PR port-i386/8973: - adapted to LKM changes since NetBSD 1.2 - uses Pentiums II and AMD K6 MTRRs |
| 099934b0 |
30-Nov-1999 |
abs <abs@NetBSD.org> |
Its too easy to close the last xterm, which can be particularly painful if running the default xsm and it saves the xterm free state. Add an option to start an xterm. |
| 0eda24d6 |
09-Nov-1999 |
elric <elric@NetBSD.org> |
Put the display back into WSDISPLAYIO_MODE_EMUL when we close the screen. This gets startx and out to work once again. |
| 1fd586bc |
09-Nov-1999 |
mycroft <mycroft@NetBSD.org> |
Disable SharedLibXdmGreet on Alpha. This is a silly difference to have between platforms, and the library wasn never in the set lists. |
| 17da4ccd |
05-Nov-1999 |
is <is@NetBSD.org> |
- integrate the usage of Xwrapper in the examples, where referring to startx usage - grfX -> grfN, to avoid confusing references to X in the text. - at one point, grf2 is possible, too - while we're here, brush up the language a bit where noticed |
| 8bd4bc25 |
27-Oct-1999 |
elric <elric@NetBSD.org> |
These two changes enable the CopyArea acceleration to be used within windows. Previously it was only used to move windows. x11perf -copywinwin500 should jump from ~17/sec to ~112/sec. Specifically: tgabitblt.c: Added a check to make sure that we are copying windows, and not bits of memory, and tgagc.c: We now use alphaTgaMatchCommon() instead of cfbMatchCommon() which enables GC's to grab our accelerated functions instead of falling back to the cfb variants all the time. |
| f4092f18 |
14-Oct-1999 |
ross <ross@NetBSD.org> |
Edit comment. |
| 3978a9ba |
06-Oct-1999 |
minoura <minoura@NetBSD.org> |
Uninitialized variable. |
| f766d8bf |
27-Sep-1999 |
fredb <fredb@NetBSD.org> |
Defer check for contrib/Makefile until it's needed, so it can be regenerated if necessary, so alternate "make build"'s don't fail (again). |
| 34e496fb |
14-Sep-1999 |
fredb <fredb@NetBSD.org> |
Make "build" depend on "cleandir", and make "cleandir" depend on "clean," more in line with the "build" target in /usr/src. Also remove /xc/xmakefile before doing "make World" pursuant to a "make build". This is all to ensure that "make build" starts up cleanly and predictably. For updating a fully populated tree, "make UPDATE= build" now does a "make Everything" in xc. This is even faster than the old behavior of "make build"--if there are no intervening changes, this only builds the Makefiles and .depends and re-links. |
| 7e6ae19c |
06-Sep-1999 |
tron <tron@NetBSD.org> |
Add seperate "cleandir" target which removes all files remaining after "make clean". |
| 6a7586d5 |
03-Sep-1999 |
drochner <drochner@NetBSD.org> |
save and restore all text and font memory on NetBSD because wscons/vga relies on it |
| 3654ea30 |
02-Sep-1999 |
tron <tron@NetBSD.org> |
NetBSD does not have mktemp(1). |
| 5960cd2a |
02-Sep-1999 |
augustss <augustss@NetBSD.org> |
Add USB tablet sample configuration. |
| ba4afffd |
02-Sep-1999 |
augustss <augustss@NetBSD.org> |
Add NetBSD support for USB tablets. Tested with a Wacom PenPartner, but it should work with a wide range of USB tablets since it decodes the report descriptors and extracts data accordingly. The xf86USBtablet module uses libusb, which contains the USB HID routines. This library has a generous license so it should be possible to import into other platforms that want USB tablet support. |
| 6a391f0e |
01-Sep-1999 |
tron <tron@NetBSD.org> |
We can assume that a Matrox MGA 400 has at least 16MB video memory. |
| 35fdd780 |
01-Sep-1999 |
tron <tron@NetBSD.org> |
Resolve conflicts from import of XFree86 3.3.5. |
| 292d74a1 |
01-Sep-1999 |
veego <veego@NetBSD.org> |
XFree86 3.3.5 sources |
| a2597ec3 |
31-Aug-1999 |
mrg <mrg@NetBSD.org> |
fix an error in previous. |
| 9f563518 |
30-Aug-1999 |
mrg <mrg@NetBSD.org> |
use mkstemp(3) on CSRG_BASED platforms. |
| 4ac61ff8 |
11-Aug-1999 |
veego <veego@NetBSD.org> |
Don't hardcode the version numbers. And fix the last commit: s/9/10/. |
| 671a4d83 |
11-Aug-1999 |
veego <veego@NetBSD.org> |
No longer use libgnumalloc for NetBSD 1.4J or higher. |
| 74f7a731 |
09-Aug-1999 |
tron <tron@NetBSD.org> |
Because "xsm" only works properly on system with correct DNS setup don't use in the default configuration. Fixes PR xsrc/8097 by Charles M. Hannum. |
| 1bc15021 |
07-Aug-1999 |
tron <tron@NetBSD.org> |
Because a wsmouse event takes more than four times as much space as e.g. a busmouse protocoll event the mouse input buffer should be larger on NetBSD systems. Fixes PR xsrc/8127 by Thilo Manske. |
| 2196f5fc |
05-Aug-1999 |
tron <tron@NetBSD.org> |
Strip X11 server binaries. |
| f56b4e08 |
02-Aug-1999 |
ad <ad@NetBSD.org> |
Fix a thinko on my behalf: 'struct fbtype' and not 'struct fbinfo'. |
| 70442776 |
01-Aug-1999 |
mycroft <mycroft@NetBSD.org> |
Pass the display number to the server explicitly; otherwise I always forget to add it when adding more entries. |
| fbe42880 |
28-Jul-1999 |
tron <tron@NetBSD.org> |
Avoid segmentation fault if local hostname can't be resolved. |
| 8271bd88 |
27-Jul-1999 |
drochner <drochner@NetBSD.org> |
recognize wscons device nodes, fixes PR xsrc/8096 by Charles M. Hannum |
| deeec4e6 |
26-Jul-1999 |
thomas <thomas@NetBSD.org> |
For the XF68_FBDev server build only the required drivers. |
| bc83a919 |
23-Jul-1999 |
is <is@NetBSD.org> |
Fix typo. |
| aeb5549b |
21-Jul-1999 |
veego <veego@NetBSD.org> |
This files are gone in 3.3.4. |
| 2d6e1fc5 |
20-Jul-1999 |
tron <tron@NetBSD.org> |
Resolv conflicts from XFree86 3.3.4 import. |
| 487aaf7a |
20-Jul-1999 |
veego <veego@NetBSD.org> |
XFree86 3.3.4 sources |
| 86fde597 |
14-Jul-1999 |
ad <ad@NetBSD.org> |
Don't tell DIX that we support 8bpp pixmaps if the display is mono. |
| c7031cfb |
14-Jul-1999 |
ad <ad@NetBSD.org> |
Set blackPixel and whitePixel values when hooked up to a 'pm' framebuffer. |
| 76919edd |
06-Jul-1999 |
thomas <thomas@NetBSD.org> |
Use the configured frame buffer. |
| f6540ed8 |
27-Jun-1999 |
minoura <minoura@NetBSD.org> |
Set scroll registers. |
| 7f9a1c0f |
26-Jun-1999 |
minoura <minoura@NetBSD.org> |
Assert that we support 1-bpp pixmaps, per danw. See xsrc/xc/programs/Xserver/hw/netbsd/macppc/macppcInit.c:1.3. |
| 222bd83d |
20-Jun-1999 |
danw <danw@NetBSD.org> |
Assert that we support 1-bpp pixmaps, despite the fact that the MD code only supports 8-bit graphics: the MI code will DTRT. Fixes PR#7730 from me and PR#7767 from SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> |
| 7aa46b0c |
19-Jun-1999 |
mrg <mrg@NetBSD.org> |
also search XPROJECTROOT/lib for libraries at runtime, as well as USRLIBDIR. fixes more xpkgwedge lossage. |
| 691b49a1 |
19-Jun-1999 |
mrg <mrg@NetBSD.org> |
everyone uses uses LDPRELIBS not LDPRELIB, and this gets use USRLIBDIR and XPROJECTROOT/lib, allowing xpkgwedge to link with X11 libraries |
| bc005751 |
08-Jun-1999 |
danw <danw@NetBSD.org> |
update for extended keyboard. add F13, F14, F15, Insert (Shift + Help), Delete, End. rename KP_Home, KP_Page_Up, KP_Page_Down without the KP_ (The Home, Page Up, and Page Down on the Apple USB keyboard are above the keypad, but generate the same codes as the normally located ones on an extended keyboard.) add ControlMask to Control_R |
| 683f3f2b |
08-Jun-1999 |
danw <danw@NetBSD.org> |
Remove some #if 0 code left over from Xsun; NetBSD/macppc does not support Sun Type 4 keyboards. |
| 0bfa22fd |
08-Jun-1999 |
danw <danw@NetBSD.org> |
Ignore Z axis events rather than crashing when we get one. |
| 23e97069 |
06-Jun-1999 |
is <is@NetBSD.org> |
Fix typos in last change: the first one would map the guard page even when not necessary. the second one would prevent us to notice when mapping of the guard page had failed. |
| 67aa80c3 |
06-Jun-1999 |
is <is@NetBSD.org> |
If the end of the frame buffer address + 7 bytes is on a new page, map an anonymous page there. The afb blitting code reads beyond the end of the frame buffer in longword chunks and masks unused bits of. This would cause segmentation violations if the framebuffer ends on a page boundary. Reported by Joerg Rebenstorf in PR 5018 and Arno Eigenwillig. |
| a02bf746 |
05-Jun-1999 |
mark <mark@NetBSD.org> |
Initial import of NetBSD/arm32 X server for the VIDC20 video controller found on Acorn RiscPCs (separate chip) and on ARM7500 CPUs (integrated). |
| d4053948 |
04-Jun-1999 |
mark <mark@NetBSD.org> |
Add the Xarm32VIDC server for NetBSD/arm32. |
| 12b23b48 |
04-Jun-1999 |
mark <mark@NetBSD.org> |
Build the Xarm32VIDCServer server if arm32Architecture is defined. |
| 517aeb29 |
24-May-1999 |
jwise <jwise@NetBSD.org> |
Sync DefaultUserPath and DefaultSystemPath with _PATH_DEFPATH and _PATH_STDPATH from <paths.h>. Fixes second half of PR xsrc/7638 from Rob Windsor (windsor@warthog.com), but in a slightly different way. The theory is that src/ and xsrc/ should agree on what a rational default path is. Note, however, that in addition to adding /usr/pkg paths to these paths, this adds /usr/local paths to DefaultSystemPath. Note also that ${X11BASE}/sbin is not added to DefaultSystemPath, as it does not have a relocation macro (like $(BINDIR) to allow it to move with ${X11BASE} (which NetBSD.cf otherwise obeys) |
| 0b7ac3ea |
24-May-1999 |
jwise <jwise@NetBSD.org> |
Install X11 root:wheel instead of bin:bin (the rest of userland made this transition a while ago) Fixes first half of PR xsrc/7638 from Rob Windsor (windsor@warthog.com), as suggested in the PR. |
| 90360741 |
24-May-1999 |
tv <tv@NetBSD.org> |
Move "build" rule so that default is "all". |
| 30343193 |
17-May-1999 |
is <is@NetBSD.org> |
Include <signal.h> for modern sigfillset etc. |
| 7b16a4ea |
17-May-1999 |
is <is@NetBSD.org> |
MAP_PRIVATE is NOT a method to lock access to a mapped (framebuffer) device. Instead, we open it O_EXLOCK. |
| b583040e |
16-May-1999 |
tv <tv@NetBSD.org> |
Allow for stopped-in-the-middle rebuilds by using "make -f xmakefile World" if xc/xmakefile exists. Also don't re-run xmkmf on contrib if contrib/Makefile exists. |
| e0496eb7 |
16-May-1999 |
tv <tv@NetBSD.org> |
`#ifdef __arm32__' the call to Xf86SetRGBOut(); the i386 et. al. do not have a composite output for this chip (nor any kernel support for such), so don't try to `switch to' RGB mode at startup. Fixes problem reported by Jukka Marin <jmarin@pyy.jmp.fi>. |
| d95c5641 |
13-May-1999 |
thomas <thomas@NetBSD.org> |
Support for Cracy Dots II, a VME based et4000 graphic board for Atari |
| bb449ea3 |
13-May-1999 |
pk <pk@NetBSD.org> |
Dump leading underscores if __ELF__. |
| fc68eaed |
08-May-1999 |
thomas <thomas@NetBSD.org> |
Let xdpyinfo display the SUN mouse protocol used by Atari. |
| c894683c |
08-May-1999 |
thomas <thomas@NetBSD.org> |
Reenable the SUN mouse protocol used by Atari. |
| f8e21124 |
08-May-1999 |
thomas <thomas@NetBSD.org> |
Define the SUN mouse protocol used by Atari. |
| bc4d0f10 |
04-May-1999 |
mhitch <mhitch@NetBSD.org> |
Fix shift lock when using XKB extensions. Don't maintain internal key transition states, but just pass the key events directly to the server. |
| 4ec2a2a6 |
04-May-1999 |
simonb <simonb@NetBSD.org> |
Initialise mfb properly - previous code was an educated guess that didn't work. Patch from maximum entropy in PR xsrc/7515. |
| 10a4ae20 |
03-May-1999 |
tv <tv@NetBSD.org> |
Fix asm compile problem, patch from <taca@sky.yamashina.kyoto.jp> in xsrc/7509. |
| 094a3cee |
27-Apr-1999 |
ross <ross@NetBSD.org> |
Patch from Roland Dowdeswell. |
| d2d007a8 |
27-Apr-1999 |
ross <ross@NetBSD.org> |
TGA acceleration framework for XalphaNetBSD plus CopyArea acceleration. From Roland Dowdeswell. |
| 3cd520ae |
27-Apr-1999 |
ross <ross@NetBSD.org> |
* rcs id * -DXKB_ALWAYS_USES_SOFT_REPEAT (Matthieu Herrb and Roland Dowdeswell) |
| a4469b1c |
27-Apr-1999 |
tv <tv@NetBSD.org> |
Add Shark code to the tree, updated to compensate for new code added in the interim. |
| b132f223 |
27-Apr-1999 |
tv <tv@NetBSD.org> |
Align memory on a long boundary for arm32, too. Change originally from Shark server diffs. |
| 799cd016 |
24-Apr-1999 |
tron <tron@NetBSD.org> |
Remove left overs of sun mouse protocol. |
| 06b5a4f2 |
24-Apr-1999 |
tron <tron@NetBSD.org> |
Fix glitches in "wscons" support and add support for it to "XF86Setup". Patches supplied by Matthieu Herrb in PR xsrc/7451. |
| 34e15a84 |
24-Apr-1999 |
tron <tron@NetBSD.org> |
Remove spurious nested comment to get auto-repeat working in "Xsun" server when XKB is enabled. Fixes PR pkg/7452 by Matthieu Herrb. |
| 57597875 |
24-Apr-1999 |
nathanw <nathanw@NetBSD.org> |
Don't cast the request of an ioctl to an int. Bad juju. This plus ross's earlier work fixes PR xsrc/7061 from Brett Slager. |
| 5dc2ae6a |
23-Apr-1999 |
ross <ross@NetBSD.org> |
Give better errors if the wskbd0 or wsmouse0 is not found. |
| 3142c8b6 |
21-Apr-1999 |
agc <agc@NetBSD.org> |
Add missing args declaration for non-CSRG_BASED systems. |
| cbd07b60 |
19-Apr-1999 |
simonb <simonb@NetBSD.org> |
Do away with the verbose "#ifdef MipsArchitecture" section, and structure the pmax options like the other ports. XXX: Why is (almost) everyone else using GccGasOption? It seems to be an i386ism... |
| f586bb1b |
19-Apr-1999 |
thorpej <thorpej@NetBSD.org> |
If imake defines __pmax__, then define pmaxArchitecture. |
| 7b379149 |
19-Apr-1999 |
simonb <simonb@NetBSD.org> |
Pull in .../compiler.h if on a mips as well to get ldq_u(). |
| 0ada4c15 |
18-Apr-1999 |
ad <ad@NetBSD.org> |
Do not build XIE and Xpex as shared objects on MipsArchitecture. |
| 877ed993 |
18-Apr-1999 |
minoura <minoura@NetBSD.org> |
Install path was wrong. |
| f1fafdde |
18-Apr-1999 |
minoura <minoura@NetBSD.org> |
Use Xwrapper for x68k server. |
| c2f280c4 |
17-Apr-1999 |
ad <ad@NetBSD.org> |
Remove RCS id strings. |
| 5e6a727a |
17-Apr-1999 |
ad <ad@NetBSD.org> |
Add `Xpmax' server for NetBSD/pmax. |
| f8fcfc17 |
17-Apr-1999 |
abs <abs@NetBSD.org> |
Handle the kdm/kde case better. Once more, this has no effect on the standard, xdm situation. |
| d9543a75 |
16-Apr-1999 |
ross <ross@NetBSD.org> |
Open the right mouse and keyboard. |
| 3bf2d31b |
15-Apr-1999 |
ross <ross@NetBSD.org> |
Track more new wscons changes. I don't really mind, but you know, users shouldn't have to read the kernel source to use the display API... |
| 85e07539 |
13-Apr-1999 |
is <is@NetBSD.org> |
- Mention that the miniroot install does install the X sets now. - clarify the section about Xamiga not running setuid root. |
| d5ea54ca |
13-Apr-1999 |
ross <ross@NetBSD.org> |
Add patches by Roland Dowdeswell. Cleanup noisy printfs. Set WSDISPLAYIO_SMODE to WSDISPLAYIO_MODE_MAPPED. Change incorrect use of MAP_PRIVATE. The TGA X server finally starts up again .. |
| d6bbc488 |
12-Apr-1999 |
is <is@NetBSD.org> |
The Xserver may no longer be setuid root - use Xwrapper instead. |
| b828b1d7 |
12-Apr-1999 |
is <is@NetBSD.org> |
Very basic adapation to the upcoming NetBSD-1.4 release. |
| cc756b14 |
12-Apr-1999 |
ross <ross@NetBSD.org> |
Fix unaligned accesses formerly spewed by the TGA server. Sigh, SIOCGIFCONF returns a "packed array", but of course people think they can address it directly. (Which even works for AF_INET.) |
| 91e3d636 |
06-Apr-1999 |
hubertf <hubertf@NetBSD.org> |
s/XProjectRoot/X11ProjectRoot/ to be consistent with -I and -L settings. Fixes PR 7326 by John Darrow <John.P.Darrow@wheaton.edu> |
| 5656a6dc |
06-Apr-1999 |
minoura <minoura@NetBSD.org> |
Use <errno.h> and <signal.h> instead of <sys/errno.h> and <sys/signal.h>. |
| a4946cb9 |
05-Apr-1999 |
is <is@NetBSD.org> |
Build for NetBSD-1.4. |
| b889a54e |
30-Mar-1999 |
tsubai <tsubai@NetBSD.org> |
Xmacppc needs -DXKB_ALWAYS_USES_SOFT_REPEAT. |
| 965e956b |
29-Mar-1999 |
tron <tron@NetBSD.org> |
Use lstat() instead of statd() when checking directory permissions as suggested by Matthieu Herrb. |
| bb52a01c |
28-Mar-1999 |
tron <tron@NetBSD.org> |
Make creation of shared objects on "a.out" ports work again. Fixes PR xsrc/7234 by Hubert Feyrer. XXX Someone needs to test if ELF still works. |
| 69e3c5ae |
28-Mar-1999 |
tron <tron@NetBSD.org> |
Fix vulnerability in "Xtrans" noted by <telnetd@DOEMILL.SHOCKING.COM> on bugtraq. Patch supplied by Matthieu Herrb in PR xsrc/7260. |
| 7cf5101f |
19-Mar-1999 |
thorpej <thorpej@NetBSD.org> |
Fix the xf86.rules DynamicModuleTarget for ELF; must use $(CC) instead of $(LD) because of our SHLIBLDFLAGS. XXX This should probably be fixed by declaring this macro in the library XXX rules file for the platform; consult w/ the XFree86 people on this. |
| 511421ad |
19-Mar-1999 |
thorpej <thorpej@NetBSD.org> |
Oops, another instance of the previous. |
| e5a9765d |
18-Mar-1999 |
thorpej <thorpej@NetBSD.org> |
Delete some text from a comment. NetBSD/mips shared libraries work fine these days. |
| 796e2257 |
16-Mar-1999 |
jwise <jwise@NetBSD.org> |
Teach xf86config about the `wsmouse' protocol. From PR xsrc/6563 from Johnny C. Lam <lamj@stat.cmu.edu> |
| b3e4f6c1 |
24-Feb-1999 |
scottr <scottr@NetBSD.org> |
Remove obsolete file. |
| 98a978ab |
19-Feb-1999 |
tsubai <tsubai@NetBSD.org> |
Try to use /dev/wskbd[0-7] and wsmouse[0-7] until successful open. |
| c759684e |
13-Feb-1999 |
veego <veego@NetBSD.org> |
These files disappered between X11R6.1 and X11R6.3. |
| 87491f8d |
11-Feb-1999 |
abs <abs@NetBSD.org> |
Handle the case when called by kdm wanting to run kde. This has _no_ effect on the standard, xdm situation. |
| 5fd6b830 |
06-Feb-1999 |
veego <veego@NetBSD.org> |
XserverNeedsSetUID is needed to install Xwrapper on the amiga. |
| 0da528b5 |
05-Feb-1999 |
thomas <thomas@NetBSD.org> |
Use mouse-pBuf since pBuf is no longer defined. |
| 643565a9 |
26-Jan-1999 |
ws <ws@NetBSD.org> |
Make XKEYBOARD actually work (like it was intended, but didn't work due to the way DfltDisableXKB is used) |
| db1736e0 |
20-Jan-1999 |
tron <tron@NetBSD.org> |
Adapt "wsmouse" support to XFree86 3.3.3.1 changes. |
| 6d46d1b5 |
20-Jan-1999 |
tron <tron@NetBSD.org> |
Resolv conflicts from XFree86 3.3.3.1 import. |
| 7682d5cc |
20-Jan-1999 |
tron <tron@NetBSD.org> |
Remove obsolete files which were deleted in XFree86 3.3.3.1 release. |
| ad14c917 |
20-Jan-1999 |
tron <tron@NetBSD.org> |
Resolv conflicts from XFree86 3.3.3.1 import. |
| 802b21eb |
19-Jan-1999 |
veego <veego@NetBSD.org> |
XFree86 3.3.3.1 sources |
| 7752cedc |
19-Jan-1999 |
veego <veego@NetBSD.org> |
XFree86 3.3.3.1 sources |
| e6a94457 |
18-Jan-1999 |
tron <tron@NetBSD.org> |
By default write pid to "/var/run/xdm.pid" and error logfile to "/var/log/xdm". |
| 60eff873 |
17-Jan-1999 |
tsubai <tsubai@NetBSD.org> |
Add NetBSD/macppc support. |
| b79e96de |
17-Jan-1999 |
tsubai <tsubai@NetBSD.org> |
NetBSD/macppc X server. |
| 5515e683 |
14-Jan-1999 |
frueauf <frueauf@NetBSD.org> |
There can't be two defaults. As "usa1" is everywhere else, make it so here too. |
| 2d80b106 |
14-Jan-1999 |
tron <tron@NetBSD.org> |
Don't check for deprecated symbol "unix". |
| cf165d39 |
04-Jan-1999 |
thomas <thomas@NetBSD.org> |
Let the W32 server build again on i386. |
| ec097852 |
01-Jan-1999 |
thomas <thomas@NetBSD.org> |
Atari X Server, sorry, missed this file. |
| bc584eb1 |
29-Dec-1998 |
veego <veego@NetBSD.org> |
Fix errors in the last commit. Add an check for atariArchitecture to the NetBSDArchitecture check or we will lose on all other Mc68020Architectures. |
| 9bf34d2f |
29-Dec-1998 |
veego <veego@NetBSD.org> |
This Makefile shouldn't be here. |
| 055c841f |
28-Dec-1998 |
thomas <thomas@NetBSD.org> |
Atari X Servers, shared part |
| 0b4b9b6b |
28-Dec-1998 |
thomas <thomas@NetBSD.org> |
Atari X Servers |
| 689c062a |
28-Dec-1998 |
thomas <thomas@NetBSD.org> |
Atari X Server |
| 5676cca1 |
27-Dec-1998 |
veego <veego@NetBSD.org> |
Fix the xdm patch of xsrc/6282 from Matthieu Herrb: - with recent signal changes, sigset_t is not an integral type anymore, so it can't be casted to an int for printf(). |
| c26d0aec |
20-Dec-1998 |
veego <veego@NetBSD.org> |
Apply xsrc/6567 from Izumi Tsutsui which removes the -fno-strength-reduce flag for NetBSD 1.3 or greater. |
| d2412bce |
10-Dec-1998 |
thorpej <thorpej@NetBSD.org> |
Eek, back out previous... I didn't intend to commit that yet! |
| 36865ade |
10-Dec-1998 |
thorpej <thorpej@NetBSD.org> |
Adapt to the new wscons. Still needs a lot of work, and probably should be renamed XDecWscons, since it could be made to work with the TC framebuffers, as well. |
| 8cbf45c3 |
10-Dec-1998 |
thorpej <thorpej@NetBSD.org> |
- Make sure MAP_FILE is specified. - Don't try to map the frame buffer MAP_PRIVATE before mapping it MAP_SHARED if running on NetBSD. The semantics documented aren't that way on NetBSD, and the old code caused the VM system to produce a warning about the non-sensical MAP_PRIVATE of a device. |
| e6d8fed7 |
09-Dec-1998 |
fvdl <fvdl@NetBSD.org> |
Fix bogus test for enabling XKB by default. From Matthieu Herb, PR 6559. |
| b8478b90 |
09-Dec-1998 |
thorpej <thorpej@NetBSD.org> |
Pull in <signal.h> if CSRG_BASED, too, not just if SVR4. Brought to you by the graces of __warn_references(). |
| d55e40fb |
08-Dec-1998 |
mrg <mrg@NetBSD.org> |
link shared libraries with -R also. |
| d1962ac1 |
04-Dec-1998 |
tron <tron@NetBSD.org> |
Fix mislabeled modeline as suggested by Darrin B. Jewell in PR xsrc/6522. |
| bef4f730 |
02-Dec-1998 |
mrg <mrg@NetBSD.org> |
actually enable -R<libdir> if "UseElfFormat" is set to "NO" |
| fa16ee0a |
01-Dec-1998 |
simonb <simonb@NetBSD.org> |
Always build showrgb and the rgb database even if not building the X server(s). |
| 0a7df922 |
30-Nov-1998 |
hubertf <hubertf@NetBSD.org> |
mention the wsmouse pointer protocol |
| 07f75465 |
29-Nov-1998 |
veego <veego@NetBSD.org> |
Remove an obsulete file and its reference from Imakefile. And remove the reference of nv4ref.h from Imakefile. |
| 427051ba |
26-Nov-1998 |
veego <veego@NetBSD.org> |
This file disappered in 3.3.3. |
| 66e476b9 |
26-Nov-1998 |
veego <veego@NetBSD.org> |
This files disappered in 3.3.3. |
| 97f0e5ec |
26-Nov-1998 |
veego <veego@NetBSD.org> |
This file disappered in 3.3.3. |
| cb490feb |
26-Nov-1998 |
veego <veego@NetBSD.org> |
This files disappered in 3.3.3. |
| 97efc288 |
26-Nov-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.3 source |
| e4ab5bd7 |
26-Nov-1998 |
veego <veego@NetBSD.org> |
Add missing files from the 3.3.3 import. |
| 6fe4e5d7 |
26-Nov-1998 |
veego <veego@NetBSD.org> |
Another round of conflict fixes and protect the Xserver defines with some ifdefs. |
| 89eafe9f |
25-Nov-1998 |
veego <veego@NetBSD.org> |
Update the RCS id to the one in XFree86 3.3.3. Ross did a LP64 fix which was the reason of the conflict on the XF86 branch. |
| d297f7c6 |
25-Nov-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.3 optional source |
| 29695c1b |
23-Nov-1998 |
tron <tron@NetBSD.org> |
Remove remainder of CVS merge. |
| df7a6f9b |
23-Nov-1998 |
tron <tron@NetBSD.org> |
Don't build Linux's frame buffer device server. |
| 96c71be2 |
23-Nov-1998 |
tron <tron@NetBSD.org> |
Remove 3rd party neomagic driver now that we've got XFree86's one. |
| 14017b66 |
23-Nov-1998 |
tron <tron@NetBSD.org> |
Resolve conflicts caused by import of XFree86 3.3.3. |
| 1ea6e9fc |
23-Nov-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.3 sources |
| 52078a89 |
12-Nov-1998 |
minoura <minoura@NetBSD.org> |
Oops! I forgot to modify this from Yamasaki-san's source. |
| d5669def |
11-Nov-1998 |
minoura <minoura@NetBSD.org> |
XKB database files for X68k. |
| 2131f407 |
10-Nov-1998 |
minoura <minoura@NetBSD.org> |
Enabled X server on NetBSD/x68k. |
| 755535b6 |
10-Nov-1998 |
minoura <minoura@NetBSD.org> |
First import of X68k server software. |
| 19f75b66 |
06-Oct-1998 |
is <is@NetBSD.org> |
- tell about -mouse option, and how to use it for the DraCo - mention Altais as synonym for the Retina Z3, so that DraCo users who don't know its the same will know what to do. |
| 52df1b35 |
22-Sep-1998 |
tron <tron@NetBSD.org> |
Use only "-O" on m68k because at least "libX11" will not be completely functional otherwise. |
| 1d00d950 |
13-Sep-1998 |
kenh <kenh@NetBSD.org> |
Fix up some minor bogons in the Neomagic driver, pointed out by Matthieu Herrb. |
| 0888a957 |
10-Sep-1998 |
kenh <kenh@NetBSD.org> |
X server support for NeoMagic chipsets, from js@mnsinc.com. It's unaccelerated, but hey, it's better than nothing. |
| 128b7429 |
21-Aug-1998 |
pk <pk@NetBSD.org> |
DENMK5 => DEN5 (from Erik Bertelsen; PR#6001). |
| 6ae825d2 |
08-Aug-1998 |
mycroft <mycroft@NetBSD.org> |
Use setproctitle(3) on 4.4-based systems. root 8250 0.0 0.3 168 848 ?? Is 11:42AM 0:00.02 xdm root 8257 0.0 0.5 208 1284 ?? Is 11:42AM 0:00.04 xdm: :0 session root 8312 0.0 0.5 208 1276 ?? Ss 11:44AM 0:00.04 xdm: :1 session |
| a943e129 |
06-Aug-1998 |
minoura <minoura@NetBSD.org> |
X68k clients definitions. |
| 58a7486c |
01-Aug-1998 |
augustss <augustss@NetBSD.org> |
Commit a part of the wsmouse fix that veego missed. |
| 8ed03b23 |
29-Jul-1998 |
augustss <augustss@NetBSD.org> |
Second half of WSMOUSE renumbering, as recommended by Bernd Ernesti. |
| a06eda72 |
29-Jul-1998 |
veego <veego@NetBSD.org> |
Put the define of WSMOUSE after the define of OSMOUSE and renumber it. |
| 31c3c9bd |
28-Jul-1998 |
fvdl <fvdl@NetBSD.org> |
Do not disable XKb by default. |
| 2180c744 |
27-Jul-1998 |
augustss <augustss@NetBSD.org> |
Add wsmouse (wscons mouse) protocol. |
| c5f25cec |
26-Jul-1998 |
veego <veego@NetBSD.org> |
Bugfix patch number 3 for XFree86 3.3.2. This patch fixes the following problems: - X server buffer overflows - some S3/S3V problems - a problem related to shared interrupts with Riva cards |
| 0c6b40e6 |
22-Jul-1998 |
is <is@NetBSD.org> |
Use -fPIC instead of -fpic for shared libraries. -fpic has the potential to overflow the GOT, resulting in segmentation faults (recently observed trying to draw arrow tips with xfig on m68k machines). |
| f7a36805 |
19-Jul-1998 |
veego <veego@NetBSD.org> |
s,file.o,file.0, in the clean target for manpages. |
| 6b1e451e |
19-Jul-1998 |
veego <veego@NetBSD.org> |
Remove a #endif from the last commit. |
| 011f2cc2 |
19-Jul-1998 |
veego <veego@NetBSD.org> |
Resolve conflicts from the import of xterm-82. |
| 92501476 |
19-Jul-1998 |
veego <veego@NetBSD.org> |
New xterm from Thomas E. Dickey. See xterm.log.html what has changed since Patch #74. |
| 9384865c |
19-Jul-1998 |
veego <veego@NetBSD.org> |
Bugfix patch number 2 for XFree86 3.3.2. This patch fixes the following problems: - Various buffer overflows (some exploitable) in Xlib and the Xt, Xaw and Xmu libraries. - Fix a denial of service problem with xdm (the fix is in the Xdmcp library). - Fix some build problems that show up when using gcc 2.8.x. - Fix a sysconf() related problem that shows up with recent FreeBSD versions. - FreeBSD config update to include multi-byte locale support. - scanpci and X server update to detect the AGP slot on some motherboards. This patch includes a resync with TOG's public patch 3 for X11R6.3. For more informations get the orginal patch file from ftp://ftp.xfree86.org/pub/XFree86/3.3.2/fixes/3.3.2-patch2 |
| 504f43f5 |
18-Jul-1998 |
ragge <ragge@NetBSD.org> |
Make Xprt compile on VAXen too. |
| 44a9a508 |
13-Jul-1998 |
ragge <ragge@NetBSD.org> |
Eeek, made a mistake causing no X servers at all (except vax) to be built. |
| 81e2e0ff |
09-Jul-1998 |
thorpej <thorpej@NetBSD.org> |
Add a hack to open a wscons display as a PCVT, leveraging the wscons PCVT compat mode. This is until full-blown wscons support can be added to XFree86. |
| 424dfbfc |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Correctly find <dev/pci/tgareg.h>. |
| d45a8bf6 |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Deal with warnings. |
| 33a8c91e |
05-Jul-1998 |
ross <ross@NetBSD.org> |
DevicePtr -> DeviceIntPtr |
| c4e2b6a5 |
05-Jul-1998 |
ross <ross@NetBSD.org> |
BuildServer <- YES for alpha. #if 0 and /* XXX */ some VAX stuff pending a fix. |
| e0221fdd |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64-related warnings. |
| 19a932bf |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Add a comment and this log message stating: /* * XXX XXX XXX There is something horribly, massively wrong here. There are * hardcoded shifts by 64 below; these cannot work on any present-day * architecture. */ This only affects the combination of pixels-per-word == 64 and fb == monochrome. I'm not sure if that happens at all; it's certainly rare. |
| 2e6803a4 |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64-related warnings. |
| 6e18d96a |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Fix LP64 bug with malloc() prototype via Xos.h. |
| c935b8d8 |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64-related warnings. |
| 77353a14 |
05-Jul-1998 |
ross <ross@NetBSD.org> |
Deal with random comparison-is-always-true warning. |
| 1ea0bb57 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warnings. |
| 2805256d |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill LP64-related warnings. |
| 1e8a5c88 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Change the type of parameter #2 ("changes") in PclValidateGC() from Mask to unsigned long for compatibility with the GSFuncs dispatch struct which must be initialized in PclGC.c. Existing LP64 implementations use register parameters so this is _probably_ just a warning fix. |
| 6f1b5d99 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill LP64-related warnings. |
| 7e8e3a42 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Fix multiple LP64 bugs by including os.h so allocators really return pointers. |
| a303fbe5 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warnings. |
| 427ac73d |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warning. |
| 515ee05b |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warnings. |
| dc09a689 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warnings. |
| 5e9ff52d |
04-Jul-1998 |
ross <ross@NetBSD.org> |
Someplace it is necessary to declare the internal xp_find_display() as retuning a pointer, or an LP64 bug is created at every call site. |
| d1dca2e4 |
04-Jul-1998 |
ross <ross@NetBSD.org> |
This one contrib/programs Imakefile was selecting the installed headers rather than the BUILDINCDIR headers. Fix it to check UseInstalled first. Thanks to cgd@netbsd.org for advice. |
| 19edceaa |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Kill off LP64 warnings. |
| 400c552d |
03-Jul-1998 |
ross <ross@NetBSD.org> |
An LP64 warning turned up a missing unary & in a call to SendErrToClient() from ProcSetEventMask(). Since X type-casts everything, no error was generated until the alpha compiler complained about generating a pointer from a 32-bit int. General bug fix. |
| 7e4b4dcb |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Kill LP64-related warnings. |
| bae255f7 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include "X11/Xos.h" to get <string.h> "the X way". Kills strlen() warning. |
| 2cd3400a |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Kill LP64 warnings. |
| bbc31330 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include Xos.h to get stdlib.h and string.h "the X way". Fixes one LP64 bug and one false-alarm warning. |
| daab7791 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include Xos.h so that we get <string.h> "the X way". Warning fix only. |
| 11fd74b9 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include Xos.h to get <stdlib.h> for malloc() return type. Hint to xc/xfree: you might want to include <stdlib.h> in a _lot_ more environments. Fixes LP64 bug. |
| 1fef91ca |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Clean up LP64-related warnings. Deltas with this tag are NOT serious bugs. |
| ec1ff7d5 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Remove -Werror...Jason points out this will clobber third-party packages. |
| 90b8c7f6 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include <arpa/inet.h> to declare the (pointer-returning) inet_ntoa(). This is a SUSV2 header as well as a BSD one, so this should be universal now, and the include is within the same #if expression as the inet_ntoa() call. Also, eliminate the identity-cast of the inet_ntoa return type, it just hides missing declarations. Fixes LP64 bug. |
| b4a757dd |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Turn on -Werror. |
| 82bbebda |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Include os.h from Xserver/include to prototype Xalloc() pointer return type. Fixes significant LP64 bug. |
| d2d30b3f |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Actually, that wasn't a bug or a "serious LP64 anything". Anyway, make the warnings go away. |
| a525b0d0 |
03-Jul-1998 |
ross <ross@NetBSD.org> |
Kill numerous false-alarm LP64 warnings and one serious LP64 bug: { int major_opcode, first_event, first_error; - first_event = 0; + int *first_event = 0; /* serious LP64 bug fixed here */ |
| 230633a8 |
01-Jul-1998 |
ragge <ragge@NetBSD.org> |
Do also compile the X server on vax. |
| c9bbdc24 |
01-Jul-1998 |
ragge <ragge@NetBSD.org> |
Add files for beginning of MV3100 monochrome Xserver support. This is taken from the R5 QVSS code but will be reworked to match NetBSD. No keyboard/mouse support yet, so it's rather unusable. |
| e7b33b4f |
01-Jul-1998 |
ragge <ragge@NetBSD.org> |
Add __vax__ besides vax for some #ifdef. |
| 2c1f79fd |
22-Jun-1998 |
perry <perry@NetBSD.org> |
add pc532 client only support; from Jon Buller (pr5639) |
| 90900f9e |
07-Jun-1998 |
ragge <ragge@NetBSD.org> |
Make Xfree compile on NetBSD/vax (support). Only client, though. |
| 78a09034 |
18-May-1998 |
chopps <chopps@NetBSD.org> |
change 3.3.2 per veego@netbsd.org\'s request |
| 20dc3120 |
09-May-1998 |
cgd <cgd@NetBSD.org> |
in the !X_NOT_STDC_ENV case (which is used for NetBSD) don't #define size_t to int and time_t to long. That's wrong, and potentially dangerous (and it causes the build to fail on NetBSD/alpha). |
| fecad08d |
08-May-1998 |
cgd <cgd@NetBSD.org> |
the temporary alpha stat kludge should have died a while ago |
| bff7554c |
08-May-1998 |
cgd <cgd@NetBSD.org> |
go into subdirs when 'make'ing, i.e. don't wait until install time to make bits in subdirs. (if making/installing on an NFS partition where root can't write, everything needs to be build before you 'su' to root to install.) |
| 554d454b |
03-May-1998 |
veego <veego@NetBSD.org> |
From the bugfix patch number 1 for XFree86 3.3.2: - exploitable buffer overflows in setuid programs using the Xaw library which are related to the preeditType and inputMethod resources. This fixes the Xaw part of the 'CERT Vendor-Initiated Bulletin VB-98.04'. |
| de274861 |
01-May-1998 |
veego <veego@NetBSD.org> |
New xterm with bugfixes including the xterm part of the 'CERT Vendor-Initiated Bulletin VB-98.04'. For more informations read the file: xterm.log.html (the CERT fix is Patch #71). |
| 78ef6beb |
10-Apr-1998 |
veego <veego@NetBSD.org> |
New xterm from Thomas E. Dickey which fixes the utmp and colour problems |
| 0995c726 |
15-Mar-1998 |
veego <veego@NetBSD.org> |
This file moved some time ago to xsrc/xc/include. |
| 25aa70d0 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolate. |
| 74a32cef |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated file. |
| c089f4bf |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated files. |
| 1af78df8 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated file. |
| 89b74d70 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated files. |
| a7826858 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated file. |
| 5889abe7 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated files. |
| bba442a2 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsolated file. |
| 2216ebc5 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsulated file. |
| 055f40bf |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Obsulated files. |
| 641ebc05 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Resolve conflicts from the import of XFree86 3.3.2. |
| 7b797451 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Resolve conflicts from the import of XFree86 3.3.2. |
| 53257e7c |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Resolve conflicts from the import of XFree86 3.3.2. |
| 6c285615 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
Resolve conflicts from the import of XFree86 3.3.2. |
| 7eb31337 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.2 optional sources |
| 7e8ea18c |
08-Mar-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.2 sources |
| fe8fd2f7 |
08-Mar-1998 |
veego <veego@NetBSD.org> |
XFree86 3.3.2 sources |
| 15c6493c |
06-Mar-1998 |
is <is@NetBSD.org> |
Mapping for French Amiga keyboards, contributed by Jerome.Lovy@teaser.fr. Imakefile slightly corrected by myself. |
| e0f4c1a9 |
16-Jan-1998 |
pk <pk@NetBSD.org> |
Re-init the pre-processor `defines' string appropriately. This error appeared in post X11R6.3 changes. |
| 71c3b054 |
04-Jan-1998 |
cjs <cjs@NetBSD.org> |
Temporary kludge until the _POSIX_SOURCE vs. struct stat (in /usr/include/sys/stat.h) alignment change lossage is fixed. |
| 76764270 |
03-Jan-1998 |
fvdl <fvdl@NetBSD.org> |
Fix the InstallMultipleMan rule/define to not always assume a .man suffix, and DTRT in general. Assume that we always want to install catman pages for now. |
| fa559b9a |
01-Jan-1998 |
veego <veego@NetBSD.org> |
Use $(XKBCOMPCMD) instead of ./xkbcomp. |
| 7a0ab99e |
26-Dec-1997 |
veego <veego@NetBSD.org> |
Update for the installed german keymap. |
| fac54615 |
26-Dec-1997 |
veego <veego@NetBSD.org> |
Add a hook to install MD xkm files. At the moment only for the german amiga keymap. |
| 935390b3 |
25-Dec-1997 |
veego <veego@NetBSD.org> |
Change RALT (Alt_R -> Mode_switch, Multi_key) so you can get @ and the other extra chars. |
| ca788893 |
22-Dec-1997 |
fvdl <fvdl@NetBSD.org> |
Make sure that XMULIB includes SM and ICE as well, as they are referenced by Xt. This was already done for the ELF case, but not for a.out for some reason. |
| bcbd04dd |
21-Dec-1997 |
fvdl <fvdl@NetBSD.org> |
Make sure to always build the XKBui lib, i.e. override xfree86.cf on the i386 port for this setting. |
| 5c5d6177 |
09-Dec-1997 |
mrg <mrg@NetBSD.org> |
clean this up a bit. mostly from cgd. |
| 0fcd122b |
05-Dec-1997 |
veego <veego@NetBSD.org> |
Fix some spelling errors (noticed by Thorsten Frueauf) and correct some things. |
| 2bb2207a |
04-Dec-1997 |
mrg <mrg@NetBSD.org> |
use ${MAKE} and make "build-contrib" correct. |
| 3cbc2fa9 |
01-Dec-1997 |
mrg <mrg@NetBSD.org> |
add a makefile to build the xsrc tree (xc and contrib). has targets `build', `all' (default) and `install'. |
| 262c47c1 |
30-Nov-1997 |
veego <veego@NetBSD.org> |
We don't need the workaround for undefined symbols and remove the other sets comment. |
| 5ebd9afe |
30-Nov-1997 |
veego <veego@NetBSD.org> |
Comment the -config option out, which will be removed in the next XFree/TOG release. |
| caacc1d0 |
30-Nov-1997 |
veego <veego@NetBSD.org> |
Disable the ExpandCommandLine functions, this is the -config file option for the Xserver and has security problems. This will be removed in the next XFree/TOG release so put it now in an ifdef. |
| eee7da26 |
18-Nov-1997 |
mellon <mellon@NetBSD.org> |
Build all servers on i386 |
| f486120d |
15-Nov-1997 |
scottr <scottr@NetBSD.org> |
The ProgramTargetHelperNoMan and ComplexProgramTargetNoMan macros can break Imakefiles because of spaces where tabs are supposed to be. Noticed by Johnny C. Lam, who also provided the fix. |
| b33d0fb5 |
13-Nov-1997 |
gwr <gwr@NetBSD.org> |
cg2reg.h vs. cgtworeg.h |
| 59e51507 |
13-Nov-1997 |
mellon <mellon@NetBSD.org> |
Check for overflow of lhs_s is not appropriate |
| cbb81688 |
13-Nov-1997 |
mellon <mellon@NetBSD.org> |
Add 1152x900 mode for Sony 17se |
| 5cbacd28 |
12-Nov-1997 |
cgd <cgd@NetBSD.org> |
implement -Udefine, like -Ddefine but undefines the symbol (by passing the flag on to cpp, just like -D is passed to cpp). Already submitted back to xf86. |
| 1afa74e6 |
11-Nov-1997 |
scottr <scottr@NetBSD.org> |
We need neither libutil nor libkvm. |
| 7c70fd40 |
08-Nov-1997 |
veego <veego@NetBSD.org> |
First version for installing X11 on the amiga. |
| 0c45387e |
08-Nov-1997 |
veego <veego@NetBSD.org> |
We no longer need the m68k library hack in this config file. |
| baf9ccb2 |
30-Oct-1997 |
veego <veego@NetBSD.org> |
Update for the CyberVision64/3D. |
| 09de6e69 |
30-Oct-1997 |
veego <veego@NetBSD.org> |
s/keymap\/keymap/keymap/ |
| 537fabb7 |
27-Oct-1997 |
veego <veego@NetBSD.org> |
Always define XF86Contrib. This fixes a problem with xsrc/contrib. |
| 6c0f81a9 |
24-Oct-1997 |
jonathan <jonathan@NetBSD.org> |
Add support for NetBSD/pmax, using ELF shared libraries. Don't build servers for now, the tree assumes DEC's Xws interface. |
| b635326f |
18-Oct-1997 |
mark <mark@NetBSD.org> |
Add X client support for arm32. |
| abe06600 |
28-Sep-1997 |
lukem <lukem@NetBSD.org> |
support HasMkstemp |
| 03eddffc |
26-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Someone had the bright idea to conditinally include XFree86-specific headers in this hardware-independent module, but unconditionally use the macros defined in that file. In this particular case, it caused undefined symbols when building cfb32 on the Alpha (for Xprint). Kludge a workaround for now, and let the XFree86 people deal with it once I send them a bug report. |
| d4b35370 |
26-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Add the NetBSD/alpha X server. |
| 1077d925 |
26-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Glue in XalphaNetBSD. |
| 0f7b046b |
26-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Add the TGA X sever for NetBSD/alpha. |
| 773d5400 |
26-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Defer setting ExtraLoadFlags until we know if we're using ELF or not, and then don't set it in the ELF case; it's taken care of by bsdLib.rules for ELF. |
| 9d4a061b |
25-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Fix a slight botch in NetBSD/alpha optimizer flags definition. |
| e5e02b55 |
25-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Add a few NetBSD/alpha related comments. |
| 11b7eb01 |
25-Sep-1997 |
thorpej <thorpej@NetBSD.org> |
Clean up a teensy bit of NetBSD/alpha related stuff. |
| 1a4f481c |
28-Aug-1997 |
scottr <scottr@NetBSD.org> |
The Xmac68k server needs cfb24, as well. |
| bd373c71 |
26-Aug-1997 |
mrg <mrg@NetBSD.org> |
back out change from rob windsor -- it broke building X. |
| afab35d0 |
20-Aug-1997 |
veego <veego@NetBSD.org> |
Add a ../ for some -I's after macNetBSD and amigaNetBSD are now in a new subdirectory (Xserver/hw/netbsd/{amiga,mac68k}). |
| ad4f9fd0 |
20-Aug-1997 |
veego <veego@NetBSD.org> |
s/macNetBSD/netbsd\/mac68k/ s/amigaNetBSD/netbsd\/amiga/ after i moved and renamed this two directories under a new directory ( with a move in the cvs tree) |
| 725aa9f8 |
20-Aug-1997 |
mrg <mrg@NetBSD.org> |
merge xfree86 3.3.1 |
| bd23c1f9 |
20-Aug-1997 |
mrg <mrg@NetBSD.org> |
xfree86 3.3.1 sources. |
| 8aa9dc7d |
20-Aug-1997 |
mrg <mrg@NetBSD.org> |
xfree86 3.3.1 sources. |
| 47a1390a |
17-Aug-1997 |
veego <veego@NetBSD.org> |
Build a Xserver for the amigaArchitecture. |
| e5c5060d |
17-Aug-1997 |
veego <veego@NetBSD.org> |
- Remove a duplicated OSVendor define - Build static libraries - Redefine Inst*Flags to match the NetBSD permission style - New amigaArchitecture support - Remove some duplicated lines for the MipsArchitecture - Move the define for BuildServer on the AlphaArchitecture to the first ifdef AlphaArchitecture. |
| 1273a990 |
17-Aug-1997 |
veego <veego@NetBSD.org> |
Define amigaArchitecture on the amiga. |
| 8f8b35cc |
17-Aug-1997 |
veego <veego@NetBSD.org> |
Xamiga R6.3 server, based on the R6.1 Xamiga source with a fixed CapsLock key and a working xkb-autorepeat. |
| 799b6b89 |
17-Aug-1997 |
veego <veego@NetBSD.org> |
German xkb support for the amiga. |
| 13f23a7b |
31-Jul-1997 |
scottr <scottr@NetBSD.org> |
Rather than use the XF86 hack to TopXInclude (as relative to R6.3), define it appropriately if X11ProjectRoot is defined. From Rob Windsor <windsor@warthog.com>. |
| f74cdcf2 |
09-Jul-1997 |
veego <veego@NetBSD.org> |
Install the bitmaps in $(INCDIR)/X11/bitmaps and not in $(INCDIR)/bitmaps |
| faaca919 |
08-Jul-1997 |
veego <veego@NetBSD.org> |
s/INCLUDESRC/XINCLUDESRC/ This changed between XFree 3.2 and 3.3. |
| ef972f86 |
05-Jul-1997 |
mrg <mrg@NetBSD.org> |
bounds check -xrm. |
| e84ff97a |
04-Jul-1997 |
veego <veego@NetBSD.org> |
Merge XFree86 3.3 contrib sources. |
| 78909f90 |
04-Jul-1997 |
veego <veego@NetBSD.org> |
XFree86 3.3 contrib sources. |
| 6f554326 |
04-Jul-1997 |
veego <veego@NetBSD.org> |
s/fonts/X11\/fonts/ to get the correct include dir. |
| 40ec6e47 |
04-Jul-1997 |
veego <veego@NetBSD.org> |
Add -lkvm for NetBSDArchitecture and install xload setgid kmem. |
| cf838ca6 |
04-Jul-1997 |
veego <veego@NetBSD.org> |
Fix a make install problem for <xroot>/lib/X11/rstart/commands. |
| 128dfc10 |
02-Jul-1997 |
mrg <mrg@NetBSD.org> |
fix errors in merge. |
| a9dd7325 |
01-Jul-1997 |
mrg <mrg@NetBSD.org> |
re-import XFree86 3.3 xc/Makefile. |
| 87e769b4 |
01-Jul-1997 |
mrg <mrg@NetBSD.org> |
merge xfree86 3.3 |
| 0456a307 |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| dfe23490 |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| 03ec669c |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| 20b1fca5 |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| 6a3ce62f |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| b1aea578 |
30-Jun-1997 |
mrg <mrg@NetBSD.org> |
XFree86 3.3 sources. |
| be003b2c |
19-Apr-1997 |
scottr <scottr@NetBSD.org> |
XFree86 3.2 optional source |
| d15d1865 |
19-Apr-1997 |
mrg <mrg@NetBSD.org> |
don't build Xsun24 of NetBSD/sparc. xfree86 have broken it somehow, from the XC release.... need to fix this. |
| dd06ddbf |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Mc68020Architecture only implies XF68FBDevServer iff LinuxArchitecture. |
| be840934 |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Fix a misplaced #endif, and disable XIE and PEX dynamic modules until we figure out wa better way to deal with them on non-x86 architectures. |
| 4d3be512 |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Fix duplicate definition of ServerExtraDefines |
| 2f3eec08 |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Updates for building on various NetBSD architectures provided mainly by Jason Thorpe, with assistance from Matt Green and myself. |
| c4333c01 |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Teach imake how to automatically determine the NetBSD architecture. From Jason Thorpe <thorpej@og.org>. |
| 377e3bc7 |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Fix a bevy of NetBSD-related architecture defines, and enable building of the Xmac68k server. |
| b8bf4eed |
18-Mar-1997 |
scottr <scottr@NetBSD.org> |
Xmac68k R6.1 server, based largely on Brad Grantham's Xmacbsd. |
| 5c162d66 |
17-Mar-1997 |
mrg <mrg@NetBSD.org> |
remove openbsd clutter. use DB file for rgb. fix the test for poll(2) that would have failed for NetBSD 2.0. we are 1.2D now. |
| 84f1d6f0 |
15-Mar-1997 |
scottr <scottr@NetBSD.org> |
XFree86 3.2 sources |
| cf199584 |
15-Mar-1997 |
scottr <scottr@NetBSD.org> |
XFree86 3.2 sources |
| 3d98a23f |
15-Mar-1997 |
srcmastr <srcmastr> |
initial empty check-in
|