Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 52f69c16 | 2010-09-26 23:47:17 | support for gamma and sharpness/acutance controls. also from Martin Pieuchot, thanks! | ||
| c83513fd | 2010-09-26 12:55:07 | sync | ||
| f7ffd5f8 | 2010-09-25 21:58:18 | s/-offset -indent/-offset indent/ for correct indentation, and properly encode \(:a found by mandoc -Tlint | ||
| 694354ad | 2010-09-25 21:48:08 | s/\.Pb/.Pp/ for correct vertical spacing; found by mandoc -Tlint | ||
| 49e1aa0f | 2010-09-25 20:04:55 | do not warp to clients marked 'ignore'; from chneukirchen at gmail - thanks. (with the manpage bit from me). ok oga@ | ||
| 0b646a74 | 2010-09-25 20:02:58 | picked a henning diff from src - original log: fix linecount bug with comments spanning multiple lines problem reported with the obvious fix for bgpd by Sebastian Benoit <benoit-lists at fb12.de>, also PR 6432 ok oga@ | ||
| 2efae64c | 2010-09-25 20:01:27 | spacing nits | ||
| 3261bc07 | 2010-09-25 19:58:08 | more clear variable name so than name/class shouldn't be confused again. ok oga@ | ||
| 2fc82923 | 2010-09-25 19:54:02 | clarify window name/class a bit more with word ordering. ok oga@ | ||
| 0a146de5 | 2010-09-25 02:59:12 | enable video(1), now builds on all archs from/ok todd@ | ||
| 6704c2a7 | 2010-09-25 02:58:00 | list all libraries needed and in the correct order so this builds on static archs from todd@ | ||
| 24a4f251 | 2010-09-20 19:30:55 | Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. | ||
| e7544b35 | 2010-09-20 19:27:54 | regen | ||
| 289309dc | 2010-09-20 19:26:55 | Remove reference to XAW_CHECK_XPRINT_SUPPORT which was removed from xorg-macros. While here fix list of dependencies. Problem noticed by Dave Del Debbio. Thanks. | ||
| b525a917 | 2010-09-19 16:37:47 | update | ||
| 0d4d066a | 2010-09-17 08:09:13 | There is no default /etc/X11/xorg.conf on macppc anymore. input from and ok oga@ matthieu@ | ||
| 52ab752d | 2010-09-14 06:20:55 | - no need for root prompt here, user prompt will do - .Xr the other touchscreen driver we have (uhts) ok matthieu@ | ||
| 02e1414c | 2010-09-13 01:35:50 | no more anonymous unions in video(4) | ||
| f71ecdef | 2010-09-04 13:01:38 | fix merge botch | ||
| 3fe16e8b | 2010-09-04 12:55:38 | merge botch in used file | ||
| 9f2197f8 | 2010-09-04 10:41:57 | Remove macppc default xorg.conf. Discussed with ajacoutot@, drahn@ oga@ and todd@ | ||
| 47822203 | 2010-09-04 10:39:39 | updates | ||
| f42887fa | 2010-09-04 10:37:30 | Update to libXfont 1.4.2 | ||
| a6c32b4c | 2010-09-04 10:36:30 | Add 2 missed files in previous update to libX11 1.3.5. | ||
| 6c940574 | 2010-09-04 10:33:11 | Update to libX11 1.3.5 | ||
| c6379e8b | 2010-09-04 10:18:16 | Missed re-added file in libXi 1.3.2. update. | ||
| 9d9f8490 | 2010-09-04 10:16:57 | Update to libXi 1.3.2 | ||
| 08a25eef | 2010-09-04 10:02:49 | Update to libXi 1.3.2 | ||
| 4638a5f2 | 2010-09-04 10:00:58 | Update to libxcb 1.7 | ||
| b1cbf5b2 | 2010-09-04 09:59:36 | Fix 2 files that got mysteriously corrupted by CVS during update to xextproto 7.1.2 | ||
| b85dade6 | 2010-09-04 09:53:19 | 3 files that where re-added in xextproto 7.1.2 and missed by cvs commit. | ||
| b6452399 | 2010-09-04 09:50:09 | Added files with xextproto 1.7.2 | ||
| 75031d56 | 2010-09-04 09:41:37 | Update to xextproto 7.1.2 | ||
| 59b05772 | 2010-09-04 09:39:52 | Update to videoproto 2.3.1 | ||
| eb98d43b | 2010-09-04 09:39:17 | Update to renderproto 0.11.1 | ||
| e80a8ba7 | 2010-09-04 09:38:50 | Update to glproto 1.4.12 | ||
| c2a08aeb | 2010-09-01 20:03:14 | sync | ||
| 45438d01 | 2010-09-01 19:14:23 | Update to freetype 2.4.2. This has been in snapshots for a while and tested explicitely by ajacoutot@ jasper@, jcs@, krw@ and others on various architectures. | ||
| d57b1a14 | 2010-09-01 13:43:24 | regen (yes lots of files, since util-macros has been updated). | ||
| e298c371 | 2010-09-01 09:32:32 | Disable use of SIGIO by default; it breaks multi-card configurations. We don't want to run thousands of lines of potentially signal-unsafe code for no particular benefit. ok deraadt@, matthieu@, oga@ | ||
| f5152cf3 | 2010-08-31 21:22:35 | Don't even attempt to establish a SIGIO handler for DRI1. This hasn't been used for a very, very, very long time, (since before OpenBSD had dri support, for example) and it causes segfaults on dri drivers when sigio is disabled. Now we don't need to do context swaps on sigio nor are we trying to do interrupts in userland (thank fuck for that) this function can die the death that I intended it to die about two years ago, may it burn. The kernel support the the sigio ioctl will be removed in a couple of weeks to give people time to update (right now it accepts it, then ignores it). ok kettenis@, matthieu@. | ||
| 055af114 | 2010-08-29 17:58:28 | Use the KERN_CONSDEV ioctl to figure out what the console device is and attempt to open that first before trying /dev/ttyC[0-7]. This makes X autoconfiguration a tad bit more intuitive on machines with multiple SBus or UPA framebuffers, where wsdisplay0 isn't the console. PCI framebuffers are still busted though. ok matthieu@ | ||
| 3423f46a | 2010-08-29 15:24:28 | remove checks for xf1bpp and xf4bpp support, since they are not used. | ||
| 08c40d6e | 2010-08-29 15:20:40 | Add missing headers for ioctl() and getpagesize() prototypes. | ||
| bf7e77b9 | 2010-08-29 15:05:55 | XFree86(1) -> __xservername__(1). __xservername__ is a macro that gets replaced by the actual X server (Xorg currently) by the build system. | ||
| fcff2a04 | 2010-08-29 14:58:23 | Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams. No functionnal change. | ||
| a52d3721 | 2010-08-29 14:43:17 | Update after module loader simplification upstreams. Fixes loading in xserver 1.8. ok miod@. | ||
| 1fb6d3c8 | 2010-08-28 17:59:01 | Fix autoconfiguration for accelerated drivers on sparc/sparc64. Currently limited to sunffb; others will need to be added to bsd_sbus.c if we start shipping them. ok matthieu@, oga@ | ||
| 27f425c1 | 2010-08-26 19:22:51 | We no longer link nawk to awk. OK oga@ matthieu@ | ||
| 7ed4db88 | 2010-08-25 20:29:35 | remove annoying is lvds / is crt errorf calls ok fgs@ matthieu@ oga@ | ||
| 27291783 | 2010-08-25 17:44:24 | enable pixman (with a workaround from miod@) for m68k, fixes hp300 and mvme68k | ||
| 379b2823 | 2010-08-25 17:42:18 | make 'make release' work on vax | ||
| d89e55c2 | 2010-08-23 06:21:12 | update | ||
| ed6c8e88 | 2010-08-22 13:38:11 | Update to xterm 261. Tested by krw@, jcs@. | ||
| 0e3d3586 | 2010-08-22 12:29:27 | Update to xf86-video-nv 2.1.18. Tested at least by krw@, benoit@ and giovanni@. | ||
| 3734d790 | 2010-08-22 12:24:54 | Update to xf86-video-mga 1.4.13. | ||
| bd8dbdc2 | 2010-08-22 12:19:00 | Update to xf86-video-vmware 11.0.2. No functionnal change. | ||
| 54f1cd81 | 2010-08-22 12:11:57 | Update to xf86-input-vmmouse 12.6.10. No functionnal change. | ||
| f3d331c5 | 2010-08-22 10:02:29 | Update to libXvMC 1.0.6. No functionnal change. | ||
| b16b4507 | 2010-08-21 17:02:23 | Update to util-macros 1.10.0 | ||
| a59a0c2e | 2010-08-21 17:01:30 | Update to final X.Org xset 1.2.0. No functional change. | ||
| 72c75692 | 2010-08-21 16:11:03 | Update to libXau 1.0.6. No functional change. | ||
| 156e1dc9 | 2010-08-21 16:03:11 | Update to x11proto 7.0.18. no functional change. | ||
| 3998488d | 2010-08-21 14:00:58 | Merge commits 838 and 840 from trunk: Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800 | ||
| 150faee0 | 2010-08-21 09:35:16 | Update to kbproto 1.0.5 | ||
| 6da9a8a1 | 2010-08-21 08:26:09 | update | ||
| 25b0cbcd | 2010-08-18 22:37:36 | Fix autoconfiguration on sparc and sparc64. The code to add sunffb unconditionally on !solaris for __sparc__ systems is incorrect for openbsd. More specifically, due to interactions between hardware drivers and wsfb in preinit we can't unconditionally add wsfb to the list of fallbacks, so we only add wsfb if no other option was found. Additionally sunffb does not need to be unconditionally added because the bus probing code will find these devices already. So, long story short: make that code chunk conditional on __sparc__ && defined(__linux__) instead. change from !openbsd to __linux__ requested by kettenis@. Tested by at least myself and stsp@. ok matthieu@, kettenis@. | ||
| b6cbfdde | 2010-08-10 20:56:13 | sync | ||
| 28b1eda6 | 2010-08-10 20:55:50 | permit sgi/loongson to make a release with no xorg.conf, broken since xorg.conf was removed for these archs | ||
| 791220ea | 2010-08-05 06:44:21 | Disable ftgl support explictely. | ||
| 5c91d4a3 | 2010-08-05 06:34:19 | Start updating README and xorg.conf file for 4.8. ok miod@. sparc64 still needs to be checked and updated. | ||
| c2b89fcb | 2010-08-04 23:24:11 | disable video for now; ok deraadt@ | ||
| 03413d00 | 2010-08-04 22:56:00 | set PATH only on configure run, unbreak autoreconf... | ||
| 86585fc2 | 2010-08-04 22:50:51 | enforce a consistent path in configure, avoid all kind of trouble with X picking up ports from /usr/local. okay matthieu@ | ||
| b1ae736e | 2010-08-04 22:28:36 | Commit the right version of the file: we want to remove XkbLayout from the defaults, no XkbModel. | ||
| 42e5cee5 | 2010-08-04 21:45:32 | Fix the fix of the fix. Previous iteration would again ignore wscons keyboard.encoding setting. Now no default xkbLayout is set, unless keyboard.encoding=user. | ||
| 7cfab8f5 | 2010-08-04 19:27:52 | Don't set xkblayout from wscons setting if specified in xorg.conf. Problem noticed, and patch provided by Mike Belopuhov. Thanks. | ||
| 2cda6f76 | 2010-08-04 07:47:53 | Pull in some fixes from upstream: o various memleak fixes o ensure get_wm_class_from_reply returns a valid C-string OK matthieu@, deraadt@ | ||
| 7d300cd2 | 2010-08-03 21:26:15 | Remove some of the obsolete stuff. | ||
| 751444b7 | 2010-08-03 21:22:32 | Remove empty .TP | ||
| c9254707 | 2010-08-02 18:45:02 | Current pixman lib doesn't build on m68k. Disable it on those machines. ok deraadt@ | ||
| 3e56f143 | 2010-08-02 14:29:27 | puffy 4.8 | ||
| 31f2be4a | 2010-08-01 19:21:01 | Fix a problem when switching back from a text VT; avoid stealing the keyboard or other input devices events. | ||
| fe603b97 | 2010-07-31 17:47:50 | Fix X -keepPriv by calling xf86OpenConsole() early enough on architectures that don't have a separate /dev/xf86. Problem noticed by kettenis@ and krw@ ok kettenis@. | ||
| 36733264 | 2010-07-31 16:52:52 | regen | ||
| 67cb53f6 | 2010-07-31 16:51:57 | Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixes build with CFLAGS=-g. | ||
| 7ed82871 | 2010-07-31 09:31:45 | update | ||
| c6043fcd | 2010-07-31 09:18:16 | Update to sessreg 1.0.6 | ||
| daf21077 | 2010-07-31 09:14:09 | Update to sessreg 1.0.5 | ||
| f256c6ee | 2010-07-31 08:05:06 | Update to libpciaccess 0.12. We already had most of the code from this version, it just add 2 bug fixes. no ABI/API change. | ||
| e8889e89 | 2010-07-31 07:58:30 | Update to xset master from X.Org git. This brings manual page updates regarding the new mouse acceleration code. | ||
| ac1a6f7f | 2010-07-31 07:46:51 | Update to xrandr 1.3.3 | ||
| 366b5eba | 2010-07-31 07:40:58 | Disable XACE in kdrive too. | ||
| 4fc63f17 | 2010-07-31 07:38:20 | Missed one added file in previous update to xf86-input-keyboard 1.4.0 | ||
| bd36084d | 2010-07-30 12:28:19 | revert -r1.45 of group.c (log was: fix window name and class to match cwmrc(5)). instead, fix cwmrc(5) to match the old behavior which also happens to match the example config, of which many have based their configs; this also nicely matches the output of xprop(1). clean-up of variable names as a separate commit. suggested by sthen (and something we should have done initially). discussed with and ok oga@ | ||
| 184d7c3b | 2010-07-30 05:35:58 | Cast "pid" as unsigned long to avoid a bus error on sparc64. OK matthieu@ | ||
| 988f34c0 | 2010-07-28 19:47:40 | terminate xf86Msg() string with newline; ok matthieu@ | ||
| 9e9ad5c8 | 2010-07-27 22:02:14 | sync | ||
| 32463410 | 2010-07-27 21:59:03 | update | ||
| 439d2f36 | 2010-07-27 19:33:03 | Additional fix for the wscons keyboard layout detection code. If the layout is 'user', fall back to the "us" layout. Problem spotted by naddy@. |