Ros-dev

ros-dev@reactos.org
  • 5789 discussions

Re: [ros-dev] [ros-diffs] [janderwald] 36295: - Update Status Icon when there is activity - Also update the Taskbar Notification Icon
by gedmurphy
16 years, 9 months

On the use of stabs
by Samuel serapion
16 years, 9 months

Re: [ros-dev] [ros-diffs] [cgutman] 36275: - Add ADDRINFOW
by gedmurphy
16 years, 9 months

test, please ignore
by Aleksey Bragin
16 years, 9 months

Re: [ros-dev] [ros-diffs] [cwittich] 36188: sync most of rpcrt4 to wine 1.1.4
by Aleksey Bragin
16 years, 9 months

Comment about r36137
by Pierre SCHWEITZER
16 years, 9 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 36054: - Import pstorec from wine head
by Steven Edwards
16 years, 9 months

Re: [ros-dev] [ros-diffs] [cwittich] 36065: forgot to add these files
by Aleksey Bragin
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 36005: - Make sure we get a Subkey in RegDeleteKeyA/W. Fixes Winetests causing a system crash, but (for now) hides a bug in CM.
by Steven Edwards
16 years, 9 months

Re : [ros-diffs] [cwittich] 35960: change parameter back to DWORD as it is in our headers
by Sylvain Petreolle
16 years, 9 months

Re: [ros-dev] [ros-diffs] [cwittich] 35960: change parameter back to DWORD as it is in our headers
by Timo Kreuzer
16 years, 9 months

Invitation to Southern California Linux Expo 7x
by Gareth J. Greenaway
16 years, 9 months

Re: [ros-dev] [ros-diffs] [janderwald] 35839: - Remove old unused enumeration code - Implement displaying network component properties
by Steven Edwards
16 years, 9 months

anyone seeing this?
by Steven Edwards
16 years, 9 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 35846: Reverted r35812 because of unwanted triple fault bug. See issue #3704, 3706 for more details.
by Aleksey Bragin
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35819: - CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public and defined in winnt.h, so no need to define them in the NDK (the NDK includes winnt.h through windef.h, so this breaks build)
by Stefan Ginsberg
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35819: - CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public and defined in winnt.h, so no need to define them in the NDK (the NDK includes winnt.h through windef.h, so this breaks build)
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35837: - "0xbadf00d" is not a valid tag. use "PcNt" instead
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35819: - CACHE_DESCRIPTOR and PROCESSOR_CACHE_TYPE are public and defined in winnt.h, so no need to define them in the NDK (the NDK includes winnt.h through windef.h, so this breaks build)
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35822: - Fix build...
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sserapion] 35828: Minor WIN64 fixes.
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 35813: Primary implementation of sfc.dll. To have it "fully" working, sfc_os.dll is will be needed. It does nothing more. Don't shout, Fireball agreed for commit ; ).
by Thomas Bluemel
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35806: - Remove the (now deprecated) ntoskrnl/internal/debug.h header and fix all its includers to use the global debug.h
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [arty] 35701: Convert to using a fast mutex.
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35600: - Remove KEBUGCHECK and KEBUGCHECKEX macros - Replace "KeBugCheck(0)" by ASSERT(FALSE) - Replace deprecated "CPRINT" by DRINT1
by Hervé Poussineau
16 years, 9 months

- In IoAcquire/ReleaseCancelSpinLock, use the queued "IopCancelSpinLock" instead of a ros-specific "CancelSpinLock" standard spinlock - Misc fixes
by Stefan Ginsberg
16 years, 9 months

Re: [ros-dev] [ros-diffs] [arty] 35581: Catch failure to release the cancel spinlock. Would've spotted my error in tcpip.sys.
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35565: - In IoAcquire/ReleaseCancelSpinLock, use the queued "IopCancelSpinLock" instead of a ros-specific "CancelSpinLock" standard spinlock - Misc fixes
by Alex Ionescu
16 years, 9 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 35518: Implement KiSystemStartup in C instead of asm, implement KiSwapStack intrinsic, get rid of KiSetupStackandInitializeKernel, instead do the work in KiSystemStartupReal in C. Move Stack definitions into trap.S and get rid of the whole boot.S file. Comment out the sync loop for the moment and add a comment why it doesn't work (InterlockedBitTestAndSet64 doesn't work correctly).
by Thomas Bluemel
16 years, 9 months

Re : Ros-dev Digest, Vol 48, Issue 14
by Sylvain Petreolle
16 years, 9 months

Re: [ros-dev] Ros-dev Digest, Vol 48, Issue 14
by Olaf Siejka
16 years, 9 months

Re: [ros-dev] [ros-diffs] [dreimer] 35473: make automatically behaves like makex when there is more then one CPU Core now. makex kept for now to keep compatible.
by gedmurphy
16 years, 9 months

Has anyone given any thought to coding so that the OS can use the GPU
by Matthew Therault
16 years, 10 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 35458: Move some architecture specific code from KiRosPrepareForSystemStartup into KiArchInitSystem, defined for each architecture. Enable KiRosBuildReservedMemoryMap for _M_AMD64
by Alex Ionescu
16 years, 10 months

Re: [ros-dev] [ros-diffs] [cfinck] 34290: Remove the strsafe library, it was imported from a dubious source, which is incompatible with the LGPL
by Gregor Gullwi
16 years, 10 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 35346: PE symbol dumper. It's not finished, functions don't work and the type output doesn't always look 100% correct. But it does it's job. You need dbghelp.dll and symsrv.dll from windbg.
by Steven Edwards
16 years, 10 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 35359: The TEB member is called ClientID not Cid on all Windows versions I could check (XP, 2k3, vista).
by Aleksey Bragin
16 years, 10 months

Re: [ros-dev] [ros-web] Developer blog
by Zachary Gorden
16 years, 10 months

Developer blog
by Zachary Gorden
16 years, 10 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35299: - Reapply the PsTerminateSystemThread typo fix. We do boot fine with this fix. - Note to self: Don't commit after midnight and always test your patches yourself
by Alex Ionescu
16 years, 10 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35294: - Temporarily revert my last change. We don't set the SystemThread flag appropriately and it is always zero
by Alex Ionescu
16 years, 10 months

Re: [ros-dev] [ros-priv] ROS information policy...
by Thomas Bluemel
16 years, 10 months

[ros-diffs] [fireball] 35140: - Add more intrinsic defines. - SVN maintenance.
by Timo Kreuzer
16 years, 10 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 35127: - Add cred.c from Wine
by Steven Edwards
16 years, 10 months

Re: [ros-dev] [ros-diffs] [mkupfer] 35050: revert to 35046, sorry for mistake
by Steven Edwards
16 years, 10 months

Re: [ros-dev] [ros-diffs] [mkupfer] 35047: Reorganize shdocvw: - Moved and renamed language resource files into created 'lang' directory. - Outdated shdocvw_ros.diff removed.
by Steven Edwards
16 years, 10 months

Re: [ros-dev] [ros-diffs] [sginsberg] 35042: - ExpLookupHandleTableEntry: Apply same changes as was done for ExpFreeHandleTable and ExpAllocateHandleTableEntrySlow in 34467 - ExpAllocateHandleTableEntry: Fail if we don't find a handle table entry
by Alex Ionescu
16 years, 10 months

Call for participation: ReactOSDbg
by art yerkes
16 years, 10 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 34970: - update KPCR and KIPCR - add KeGetPcr() and update KeGetCurrentProcessorNumber
by Alex Ionescu
16 years, 10 months

Re: [ros-dev] ARM Guy Broke BOOT on Real Hardware
by tamlin@algonet.se
16 years, 10 months

Re: [ros-dev] [ros-diffs] [hpoussin] 34856: Revert r34848 and r34850, and replace them by a real fix (hinted by Colin Finck)
by Alex Ionescu
16 years, 10 months

ARM Guy Broke BOOT on Real Hardware
by James Tabor
16 years, 10 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 34860: Fixed some kernel exports
by Alex Ionescu
16 years, 10 months

[ros-diffs] [jimtabor] 34807: - Attempt to initiate hook set from kernel space.
by James Tabor
16 years, 10 months

widl problem importing stdole2.tlb
by Steven Edwards
16 years, 10 months

kernel32
by gedmurphy
16 years, 10 months

Java Install
by James Tabor
16 years, 10 months

Request for Comment / Setup
by Matthias Kupfer
16 years, 10 months

Re: [ros-dev] Re : [ros-diffs] [ros-arm-bringup] 34655: - Build vfatfs instead of CDFS. - Load vfatfs instead of CDFS. - Implement code in the ramdisk driver to handle both ISO and FAT ramdisks. Don't know what the big deal with support ISO ramdisks
by Steven Edwards
16 years, 10 months

Re : [ros-diffs] [ros-arm-bringup] 34655: - Build vfatfs instead of CDFS. - Load vfatfs instead of CDFS. - Implement code in the ramdisk driver to handle both ISO and FAT ramdisks. Don't know what the big deal with support ISO ramdisks was supposed to
by Sylvain Petreolle
16 years, 10 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34655: - Build vfatfs instead of CDFS. - Load vfatfs instead of CDFS. - Implement code in the ramdisk driver to handle both ISO and FAT ramdisks. Don't know what the big deal with support ISO ramdisks was supposed to
by Steven Edwards
16 years, 10 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34615: - Add new CDFSdriver. - Does not compile.
by Heis Spiter
16 years, 11 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34615: - Add new CDFS driver. - Does not compile.
by Steven Edwards
16 years, 11 months

Changes of inf-files in media/inf
by Matthias Kupfer
16 years, 11 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34603: - Ramdisk doesn't seem to work yet, we're not getting properly initialized yet. - We end up crashing in CcRosTryToInitialzeFileCache because there is no SectionObjectPointer, and it is assumed this always exis
by Steven Edwards
16 years, 11 months

Re: [ros-dev] [ros-diffs] [mkupfer] 34572: - gui template for 1st stage setup, english only - implemented, but still disabled - it's work in progress
by Marc Piulachs
16 years, 11 months

Haiku and ReactOS "Pair Up" at LinuxWorld Expo 08
by James Tabor
16 years, 11 months

Re: [ros-dev] [ros-diffs] [cfinck] 34558: Commit my test suite I used for verifying the behaviours of wctomb, wcstombs and WideCharToMultiByte and writing the reimplementations for ReactOS on request of Stefan
by Aleksey Bragin
16 years, 11 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 34524: Updated kernel exports to match with r34517
by Alex Ionescu
16 years, 11 months

[ros-diffs] [mpiulachs] 34223: - hackfix unbootable image (part 1/2)
by James Tabor
16 years, 11 months

Re: [ros-dev] when will I return Magnus Olsen aka GreatLord (gedmurphy)
by Cameron Gutman
16 years, 11 months

The ABCs of DCEs
by James Tabor
16 years, 11 months

Re: [ros-dev] [ros-diffs] [jimtabor] 34276: GetLastActivePopup is still unimplemented, we return the current window handle if it is valid.
by Aleksey Bragin
16 years, 11 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 34135: - Add fontext.dll
by Heis Spiter
16 years, 11 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 34135: - Add fontext.dll
by Heis Spiter
16 years, 11 months

Re: [ros-dev] Prevent boolean flags from being optimized away by compiler
by Dmitry Gorbachev
16 years, 11 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 34135: - Add fontext.dll
by Marc Piulachs
16 years, 11 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 34135: - Add fontext.dll
by Marc Piulachs
16 years, 11 months

Re: [ros-dev] [ros-diffs] [fireball] 34232: Yuri Sidorov <jura@cp-lab.com> - Prevent boolean flags from being optimized away by compiler (due to PSEH usage) by making them volatile. See issue #3408 for more details.
by Alex Ionescu
16 years, 11 months

Re: [ros-dev] [ros-diffs] [fireball] 34230: - Fix a problem with normal and special APCs being inserted in the wrong order, spotted by Jury Sidorov. Now Borland Turbo Debugger should be able to debug applications, also it can fix hangs in other applications. - When delivering kernel APC, set the pending flag to false (by analogy with delivering user APC and clearing its pending flag). See issue #3426 for more details.
by Alex Ionescu
16 years, 11 months

"the input line is too long" bug caused by hpoussin's changes
by Colin Finck
16 years, 11 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 34170: - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. - New license for our code.
by Steven Edwards
16 years, 11 months

Re: [ros-dev] [ros-diffs] [mpiulachs] 34106: - remove no longerrequired bootsect.mak
by Marc Piulachs
16 years, 11 months

Re: [ros-dev] [ros-diffs] [mkupfer] 34109: - fix for missing letter in "DISPLAYSETTINGSUPDATE" - initial version of i18n hives (translatable registry entries)
by Marc Piulachs
16 years, 11 months

Re: [ros-dev] [ros-diffs] [mpiulachs] 34106: - remove no longer required bootsect.mak
by Hervé Poussineau
16 years, 11 months

Grievance
by James Tabor
16 years, 11 months

Re: [ros-dev] [ros-diffs] [cfinck] 34051: Build host_wcsfuncs as a host static library, not a target static library Fixes build for all non-Win32 hosts
by Marc Piulachs
16 years, 11 months

[ros-diffs] [fireball] 34047: - Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.
by Timo Kreuzer
16 years, 11 months

Re: [ros-dev] [ros-diffs] [fireball] 34047: - Extend SEH to cover writing result to output arguments. Noticed by Stefan Ginsberg.
by Alex Ionescu
16 years, 11 months

Re: [ros-dev] Ros-dev Digest, Vol 46, Issue 23
by Olaf Siejka
16 years, 12 months

when will I return Magnus Olsen aka GreatLord
by Magnus Olsen
16 years, 12 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 33986: - Fork powrprof.dll - Replace .spec with .def - Implement EnumPwrSchemes - Implement GetActivePwrScheme - Implement DeletePwrScheme
by gedmurphy
17 years

Re: [ros-dev] [ros-diffs] [cfinck] 33985: Use a ClipRegion when collapsing, so that the TreeView works correctly. This patch has already been submitted to Wine, but as they don't care currently, I applied it manually here and updated "comctl32_ros.diff" accord
by Steven Edwards
17 years

Re: [ros-dev] [ros-diffs] [jimtabor] 33965: Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
by gedmurphy
17 years

[legal] eligibility for contributing code to ReactOS for students / graduates of a course derived from the Microsoft Windows Acadamic Program
by Mark Farnell
17 years

Re: [ros-dev] Alternate shell?
by Martin Fuchs
17 years

[ros-diffs] [jimtabor] 33765: Modified GDIOBJ_Copy and Set owner to return bool. Start the use of server info for metrics data. Tested with Qemu on Linux.
by James Tabor
17 years

Re: [ros-dev] [ros-diffs] [gbrunmar] 33689: * Changed to correct signature of NtUserGetClassName() * Implemented correct behaviour in GetRealWindowClass(), but in reality just shifted the todo parts to NtUserGetClassName() instead.
by Alex Ionescu
17 years

Re: [ros-dev] [ros-diffs] [tkreuzer] 33912: fix an endless loop bug See issue #2142 for more details.
by Steven Edwards
17 years

comctl32 treeview
by Timo Kreuzer
17 years

rethinking over some thing in ReactOS
by Magnus Olsen
17 years

Development process - once again
by Aleksey Bragin
17 years

[ros-diffs] [jimtabor] 33830: Move xform data from W structure into DcLevel within unions.
by James Tabor
17 years

Firefox 1.5 installation regressed
by Aleksey Bragin
17 years

VIA 6103 Rhine II Net Driver Install Crash
by James Tabor
17 years

[ros-diffs] [tkreuzer] 33856: - fix mem leak when failing to create an extpen with penstyles
by James Tabor
17 years

Re: [ros-dev] [ros-diffs] [cfinck] 33824: - Add a test suite for ws2_32.dll It currently tests the features I needed to adjust/implement when fixing the wininet problem. ReactOS currently passes all tests, but fails one if you launch the test app for the second tim
by gedmurphy
17 years

Re: [ros-dev] [ros-diffs] [cfinck] 33824: - Add a test suite forws2_32.dll It currently tests the features I needed toadjust/implement when fixing the wininet problem. ReactOScurrently passes all tests, but fails one if you launch the test app for th
by Steven Edwards
17 years

Re: [ros-dev] [ros-diffs] [greatlrd] 33807: add Test for EngDeleteSemaphore, it only test if it been create or not
by Alex Ionescu
17 years

[ros-diffs] [greatlrd] 33783: revert my last change
by James Tabor
17 years

Re: [ros-dev] [ros-diffs] [tkreuzer] 33792: preserve code for NtGdiCreateEnhMetaFile from win32k (where it's going to be removed later) in gdi32 (where it's going to be implemented later)
by Steven Edwards
17 years

[ros-diffs] [hyperion] 33703: added nls added nls/3rdparty added nls/3rdparty/icu
by Timo Kreuzer
17 years

Abiword 2.4.1 Menu Drawing
by James Tabor
17 years

Re: [ros-dev] [ros-diffs] [greatlrd] 33764: 1. do not use wine def for reactos 2. this is almost 100% correct list of windows 2003 export list of msvcrt.def and it will make abiword working again for it was missing api wfreopen and allot more api from msvcrt 3
by Steven Edwards
17 years

Re: [ros-dev] [ros-diffs] [dchapyshev] 33741: - Start implementing shimgvw.dll
by gedmurphy
17 years

[ros-diffs] [tkreuzer] 33752: fix palette implementation
by James Tabor
17 years

Re: [ros-dev] [ros-diffs] [fireball] 33662: - msiexec is GUI app, not CUI.
by Steven Edwards
17 years

Re: [ros-dev] [ros-diffs] [dchapyshev] 33607: - Added kbsdll to install hooks (does not work on ReactOS). To switch layouts temporarily used keys Left Alt + F10
by Steven Edwards
17 years

Re: [ros-dev] [ros-diffs] [cfinck] 33571: Check if the GetWindowsDirectory call succeeded and use PathAppend to prevent a buffer overflow, when WinDir + "\regedit.exe" > MAX_PATH
by Alex Ionescu
17 years

Re: [ros-dev] [ros-diffs] [greatlrd] 33593: adding 1 new syscall from vista : NtGdiCreateOPMProtectedOutputs Adding 62 new syscall from vista, they are known as D3DKMT for the graphic drv and gdi32.dll, I have not fix the protype for I do not known if it same
by Alex Ionescu
17 years

Re: [ros-dev] [ros-diffs] [cfinck] 33571: Check if the GetWindowsDirectory call succeeded and use PathAppend to prevent a buffer overflow, when WinDir + "\regedit.exe" > MAX_PATH
by Alex Ionescu
17 years

User32 Menu
by James Tabor
17 years

Some thoughts
by theUser BL
17 years, 1 month

Re : [ros-diffs] [cfinck] 33547: Make 100% sure that the correct "regedit.exe" is launched by using GetWindowsDirectory and appending "\regedit.exe" as suggested by Alex on ros-dev.
by Sylvain Petreolle
17 years, 1 month

Re: [ros-dev] [ros-diffs] [cfinck] 33547: Make 100% sure that the correct "regedit.exe" is launched by using GetWindowsDirectory and appending "\regedit.exe" as suggested by Alex on ros-dev.
by Alex Ionescu
17 years, 1 month

Re: [ros-dev] [ros-diffs] [cfinck] 33541: Carlo Bramini (carlo DOT bramix AT libero DOT it): - Implemented "regedt32", which just calls "regedit" See issue #3248 for more details.
by Alex Ionescu
17 years, 1 month

DCE problem
by James Tabor
17 years, 1 month

Rbuild sucks, let's rew... improve it
by KJK::Hyperion
17 years, 1 month

Time has come, a call to developers
by Aleksey Bragin
17 years, 1 month

Re: [ros-dev] [ros-diffs] [navaraf] 33449: Fix incorrect parameters to IoSetDeviceToVerify/IoVerifyVolume. Spotted by R.T.Sivakumar <rtshiva@gmail.com>.
by Filip Navara
17 years, 1 month

Re: [ros-dev] [ros-diffs] [fireball] 33435: Creating a branch for Magnus Olsen's work in win32k, GDI and DirectX area. Finished parts will be merged back to trunk.
by Aleksey Bragin
17 years, 1 month

Re: [ros-dev] [ros-diffs] [greatlrd] 33411: adding a new define DC_BITMAP for GetStockObject
by Filip Navara
17 years, 1 month

FW: [ros-bugs] [Bug 644] directional keys problem with Explorer
by Gabriel ilardi
17 years, 1 month

Explorer startup crash since r33366
by Colin Finck
17 years, 1 month

Re: [ros-dev] [ros-diffs] [mpiulachs] 33344: - code refactoring - made more and more easily extensible: * commands automatically loaded from plugins dlls * declarative and automatic command parameter parsing * common code moved to base classes - other fixes
by Filip Navara
17 years, 1 month

XEN
by Enrico Weigelt
17 years, 1 month

Re: [ros-dev] [ros-diffs] [gbrunmar] 33326: Implemented IDirect3DDevice9::GetDisplayMode()
by Steven Edwards
17 years, 1 month

Re: [ros-dev] [ros-diffs] [dchapyshev] 33106: - Keyboard layout switching works now in ReactOS!
by gedmurphy
17 years, 1 month

Re: [ros-dev] [ros-diffs] [dchapyshev] 33106: - Keyboard layout switching works now in ReactOS!
by gedmurphy
17 years, 1 month

Re: [ros-dev] [ros-diffs] [greatlrd] 33014: fixed pipe working again from cmd more investigate are need it to figout who to really solv bat and pipe and gui apps issue so none regress and working fine in all case. rember gui apps can resive pipe from cmd or send to
by Aleksey
17 years, 1 month

ReactOS gdt limit
by Henning Schild
17 years, 2 months

Ntifs.h
by Gabriel ilardi
17 years, 2 months

Re : [ros-bugs] [Bug 3177] New: I try ReactOS-0.3.4-QEMU. When i try screensaver it gives bluescreen
by Sylvain Petreolle
17 years, 2 months

Re: [ros-dev] [ros-diffs] [cfinck] 32909: Manually sync "comctl32" and "comdlg32" on request of Apostolos Alexiadis. Just translation updates
by Aleksey
17 years, 2 months

About ext2 driver installer
by King InuYasha
17 years, 2 months

win32k public headers
by Timo Kreuzer
17 years, 2 months

[ros-diffs] [tkreuzer] 32743: - make Simplecall definitions (NtUserCallXxx) compatible to different Win versions
by James Tabor
17 years, 2 months

A question about SepCreateSystemProcessToken
by Xiaoming Gao
17 years, 2 months

ReactOS 0.34 (Installation CD) issues
by Bernd Blaauw
17 years, 2 months

Reactos booting to CLI
by Marc Piulachs
17 years, 2 months

Regarding Tsonic OS (2)
by David Eckert
17 years, 3 months

Regarding Tsonic OS
by David Eckert
17 years, 3 months

Re: [ros-dev] Hello , we are searching for people with programing skills for the operating system Tsonic OS.
by Mark Tempel
17 years, 3 months

Re: [ros-dev] [ros-diffs] [fireball] 32667: - Fix build.
by Steven Edwards
17 years, 3 months

Re: [ros-dev] [ros-diffs] [greatlrd] 32652: part 2/2 for implement GetAppCompatFlags left todo implemented set AppCompatFlags
by Aleksey Bragin
17 years, 3 months

Small suggestion
by Heis Spiter
17 years, 3 months

WDF support
by Andy Grover
17 years, 3 months

All servers down
by Aleksey Bragin
17 years, 3 months

Re: [ros-dev] [ros-diffs] [fireball] 32521: - Fix leaking an entry in some cases during ObpFreeCapturedAttributes call. For more details: http://www.reactos.org/forum/viewtopic.php?t=5311.
by Alex Ionescu
17 years, 3 months

Re: [ros-dev] [ros-diffs] [mpiulachs] 32449: Add support for multiple architectures to autorun.inf
by Steven Edwards
17 years, 3 months

make livecd failure
by Steven Edwards
17 years, 4 months

boot regressions
by Steven Edwards
17 years, 4 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 32371: Fixed several off-by-one errors when playing with the PFN database array size. Among other things, certain valid pages would be considered invalid, and also the PFN database wouldn't be properly erased on startup (which would result in a crash after a warm reboot or restarting the emulator).
by Pablo Menichini
17 years, 4 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 32333: Added cache sweeping code into the HAL, for ARM926EJ-S and ARM1026EJ-S CPUs. Finished implementation of KiSystemStartup. Copied KiInitializeKernel from x86 to ARM, removing irrelevant parts. This is our curren
by Steven Edwards
17 years, 4 months

Re: [ros-dev] [ros-diffs] [ros-arm-bringup] 32333: Added cache sweeping code into the HAL, for ARM926EJ-S and ARM1026EJ-S CPUs. Finished implementation of KiSystemStartup. Copied KiInitializeKernel from x86 to ARM, removing irrelevant parts. This is
by James Tabor
17 years, 4 months

17 years, 4 months

Re: [ros-dev] [ros-diffs] [cfinck] 32303: New ReactOS People Map based on Google Maps API (not yet on the Web server) The map integrates into the existing website and is linked with the RosCMS accounts. You can add a group of users (like Translators, Developers, Administrators, etc.) to the map or search for people and add them individually. I made tests with 500 random users on one map and it was still usable :-) Also there are easy features for setting your own position. I successfully tested the People M
by Gregor Brunmar
17 years, 4 months

Re: [ros-dev] [ros-diffs] [fireball] 32321: - Kernel's entrypoint is called NtProcessStartup right now, for ReactOS. If this is to be changed, it should be changed for all archs, not only for ARM.
by Aleksey Bragin
17 years, 4 months

Re: [ros-dev] [ros-diffs] [fireball] 32321: - Kernel's entrypoint is called NtProcessStartup right now, for ReactOS. If this is to be changed, it should be changed for all archs, not only for ARM.
by Alex Ionescu
17 years, 4 months

misc.c: LengthOfStrResource, AllocAndLoadString
by Timo Kreuzer
17 years, 4 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 32215: - Start implement Advanced General page - Update Russian translation
by gedmurphy
17 years, 4 months

[ros-diffs] [tkreuzer] 32203: remove obsolete syscalls
by James Tabor
17 years, 4 months

right way form shared modules
by netzimme@aim.com
17 years, 4 months

Re: [ros-dev] [ros-diffs] [dchapyshev] 32137: - Add Russian translation - Move application title to resources
by gedmurphy
17 years, 4 months

Re: [ros-dev] [ros-diffs] [cwittich] 32018: compilerflags can be set for compiler {ALL|CC|CPP} now (ALL is default)
by tamlin@algonet.se
17 years, 4 months

Re: [ros-dev] [ros-diffs] [cwittich] 32018: compilerflags can be set for compiler {ALL|CC|CPP} now (ALL is default)
by Marc Piulachs
17 years, 4 months

Re: [ros-dev] [ros-diffs] [arty] 32007: Fix termination of process under debug.
by Alex Ionescu
17 years, 4 months

Re: [ros-dev] [ros-diffs] [cwittich] 31978: remove statement with no effect
by Alex Ionescu
17 years, 4 months

How to get the permission to commit code?
by Xiaoming Gao
17 years, 4 months

no need to fix apic ldr configure
by Xiaoming Gao
17 years, 4 months

may it is a problem(about Completion port)
by Yee Jacky
17 years, 4 months

Re: [ros-dev] Hi, does ReactOS support x86 multiprocessor completely for now?
by Aleksey Bragin
17 years, 4 months

Hi, does ReactOS support x86 multiprocessor completely for now?
by Xiaoming Gao
17 years, 4 months

delay loading dlls
by Timo Kreuzer
17 years, 5 months

Re: [ros-dev] [ros-diffs] [peterw] 31817: Big polish translation patch by Olaf Siejka (caemyr AT gmail DOT com) See issue #2944 for more details. - Polish translation for 0.3.4 is now complete... almost :) One thing left is kernel32 error codes. As it requires inte
by Marc Piulachs
17 years, 5 months

Re: [ros-dev] Crash caused by Sysinternals FileMon 7.04 found by Christoph
by tamlin@algonet.se
17 years, 5 months

Re: [ros-dev] heap.c
by Aleksey Bragin
17 years, 5 months

heap.c
by Oriol
17 years, 5 months

Crash caused by Sysinternals FileMon 7.04 found by Christoph
by James Tabor
17 years, 5 months

advapi32 crypt update from wine
by Christoph Brill
17 years, 5 months

Patch for misc cleanups from Wine
by Christoph Brill
17 years, 5 months

Update shdocvw from wine
by Christoph Brill
17 years, 5 months

Patch for msvcrt20
by Christoph Brill
17 years, 5 months

[PATCH] Sync msiexec againt wine
by Christoph Brill
17 years, 5 months

dll/cpl/usrmgr translation status
by Olaf Siejka
17 years, 5 months

bug in vfatfs.sys?
by Oriol
17 years, 5 months

Re: [ros-dev] bug in vfatfs.sys?
by Aleksey Bragin
17 years, 5 months

Re : bug in vfatfs.sys?
by Sylvain Petreolle
17 years, 5 months

Re: [ros-dev] [ros-diffs] [mpiulachs] 31563: - Show localized error messages
by Ged Murphy
17 years, 5 months
Results per page: