Re: [ros-dev] [ros-diffs] [reactos] 06/12: [EXT2] Correctly zero memory before using it

2019-04-01 Thread Pierre Schweitzer
RtlZeroMemory(Prefix, sizeof(WCHAR) * HIDINGPAT_LEN); > +RtlZeroMemory(Suffix, sizeof(WCHAR) * HIDINGPAT_LEN); > RtlZeroMemory(MountPoint, sizeof(USHORT) * 4); > RtlZeroMemory(DrvLetter, sizeof(CHAR) * 4); > > -- Pierre Schweitzer System & Network Administ

Re: [ros-dev] [ros-diffs] [reactos] 01/01: [FREETYPE] Fix 3 regressions in one patch

2019-03-12 Thread Pierre Schweitzer
nt < MaxCount) > + { > +FontFamilyFillInfo([*pCount], pFromW->Buffer, NULL, > FontGDI); > +} > +(*pCount)++; > } > > return TRUE; > @@ -5426,7 +5534,7 @@ NtGdiGetFontFamilyInfo(HDC Dc, > /* Enumerate font families in the global list */ > IntLockGlobalFonts(); > Count = 0; > -if (! GetFontFamilyInfoForList(, Info, NULL, , Size, > _FontListHead) ) > +if (! GetFontFamilyInfoForList(, Info, , Size, > _FontListHead) ) > { > IntUnLockGlobalFonts(); > ExFreePoolWithTag(Info, GDITAG_TEXT); > @@ -5437,7 +5545,7 @@ NtGdiGetFontFamilyInfo(HDC Dc, > /* Enumerate font families in the process local list */ > Win32Process = PsGetCurrentProcessWin32Process(); > IntLockProcessPrivateFonts(Win32Process); > -if (! GetFontFamilyInfoForList(, Info, NULL, , Size, > +if (! GetFontFamilyInfoForList(, Info, , Size, > >PrivateFontListHead)) > { > IntUnLockProcessPrivateFonts(Win32Process); > -- Pierre Schweitzer System & Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. signature.asc Description: OpenPGP digital signature ___ Ros-dev mailing list Ros-dev@reactos.org http://reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [reactos] 01/01: [CDFS] Make windows gcc release build compile, regression CORE-15659

2019-01-22 Thread Pierre Schweitzer
atusEx ( > > #else > > +#ifdef __REACTOS__ > +static // make windows gcc release build compile > INLINE > +#endif > DECLSPEC_NORETURN > VOID > CdRaiseStatusEx( > -- Pierre Schweitzer System & Network Administrator Senior Ker

Re: [ros-dev] Web services down

2018-12-26 Thread Pierre Schweitzer
We seem to be back to normal state. Please report if some service is still not working properly. Pierre Schweitzer wrote on Wed, December 26th, 2018, 4:43 PM: > Dear all, > > Due to an unexpected outage touching our hoster infrastructure, our DB server > is currently down and it

[ros-dev] Web services down

2018-12-26 Thread Pierre Schweitzer
Dear all, Due to an unexpected outage touching our hoster infrastructure, our DB server is currently down and it affects all the web services relying on it. So, don't expect Jira, boards, wiki, website, and so on to work properly for now, I'll keep you informed when I have more information.

Re: [ros-dev] [ros-diffs] [reactos] 01/01: [DESK][SHELL32] Allow Desk.cpl to run standalone on WinXP/2003 again CORE-15412

2018-12-17 Thread Pierre Schweitzer
+cleanup: > +HeapFree(GetProcessHeap(), 0, pwszTempBuffer); > +HeapFree(GetProcessHeap(), 0, pwszExpandedBuffer); > +return result; > +} > + > +/******** > + * RegLoadMUIStringA > + * > + * @implemente

Re: [ros-dev] [ros-diffs] 03/03: [OLE32] The CoDisconnectContext() stub added in 6a2f9673 (PR #1044) is actually Vista+. Caught by Thomas Faber.

2018-11-18 Thread Pierre Schweitzer
all -stub CoDisconnectContext(long) > +@ stdcall -stub -version=0x600+ CoDisconnectContext(long) > @ stdcall CoDisconnectObject(ptr long) > @ stdcall CoDosDateTimeToFileTime(long long ptr) > kernel32.DosDateTimeToFileTime > @ stdcall -stub CoEnableCallCancellation(ptr) > -- Pierre

Re: [ros-dev] [ros-diffs] 01/01: [SERVICES] Fix timeout when a service is stopped

2018-10-05 Thread Pierre Schweitzer
atcher */ > + hStopThread = CreateThread(NULL, > + 0, > + (LPTHREAD_START_ROUTINE)ScmStopThread, > + (LPVOID)lpService, > + 0, > +

Re: [ros-dev] [ros-diffs] 01/01: [ADVAPI32][SERVICES] Add (dummy) password encryption/decryption functions to CreateServiceA/W and ChangeServiceConfigA/W in order to prepare to pass encrypted password

2018-09-17 Thread Pierre Schweitzer
+{ > +/* Wipe and release the password buffer */ > +ZeroMemory(lpClearTextPassword, > + (wcslen(lpClearTextPassword) + 1) * sizeof(WCHAR)); > + HeapFree(GetProcessHeap(), 0, lpClearTextPassword); > +} > + > if (dwError == ERROR_SUCCES

Re: [ros-dev] [ros-diffs] 01/01: [NTOS:MM] Fix paged pool expansion

2018-08-20 Thread Pierre Schweitzer
n failed: PointerPde->u.Hard.Valid == 0 *** Source File: /srv/buildbot/Build_GCCLin_x86/build/ntoskrnl/mm/ARM3/miarm.h, line 975 See testbots for instance: https://build.reactos.org/builders/Test%20VBox/builds/8625/steps/test/logs/stdio Cheers, Pierre -- Pierre Schweitzer System & Netwo

Re: [ros-dev] [ros-diffs] 01/01: [CONFIGURE] Added support for new VS 19.15.x

2018-08-16 Thread Pierre Schweitzer
13." > NUL && set VS_VERSION=15 > cl 2>&1 | find "19.14." > NUL && set VS_VERSION=15 > + cl 2>&1 | find "19.15." > NUL && set VS_VERSION=15 > if not defined VS_VERSION ( > echo Error: Visu

Re: [ros-dev] [ros-diffs] 01/01: [WIN32SS] Fix NtUserGetClipboardData for text paste (#645)

2018-07-03 Thread Pierre Schweitzer
&& pWinStaObj->spwndClipOwner) > +{ > +/* Send WM_RENDERFORMAT message */ > +pWinStaObj->fInDelayedRendering = TRUE; > +co_IntSendMessage(pWinStaObj->spwndClipOwner->head.h, > WM_RENDERFORMAT, (WPARAM)uSourceFmt, 0); > +pWinStaObj->fI

Re: [ros-dev] Microsoft acquires GitHub

2018-06-05 Thread Pierre Schweitzer
stinfo%2Fros-dev=02%7C01%7C%7Ca6b7a92ca5c146e5bc5e08d5cac00cc9%7C84df9e7fe9f640afb435%7C1%7C0%7C636637848550552040=V8%2B3DEP1VRUt2B34MdmNxVef9urlPZ8tYoamkdKQdts%3D=0> > > > > ___ > Ros-dev mailing list > Ros-dev@reactos.o

Re: [ros-dev] [ros-diffs] 04/05: [USETUP] Enhancements for filesystem utility functions.

2018-05-28 Thread Pierre Schweitzer
crollUpFileSystemList( > IN PFILE_SYSTEM_LIST List) > diff --git a/base/setup/usetup/fslist.h b/base/setup/usetup/fslist.h > index 685a2cfe2e..4433d381ba 100644 > --- a/base/setup/usetup/fslist.h > +++ b/base/setup/usetup/fslist.h > @@ -31,7 +31,7 @@ > typedef stru

Re: [ros-dev] [ros-diffs] 01/01: improve SHGetFileInfo (#118)

2018-02-16 Thread Pierre Schweitzer
; -{ > -WideCharToMultiByte(CP_ACP, 0, temppsfi.szDisplayName, -1, > - psfi->szDisplayName, sizeof(psfi->szDisplayName), NULL, > NULL); > - } > -if(flags & SHGFI_TYPENAME) > -{ > -WideCh

Re: [ros-dev] [ros-diffs] 01/01: [NTOS:KE] Replace "Fatal System Error" with "BugCheck"

2018-02-08 Thread Pierre Schweitzer
_ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer System & Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. signature.asc Description: OpenPGP digital signature ___

Re: [ros-dev] [ros-diffs] 01/01: [NTOS:KE] Replace "Fatal System Error" with "BugCheck"

2018-02-08 Thread Pierre Schweitzer
5d04303e8ae10047f21f >> >> commit 6ece4e9fc22d664ea2485d04303e8ae10047f21f >> Author: Serge Gautherie <reactos-git_serge_171...@gautherie.fr> >> AuthorDate: Wed Feb 7 06:29:02 2018 +0100 >> Commit: Pierre Schweitzer <pie...@reactos.org> >> CommitDate: Wed Feb 7 22

Re: [ros-dev] Making bluescreens more useful

2018-01-10 Thread Pierre Schweitzer
https://github.com/ThFabba/reactos/commit/6a9f172b76bd11f763598c16e5d47299eec1971c > > Thoughts? > > > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev > -- Pierre Schweitzer System

Re: [ros-dev] Regression in r75772 broke multiple disk drive support

2017-09-20 Thread Pierre Schweitzer
This regression got fixed with r75911. Can you confirm it's OK on your side? Le 18/09/2017 à 22:41, Pierre Schweitzer a écrit : > Ack. See https://jira.reactos.org/browse/CORE-13805 > > Thanks for the report. > > Le 17/09/2017 à 17:39, Dimitrij Klingbeil a écrit : >> Hi all

Re: [ros-dev] Regression in r75772 broke multiple disk drive support

2017-09-18 Thread Pierre Schweitzer
ng (not subscribed to the list) > address by mistake. I think the first one was rejected by the list SW, > but sorry if the message appears twice. > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer System &

Re: [ros-dev] [ros-diffs] [cfinck] 75630: [FS_REC] - Add a detection routine for CDFS (ISO-9660) volumes that verifies the Primary Volume Descriptor. - Use this to also detect CDFS on disks and load t

2017-08-21 Thread Pierre Schweitzer
t; > Modified: trunk/reactos/drivers/filesystems/fs_rec/udfs.c > URL: > http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fs_rec/udfs.c?rev=75630=75629=75630=diff > == > --- trunk/reactos/drivers/filesystems/fs_rec/udfs.c [iso-8859-1] (original) > +++ trunk/reactos/drivers/filesystems/fs_rec/udfs.c [iso-8859-1] Sun Aug 20 > 15:30:59 2017 > @@ -125,7 +125,7 @@ > MountDevice = Stack->Parameters.MountVolume.DeviceObject; > if (FsRecGetDeviceSectorSize(MountDevice, )) > { > -/* Check if it's an actual FAT volume */ > +/* Check if it's an actual UDF volume */ > if (FsRecIsUdfsVolume(MountDevice, SectorSize)) > { > /* It is! */ > > -- Pierre Schweitzer System & Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] [ros-diffs] [hbelusca] 72922: [KD] - When enabling or disabling the kernel debugger and setting the KdDebuggerEnabled flag, also update the corresponding user-mode flag in SharedUserData

2016-10-06 Thread Pierre Schweitzer
*/ > - > DPRINT1("---\n"); > +DPRINT1("-\n"); This specific change has likely broken any testbot running sysreg2 and vmware or vbox. Why was

Re: [ros-dev] [ros-diffs] [dchapyshev] 72835: [NTOS:FSRTL] Rework FsRtlIsNameInExpressionPrivate for correct parsing some expressions * Fixes 1 test for kmtest:FsRtlExpression and 15 tests for kernel3

2016-09-28 Thread Pierre Schweitzer
ion++] = > (ExpressionPosition + sizeof(WCHAR)) * 2; > +} > + > +/* Leave from loop */ > break; > } > -ExpressionPosition++; > -} > -} > - > - if (BackTracking != BackTrackingBuffer) > -

Re: [ros-dev] [ros-diffs] [jgardou] 72435: [KDGDB] - Implement setting and removing breakpoints - Implement single-stepping - Only get past the breakpoint instruction when it comes from RtlpBreakWithS

2016-08-23 Thread Pierre Schweitzer
/ > @@ -203,16 +208,15 @@ > > if (!Resuming) > { > +/* Report the idle thread */ > +#if MONOPROCESS > +ptr += sprintf(ptr, "1"); > +#else > +ptr +=

Re: [ros-dev] [ros-diffs] [jgardou] 72435: [KDGDB] - Implement setting and removing breakpoints - Implement single-stepping - Only get past the breakpoint instruction when it comes from RtlpBreakWithS

2016-08-23 Thread Pierre Schweitzer
Modified: trunk/reactos/drivers/base/kdgdb/kdcom.c > URL: > http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/base/kdgdb/kdcom.c?rev=72435=72434=72435=diff > ====== > --- trunk/reactos/drivers/base/kdgdb/kdcom

Re: [ros-dev] [ros-diffs] [tthompson] 71945: [NTFS] *AddRun() - Don't leak RunBuffer when encountering errors. Handle exception from FsRtlAddLargeMcbEntry().

2016-07-24 Thread Pierre Schweitzer
EH2_YIELD(return STATUS_INSUFFICIENT_RESOURCES); > +} _SEH2_END; Purely cosmetic one here. You should, in your try block, call ExRaiseStatus with the appropriate status and do the cleanup in the exception handler. That avoids code duplication. This also implies you don't want to force the status cod

Re: [ros-dev] [ros-diffs] [tthompson] 71968: [NTFS] +FreeClusters(). Fix a DPRINT.

2016-07-24 Thread Pierre Schweitzer
LONG_PTR)FileRecord + NextAttributeOffset); > +ULONGLONG NextVBN = AttrContext->Record.NonResident.LowestVCN; > + > +// Allocate some memory for the RunBuffer > +PUCHAR RunBuffer = ExAllocatePoolWithTag(NonPagedPool, > Vcb->NtfsInfo.BytesPerFileRecord, TAG_NTFS)

Re: [ros-dev] [ros-diffs] [tthompson] 71807: [NTFS][FREELDR] Fix ReadAttribute() and NtfsReadAttribute() in the case when an attribute contains two data runs; Remove extra if statement that prevents s

2016-07-06 Thread Pierre Schweitzer
} > else > DataRunStartLCN = -1; > - > -if (*DataRun == 0) > -return AlreadyRead; > } > > while (Length > 0) > > -- Pierre Schweitzer System & Network Administrator Senior Kernel Devel

Re: [ros-dev] [ros-diffs] [tthompson] 71820: [NTFS] Add ability to write to resident attributes. SetAttributeDataLength() - Check if the file is memory mapped before truncating +InternalSetResidentAtt

2016-07-06 Thread Pierre Schweitzer
Le 06/07/2016 19:59, Trevor Thompson a écrit : > Hi Pierre, thanks for the fast review! I'll respond inline. > > On Tue, Jul 5, 2016 at 4:39 PM, Pierre Schweitzer <pie...@reactos.org> > wrote: > >> Hi, >> >> Comments inline. >> >> Le

Re: [ros-dev] [ros-diffs] [tthompson] 71820: [NTFS] Add ability to write to resident attributes. SetAttributeDataLength() - Check if the file is memory mapped before truncating +InternalSetResidentAtt

2016-07-05 Thread Pierre Schweitzer
pDataSize * 8) - > DeviceExt->NtfsInfo.ClusterCount) * DeviceExt->NtfsInfo.SectorsPerCluster * > DeviceExt->NtfsInfo.BytesPerSector); > > -ReadAttribute(DeviceExt, DataContext, Read, > (PCHAR)((ULONG_PTR)BitmapData + Read), (ULONG)BitmapDataSize); > +ReadAttribute

Re: [ros-dev] [ros-diffs] [hbelusca] 71419: [NETSHELL]: Fix french orthograph.

2016-05-26 Thread Pierre Schweitzer
S_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | > WS_BORDER | WS_TABSTOP, 33, 22, 250, 50 > PUSHBUTTON "", IDC_NETWORK_INSTALL, 122, 75, 50, 14, > WS_DISABLED | WS_TABSTOP For the record, "n/a" isn't French. n/a means "Not available". "s.

Re: [ros-dev] Regarding r71352 and SubGit

2016-05-18 Thread Pierre Schweitzer
that commit in SVN history rather than having everyone suffer > from it. > > Again, I deeply apologize! > > > With best regards, > > Colin > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/l

Re: [ros-dev] GSOC-2016

2016-03-12 Thread Pierre Schweitzer
before i submit it. > > With Care > Samian > > From: Ros-dev <ros-dev-boun...@reactos.org> on behalf of Pierre Schweitzer > <pie...@reactos.org> > Sent: Sunday, March 6, 2016 2:41 AM > To: ros-dev@reactos.org > Subject: Re: [ros-de

Re: [ros-dev] GSOC-2016

2016-03-05 Thread Pierre Schweitzer
ound to > mentor me at some stages. > > > Any advice would be appreciated > > > With Care > > Samian > > > > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinf

Re: [ros-dev] [ros-diffs] [hbelusca] 70857: [USETUP]: In case chkdsk detects some disk errors, just display a warning message but allow the user to continue the installation.

2016-03-02 Thread Pierre Schweitzer
tup as a failure (and the error message appears, > forbidding the user to continue nevertheless to install ROS). > > Cheers, > Hermès > > -Message d'origine- > De : Ros-dev [mailto:ros-dev-boun...@reactos.org] De la part de Pierre > Schweitzer > Envoyé : mercredi 2 ma

Re: [ros-dev] [ros-diffs] [hbelusca] 70857: [USETUP]: In case chkdsk detects some disk errors, just display a warning message but allow the user to continue the installation.

2016-03-01 Thread Pierre Schweitzer
++ trunk/reactos/base/setup/usetup/lang/tr-TR.h [iso-8859-1] Wed Mar 2 > 00:51:48 2016 > @@ -1724,6 +1724,8 @@ > "Kur, ReactOS'u b”lm zerine kurar."}, > {STRING_CHECKINGPART, > "Kur, Ÿimdi se‡ili b”lm g”zden ge‡iriyor."}, > +{STRING_CONTINUE, > +"GiriŸ = Srdr"}, > {STRING_QUITCONTINUE, > "˜3 = €k GiriŸ = Srdr"}, > {STRING_REBOOTCOMPUTER, > > Modified: trunk/reactos/base/setup/usetup/lang/uk-UA.h > URL: > http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/lang/uk-UA.h?rev=70857=70856=70857=diff > == > --- trunk/reactos/base/setup/usetup/lang/uk-UA.h [iso-8859-1] (original) > +++ trunk/reactos/base/setup/usetup/lang/uk-UA.h [iso-8859-1] Wed Mar 2 > 00:51:48 2016 > @@ -1753,6 +1753,8 @@ > "ReactOS ¢áâ ­®¢«îóâìáï ­ ஧¤i«"}, > {STRING_CHECKINGPART, > "‚áâ ­®¢«î¢ ç ¯¥à¥¢iàïó ¢¨¡à ­¨© ஧¤i«."}, > +{STRING_CONTINUE, > +"ENTER = à®¤®¢¦¨â¨"}, > {STRING_QUITCONTINUE, > "F3 = ‚¨©â¨ ENTER = à®¤®¢¦¨â¨"}, > {STRING_REBOOTCOMPUTER, > > Modified: trunk/reactos/base/setup/usetup/mui.h > URL: > http://svn.reactos.org/svn/reactos/trunk/reactos/base/setup/usetup/mui.h?rev=70857=70856=70857=diff > == > --- trunk/reactos/base/setup/usetup/mui.h [iso-8859-1] (original) > +++ trunk/reactos/base/setup/usetup/mui.h [iso-8859-1] Wed Mar 2 > 00:51:48 2016 > @@ -115,11 +115,12 @@ > #define STRING_NONFORMATTEDOTHERPART 63 > #define STRING_INSTALLONPART 10 > #define STRING_CHECKINGPART 11 > -#define STRING_QUITCONTINUE 12 > -#define STRING_REBOOTCOMPUTER13 > -#define STRING_TXTSETUPFAILED14 > -#define STRING_COPYING 15 > -#define STRING_SETUPCOPYINGFILES 16 > +#define STRING_CONTINUE 12 > +#define STRING_QUITCONTINUE 13 > +#define STRING_REBOOTCOMPUTER14 > +#define STRING_TXTSETUPFAILED15 > +#define STRING_COPYING 16 > +#define STRING_SETUPCOPYINGFILES 17 > #define STRING_REGHIVEUPDATE 20 > #define STRING_IMPORTFILE21 > #define STRING_DISPLAYETTINGSUPDATE 22 > > -- Pierre Schweitzer System & Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: Signature cryptographique S/MIME ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev

Re: [ros-dev] Something is wron again with getbuilds

2015-12-16 Thread Pierre Schweitzer
age again? > -- > С уважением, > Alexander Rechitskiy > +79286331900 > > > > ___ > Ros-dev mailing list > Ros-dev@reactos.org > http://www.reactos.org/mailman/listinfo/ros-dev > -- Pierre Schweitzer System &a

Re: [ros-dev] [ros-diffs] [sginsberg] 69393: [NTOS] Fix the Ob wait system calls to only catch the exceptions that are expected to be raised by the Ke wait functions (and not potentially silently catc

2015-09-28 Thread Pierre Schweitzer
tipleObjects(2, (void **)0x42424242, WaitAll, FALSE, NULL); In a kernel component. In w2k3, you'll get Status = STATUS_ACCESS_VIOLATION In ReactOS, with your changes: BSOD. Please before doing random changes that you believe are right: do testing. Alex already told you that. Cheers, -- Pierre Sch

Re: [ros-dev] [ros-diffs] [spetreolle] 69186: [TRANSLATIONS] Translate remaining French strings in msgina.dll

2015-09-14 Thread Pierre Schweitzer
ing (eg. If you see “when pigs will fly” you won’t > translate by “quand les cochons voleront” in French, but instead you’ll say > “quand les poules auront des dents”). > > > > [...] > > > > Kind regards, > > > > Sylvain Petreolle > > > > Cheers

Re: [ros-dev] [ros-diffs] [pschweitzer] 69221: [MOUNTMGR] Implement the IOCTL IOCTL_MOUNTMGR_VOLUME_MOUNT_POINT_CREATED: - Implement WriteRemoteDatabaseEntry() - Implement MountMgrVolumeMountPointCrea

2015-09-14 Thread Pierre Schweitzer
ciatedDevicesHead, >> >AssociatedDevicesEntry); >> + >> +/* We're done! */ >> +FreePool(SourceSymbolicName.Buffer); >> +return STATUS_SUCCESS; >> } >> >> NTSTATUS >> >> Modified: trunk/reactos/drivers/filters/mountmgr/mntmgr.h >> URL

Re: [ros-dev] [ros-diffs] [spetreolle] 69186: [TRANSLATIONS] Translate remaining French strings in msgina.dll

2015-09-11 Thread Pierre Schweitzer
." > +IDS_LOCKMSG "Seul %s ou un administrateur peut déverrouiller cet > ordinateur." > +IDS_LOGONMSG "Vous êtes connecté en tant que %s." > +IDS_LOGONDATE "Date de connexion: %s %s" See comment about ':' > +IDS_COMPUT

Re: [ros-dev] [ros-diffs] [hbelusca] 68754: [NTVDM]: Initialize the PSP' memory control block owner name with the file name (without extension, and up to 8 chars) of the started program.

2015-08-18 Thread Pierre Schweitzer
___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic

Re: [ros-dev] [ros-diffs] [cwittich] 68305: [BROWSEUI] don't expose some interfaces expose IID_IContextMenu3 from CBandSiteMenu

2015-06-29 Thread Pierre Schweitzer
) -COM_INTERFACE_ENTRY_IID(IID_IWinEventHandler, IWinEventHandler) -COM_INTERFACE_ENTRY_IID(IID_IBandSite, IBandSite) END_COM_MAP() }; -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] Changes in authentication for Jira

2015-06-11 Thread Pierre Schweitzer
/mailman/listinfo/ros-dev -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http

Re: [ros-dev] Changes in authentication for Jira

2015-06-11 Thread Pierre Schweitzer
the agile-extensions, that I think we lost on the previous update attempt. Thanks, Timo Am 10.06.2015 um 16:34 schrieb Pierre Schweitzer: Dear all, We have proceed to a complete reimplementation of authentication server which serves Jira Fisheye. The purpose is to rely on something

[ros-dev] Changes in authentication for Jira

2015-06-10 Thread Pierre Schweitzer
not spot anything wrong with our new authentication mechanism, then, then the upgrade to Jira 6 should happen in the next days. With my best regards, -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] Changes in authentication for Jira

2015-06-10 Thread Pierre Schweitzer
. -Message d'origine- De : Ros-dev [mailto:ros-dev-boun...@reactos.org] De la part de Pierre Schweitzer Envoyé : mercredi 10 juin 2015 16:34 À : ReactOS Development List Objet : [ros-dev] Changes in authentication for Jira Dear all, We have proceed to a complete

Re: [ros-dev] Vote for removing rapps DB from trunk

2015-06-01 Thread Pierre Schweitzer
Daniel Reimer Gesendet von Windows Mail ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel

Re: [ros-dev] Status Meeting (May 2015)

2015-05-28 Thread Pierre Schweitzer
___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] Fezile motherboard has finally failed

2015-05-11 Thread Pierre Schweitzer
___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] Fezile motherboard has finally failed

2015-05-11 Thread Pierre Schweitzer
Forgot to say: The generation is done and went fine. Enjoy the most up to date Doxygen ;-). On 05/11/2015 08:46 AM, Ged Murphy wrote: Great, thanks Pierre :) -Original Message- From: Ros-dev [mailto:ros-dev-boun...@reactos.org] On Behalf Of Pierre Schweitzer Sent: 11 May 2015 07:31

Re: [ros-dev] [ros-builds] Trunk_x86_GCCLin Release: build failed

2015-05-10 Thread Pierre Schweitzer
: https://build.reactos.org/ Buildslave for this Build: Debug Build Reason: The Periodic scheduler named 'Release' triggered this build Build Source Stamp: HEAD Blamelist: BUILD FAILED: failed shell sincerely, -The Buildbot -- Pierre Schweitzer pierre at reactos.org

Re: [ros-dev] [ros-diffs] [akhaldi] 67508: [PARPORT] Introduce a skeleton that will serve as base for implementing the parallel port function driver. Brought to you by The ReactOS Printing Group. CORE

2015-05-02 Thread Pierre Schweitzer
@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev

Re: [ros-dev] [ros-diffs] [akhaldi] 67508: [PARPORT] Introduce a skeleton that will serve as base for implementing the parallel port function driver. Brought to you by The ReactOS Printing Group. CORE

2015-05-02 Thread Pierre Schweitzer
. -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman

Re: [ros-dev] Status Meeting (April 2015)

2015-04-30 Thread Pierre Schweitzer
/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http

Re: [ros-dev] [ros-diffs] [aandrejevic] 67340: [NTVDM] Implement basic XMS functions.

2015-04-22 Thread Pierre Schweitzer
dangerous to me and likely compiler dependent. I'd rather perform the sanity checks before ever touching HandleTable, especially because the value of Handle is coming right from caller registers and have never been sanitized before. -- Pierre Schweitzer pierre at reactos.org System Network

Re: [ros-dev] [ros-diffs] [gadamopoulos] 66988: [EXPLORER] - Fix showing the website when Help is selected from the start menu.

2015-03-31 Thread Pierre Schweitzer
-FromStartHelp -IDS_HELP_COMMAND https://www.reactos.org/; +IDS_HELP_COMMAND http://www.reactos.org/; This is to be reverted once ReactOS fully supports SSL. -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V

Re: [ros-dev] [ros-diffs] [hbelusca] 66946: [CMAKE] Improve the concatenate_files macro introduced by Timo in r52179 + r52182 and hackfixed in r53914 . Notice that now it can take an arbitrary number

2015-03-29 Thread Pierre Schweitzer
-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros

Re: [ros-dev] [ros-diffs] [hbelusca] 66903: [NTVDM] - Fix some english. - Validity checks for DosGetSftEntry returned pointer added. - Use unsigned indices for for-loops indices that are always positi

2015-03-26 Thread Pierre Schweitzer
. Cheers, -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org

[ros-dev] Jira Fisheye downtime

2015-03-19 Thread Pierre Schweitzer
Dear all, Due to DB maintenance, Jira Fisheye will be down in a few minutes. There's no ETA for up status. Sorry for the caused inconvenience, -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] Jira Fisheye downtime

2015-03-19 Thread Pierre Schweitzer
Dear all, Jira Fisheye are getting back online. Everything went fine. Please report if you see anything wrong. With my best regards, On 03/19/2015 04:54 PM, Pierre Schweitzer wrote: Dear all, Due to DB maintenance, Jira Fisheye will be down in a few minutes. There's no ETA for up status

Re: [ros-dev] ReactOS versioning

2015-03-10 Thread Pierre Schweitzer
/mailman/listinfo/ros-dev -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http

Re: [ros-dev] ReactOS versioning

2015-03-07 Thread Pierre Schweitzer
interested in *constructive* comments. Everything else: - /dev/null Thanks, Timo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network

Re: [ros-dev] [ros-diffs] [hbelusca] 66575: Start source tree (final, I hope!) restructuration. Part 1/X Win32, Shell, Services, MVDM

2015-03-06 Thread Pierre Schweitzer
Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior

Re: [ros-dev] GSoC :: application rejected

2015-03-03 Thread Pierre Schweitzer
, Hermès. -Message d'origine- De : Ros-dev [mailto:ros-dev-boun...@reactos.org] De la part de Pierre Schweitzer Envoyé : lundi 2 mars 2015 22:23 À : ReactOS Development List Objet : [ros-dev] GSoC :: application rejected Dear all, The ReactOS Foundation application to GSoC

[ros-dev] GSoC :: application rejected

2015-03-02 Thread Pierre Schweitzer
Dear all, The ReactOS Foundation application to GSoC has been rejected this year again. Statistics are not reliable after all. In any case, keep up the good work. We don't need Google to be the bests at what we do. Cheers, -- Pierre Schweitzer pierre at reactos.org System Network

Re: [ros-dev] Cant log in jira

2015-03-01 Thread Pierre Schweitzer
___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] [ros-diffs] [gadamopoulos] 66383: [SHELL32] - Implement progress dialogs for SHFileOperation - Patch by Hwu Davies CORE-4476

2015-02-21 Thread Pierre Schweitzer
+ /* message box strings */ IDS_RESTART_TITLE Restart IDS_RESTART_PROMPT Do you want to restart the system? -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature

Re: [ros-dev] VirtualBox Testslave

2015-02-18 Thread Pierre Schweitzer
. Cheers, Colin ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V

Re: [ros-dev] The ReactOS Project at FOSDEM 2015

2015-02-06 Thread Pierre Schweitzer
some days ago. After five years of absence, the ReactOS Project was finally represented with a stand again, maintained by Aleksey Bragin, Giannis Adamopoulos, Pierre Schweitzer and me. Turns out that FOSDEM has significantly grown over the recent years, so our experiences really deserve a report

Re: [ros-dev] [ros-diffs] [pschweitzer] 66101: [CDMAKE] It's totally pointless to nullify after calloc

2015-01-28 Thread Pierre Schweitzer
)); ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S

[ros-dev] Security issue on ReactOS.org website

2015-01-21 Thread Pierre Schweitzer
Dear all, Just to make sure you read it: https://www.reactos.org/node/928 The SVN accounts are not affected. Cheers, -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic

[ros-dev] Downtime tomorrow at noon CET

2015-01-13 Thread Pierre Schweitzer
website Sorry for the caused inconvenience. With my best regards, -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev

Re: [ros-dev] [ros-diffs] [hbelusca] 66022: [FREELDR]: Commit a temporary hackfix for (Pc)GetTime: on VBox when booting with PXE, for some mysterious reason, Int386(0x1A) call with AH = 0x02 (Get CM

2015-01-10 Thread Pierre Schweitzer
; + +#else + REGS Regs; for (;;) @@ -86,6 +126,9 @@ break; } + +#endif + return TimeInfo; } -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] ReactOS Hybrid-USB Key attempt

2015-01-08 Thread Pierre Schweitzer
On 08/01/2015 03:22, Hermès BÉLUSCA - MAÏTO wrote: - we still report strange dates when listing files from the livecd (at least when it is mounted as ramdisk), see the video. From the video, it appears to only affect directories and not normal files. Likely some bug in CDFS. -- Pierre

Re: [ros-dev] [ros-diffs] [hbelusca] 65982: [FREELDR] - Correctly append a backslash to the BootPath (if needed). - Be able to specify relative boot paths (relative to the current boot device): as a c

2015-01-05 Thread Pierre Schweitzer
, -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman

Re: [ros-dev] [ros-diffs] [pschweitzer] 65501: [FASTFAT] Set clean shutdown bit on dismount

2014-11-27 Thread Pierre Schweitzer
-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros

Re: [ros-dev] [ros-diffs] [pschweitzer] 65352: [NTOSKRNL] So... Because actual ReactOS mood is to worship hacks instead of looking for proper fixes to have decent behavior: reenable the IopParseDevice

2014-11-10 Thread Pierre Schweitzer
) ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature

Re: [ros-dev] [ros-diffs] [pschweitzer] 65352: [NTOSKRNL] So... Because actual ReactOS mood is to worship hacks instead of looking for proper fixes to have decent behavior: reenable the IopParseDevice

2014-11-10 Thread Pierre Schweitzer
Let me make a simple arrogant comment: Challenge accepted :P Best regards, Pierre Schweitzer On 10/11/2014 19:02, Alex Ionescu wrote: Let me make a simple arrogant comment: Don't try to fix hacks that I spent years trying to fix (and failed). They just can't be fixed :P Best regards

Re: [ros-dev] [ros-diffs] [pschweitzer] 65367: [PARTTEST] Add a dummy application that will open first disk and check first sector for MBR and then will open first partition to check for something kno

2014-11-10 Thread Pierre Schweitzer
/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org

Re: [ros-dev] NTFS in ReactOS: heise online article

2014-11-08 Thread Pierre Schweitzer
is also read-only. Pierre Schweitzer pierre at reactos.org My idea was to build and use the ROSBE on FreeBSD, NetBSD or Linux to build the trunk, then install to a USB stick formatted FAT32. Question is whether that could boot. In theory, it could. In practice, I'm not that sure, you're

Re: [ros-dev] NTFS in ReactOS: heise online article

2014-11-05 Thread Pierre Schweitzer
___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature

Re: [ros-dev] [ros-diffs] [pschweitzer] 65166: [NTFS] Simplify buffer size management in GetNtfsFileRecord(). As tests shown, Windows doesn't care about the real size of the file record and expects th

2014-11-01 Thread Pierre Schweitzer
? ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME

Re: [ros-dev] [ros-diffs] [jgardou] 65140: [FASTFAT] - Fix renaming files in case the target file already exists. - Plug a few reference count leaks on FCBs. CORE-8660 #comment fixed in r65140 #resolv

2014-10-31 Thread Pierre Schweitzer
{ -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman

Re: [ros-dev] [ros-diffs] [akhaldi] 64994: [ADVAPI32] * Update ImpersonateNamedPipeClient(). CORE-8540

2014-10-25 Thread Pierre Schweitzer
, + io_block, FSCTL_PIPE_IMPERSONATE, NULL, 0, NULL, 0) ); } /* ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior

Re: [ros-dev] [ros-diffs] [pschweitzer] 64752: [NTFS] Implement NtfsDateTimeToFileTime() which convert epoch time (1970) to Windows time (1601)

2014-10-15 Thread Pierre Schweitzer
to disagree. ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s

Re: [ros-dev] [ros-diffs] [pschweitzer] 64617: [NTFS] - Add a directory entry into FCB which will be a copy of the $FILE_NAME attribute of the FILE record. Though, it won't contain the name itself (in

2014-10-08 Thread Pierre Schweitzer
; +if (!Fcb) +{ +return NULL; +} These failure cases look like they're all at least leaking MftRecord :p ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer

Re: [ros-dev] Topics for next meeting

2014-09-15 Thread Pierre Schweitzer
on-demand builders (Clang, VC, x64, arm, branch, patch) - testbot on a win 2003 machine Timo ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network

Re: [ros-dev] [ros-diffs] [jgardou] 64121: [KDGDB] - introduce KDGDB, a KDCOM-like DLL, wrapping the KD protocol and the GDB remote protocol together. It is not fully functional, but for now it permit

2014-09-12 Thread Pierre Schweitzer
@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pie...@reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature ___ Ros-dev mailing

Re: [ros-dev] Fezile server down

2014-07-31 Thread Pierre Schweitzer
-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev ___ Ros-dev mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network

Re: [ros-dev] Status Meeting (July 2014)

2014-07-31 Thread Pierre Schweitzer
mailing list Ros-dev@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev -- Pierre Schweitzer pierre at reactos.org System Network Administrator Senior Kernel Developer ReactOS Deutschland e.V. smime.p7s Description: S/MIME Cryptographic Signature

Re: [ros-dev] Jira comments

2014-06-26 Thread Pierre Schweitzer
Fisheye has been upgraded to a release that fixes ONLINE-461 (and hence smart commits). No announcement yet, nor issue closing. We need to make sure it's working 100%. On 26/06/2014 21:51, Hermès BÉLUSCA - MAÏTO wrote: Hey guys ! It seems that suddently Jira SVN comments work again

Re: [ros-dev] [ros-diffs] [hbelusca] 63599: [TASKMGR]: Use the EndTask API to kill tasks.

2014-06-16 Thread Pierre Schweitzer
On 15/06/2014 19:47, hbelu...@svn.reactos.org wrote: +/* Trick: on Windows, pressing the CTRL key forces the task to be ended */ +BOOL ForceEndTask = !!(GetKeyState(VK_CONTROL) 0x8000); + Was it really meant to be '!!'? -- Pierre Schweitzerpierre at reactos.org System

Re: [ros-dev] Upgrade complete

2014-06-14 Thread Pierre Schweitzer
As a side note, upgrade to Fisheye 3.4.4 didn't fix ONLINE-461 (which was the main reason behind the upgrade). On 15/06/2014 00:36, Zachary Gorden wrote: Fisheye was upgraded successfully, Jira went off the rails and took us about three hours to recover from. Please report any data loss as we

Re: [ros-dev] Upgrade complete

2014-06-14 Thread Pierre Schweitzer
Fixed. On 15/06/2014 00:56, Alexander Rechitskiy wrote: https://code.reactos.org/ does NOT work 15.06.2014, 02:40, Pierre Schweitzer pie...@reactos.org: As a side note, upgrade to Fisheye 3.4.4 didn't fix ONLINE-461 (which was the main reason behind the upgrade). On 15/06/2014 00:36

Re: [ros-dev] Status Meeting (May 2014)

2014-06-05 Thread Pierre Schweitzer
Hi, The credentials for the meeting just have been sent. If you didn't receive them whereas you should, please contact me. The meeting will take place in ~45 mins, in #meeting on fezile.reactos.org (6667, no SSL). Unless you have credentials, you won't be able to join the meeting. With my best

Re: [ros-dev] [ros-diffs] [hbelusca] 63398: [USETUP] - Fix a bit the translation of yesterday; - Use TEXT_PADDING_BIG instead of hardcoding 3 spaces in the status messages.

2014-05-21 Thread Pierre Schweitzer
, - Patienter..., -TEXT_TYPE_STATUS +Patienter..., +TEXT_TYPE_STATUS | TEXT_PADDING_BIG }, { 0, Here, it's likely to be Patientez... (to be checked though). -- Pierre Schweitzer pie...@reactos.org System Administrator ReactOS Foundation

Re: [ros-dev] [ros-diffs] [ekohl] 63326: [NTOSKRNL] xHalIoReadPartitionTable: Only used non-container partition entries have a non-zero partition number.

2014-05-17 Thread Pierre Schweitzer
Hey Eric, This fix unfortunately broke trunk. Our four testbots are red. Have a look here, for instance: http://build.reactos.org/builders/Linux_AMD64_1%20KVM-Test/builds/6442/steps/test/logs/stdio Cheers, Pierre On 17/05/2014 14:55, ek...@svn.reactos.org wrote: Author: ekohl Date: Sat May 17

Re: [ros-dev] Status Meeting (April 2014)

2014-04-24 Thread Pierre Schweitzer
The credentials for the meeting just have been sent, and the server has been started. As a reminder, the meeting will be on fezile.reactos.org, port 6667 (no SSL), channel #meeting. The meeting will be private. If you don't have credentials, you cannot attend it. In case you didn't receive your

Re: [ros-dev] [ros-diffs] [pschweitzer] 62779: [CDFS] Convert FCB pathname from simple buffer to unicode string. Please carefully review if I missed something

2014-04-19 Thread Pierre Schweitzer
Thanks for your feedback. I fixed these. On 19/04/2014 09:31, Thomas Faber wrote: On 2014-04-18 23:40, pschweit...@svn.reactos.org wrote: --- trunk/reactos/drivers/filesystems/cdfs/fcb.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/cdfs/fcb.c [iso-8859-1] Fri Apr 18

  1   2   3   >