Age | Commit message (Expand) | Author | Files | Lines |
9 days | xfree86: xf86int10module: use explicit field initializers for XF86ModuleData | Enrico Weigelt, metux IT consult | 1 | -20/+15 |
2025-02-07 | xfree86: use LogMessageVerb() instead of xf86MsgVerb() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2025-02-06 | xfree86: int10: move private defs out of xf86int10.h | Enrico Weigelt, metux IT consult | 7 | -58/+83 |
2025-02-06 | os: log: replace VErrorF() by LogVMessageVerb() | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
2024-07-26 | treewide: replace xnfcalloc() calls by XNFcallocarray() | Enrico Weigelt, metux IT consult | 3 | -6/+6 |
2024-07-26 | treewide: replace xnfalloc() calls to XNFalloc() | Enrico Weigelt, metux IT consult | 3 | -7/+7 |
2024-07-19 | Move sizeof to second argument in calloc calls | Alan Coopersmith | 2 | -5/+5 |
2024-04-16 | os: unexport Os*() functions | Enrico Weigelt, metux IT consult | 1 | -1/+3 |
2024-03-21 | xfree86: int10: fix missing include of <errno.h> | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-03-19 | Revert "Fix missing includes of <errno.h>" | Peter Hutterer | 1 | -1/+0 |
2024-03-18 | Fix missing includes of <errno.h> | Enrico Weigelt, metux IT consult | 1 | -0/+1 |
2024-02-19 | xfree86: drop remains of old USL compiler | Enrico Weigelt, metux IT consult | 1 | -4/+1 |
2024-02-19 | drop remains of support for old Sun compilers | Enrico Weigelt, metux IT consult | 1 | -2/+2 |
2024-02-19 | fix: unused readIntVec() | Enrico Weigelt, metux IT consult | 1 | -3/+3 |
2021-10-27 | Remove autotools support | Povilas Kanapickas | 1 | -49/+0 |
2020-11-17 | int10: wrap entire V_ADDR_R* macros in parens for safer expansion | Alan Coopersmith | 1 | -6/+6 |
2020-07-05 | Fix spelling/wording issues | Alan Coopersmith | 7 | -12/+11 |
2019-10-02 | xfree86: Merge vbe into int10 | Adam Jackson | 6 | -2/+2009 |
2017-10-20 | meson: Silence -Wformat-nonliteral for x86emu | Lyude Paul | 1 | -0/+6 |
2017-04-26 | Add a Meson build system alongside autotools. | Eric Anholt | 1 | -0/+54 |
2016-04-29 | x86emu: Change include order to avoid conflict with system header | Andreas Schwab | 1 | -1/+1 |
2015-03-13 | int10: Fix error check for pci_device_map_legacy | Jürg Billeter | 1 | -1/+1 |
2014-09-16 | int10: Port off xf86ReadBIOS | Adam Jackson | 1 | -1/+15 |
2014-07-28 | xfree86: Move generic unaligned helpers into int10 code | Adam Jackson | 1 | -0/+36 |
2014-04-27 | xfree86: int10: Fix build on ARM | Thierry Reding | 1 | -1/+0 |
2014-04-27 | int10: fix build error | Rob Clark | 1 | -1/+1 |
2014-01-12 | Replace 'pointer' type with 'void *' | Keith Packard | 4 | -12/+12 |
2014-01-12 | xfree86: Switch int10 code to stdint types | Keith Packard | 4 | -145/+145 |
2014-01-12 | xfree86 warning reduction | Keith Packard | 1 | -21/+21 |
2013-08-06 | xfree86: de-duplicate some AM_CPPFLAGS | Peter Hutterer | 1 | -3/+3 |
2013-08-06 | Replace INCLUDES with AM_CPPFLAGS | Peter Hutterer | 1 | -3/+3 |
2012-10-04 | int10: fix pci_device_read_rom usage | Stephan Schreiber | 1 | -1/+2 |
2012-06-14 | xserver: fix build on arm tinderbox | Dave Airlie | 1 | -4/+4 |
2012-06-05 | api: rework the X server driver API to avoid global arrays. | Dave Airlie | 5 | -43/+42 |
2012-03-21 | Introduce a consistent coding style | Keith Packard | 8 | -1160/+1202 |
2012-01-25 | int10: Fix unmapping of the BIOS scratch area | Adam Jackson | 1 | -1/+1 |
2011-10-15 | int10: Port internal users off xf86MapVidMem | Adam Jackson | 2 | -7/+11 |
2011-10-15 | pci: Remove xf86MapDomainMemory | Adam Jackson | 1 | -5/+2 |
2011-10-15 | int10: Use pciaccess rom fetch for !PC machines | Adam Jackson | 1 | -57/+1 |
2011-10-15 | pci: Deprecate the PCITAG type | Adam Jackson | 1 | -1/+1 |
2011-10-15 | int10: Port to pciaccess' legacy IO API | Adam Jackson | 4 | -52/+52 |
2011-09-21 | Merge remote-tracking branch 'mattst88/for-keith' | Keith Packard | 1 | -16/+16 |
2011-09-21 | Silence printf format warnings in helper_exec.c | Matt Turner | 1 | -16/+16 |
2011-09-15 | int10: Delete #if 0'd implementation that's older than our git history. | Jamey Sharp | 1 | -13/+1 |
2011-09-15 | Remove PC98 support. | Jamey Sharp | 2 | -4/+1 |
2011-02-08 | int10: warning fix | Adam Jackson | 1 | -1/+1 |
2010-12-20 | xfree86: Convert some xf86BlockSIGIO to OsBlockSignals | Adam Jackson | 1 | -2/+3 |
2010-09-28 | Merge remote branch 'ajax/less-loader' | Keith Packard | 1 | -22/+1 |
2010-09-22 | xfree86: Remove useless module setup functions where appropriate | Adam Jackson | 1 | -22/+1 |
2010-09-14 | xfree86: bus: move macros from common PCI header to private file | Tiago Vignatti | 1 | -0/+5 |