Ros-dev

ros-dev@reactos.org
  • 5789 discussions

Notice Of Intent - Visual Studio Build of ReactOS
by J. C. Jones
12 years, 5 months

Notice Of Intent - Visual Studio Build of ReactOS - Take II
by J. C. Jones
12 years, 5 months

Re: [ros-dev] [ros-diffs] [hbelusca] 58154: [REACTOS] Fix the debugging macros introduced in r58132 (for the _FATAL case): do not use exceptions but instead a breakpoint followed by a process termination procedure (or a bug...
by Timo Kreuzer
12 years, 5 months

Re: [ros-dev] [ros-diffs] [hbelusca] 58135: [REACTOS] - Fix the debugging macros I've introduced in r58132; in particular do not use while(true); for forbidding the user to continue execution, but instead raise an exception...
by Timo Kreuzer
12 years, 5 months

Re: [ros-dev] [ros-diffs] [hbelusca] 58110: while (TRUE); (when something is unimplemented) ---> ASSERT(FALSE); // while (TRUE); (unless we deal with a 'noreturn' function), and in some cases, return an adequate value. Part...
by Aleksey Bragin
12 years, 5 months

Monthly meeting December 2012 rescheduled
by Aleksey Bragin
12 years, 5 months

IPv6 link down
by Pierre Schweitzer
12 years, 5 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 58101: [WIN32K] Revert the revert from r58091 and apply a correct fix (passed parameters to RECTL_vSetRect() in wrong order)
by Jérôme Gardou
12 years, 5 months

Re: [ros-dev] [ros-diffs] [hbelusca] 58016: [MSVCRT] Export __crtLCMapStringW and correct __crtLCMapStringA: their prototypes are : int CDECL __crtLCMapStringW(LCID lcid, DWORD mapflags, const wchar_t *src, int srclen, wcha...
by Jérôme Gardou
12 years, 5 months

New testbot slave
by Pierre Schweitzer
12 years, 5 months

Universities collaboration
by Aleksey Bragin
12 years, 5 months

Re: [ros-dev] [ros-diffs] [tfaber] 57976: [EXPLORER_NEW] - Add a manifest file to support theming - Formatting fixes - Based on Andrew Green's GSoC branch
by Ged Murphy
12 years, 5 months

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Release: build failed
by Pierre Schweitzer
12 years, 6 months

Re: [ros-dev] [ros-diffs] [jgardou] 57909: [INCLUDE/CRT] - _CRT_NON_CONFORMING_SWPRINTFS is not relevant for us.
by Timo Kreuzer
12 years, 6 months

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed
by Pierre Schweitzer
12 years, 6 months

Re: [ros-dev] [ros-diffs] [tfaber] 57815: [SPIDER] - Only dissolve a stack of cards if they're of the same color - Allow easier recognition of suit in concealed cards - Patch by Marcel Leyendeckers, m dot leyendeckers at gm...
by Timo Kreuzer
12 years, 6 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57899: [FREELDR] - Use a list of possible operating system method loading to load ReactOS / ROS-Setup / Windows / Linux or booting from a disk / partition ..., instead of using a (huge) ...
by Aleksey Bragin
12 years, 6 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 57792: [NTOSKRNL] ExFreePool -> ExFreePoolWithTag
by Aleksey Bragin
12 years, 6 months

24pullrequests.com
by Александр
12 years, 6 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57780: [CPORTLIB/FREELDR] GetByte --> Wait for data (with timeout) and get it if available. PollByte --> Check for data, get it if available, and return immediately.
by Timo Kreuzer
12 years, 6 months

November Status Meeting Tomorrow
by Aleksey Bragin
12 years, 6 months

Re: [ros-dev] [ros-general] Services downtime
by Colin Finck
12 years, 7 months

Server upgrade next Friday
by Colin Finck
12 years, 7 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57701: [CSRSRV] - Use a variable ServerDll instead of using each time CsrLoadedServerDll[i], as it is done in some other places. - Clean the code (remove extra-parentheses). - Zero-out t...
by Alex Ionescu
12 years, 7 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 57674: [DOXYGEN] ReactOS is not C only. Enable support builtin STL.
by Timo Kreuzer
12 years, 7 months

[ros-diffs] [jgardou] 57679: [USER32] - Avoid more rounding issues and hopefully fix MSC build
by James Tabor
12 years, 7 months

Meeting rescheduled!
by Aleksey Bragin
12 years, 7 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57526: [BOOTDATA-CMAKE] Add a bin\data directory for holding data files which can be used for tests.
by Hermès BÉLUSCA - MAÏTO
12 years, 8 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57526: [BOOTDATA-CMAKE] Add a bin\data directory for holding data files which can be used for tests.
by Timo Kreuzer
12 years, 8 months

Re: [ros-dev] [ros-diffs] [ekohl] 57517: [LSASRV] Implement lookup of accounts in the account domain of the SAM database. The advapi32 security winetest shows proper domain and account names for the administrator and guest ...
by Alex Ionescu
12 years, 8 months

Re: [ros-dev] [ros-diffs] [ekohl] 57503: [LSASRV] - Make LsarLookupNames, LsarLookupNames2 and LsarLookupNames4 call LsapLookupNames and convert the results where this is needed. - Split the lookup code in LsapLookupSids in...
by Timo Kreuzer
12 years, 8 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57504: [NTOSKRNL] Rearrange the NtQuerySystemEnvironmentValue code to have successive logical checks.
by Timo Kreuzer
12 years, 8 months

Re: [ros-dev] [ros-diffs] [tfaber] 57485: [SHELL32] - Fix what might finally be the last missing "this->" instances left over from the C++ conversion (used a regex this time)
by Timo Kreuzer
12 years, 8 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57462: [REGEDIT] - WCHAR ==> TCHAR in (before a REALLY conversion of regedit into UNICODE) - Correct some mistakes in displayed strings - Improve informative / warning / error messages w...
by Timo Kreuzer
12 years, 8 months

Everithing is down?
by Александр
12 years, 8 months

General life fault
by caemyr@myopera.com
12 years, 8 months

Re: [ros-dev] [ros-diffs] [hbelusca] 57400: [NTOSKRNL] Coverity code defects fixes : - Cache: CID 701441 - Config: CIDs 716570, 716669, 716760 - Dbgk: Kdbg: CIDs 716571, 515128/9, 500432 - Ex: CIDs 500156/7, 515122, 716200/...
by Pierre Schweitzer
12 years, 8 months

Monthly meeting - September 2012
by Aleksey Bragin
12 years, 8 months

Fwd: buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
12 years, 9 months

Re: [ros-dev] [ros-diffs] [akhaldi] 57313: * Don't use -momit-leaf-frame-pointer in debug gcc builds, it messes up stack traces. * Remove it from the amd64 gcc builds too.
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [mnordell] 57288: Add comment explaining initialization.
by Thomas Faber
12 years, 9 months

uLAN driver with ReactOS USB advances and some questions
by Pavel Pisa
12 years, 9 months

Affects Version field
by Timo Kreuzer
12 years, 9 months

Component list rewrite
by caemyr@myopera.com
12 years, 9 months

Fwd: buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
12 years, 9 months

Jira search
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [ion] 57284: [NTOSKRNL]: Use the token lock acquire/release macros that were already written instead of manually doing it. Also fix the macros since they didn't work in GCC. No functional change, j...
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [ion] 57284: [NTOSKRNL]: Use the token lock acquire/release macros that were already written instead of manually doing it. Also fix the macros since they didn't work in GCC. No functional change, j...
by Ged Murphy
12 years, 9 months

Jira Planning
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [mnordell] 57198: Silence compiler warning
by Thomas Faber
12 years, 9 months

Re: [ros-dev] [ros-diffs] [akhaldi] 57260: [CMAKE] * Refer to the PSEH lib using its variable.
by Timo Kreuzer
12 years, 9 months

PSEH3
by Timo Kreuzer
12 years, 9 months

Bugzilla outage
by Aleksey Bragin
12 years, 9 months

Fwd: buildbot failure in ReactOS on CMake_x86_MSVCWin Debug
by caemyr@myopera.com
12 years, 9 months

Re: [ros-dev] buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
12 years, 9 months

Fwd: buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
12 years, 9 months

Problem with dbgwin revisions from Windows builder
by caemyr@myopera.com
12 years, 9 months

Re: [ros-dev] [ros-diffs] [ion] 57215: [NTOSKRNL]: Do not return data in failure cases in NtProtectVirtualMemory. [NTOSKRNL]: No longer support non-ARM3 sections in NtProtectVirtualMemory, as the only OS calls were already ...
by Thomas Faber
12 years, 9 months

Monthly meeting - August 2012
by Aleksey Bragin
12 years, 9 months

Re: [ros-dev] [ros-diffs] [jgardou] 57171: [MINGWEX] - mark DllMain as a weak symbol for GCC. - supply a stubbed DllMain for MSVC. - DllMain is optional, and some DLLs don't implement it. That doesn't mean that they have no...
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 57141: [FREELDR] Improve readability of sector calculation
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [jgardou] 57160: [OPENGL32_WINETEST] - Sync with wine
by Thomas Faber
12 years, 9 months

Good bye RBuild
by Pierre Schweitzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [akhaldi] 57151: [CMAKE/MSVC] Hermès Bélusca: * Fix a bug in the way we compiled the boot sectors on the x64 build. * Consistently set the mc compiler, like gcc builds. * Use proper variables when ...
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [jgardou] 57124: [WINED3D] - MSVC needs INFINITY and NAN from wine/port.h. It can't be included from a header Will be sent upstream
by Thomas Faber
12 years, 9 months

Re: [ros-dev] [ros-diffs] [jgardou] 57129: [WIN32K] - Use the right surface for direct DCs in DIB transfer functions It could have changed with a display settings change
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [fireball] 57119: [CRT] - Use wine's wctype table in CRT for iswctype() function. Previous implementation was returning incorrect information for non-Latin characters. Problem found and fixed by Se...
by Timo Kreuzer
12 years, 9 months

Re: [ros-dev] [ros-diffs] [jimtabor] 57101: [NtUser] - Stop spurious window handle errors and code fixes.
by Thomas Faber
12 years, 10 months

ReactOS Services partial downtime
by Pierre Schweitzer
12 years, 10 months

Bug 7247: msvcrt Should Uses SEH and crtdll Does Not
by James Tabor
12 years, 10 months

Old bootcd ISO files
by caemyr@myopera.com
12 years, 10 months

Fwd: buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
12 years, 10 months

(no subject)
by saeid
12 years, 10 months

Re: [ros-dev] [ros-bugs] [Bug 6035] Abiword 2.8.6: confirmation messagebox without text
by thomas@parker.iz34.com
12 years, 10 months

Re: [ros-dev] [ros-bugs] [Bug 6035] Abiword 2.8.6: confirmation messagebox without text
by thomas@parker.iz34.com
12 years, 10 months

Re: [ros-dev] [ros-diffs] [tfaber] 57044: [LIBTIFF] - Fix a warning
by Timo Kreuzer
12 years, 10 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 57009: [NTOSKRNL] Try to fix crash detection in sysreg
by Timo Kreuzer
12 years, 10 months

MSVC build breakage
by caemyr@myopera.com
12 years, 10 months

First Contract Issued
by Zachary Gorden
12 years, 10 months

Re: [ros-dev] [ros-diffs] [akhaldi] 56973: [CLASSPNP] * Explicitly mark the functions as stdcall (NTAPI).. -mrtd changes the default calling convention, but name-decoration isn't affected by this. The -mrtd feature has its ...
by Timo Kreuzer
12 years, 10 months

Monthly meeting - July 2012
by Aleksey Bragin
12 years, 10 months

Re: [ros-dev] July Meeting- May I come?
by Ben Rossington
12 years, 10 months

Re: [ros-dev] [ros-diffs] [dreimer] 56956: Update rapps to recent versions. FF 3.6 and Thunderbird 3 is no more and thus is hosted on the same spot as the older FF versions are. Fox Audio is updated to 0.9.1 including head ...
by Pierre Schweitzer
12 years, 10 months

Re: [ros-dev] [ros-diffs] [jgardou] 56951: [WIN32SS/NTGDI] - Do not assume that DC has a valid surface attached in GreExtTextOutW
by Timo Kreuzer
12 years, 10 months

Re: [ros-dev] [ros-diffs] [jgardou] 56947: [WIN32SS/GDI]
by Jérôme Gardou
12 years, 10 months

Forced To Clean for Every Line Change!
by James Tabor
12 years, 10 months

Meeting with JaixBly
by Aleksey Bragin
12 years, 11 months

ReactOS and accessibility
by simon.eigeldinger@vol.at
12 years, 11 months

Re: [ros-dev] [ros-diffs] [ion] 56906: [NTOSKRNL]: Implement support for session pool (not yet enabled) and session space (implemented and enabled, but nobody is calling the APIs yet). [NTOSKRNL]: Implement MmMapViewOInSess...
by Ged Murphy
12 years, 11 months

ROS-Diffs fails on special characters in commit message
by Thomas Faber
12 years, 11 months

July 2012 Meeting A Minutes
by Zachary Gorden
12 years, 11 months

Monthly meeting rescheduled
by Aleksey Bragin
12 years, 11 months

ReactOS on ARM, working on the iPhone
by Richardo Stallmanu
12 years, 11 months

Meeting Thursday 7/5/2012
by Zachary Gorden
12 years, 11 months

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed
by Pierre Schweitzer
12 years, 11 months

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed
by Pierre Schweitzer
12 years, 11 months

Newbie to ReactOS
by Lonnie Cumberland
12 years, 11 months

ReactOS and MS XP compatability
by Lonnie Cumberland
12 years, 12 months

Re: [ros-dev] [ros-diffs] [akhaldi] 56731: [CMAKE/MIDL] * Alter the way we handle the dlldata generation with midl. This works around the warnings we get about multiple rules to generate proxy.dlldata.c. * Brought to yo by ...
by Timo Kreuzer
13 years

Re: [ros-dev] buildbot exception in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
13 years

Debug log problems
by Aleksey Bragin
13 years

ReactOS fundraising campaign
by Javier Agustìn Fernàndez Arroyo
13 years

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed
by Pierre Schweitzer
13 years

Monthly meeting - May 2012
by Aleksey Bragin
13 years

saeid hoveizi
by saeid
13 years

[ros-diffs] [jimtabor] 56655: - Add RegisterClassNameW to ComCtl32.
by James Tabor
13 years

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Debug: build failed
by Pierre Schweitzer
13 years

Core developer
by none ofyourbussines
13 years, 1 month

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Release: build failed
by Pierre Schweitzer
13 years, 1 month

Disappeared thread in forum
by Sven Barth
13 years, 1 month

Msdos support
by none ofyourbussines
13 years, 1 month

[ros-diffs] [tkreuzer] 56478: [WIN32K] A pointer is not a handle.
by James Tabor
13 years, 1 month

mail
by none ofyourbussines
13 years, 1 month

Re: [ros-dev] [ros-diffs] [tkreuzer] 56442: [PSEH] Fix a serious bug in PSEH that could lead to stack corruption and was causing CSRSS to crash, when large amounts of text were output on the console. Background: PSEH used _...
by Alex Ionescu
13 years, 1 month

Re: [ros-dev] [ros-diffs] [arty] 56441: [NTOSKRNL] Remove PAGEOPs and use the argument to pass relevant information where needed, including generally a section page table entry or a PFN_NUMBER. In its place, the code looks ...
by Alex Ionescu
13 years, 1 month

mail
by none ofyourbussines
13 years, 1 month

Monthly meeting - April 2012
by Aleksey Bragin
13 years, 1 month

April 2012 Meeting Minutes
by Amine Khaldi
13 years, 1 month

2nd Boot Regional Settings Crash
by James Tabor
13 years, 1 month

Re: [ros-dev] [ros-diffs] [tkreuzer] 56356: [NTOSKRNL] Fix SepGet*FromDescriptor, returning NULL, when the relative offset is 0. Fixes VMware tools installer.
by Ged Murphy
13 years, 1 month

Does CMake take longer than rbuild
by Marvin Zhang
13 years, 2 months

The ReactOS Foundation takes part in the IPv6 Launch Day
by Pierre Schweitzer
13 years, 2 months

I'd like to hear about your plans for 0.4.0
by Brent Newland
13 years, 2 months

Re: [ros-dev] [ros-diffs] [akhaldi] 56311: * Reorganize the whole ReactOS codebase into a new layout. Discussing it will only waste time, so we better have it then talk about it after. * Put ntoskrnl and ntdll in the same f...
by Aleksey Bragin
13 years, 2 months

Re: [ros-dev] [ros-diffs] [sginsberg] 56333: - Even while I love having the trap/fpu/context code in C, the bugs this switch introduced continue to amaze me. This time, fix a bug from 45156 when KiFlushNPXState was rewritte...
by Aleksey Bragin
13 years, 2 months

March 2012 Meeting Minutes
by Colin Finck
13 years, 2 months

Facebook fanpage
by Ged Murphy
13 years, 2 months

Monthly meeting - March 2012
by Aleksey Bragin
13 years, 2 months

PBD parser.
by Svyatoslav Kuzmich
13 years, 2 months

Re: [ros-dev] [ros-diffs] [tfaber] 56192: [SHELL32] - Fix another local vs member variable issue.
by Timo Kreuzer
13 years, 2 months

New set of potential(?) bugs and its fixes(?)
by victor martinez
13 years, 2 months

Kdserial use in first stage
by Sylvain Petreolle
13 years, 2 months

Fwd: buildbot failure in ReactOS on CMake_x86_MSVCWin Debug
by caemyr@myopera.com
13 years, 3 months

Commit by tfaber :: r56146 / (2 files in 2 dirs): (link) [CLT2012] Done here. Tag the release.
by Javier Agustìn Fernàndez Arroyo
13 years, 3 months

Re: [ros-dev] [ros-diffs] [rharabien] 56132: [COMCTL32] - When installing dll copy manifest to winsxs\manifests directory as comctl32 before sync did. Fixes Firefox 10 regression. See issue #6910 for more details.
by Timo Kreuzer
13 years, 3 months

Re: [ros-dev] [ros-diffs] [cgutman] 56113: [HIVESYS] - Merge back many old changes from i386 to AMD64
by Cameron Gutman
13 years, 3 months

INI editor for Reactos
by Aleksey Bragin
13 years, 3 months

Re: [ros-dev] [ros-diffs] [akhaldi] 56104: [CMAKE] * Fix a typo.
by Jérôme Gardou
13 years, 3 months

Re: [ros-dev] buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] buildbot exception in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-diffs] [jgardou] 56082: [DAMN_IT] - addendum to r56081
by Jérôme Gardou
13 years, 3 months

Re: [ros-dev] [ros-diffs] [jgardou] 56083: Branch for C++. Amine will be proud.
by Aleksey Bragin
13 years, 3 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 56077: [DDK] Fix release build?
by Timo Kreuzer
13 years, 3 months

Re: [ros-dev] buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-diffs] [cgutman] 56069: [NTOSKRNL] - Fix the unload path - This does expose some bugs: 2 cont-able assertions in ARM3 after unplugging a USB storage device (during usbstor unload), HID unload doesn't seem...
by Cameron Gutman
13 years, 3 months

Problems with patchbot/newcc/rosbe
by caemyr@myopera.com
13 years, 3 months

Fwd: buildbot failure in ReactOS on Windows_AMD64_1 VBox-Test
by caemyr@myopera.com
13 years, 3 months

Release builds are back
by Pierre Schweitzer
13 years, 3 months

Re: [ros-dev] [ros-diffs] [cgutman] 56043: [NEWCC] - Turn NewCC on temporarily for some testing - Patchbot is broken so I had to do it this way :(‏
by Pierre Schweitzer
13 years, 3 months

Fwd: buildbot failure in ReactOS on CMake_x86_GCCWin Debug
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-diffs] [cgutman] 55978: [STORAGE] - Back by popular demand, the storage driver to end all storage drivers, uniata! - I had forgotten how many issues atapi had itself and the hardware compatibility improve...‏
by Pierre Schweitzer
13 years, 3 months

Re: [ros-dev] buildbot failure in ReactOS on CMake_x86_MSVCWin Debug
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-builds] Linux_AMD64_1 KVM-CMake-Test: build failed
by Pierre Schweitzer
13 years, 3 months

Re: [ros-dev] buildbot failure in ReactOS on CMake_x86_MSVCWin Debug
by caemyr@myopera.com
13 years, 3 months

Cmake result differences
by Bernd Blaauw
13 years, 3 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 55943: Party revert r55722: "[CSRSRV]: Some misc cleanup of dead code. No functional change.", which caused MSVC builds to hang on 2nd stage
by Alex Ionescu
13 years, 3 months

Rasberry Pi
by Ged Murphy
13 years, 3 months

KVM regtest CDs available
by Pierre Schweitzer
13 years, 3 months

Re: [ros-dev] [ros-builds] CMake_x86_GCCLin Debug: build failed
by Pierre Schweitzer
13 years, 3 months

mikeos
by mikey sibert
13 years, 3 months

February 2012 Meeting Minutes
by Amine Khaldi
13 years, 3 months

Re: [ros-dev] [ros-diffs] [pschweitzer] 55861: [USER32] Correct user32 japanese translation (and fix build as well)
by Amine Khaldi
13 years, 3 months

Re: [ros-dev] [ros-diffs] [dgorbachev] 55835: [FREELDR][NTOSKRNL] Update linker scripts.
by Timo Kreuzer
13 years, 3 months

Developer meeting
by mikey sibert
13 years, 3 months

Re: [ros-dev] [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-diffs] [sginsberg] 55813: Some misc fixes to Prefast. [DDK] - ndis.h Don't use local variables with the same name as function parameters. [PSDK] - access.idl Remove incorrect annotation - usbioctl.h Not r...
by Timo Kreuzer
13 years, 3 months

Monthly meeting - February
by Aleksey Bragin
13 years, 3 months

change in email
by mikey sibert
13 years, 3 months

http://j00ru.vexillium.org/ntapi/
by mikey sibert
13 years, 3 months

system call list
by mikey sibert
13 years, 3 months

Re: [ros-dev] [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-diffs] [jgardou] 55770: [NTOSKRNL/MM] - finally, release user shared data at process address space cleanup. - release PDE pages that might not be freed at process end. - Let the caller handle PDE release ...
by Jérôme Gardou
13 years, 3 months

Re: [ros-dev] [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Fwd: [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-builds] Windows_AMD64_1 VBox-Test: build failed
by caemyr@myopera.com
13 years, 3 months

Re: [ros-dev] [ros-builds] CMake_x86_GCCWin Debug: build failed
by caemyr@myopera.com
13 years, 3 months

new
by Mikey
13 years, 3 months

Re: [ros-dev] Ram/hdd
by Mikey
13 years, 3 months

Re: [ros-dev] Ram/hdd
by Mikey
13 years, 3 months

13 years, 3 months

Re: [ros-dev] Ram/hdd
by Mikey
13 years, 3 months

Re: [ros-dev] Ram/hdd
by Mikey
13 years, 4 months

Ram/hdd
by Mikey
13 years, 4 months

Re: [ros-dev] Unused mailing lists
by Mikey
13 years, 4 months

[ros-diffs] [tkreuzer] 55636: [WIN32K] - Small code improvement without functional change for rtlstr functions
by James Tabor
13 years, 4 months

Re: [ros-dev] [ros-diffs] [jgardou] 55631: [NTOSKRNL/MM] - use ARM3 allocation for PDE pages. There is now one table for system PDEs, and their pages are not leaked anymore. Also fix bug 5857 (aka mshtml bug). Only for x86 ...
by Aleksey Bragin
13 years, 4 months

New ros-builds ML
by Pierre Schweitzer
13 years, 4 months

Re: [ros-dev] Unused mailing lists
by Mikey
13 years, 4 months

Unused mailing lists
by Aleksey Bragin
13 years, 4 months

[ros-diffs] [rharabien] 55576: [COMCTL32] - Sync to Wine 1.3.37
by James Tabor
13 years, 4 months

Re: [ros-dev] [ros-diffs] [cgutman] 55569: [USBDRV] - Terminate the NT4 USB driver
by Aleksey Bragin
13 years, 4 months

Testman blacklisting
by Kamil Hornicek
13 years, 4 months

Announcement RosBE 2.0 for Windows
by Daniel Reimer
13 years, 4 months

RosBE-Unix 2.0 released
by Pierre Schweitzer
13 years, 4 months

Re: [ros-dev] [ros-diffs] [tkreuzer] 55518: [FREELDR] - Enable new heap code and cleanup the heap, releasing unused memory, before starting reactos - Gives our kernel about 4MB additional memory, which - at the current leak...
by Aleksey Bragin
13 years, 4 months

GSoC 2012
by Colin Finck
13 years, 4 months

Automated tests on Real HardWare + USB-trunk tests
by Jan Blomqvist Kinander
13 years, 4 months

Re: [ros-dev] [ros-diffs] [janderwald] 55447: [DISK_NEW] - Fix compilation of new disk driver - Patch by Alex Ionescu
by Jérôme Gardou
13 years, 4 months
Results per page: