Messages by Date
-
2017/06/21
Re: [ros-dev] ReactOS Hackfest 2017 - Are you in?
Javier Agustìn Fernàndez Arroyo
-
2017/06/21
[ros-dev] ReactOS Hackfest 2017 - Are you in?
Colin Finck
-
2017/06/20
Re: [ros-dev] [ros-diffs] [hbelusca] 75083: [NTOS]: Use SEH inside CmQueryKey(), as it can be called with user-mode parameter KeyInformation. Remove unused code in CmLoadKey(). I've noticed that in cmapi.c / ntapi.c we do n...
Alex Ionescu
-
2017/06/19
Re: [ros-dev] [ros-diffs] [hbelusca] 75133: [NTOS]: Revert the pool tag change from r75128, and explain in comment why we cannot actually use it.
Javier Agustìn Fernàndez Arroyo
-
2017/06/19
Re: [ros-dev] [ros-diffs] [hbelusca] 75133: [NTOS]: Revert the pool tag change from r75128, and explain in comment why we cannot actually use it.
Thomas Faber
-
2017/06/13
[ros-dev] GPU testing machine is ready!
Colin Finck
-
2017/06/12
Re: [ros-dev] [ros-diffs] [hbelusca] 75008: [USETUP]: Introduce SetupDeleteFile() and SetupMoveFile() (in addition to the already-existing SetupCopyFile()) in order to implement moving / renaming existing files. Will be use...
Hermès BÉLUSCA-MAÏTO
-
2017/06/12
Re: [ros-dev] [ros-diffs] [hbelusca] 75008: [USETUP]: Introduce SetupDeleteFile() and SetupMoveFile() (in addition to the already-existing SetupCopyFile()) in order to implement moving / renaming existing files. Will be use...
Thomas Faber
-
2017/06/12
Re: [ros-dev] [ros-diffs] [tthompson] 74970: [NTFS] - Add the most basic support for file creation. Expand diagnostic output, especially in NtfsDumpIndexRootAttribute(). Replace an ExFreePool() with ExFreePoolWithTag(). Add...
Thomas Faber
-
2017/06/09
Re: [ros-dev] [ros-diffs] [phater] 74750: [MSWSOCK] Call explicitly DnsQuery_W. Copy host aliases if available as answer from the query
Thomas Faber
-
2017/06/01
Re: [ros-dev] [ros-diffs] [hbelusca] 74742: [USETUP]: Creating a registry key with zero access is just plainly invalid. Fix it. It was not caught before because, we never ever booted a 1st-stage setup with a valid mounted e...
Thomas Faber
-
2017/06/01
Re: [ros-dev] [ros-diffs] [hbelusca] 74741: [MKHIVE][CMAKE]: Make mkhive a bit more flexible, so that it can generate only specific hives on-demand (and not all of them always at once). I need this for building a single boo...
Thomas Faber
-
2017/06/01
Re: [ros-dev] [ros-diffs] [hbelusca] 74733: [NTOS]: Minor code formatting + don't leak a handle in case of failure, in CmpInitializeHardwareConfiguration().
Thomas Faber
-
2017/06/01
Re: [ros-dev] [ros-diffs] [hbelusca] 74739: [MKHIVE]: Formatting changes only + sync back the names of the reg-inf functions with the ones where they are coming from (aka. Wine's setupapi/install.c).
Thomas Faber
-
2017/06/01
Re: [ros-dev] [ros-diffs] [hbelusca] 74735: [NTOS]: Better clean up behind ourselves on failure paths (aka. closing handles). These functions are clearly not written with correct cleanup-on-failure concept in mind...
Thomas Faber
-
2017/06/01
Re: [ros-dev] Status Meeting - rescheduled
Colin Finck
-
2017/06/01
Re: [ros-dev] mplayer -- branded name?
Javier Agustìn Fernàndez Arroyo
-
2017/06/01
[ros-dev] mplayer -- branded name?
Javier Agustìn Fernàndez Arroyo
-
2017/05/31
Re: [ros-dev] [ros-diffs] [hbelusca] 74698: [USETUP]: Minor fixes & simplifications: - Remove a redundant NtClose call; - Return failure if NtQuerySymbolicLinkObject fails; - Use RTL_CONSTANT_STRING and RtlInitEmptyUnicodeS...
Hermès BÉLUSCA-MAÏTO
-
2017/05/31
Re: [ros-dev] [ros-diffs] [hbelusca] 74698: [USETUP]: Minor fixes & simplifications: - Remove a redundant NtClose call; - Return failure if NtQuerySymbolicLinkObject fails; - Use RTL_CONSTANT_STRING and RtlInitEmptyUnicodeS...
Colin Finck
-
2017/05/29
Re: [ros-dev] [ros-diffs] [mjansen] 74693: [KERNEL32] Initial implementation for BaseCheckRunApp, calling into apphelp to check for compatibility fixes CORE-10368
Mark Jansen
-
2017/05/29
Re: [ros-dev] [ros-diffs] [mjansen] 74693: [KERNEL32] Initial implementation for BaseCheckRunApp, calling into apphelp to check for compatibility fixes CORE-10368
Thomas Faber
-
2017/05/24
Re: [ros-dev] Status Meeting - rescheduled
Mark Jansen
-
2017/05/24
Re: [ros-dev] Status Meeting - rescheduled
David Quintana (gigaherz)
-
2017/05/24
[ros-dev] Status Meeting - rescheduled
Aleksey Bragin
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74621: [USETUP]: SetupLib: Add an ARC path to (and from) NT path resolver. It allows mapping between an ARC path as specified in freeldr.ini / boot.ini , to its corresponding NT path, if...
Hermès BÉLUSCA-MAÏTO
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74619: [USETUP]: filesup module: - Add a NtPathToDiskPartComponents helper, that takes in input a fully qualified NT path to a file on hard disk, e.g.: \Device\Harddisk1\Partition2\foo\b...
Hermès BÉLUSCA-MAÏTO
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74621: [USETUP]: SetupLib: Add an ARC path to (and from) NT path resolver. It allows mapping between an ARC path as specified in freeldr.ini / boot.ini , to its corresponding NT path, if...
Thomas Faber
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74618: [USETUP]: Move all the code that retrieves the version resources from PE executable, out of osdetect.c, and place it in its own module inside the setuplib. Remove also some commen...
Thomas Faber
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74619: [USETUP]: filesup module: - Add a NtPathToDiskPartComponents helper, that takes in input a fully qualified NT path to a file on hard disk, e.g.: \Device\Harddisk1\Partition2\foo\b...
Thomas Faber
-
2017/05/22
Re: [ros-dev] [ros-diffs] [hbelusca] 74617: [USETUP]: PartList module: Add a couple of disk/partition getters: GetDiskByBiosNumber, GetDiskByNumber, GetDiskBySCSI, GetDiskBySignature, GetPartition, GetDiskOrPartition. They ...
Thomas Faber
-
2017/05/21
Re: [ros-dev] A surprising epic win: Wolfram Mathematica on ReactOS
Jared Smudde
-
2017/05/21
[ros-dev] A surprising epic win: Wolfram Mathematica on ReactOS
Hermès BÉLUSCA-MAÏTO
-
2017/05/21
Re: [ros-dev] About the recent USETUP improvements in the branch
Hermès BÉLUSCA-MAÏTO
-
2017/05/21
Re: [ros-dev] About the recent USETUP improvements in the branch
Robert Naumann
-
2017/05/21
Re: [ros-dev] About the recent USETUP improvements in the branch
Colin Finck
-
2017/05/20
Re: [ros-dev] [ros-diffs] [gedmurphy] 74590: [FLTMGR] - Add a rather messy header that I've been slowly building as I'm starting to understand the internals. - Mostly taken from the MS PDBs and info gained from OSR and Alex...
Ged Murphy
-
2017/05/19
Re: [ros-dev] [ros-diffs] [gedmurphy] 74590: [FLTMGR] - Add a rather messy header that I've been slowly building as I'm starting to understand the internals. - Mostly taken from the MS PDBs and info gained from OSR and Alex...
Alex Ionescu
-
2017/05/18
[ros-dev] About the recent USETUP improvements in the branch
Hermès BÉLUSCA-MAÏTO
-
2017/05/18
Re: [ros-dev] [ros-diffs] [phater] 74577: [MSTSC] Fix BSOD when we can't acquire context from CryptoAPI. CORE-13263 #resolve
Peter Hater
-
2017/05/18
Re: [ros-dev] [ros-diffs] [phater] 74577: [MSTSC] Fix BSOD when we can't acquire context from CryptoAPI. CORE-13263 #resolve
Ged Murphy
-
2017/05/16
Re: [ros-dev] [ros-diffs] [hbelusca] 74550: [USETUP]: Continue implementing the NT OS installation detector. What remains to be done here, besides cleaning up the code from temporary comments and DPRINTs (and fixing potenti...
Hermès BÉLUSCA-MAÏTO
-
2017/05/16
Re: [ros-dev] [ros-diffs] [hbelusca] 74550: [USETUP]: Continue implementing the NT OS installation detector. What remains to be done here, besides cleaning up the code from temporary comments and DPRINTs (and fixing potenti...
Hermès BÉLUSCA-MAÏTO
-
2017/05/16
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74552: [UXTHEME] -ThemeDrawCaptionText: Try to avoid a heap allocation when getting the window caption.
Thomas Faber
-
2017/05/16
Re: [ros-dev] [ros-diffs] [hbelusca] 74550: [USETUP]: Continue implementing the NT OS installation detector. What remains to be done here, besides cleaning up the code from temporary comments and DPRINTs (and fixing potenti...
Thomas Faber
-
2017/05/16
Re: [ros-dev] [ros-diffs] [hbelusca] 74550: [USETUP]: Continue implementing the NT OS installation detector. What remains to be done here, besides cleaning up the code from temporary comments and DPRINTs (and fixing potenti...
Thomas Faber
-
2017/05/16
Re: [ros-dev] [ros-diffs] [hbelusca] 74549: [USETUP]: Add & modify some file utility functions that are going to be used in the next commit. - ConcatPaths that concatenates paths (or a path and a file name); - OpenAndMapFil...
Thomas Faber
-
2017/05/16
Re: [ros-dev] [ros-diffs] [ion] 74546: BL Library now works 100% in paging, protected mode. A picture is worth a thousand commits: http://i.imgur.com/Zx2nQ6x.jpg [BOOTLIB]: Add support for protocol open/close/lookup while p...
Alex Ionescu
-
2017/05/15
Re: [ros-dev] [ros-diffs] [ion] 74546: BL Library now works 100% in paging, protected mode. A picture is worth a thousand commits: http://i.imgur.com/Zx2nQ6x.jpg [BOOTLIB]: Add support for protocol open/close/lookup while p...
Hermès BÉLUSCA-MAÏTO
-
2017/05/15
Re: [ros-dev] [ros-diffs] [ion] 74546: BL Library now works 100% in paging, protected mode. A picture is worth a thousand commits: http://i.imgur.com/Zx2nQ6x.jpg [BOOTLIB]: Add support for protocol open/close/lookup while p...
David Quintana (gigaherz)
-
2017/05/15
Re: [ros-dev] [ros-diffs] [ion] 74546: BL Library now works 100% in paging, protected mode. A picture is worth a thousand commits: http://i.imgur.com/Zx2nQ6x.jpg [BOOTLIB]: Add support for protocol open/close/lookup while p...
Javier Agustìn Fernàndez Arroyo
-
2017/05/15
Re: [ros-dev] [ros-diffs] [ion] 74546: BL Library now works 100% in paging, protected mode. A picture is worth a thousand commits: http://i.imgur.com/Zx2nQ6x.jpg [BOOTLIB]: Add support for protocol open/close/lookup while p...
Thomas Faber
-
2017/05/14
Re: [ros-dev] [ros-diffs] [hbelusca] 74528: Code simplifications.
Eric Kohl
-
2017/05/13
Re: [ros-dev] [ros-diffs] [hbelusca] 69160: [EFISYS]: Add 'bcd_hive' as a dependency. [FATTEN]: Fix help message. Functions with no parameters are void. Remove an hardcoded array size.
Hermès BÉLUSCA-MAÏTO
-
2017/05/13
Re: [ros-dev] [ros-diffs] [hbelusca] 74528: Code simplifications.
Hermès BÉLUSCA-MAÏTO
-
2017/05/13
Re: [ros-dev] [ros-diffs] [hbelusca] 69160: [EFISYS]: Add 'bcd_hive' as a dependency. [FATTEN]: Fix help message. Functions with no parameters are void. Remove an hardcoded array size.
Thomas Faber
-
2017/05/13
Re: [ros-dev] [ros-diffs] [hbelusca] 74528: Code simplifications.
Thomas Faber
-
2017/05/10
Re: [ros-dev] Microsoft switched to Git (status?)
Neo Love
-
2017/05/07
Re: [ros-dev] [ros-diffs] [hbelusca] 74493: [NTOS]: Capture the counted BaseDllName unicode string into a local NULL-terminated buffer before calling wcsrchr on it (actually I think it would be better to create & use a simi...
Thomas Faber
-
2017/05/07
Re: [ros-dev] [ros-diffs] [hbelusca] 74493: [NTOS]: Capture the counted BaseDllName unicode string into a local NULL-terminated buffer before calling wcsrchr on it (actually I think it would be better to create & use a simi...
Hermès BÉLUSCA-MAÏTO
-
2017/05/07
Re: [ros-dev] [ros-diffs] [hbelusca] 74493: [NTOS]: Capture the counted BaseDllName unicode string into a local NULL-terminated buffer before calling wcsrchr on it (actually I think it would be better to create & use a simi...
Thomas Faber
-
2017/05/04
[ros-dev] Community Changelogs - Spread them!
Can Tasan
-
2017/05/04
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74457: [UXTHEME] -Use GdiDrawStream in UXTHEME_DrawImageGlyph and UXTHEME_DrawImageBackground.
Peter Hater
-
2017/05/04
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74457: [UXTHEME] -Use GdiDrawStream in UXTHEME_DrawImageGlyph and UXTHEME_DrawImageBackground.
Giannis Adamopoulos
-
2017/05/04
[ros-dev] ReactOS is the MOST VOTED project in the "Best IT Community" category in the #OpenAwards
victor martinez
-
2017/05/03
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74457: [UXTHEME] -Use GdiDrawStream in UXTHEME_DrawImageGlyph and UXTHEME_DrawImageBackground.
Peter Hater
-
2017/05/03
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74457: [UXTHEME] -Use GdiDrawStream in UXTHEME_DrawImageGlyph and UXTHEME_DrawImageBackground.
Hermès BÉLUSCA-MAÏTO
-
2017/05/03
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74457: [UXTHEME] -Use GdiDrawStream in UXTHEME_DrawImageGlyph and UXTHEME_DrawImageBackground.
Peter Hater
-
2017/04/28
Re: [ros-dev] OpenAwards: Last 24 hours to cast votes for ReactOS!
Robert Naumann
-
2017/04/28
[ros-dev] OpenAwards: Last 24 hours to cast votes for ReactOS!
victor martinez
-
2017/04/24
Re: [ros-dev] Vgal USB patches
Thomas Mueller
-
2017/04/24
[ros-dev] Status Meeting (April 2017)
Aleksey Bragin
-
2017/04/24
Re: [ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/22
[ros-dev] retiring 'shellext/slayer'
Mark Jansen
-
2017/04/18
[ros-dev] Test KVM AHK Bot Upgrade
Sylvain Petreolle
-
2017/04/16
Re: [ros-dev] Vgal USB patches
Javier Agustìn Fernàndez Arroyo
-
2017/04/16
Re: [ros-dev] Vgal USB patches
Hermès BÉLUSCA-MAÏTO
-
2017/04/16
Re: [ros-dev] Vgal USB patches
Javier Agustìn Fernàndez Arroyo
-
2017/04/15
Re: [ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/14
Re: [ros-dev] [ros-diffs] [tfaber] 74305: [NTOS:KE] - Gracefully handle page faults during V86 code execution. This is a bit of a hack because with our limited use of V86 code it is unclear how a page fault can even occur. ...
Thomas Faber
-
2017/04/14
Re: [ros-dev] [ros-diffs] [tfaber] 74305: [NTOS:KE] - Gracefully handle page faults during V86 code execution. This is a bit of a hack because with our limited use of V86 code it is unclear how a page fault can even occur. ...
Alex Ionescu
-
2017/04/09
Re: [ros-dev] Definite Decision about ISO lifetimes at iso.reactos.org
Colin Finck
-
2017/04/09
[ros-dev] Building/Testing infrastructure back on steroids!
Colin Finck
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Peter Hater
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Javier Agustìn Fernàndez Arroyo
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Peter Hater
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Thomas Mueller
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Robert Naumann
-
2017/04/05
Re: [ros-dev] Vgal USB patches
Michael Fritscher
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Hermès BÉLUSCA-MAÏTO
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Colin Finck
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Jared Smudde
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Colin Finck
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Hermès BÉLUSCA-MAÏTO
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Mark Jansen
-
2017/04/04
Re: [ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/03
Re: [ros-dev] Vgal USB patches
Javier Agustìn Fernàndez Arroyo
-
2017/04/03
Re: [ros-dev] Vgal USB patches
Hermès BÉLUSCA-MAÏTO
-
2017/04/03
[ros-dev] Vgal USB patches
Alexander Rechitskiy
-
2017/04/02
Re: [ros-dev] Retiring rapps
Can Tasan
-
2017/04/02
Re: [ros-dev] Retiring rapps
David Quintana (gigaherz)
-
2017/04/02
Re: [ros-dev] Retiring rapps
Can Tasan
-
2017/04/02
[ros-dev] GSoC drivers mentor status
Alexander
-
2017/04/01
Re: [ros-dev] GSoC Terminal Services mentor status
Thomas Faber
-
2017/04/01
Re: [ros-dev] GSoC Mentor
Thomas Faber
-
2017/04/01
Re: [ros-dev] GSOC, mentor status for USB xHCI,
Thomas Faber
-
2017/03/31
[ros-dev] GSoC Terminal Services mentor status
Dumitru Savva
-
2017/03/31
[ros-dev] GSOC, mentor status for USB xHCI,
Rama Teja G
-
2017/03/30
Re: [ros-dev] Gsoc audio project mentor status
Hermès BÉLUSCA-MAÏTO
-
2017/03/30
[ros-dev] GSoC Mentor
Muhammad abdul Rehman
-
2017/03/30
Re: [ros-dev] Gsoc audio project mentor status
Pranay Pratyush
-
2017/03/29
Re: [ros-dev] Gsoc audio project mentor status
Hermès BÉLUSCA-MAÏTO
-
2017/03/29
[ros-dev] Gsoc audio project mentor status
Pranay Pratyush
-
2017/03/29
Re: [ros-dev] Google summer of code.
David Quintana (gigaherz)
-
2017/03/29
Re: [ros-dev] Google summer of code.
katahiromz .
-
2017/03/28
Re: [ros-dev] Opening up #reactos-dev to the public
James Tabor
-
2017/03/28
Re: [ros-dev] Opening up #reactos-dev to the public
Pranay Pratyush
-
2017/03/28
Re: [ros-dev] Opening up #reactos-dev to the public
Ged Murphy
-
2017/03/28
[ros-dev] Google summer of code.
atemafac kingsley
-
2017/03/27
Re: [ros-dev] Opening up #reactos-dev to the public
Pranay Pratyush
-
2017/03/27
Re: [ros-dev] Opening up #reactos-dev to the public
Aleksey Bragin
-
2017/03/27
Re: [ros-dev] Opening up #reactos-dev to the public
Ged Murphy
-
2017/03/26
Re: [ros-dev] Opening up #reactos-dev to the public
Daniel Reimer
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Daniel Reimer
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
tobias . k
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Alexander Rechitskiy
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Giannis Adamopoulos
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
David Quintana (gigaherz)
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Sylvain Deverre
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Alexander Rechitskiy
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
David Quintana (gigaherz)
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Alexander Rechitskiy
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Giannis Adamopoulos
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Mark Jansen
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Alexander Rechitskiy
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Robert Naumann
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
David Quintana (gigaherz)
-
2017/03/25
Re: [ros-dev] Opening up #reactos-dev to the public
Michael Fritscher
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
James Tabor
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
Alex Ionescu
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
Mark Jansen
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
David Quintana (gigaherz)
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
Magnus Johnsson
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
Hermès BÉLUSCA-MAÏTO
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
Jared Smudde
-
2017/03/24
Re: [ros-dev] Opening up #reactos-dev to the public
David Quintana (gigaherz)
-
2017/03/24
[ros-dev] Opening up #reactos-dev to the public
Colin Finck
-
2017/03/23
Re: [ros-dev] [ros-diffs] [gadamopoulos] 74151: [BROWSEUI] -CExplorerBand: Stub QueryService method and set the site of the context menu so as to let the context menu find the SID_IShellBrowser when the open menu item is cl...
Thomas Faber
-
2017/03/22
Re: [ros-dev] Definite Decision about ISO lifetimes at iso.reactos.org
Colin Finck
-
2017/03/22
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Javier Agustìn Fernàndez Arroyo
-
2017/03/22
Re: [ros-dev] [ros-diffs] [sgasiorek] 74179: [DXG] DdHmgLock - use PLONG instead of PBYTE.
Sebastian Gąsiorek
-
2017/03/22
Re: [ros-dev] [ros-diffs] [sgasiorek] 74179: [DXG] DdHmgLock - use PLONG instead of PBYTE.
Kay Dohmann
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Pranay Pratyush
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Colin Finck
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Mark Jansen
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Kamil Hornicek
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Magnus Johnsson
-
2017/03/21
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Michael Fritscher
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Zachary Gorden
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Hermès BÉLUSCA-MAÏTO
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Colin Finck
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Javier Agustìn Fernàndez Arroyo
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Jerome Gardou
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Kamil Hornicek
-
2017/03/20
Re: [ros-dev] [ros-diffs] [khornicek] 74209: [RAPPS] - Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implemen...
Colin Finck
-
2017/03/19
[ros-dev] New dev doubts/questions
Pranay Pratyush
-
2017/03/19
Re: [ros-dev] Legal advice concerning contribution to ReactOS
tobias . k
-
2017/03/18
Re: [ros-dev] JIRA/FishEye upgrade on March 8
David Quintana (gigaherz)
-
2017/03/18
Re: [ros-dev] JIRA/FishEye upgrade on March 8
Colin Finck
-
2017/03/18
Re: [ros-dev] Legal advice concerning contribution to ReactOS
Colin Finck
-
2017/03/18
Re: [ros-dev] Legal advice concerning contribution to ReactOS
Matthias Kupfer
-
2017/03/18
Re: [ros-dev] Legal advice concerning contribution to ReactOS
David Quintana (gigaherz)
-
2017/03/18
[ros-dev] Legal advice concerning contribution to ReactOS
tobias . k
-
2017/03/17
Re: [ros-dev] New ideas added to GSoC Ideas list
Riccardo Paolo Bestetti
-
2017/03/17
Re: [ros-dev] YNT: New ideas added to GSoC Ideas list
Alexander Rechitskiy
-
2017/03/17
[ros-dev] YNT: New ideas added to GSoC Ideas list
Can Tasan
-
2017/03/17
Re: [ros-dev] New ideas added to GSoC Ideas list
Can Tasan
-
2017/03/17
Re: [ros-dev] New ideas added to GSoC Ideas list
Riccardo Paolo Bestetti
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Can Tasan
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Can Tasan
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
David Quintana (gigaherz)
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
David Quintana (gigaherz)
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Javier Agustìn Fernàndez Arroyo
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Hermès BÉLUSCA-MAÏTO
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
David Quintana (gigaherz)
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Javier Agustìn Fernàndez Arroyo
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Thomas Faber
-
2017/03/16
Re: [ros-dev] JIRA/FishEye upgrade on March 8
David Quintana (gigaherz)
-
2017/03/16
Re: [ros-dev] New ideas added to GSoC Ideas list
Colin Finck
-
2017/03/16
Re: [ros-dev] JIRA/FishEye upgrade on March 8
Colin Finck
-
2017/03/15
Re: [ros-dev] Definite Decision about ISO lifetimes at iso.reactos.org
Jared Smudde
-
2017/03/15
Re: [ros-dev] New ideas added to GSoC Ideas list
Huw Campbell
-
2017/03/15
Re: [ros-dev] Definite Decision about ISO lifetimes at iso.reactos.org
Colin Finck
-
2017/03/15
[ros-dev] Definite Decision about ISO lifetimes at iso.reactos.org
Colin Finck
-
2017/03/15
Re: [ros-dev] New ideas added to GSoC Ideas list
Can Tasan
-
2017/03/15
Re: [ros-dev] New ideas added to GSoC Ideas list
Rafał Harabień
-
2017/03/15
Re: [ros-dev] New ideas added to GSoC Ideas list
Mark Jansen
-
2017/03/15
[ros-dev] Regarding Smart Commits
Colin Finck