reactos.git
18 years agoImplement SeLockSubjectContext and SeUnlockSubjectContext.
Eric Kohl [Tue, 14 Sep 2004 11:04:48 +0000 (11:04 +0000)]
Implement SeLockSubjectContext and SeUnlockSubjectContext.

svn path=/trunk/; revision=10855

18 years agolittle fix
Thomas Bluemel [Tue, 14 Sep 2004 01:30:02 +0000 (01:30 +0000)]
little fix

svn path=/trunk/; revision=10854

18 years agoAdded WSAStartup.
Art Yerkes [Mon, 13 Sep 2004 22:59:22 +0000 (22:59 +0000)]
Added WSAStartup.

svn path=/trunk/; revision=10852

18 years agosilence debug message
Thomas Bluemel [Mon, 13 Sep 2004 21:37:32 +0000 (21:37 +0000)]
silence debug message

svn path=/trunk/; revision=10850

18 years agoimplemented RtlIpv4AddressToStringA/W and made ntdll export them.
Thomas Bluemel [Mon, 13 Sep 2004 20:25:26 +0000 (20:25 +0000)]
implemented RtlIpv4AddressToStringA/W and made ntdll export them.

svn path=/trunk/; revision=10848

18 years agoFix closing of LPC ports
Gé van Geldorp [Mon, 13 Sep 2004 19:10:45 +0000 (19:10 +0000)]
Fix closing of LPC ports

svn path=/trunk/; revision=10847

18 years agoFixed small mistake in string handling in my last commit.
Jens Collin [Mon, 13 Sep 2004 18:04:09 +0000 (18:04 +0000)]
Fixed small mistake in string handling in my last commit.

svn path=/trunk/; revision=10846

18 years agoadapted RtlInt64ToUnicodeString() from RtlIntegerToUnicodeString()
Thomas Bluemel [Mon, 13 Sep 2004 17:27:23 +0000 (17:27 +0000)]
adapted RtlInt64ToUnicodeString() from RtlIntegerToUnicodeString()

svn path=/trunk/; revision=10845

18 years agoLog error code when freetype fails to initialize
Gé van Geldorp [Mon, 13 Sep 2004 17:17:17 +0000 (17:17 +0000)]
Log error code when freetype fails to initialize

svn path=/trunk/; revision=10844

18 years agoadapted RtlIntegerToUnicode() from RtlIntegerToChar()
Thomas Bluemel [Mon, 13 Sep 2004 16:58:58 +0000 (16:58 +0000)]
adapted RtlIntegerToUnicode() from RtlIntegerToChar()

svn path=/trunk/; revision=10843

18 years agoRename HANDLE_REP to HANDLE_ENTRY.
Eric Kohl [Mon, 13 Sep 2004 14:43:50 +0000 (14:43 +0000)]
Rename HANDLE_REP to HANDLE_ENTRY.

svn path=/trunk/; revision=10842

18 years agoRegQueryInfoKeyW returns correct security descriptor size.
Eric Kohl [Mon, 13 Sep 2004 14:42:37 +0000 (14:42 +0000)]
RegQueryInfoKeyW returns correct security descriptor size.

svn path=/trunk/; revision=10841

18 years ago- Implement AddAccessAllowedAceEx, AddAccessDeniedAceEx and AddAuditAccessAceEx.
Eric Kohl [Mon, 13 Sep 2004 12:14:55 +0000 (12:14 +0000)]
- Implement AddAccessAllowedAceEx, AddAccessDeniedAceEx and AddAuditAccessAceEx.
- Add GetCurrentHwProfileW stub.

svn path=/trunk/; revision=10840

18 years ago- Return a default security descriptor when someone wants to retrieve the key security.
Eric Kohl [Mon, 13 Sep 2004 11:46:07 +0000 (11:46 +0000)]
- Return a default security descriptor when someone wants to retrieve the key security.
- Disable debug messages.

svn path=/trunk/; revision=10839

18 years ago- Fix a typo in RegGetKeySecurity().
Eric Kohl [Mon, 13 Sep 2004 11:41:26 +0000 (11:41 +0000)]
- Fix a typo in RegGetKeySecurity().
- Set missing error values.

svn path=/trunk/; revision=10838

18 years agoImplement RegGetKeySecurity.
Eric Kohl [Mon, 13 Sep 2004 08:51:40 +0000 (08:51 +0000)]
Implement RegGetKeySecurity.

svn path=/trunk/; revision=10837

18 years agofix -lstdc++
Royce Mitchell III [Mon, 13 Sep 2004 03:14:35 +0000 (03:14 +0000)]
fix -lstdc++

svn path=/trunk/; revision=10836

18 years agoFixed -lstdc++.
Art Yerkes [Mon, 13 Sep 2004 03:12:11 +0000 (03:12 +0000)]
Fixed -lstdc++.

svn path=/trunk/; revision=10835

18 years agoMake the end a little bit more interesting
Gé van Geldorp [Sun, 12 Sep 2004 21:58:01 +0000 (21:58 +0000)]
Make the end a little bit more interesting

svn path=/trunk/; revision=10834

18 years agorevert the changes i accidently committed to HEAD
Thomas Bluemel [Sun, 12 Sep 2004 19:47:49 +0000 (19:47 +0000)]
revert the changes i accidently committed to HEAD

svn path=/trunk/; revision=10831

18 years agoFix external termination of thread while thread is waiting in GetMessage()
Gé van Geldorp [Sun, 12 Sep 2004 19:29:23 +0000 (19:29 +0000)]
Fix external termination of thread while thread is waiting in GetMessage()

svn path=/trunk/; revision=10830

18 years agorewrote the gdi handle table that behaves similar 2k/XP and works without global...
Thomas Bluemel [Sun, 12 Sep 2004 19:21:08 +0000 (19:21 +0000)]
rewrote the gdi handle table that behaves similar 2k/XP and works without global locks

svn path=/trunk/; revision=10829

18 years agoreduce debug output
Thomas Bluemel [Sun, 12 Sep 2004 18:50:03 +0000 (18:50 +0000)]
reduce debug output

svn path=/trunk/; revision=10828

18 years agoMerged with wine. (Fixed const string handling)
Jens Collin [Sun, 12 Sep 2004 11:21:30 +0000 (11:21 +0000)]
Merged with wine. (Fixed const string handling)

svn path=/trunk/; revision=10827

18 years ago- Fix MS2PS rule to work on Windows.
Filip Navara [Sun, 12 Sep 2004 10:22:31 +0000 (10:22 +0000)]
- Fix MS2PS rule to work on Windows.
- Include PSEH header in the MS2PS generated files.

svn path=/trunk/; revision=10826

18 years agoAdd french language to syssetup. Fixes part 2 of bug 401.
Gé van Geldorp [Sun, 12 Sep 2004 09:52:48 +0000 (09:52 +0000)]
Add french language to syssetup. Fixes part 2 of bug 401.
Patch by Herv� Poussineau <poussine@freesurf.fr>

svn path=/trunk/; revision=10825

18 years agoUse Wine's language matching algorithm when searching for resources.
Gé van Geldorp [Sat, 11 Sep 2004 17:06:33 +0000 (17:06 +0000)]
Use Wine's language matching algorithm when searching for resources.
Fixes bug 261.

svn path=/trunk/; revision=10823

18 years ago- Implement FsRtlLegalAnsiCharacterArray.
Eric Kohl [Sat, 11 Sep 2004 14:49:41 +0000 (14:49 +0000)]
- Implement FsRtlLegalAnsiCharacterArray.
- Fix FsRtlDissectDbcs and FsRtlDoesDbcsContainWildCards prototypes.

svn path=/trunk/; revision=10822

18 years agoDefine LOCALE_SYEARMONTH, DATE_YEARMONTH, DATE_LTRREADING and DATE_RTLREADING.
Eric Kohl [Sat, 11 Sep 2004 08:48:27 +0000 (08:48 +0000)]
Define LOCALE_SYEARMONTH, DATE_YEARMONTH, DATE_LTRREADING and DATE_RTLREADING.

svn path=/trunk/; revision=10821

18 years ago- Define NOTHING.
Filip Navara [Sat, 11 Sep 2004 03:54:42 +0000 (03:54 +0000)]
- Define NOTHING.

svn path=/trunk/; revision=10820

18 years ago- Define FILE_USE_FILE_POINTER_POSITION and FILE_WRITE_TO_END_OF_FILE.
Filip Navara [Sat, 11 Sep 2004 03:52:18 +0000 (03:52 +0000)]
- Define FILE_USE_FILE_POINTER_POSITION and FILE_WRITE_TO_END_OF_FILE.
- Correct prototype of PFAST_IO_UNLOCK_ALL_BY_KEY.

svn path=/trunk/; revision=10819

18 years ago- Add declaration of FsRtlDissectName.
Filip Navara [Sat, 11 Sep 2004 03:51:13 +0000 (03:51 +0000)]
- Add declaration of FsRtlDissectName.

svn path=/trunk/; revision=10818

18 years agoWe need to import ntdll for DbgPrint
Steven Edwards [Fri, 10 Sep 2004 23:30:45 +0000 (23:30 +0000)]
We need to import ntdll for DbgPrint

svn path=/trunk/; revision=10817

18 years agoAdded Filips patch allowing for Wine testing output to go to DbgPrint as well as...
Steven Edwards [Fri, 10 Sep 2004 23:30:23 +0000 (23:30 +0000)]
Added Filips patch allowing for Wine testing output to go to DbgPrint as well as stdout.

svn path=/trunk/; revision=10816

18 years agoMoved interlocked function to rosrtl rather than exporting them from ntdll as windows...
Steven Edwards [Fri, 10 Sep 2004 23:29:28 +0000 (23:29 +0000)]
Moved interlocked function to rosrtl rather than exporting them from ntdll as windows does not export them from there.

svn path=/trunk/; revision=10815

18 years agominor bug fix for building with other headers.
Steven Edwards [Fri, 10 Sep 2004 23:22:22 +0000 (23:22 +0000)]
minor bug fix for building with other headers.

svn path=/trunk/; revision=10814

18 years agoFix the reset sequence in AtapiFindDevices to work correctly in VMware.
Filip Navara [Fri, 10 Sep 2004 23:17:45 +0000 (23:17 +0000)]
Fix the reset sequence in AtapiFindDevices to work correctly in VMware.

svn path=/trunk/; revision=10813

18 years agoSend CTRL_CLOSE_EVENT to processes attached to a console when that console
Gé van Geldorp [Fri, 10 Sep 2004 22:14:52 +0000 (22:14 +0000)]
Send CTRL_CLOSE_EVENT to processes attached to a console when that console
is closed. Default handle the event by terminating the process.

svn path=/trunk/; revision=10812

18 years agoremoved tests until a proper fix is found.
Steven Edwards [Fri, 10 Sep 2004 15:49:54 +0000 (15:49 +0000)]
removed tests until a proper fix is found.
Sorry about the breakage.

svn path=/trunk/; revision=10811

18 years agoRemoved the user32 test pending a understanding of how to make our system and Wines...
Steven Edwards [Thu, 9 Sep 2004 23:49:49 +0000 (23:49 +0000)]
Removed the user32 test pending a understanding of how to make our system and Wines play together. It needed to be moved to the user32 module as per Caspers recommendation.

svn path=/trunk/; revision=10810

18 years agoThese tests pass under ReactOS with curret CVS. Trying to figure out how to make...
Steven Edwards [Thu, 9 Sep 2004 23:48:36 +0000 (23:48 +0000)]
These tests pass under ReactOS with curret CVS. Trying to figure out how to make Caspers regression system and Wines system to play nice.

svn path=/trunk/; revision=10809

18 years ago- Implemented PAE (physical address extension) mapping.
Hartmut Birr [Thu, 9 Sep 2004 20:42:33 +0000 (20:42 +0000)]
- Implemented PAE (physical address extension) mapping.
- Added the command line switches /pae and /noexecute for enabling the PAE mapping.

svn path=/trunk/; revision=10808

18 years ago- Implemented ExfInterlockedCompareExchange64 and ExfpInterlockedExchange64
Hartmut Birr [Thu, 9 Sep 2004 18:51:17 +0000 (18:51 +0000)]
- Implemented ExfInterlockedCompareExchange64 and ExfpInterlockedExchange64

svn path=/trunk/; revision=10807

18 years ago- Use SeQuerySecurityDescriptorInfo() to retrieve an objects security descriptor.
Eric Kohl [Thu, 9 Sep 2004 12:20:48 +0000 (12:20 +0000)]
- Use SeQuerySecurityDescriptorInfo() to retrieve an objects security descriptor.
- Disable debug messages.

svn path=/trunk/; revision=10806

18 years agoAdded user32 regression tests that we pass to the regtests system. Working on reviewi...
Steven Edwards [Thu, 9 Sep 2004 04:18:30 +0000 (04:18 +0000)]
Added user32 regression tests that we pass to the regtests system. Working on reviewing all of the Wine tests we pass and then figuring out a way to merge them in with our testing framework.

svn path=/trunk/; revision=10805

18 years agoAdd support for setting a security descriptor for a file. Send an
Eric Kohl [Wed, 8 Sep 2004 11:42:56 +0000 (11:42 +0000)]
Add support for setting a security descriptor for a file. Send an
IRP_MJ_SET_SECURITY to the filesystem driver and return
STATUS_SUCCESS if the filesystem driver does not support
this IRP.

svn path=/trunk/; revision=10804

18 years ago- Fix a typo in NtSetSecurityObject().
Eric Kohl [Wed, 8 Sep 2004 11:39:59 +0000 (11:39 +0000)]
- Fix a typo in NtSetSecurityObject().

svn path=/trunk/; revision=10803

18 years agoImplement SetFileSecurityA/W.
Eric Kohl [Wed, 8 Sep 2004 11:36:24 +0000 (11:36 +0000)]
Implement SetFileSecurityA/W.

svn path=/trunk/; revision=10802

18 years agoAdd some resources from Winehq CVS.
Steven Edwards [Tue, 7 Sep 2004 23:09:54 +0000 (23:09 +0000)]
Add some resources from Winehq CVS.

svn path=/trunk/; revision=10801

18 years agoFix compile-time warning, spotted by Sylvain Petreolle <spetreolle@yahoo.fr>
Gé van Geldorp [Tue, 7 Sep 2004 14:27:04 +0000 (14:27 +0000)]
Fix compile-time warning, spotted by Sylvain Petreolle <spetreolle@yahoo.fr>

svn path=/trunk/; revision=10800

18 years agoReturn a security descriptor that grants full access to everyone if a filesystem
Eric Kohl [Tue, 7 Sep 2004 11:51:13 +0000 (11:51 +0000)]
Return a security descriptor that grants full access to everyone if a filesystem
driver does not handle IRP_MJ_QUERY_SECURITY.

svn path=/trunk/; revision=10799

18 years agoIopInvalidDeviceRequest must return STATUS_INVALID_DEVICE_REQUEST.
Eric Kohl [Tue, 7 Sep 2004 11:48:16 +0000 (11:48 +0000)]
IopInvalidDeviceRequest must return STATUS_INVALID_DEVICE_REQUEST.

svn path=/trunk/; revision=10798

18 years ago- Removed most of the calls to KeAttachProcess/KeDetachProcess.
Hartmut Birr [Tue, 7 Sep 2004 11:08:16 +0000 (11:08 +0000)]
- Removed most of the calls to KeAttachProcess/KeDetachProcess.
- Used the kernel map to map page tables from other process's.
  In the future this should be replaced by a per process kernel map (hyperspace map).

svn path=/trunk/; revision=10797

18 years ago- Added the dependency checking for precompiled headers.
Hartmut Birr [Tue, 7 Sep 2004 08:20:06 +0000 (08:20 +0000)]
- Added the dependency checking for precompiled headers.

svn path=/trunk/; revision=10796

18 years ago- Replaced the target extension with '.h.gch' if the source extension was '.h'
Hartmut Birr [Tue, 7 Sep 2004 08:14:30 +0000 (08:14 +0000)]
- Replaced the target extension with '.h.gch' if the source extension was '.h'

svn path=/trunk/; revision=10795

18 years agoImplement GetFileSecurityA/W.
Eric Kohl [Mon, 6 Sep 2004 22:12:25 +0000 (22:12 +0000)]
Implement GetFileSecurityA/W.

svn path=/trunk/; revision=10794

18 years ago1. make use of precompiled headers everywhere
Thomas Bluemel [Mon, 6 Sep 2004 21:15:46 +0000 (21:15 +0000)]
1. make use of precompiled headers everywhere
2. moved some unicode stubs out of the ansi stub file

svn path=/trunk/; revision=10793

18 years agodon't copy LARGE_INTEGER structs to FILETIME structs with memcpy, it works but it...
Thomas Bluemel [Mon, 6 Sep 2004 15:56:25 +0000 (15:56 +0000)]
don't copy LARGE_INTEGER structs to FILETIME structs with memcpy, it works but it's confusing as they're different structures that happen to be identical.

svn path=/trunk/; revision=10792

18 years agoWe are not using wpp at this time. We can always add a
Steven Edwards [Mon, 6 Sep 2004 15:04:16 +0000 (15:04 +0000)]
We are not using wpp at this time. We can always add a
more recent copy if we ever need it.

svn path=/trunk/; revision=10791

18 years agoImplement ANSI group and item functions.
Eric Kohl [Mon, 6 Sep 2004 12:00:40 +0000 (12:00 +0000)]
Implement ANSI group and item functions.

svn path=/trunk/; revision=10790

18 years ago- Check first for an existing directory object in NtCreateDirectoryObject.
Hartmut Birr [Sun, 5 Sep 2004 22:26:17 +0000 (22:26 +0000)]
- Check first for an existing directory object in NtCreateDirectoryObject.

svn path=/trunk/; revision=10789

18 years ago- Returned STATUS_OBJECT_NAME_NOT_FOUND if no directory was found in ObReferenceObjec...
Hartmut Birr [Sun, 5 Sep 2004 22:25:36 +0000 (22:25 +0000)]
- Returned STATUS_OBJECT_NAME_NOT_FOUND if no directory was found in ObReferenceObjectByName.

svn path=/trunk/; revision=10788

18 years ago.cvsignore updated.
Emanuele Aliberti [Sun, 5 Sep 2004 12:34:25 +0000 (12:34 +0000)]
.cvsignore updated.

svn path=/trunk/; revision=10787

18 years agoVersion information added.
Emanuele Aliberti [Sun, 5 Sep 2004 12:27:36 +0000 (12:27 +0000)]
Version information added.
.cvsignore updated.

svn path=/trunk/; revision=10786

18 years agoFixes:
Art Yerkes [Sun, 5 Sep 2004 04:26:30 +0000 (04:26 +0000)]
Fixes:

Socket destruction is correct.  When IRPs are left to cancel, the socket
will remain until all pending irps complete.  The DestroySocket function
does this.  It is always safe to call DestroySocket at any time after the
FsContext member of the FileObject has been nulled.

Fixed UDP data delivery in.  UDP send still has a problem but it seems to
be in tcpip.sys more than likely.  I've sliced another 6000 lines out of
tcpip.sys that i will debug as a userspace library and link to tcpip.

Fixed poll reeval (old reported bug fix I hadn't committed yet).

Miscellaneously better sanity in a few rough spots.

svn path=/trunk/; revision=10785

18 years agodisable typedef for socklen_t for the moment.
Steven Edwards [Sat, 4 Sep 2004 21:44:30 +0000 (21:44 +0000)]
disable typedef for socklen_t for the moment.

svn path=/trunk/; revision=10784

18 years agoHandle matching of "f0_*.*" expression to "f0_000" file name in FsRtlIsNameInExpressi...
Filip Navara [Sat, 4 Sep 2004 15:02:00 +0000 (15:02 +0000)]
Handle matching of "f0_*.*" expression to "f0_000" file name in FsRtlIsNameInExpression and add relevant regression test.

svn path=/trunk/; revision=10783

18 years agofix compings warings
Magnus Olsen [Sat, 4 Sep 2004 10:51:20 +0000 (10:51 +0000)]
fix compings warings

not all waring have been fix

svn path=/trunk/; revision=10782

18 years agoAdded check for socklen_t
Steven Edwards [Fri, 3 Sep 2004 21:34:48 +0000 (21:34 +0000)]
Added check for socklen_t

svn path=/trunk/; revision=10781

18 years agofix compings warings
Magnus Olsen [Fri, 3 Sep 2004 17:47:29 +0000 (17:47 +0000)]
fix compings warings

src/types.c: In function `pap_qstring':
src/types.c:99: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:103: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c: In function `pap_domain':
src/types.c:352: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:356: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c: In function `pap_findaddrs':
src/types.c:422: warning: passing arg 2 of `adns__vbuf_ensure' as signed due to prototype
src/types.c: In function `csp_hostaddr':
src/types.c:573: warning: passing arg 3 of `csp_qstring' as signed due to prototype
src/types.c: In function `icb_ptr':
src/types.c:705: warning: passing arg 3 of `memcmp' as unsigned due to prototype
src/types.c: In function `pa_ptr':
src/types.c:747: warning: passing arg 3 of `memcpy' as unsigned due to prototype
src/types.c:755: warning: passing arg 3 of `memcmp' as unsigned due to prototype
src/types.c:765: warning: passing arg 1 of `htonl' as unsigned due to prototype
src/types.c: In function `pap_mailbox822':
src/types.c:880: warning: passing arg 2 of `adns__alloc_interim' as unsigned due to prototype
src/types.c:881: warning: passing arg 3 of `memcpy' as unsigned due to prototype

svn path=/trunk/; revision=10780

18 years agocompings warings. and some did have wrong protypes.
Magnus Olsen [Fri, 3 Sep 2004 16:49:18 +0000 (16:49 +0000)]
compings warings. and some did have wrong protypes.

0. fix warning: passing arg 1 of `send' as unsigned due to prototype
1. fix warning: passing arg 3 of `memcpy' as unsigned due to prototype
2. fix warning: passing arg 3 of `send' as signed due to prototype
3. fix warning: unused variable `bytes_written'
4. fix warning: dereferencing type-punned
    pointer will break strict-aliasing rules

5. fix warning: dereferencing type-punned
   pointer will break strict-aliasing rules

svn path=/trunk/; revision=10779

18 years ago- Disable debugging messages.
Filip Navara [Fri, 3 Sep 2004 04:44:45 +0000 (04:44 +0000)]
- Disable debugging messages.

svn path=/trunk/; revision=10778

18 years ago- Revert the I/O port change from my previous patch. I didn't notice we're doing...
Filip Navara [Fri, 3 Sep 2004 04:19:12 +0000 (04:19 +0000)]
- Revert the I/O port change from my previous patch. I didn't notice we're doing "+ 2" there.

svn path=/trunk/; revision=10777

18 years agoIssue soft reset command for identification and not ATAPI reset command which works...
Filip Navara [Fri, 3 Sep 2004 02:55:50 +0000 (02:55 +0000)]
Issue soft reset command for identification and not ATAPI reset command which works only for packet based devices like CD-ROM drives and it's use on ATA devices is prohibited by the standard. If an ATAPI device is detected then and only then issue the ATAPI reset command. Also fix the addresses in AtapiClaimHwResources. This might fix bug #406.

svn path=/trunk/; revision=10776

18 years agofix lite more waring when it compiling
Magnus Olsen [Fri, 3 Sep 2004 00:15:04 +0000 (00:15 +0000)]
fix lite more waring when it compiling

svn path=/trunk/; revision=10775

18 years agofix follow warings msg
Magnus Olsen [Thu, 2 Sep 2004 23:51:07 +0000 (23:51 +0000)]
fix follow warings msg
Warning: resolving  x by linking to
                DrvCopyContext@12
DrvCreateContext@4
DrvCreateLayerContext@8
DrvDeleteContext@4
DrvDescribeLayerPlane@20
DrvDescribePixelFormat@16
DrvGetLayerPaletteEntries@20
DrvGetProcAddress@4
DrvReleaseContext@4
DrvRealizeLayerPalette@12
DrvSetContext@12
DrvSetLayerPaletteEntries@20
DrvSetPixelFormat@8
DrvShareLists@8
DrvSwapBuffers@4
DrvSwapLayerBuffers@8
DrvValidateVersion@4

svn path=/trunk/; revision=10774

18 years agochange ccflags = -O march=i386 to march=i486
Magnus Olsen [Thu, 2 Sep 2004 19:49:44 +0000 (19:49 +0000)]
change ccflags = -O march=i386 to march=i486
All asm code are writen for i486. so why did we compile it for i386 when it does not work on i386.

svn path=/trunk/; revision=10773

18 years agoADNS lib afer eol conversion. Greatlord pointed out that the DOS eols
Art Yerkes [Thu, 2 Sep 2004 19:03:45 +0000 (19:03 +0000)]
ADNS lib afer eol conversion.  Greatlord pointed out that the DOS eols
checked in double when checked out in a certain way on windows.

svn path=/trunk/; revision=10772

18 years agoAdded python command app to oskit test.
Art Yerkes [Thu, 2 Sep 2004 02:33:11 +0000 (02:33 +0000)]
Added python command app to oskit test.

svn path=/trunk/; revision=10771

18 years agoActivate dnsapi and adns.
Art Yerkes [Wed, 1 Sep 2004 23:49:39 +0000 (23:49 +0000)]
Activate dnsapi and adns.

svn path=/trunk/; revision=10770

18 years ago- Disable debugging messages.
Filip Navara [Wed, 1 Sep 2004 20:41:07 +0000 (20:41 +0000)]
- Disable debugging messages.

svn path=/trunk/; revision=10768

18 years agoImplement WSHGetWildcardAddress
Art Yerkes [Wed, 1 Sep 2004 03:39:29 +0000 (03:39 +0000)]
Implement WSHGetWildcardAddress

svn path=/trunk/; revision=10766

18 years agoCorrected compile error due to different enum used in prototype.
Art Yerkes [Wed, 1 Sep 2004 02:33:50 +0000 (02:33 +0000)]
Corrected compile error due to different enum used in prototype.

svn path=/trunk/; revision=10765

18 years agoEXT2 should now be allowed in arcnames, etc.
Art Yerkes [Wed, 1 Sep 2004 00:37:29 +0000 (00:37 +0000)]
EXT2 should now be allowed in arcnames, etc.

svn path=/trunk/; revision=10764

18 years ago- Allow shared read access to the debug.log file.
Filip Navara [Wed, 1 Sep 2004 00:15:08 +0000 (00:15 +0000)]
- Allow shared read access to the debug.log file.

svn path=/trunk/; revision=10763

18 years ago- Don't use ULONG for storing pointers.
Filip Navara [Tue, 31 Aug 2004 23:53:40 +0000 (23:53 +0000)]
- Don't use ULONG for storing pointers.

svn path=/trunk/; revision=10762

18 years ago- Don't use ULONG for storing pointers.
Filip Navara [Tue, 31 Aug 2004 23:48:02 +0000 (23:48 +0000)]
- Don't use ULONG for storing pointers.

svn path=/trunk/; revision=10761

18 years ago- Return value of WM_GETTEXTLENGTH is in TCHARs, not in bytes, so there is
Gé van Geldorp [Tue, 31 Aug 2004 23:32:01 +0000 (23:32 +0000)]
- Return value of WM_GETTEXTLENGTH is in TCHARs, not in bytes, so there is
  no need to convert between Ansi and Unicode (number of characters remains
  the same)
- Allocate Ansi buffer for WM_GETTEXT since MultiByteToWideChar can't handle
  overlapping buffers

svn path=/trunk/; revision=10760

18 years ago- Removed the member OldProcess from the ETHREAD structure.
Hartmut Birr [Tue, 31 Aug 2004 20:17:18 +0000 (20:17 +0000)]
- Removed the member OldProcess from the ETHREAD structure.

svn path=/trunk/; revision=10759

18 years ago- Allow always shared read for a file which is opened for read only.
Hartmut Birr [Tue, 31 Aug 2004 20:07:06 +0000 (20:07 +0000)]
- Allow always shared read for a file which is opened for read only.

svn path=/trunk/; revision=10758

18 years ago- Store always offsets on cluster boundaries in FCB->LastOffset.
Hartmut Birr [Tue, 31 Aug 2004 20:02:24 +0000 (20:02 +0000)]
- Store always offsets on cluster boundaries in FCB->LastOffset.

svn path=/trunk/; revision=10757

18 years ago- Fix converting of UTF8 sequences in IntMultiByteToWideCharUTF8.
Filip Navara [Tue, 31 Aug 2004 19:54:14 +0000 (19:54 +0000)]
- Fix converting of UTF8 sequences in IntMultiByteToWideCharUTF8.

svn path=/trunk/; revision=10755

18 years ago- Restoring of character size in VBEResetHw. Patch by Herv� Poussineau.
Filip Navara [Tue, 31 Aug 2004 18:28:50 +0000 (18:28 +0000)]
- Restoring of character size in VBEResetHw. Patch by Herv� Poussineau.

svn path=/trunk/; revision=10754

18 years ago- Use FsRtl routines for wildcard handling.
Filip Navara [Tue, 31 Aug 2004 16:08:38 +0000 (16:08 +0000)]
- Use FsRtl routines for wildcard handling.

svn path=/trunk/; revision=10753

18 years ago- Fixed some wchar to char translations.
Hartmut Birr [Tue, 31 Aug 2004 14:40:50 +0000 (14:40 +0000)]
- Fixed some wchar to char translations.

svn path=/trunk/; revision=10751

18 years agoImplement IntWideCharToMultiByteUTF8 since it's needed for saving Explorer configurat...
Filip Navara [Tue, 31 Aug 2004 07:01:43 +0000 (07:01 +0000)]
Implement IntWideCharToMultiByteUTF8 since it's needed for saving Explorer configuration. (This change should be ported to the release branch.)

svn path=/trunk/; revision=10748

18 years ago- Revise order of PsInitializeThread to insert the thread to the lists after *all...
Filip Navara [Tue, 31 Aug 2004 06:08:38 +0000 (06:08 +0000)]
- Revise order of PsInitializeThread to insert the thread to the lists after *all* the fields are initialized and while holding the PiThreadListLock lock acquired.

svn path=/trunk/; revision=10747

18 years agoRemoved SeaShell from the tip.
Steven Edwards [Tue, 31 Aug 2004 02:38:41 +0000 (02:38 +0000)]
Removed SeaShell from the tip.
Its in the attic if anyone needs to look at it.

svn path=/trunk/; revision=10746

18 years ago- Add NET_NIC.inf and syssetup.inf files to bootcd.
Filip Navara [Mon, 30 Aug 2004 20:33:36 +0000 (20:33 +0000)]
- Add NET_NIC.inf and syssetup.inf files to bootcd.

svn path=/trunk/; revision=10745

18 years ago- Close the registry hive file object in CmiInitNonVolatileRegistryHive.
Filip Navara [Mon, 30 Aug 2004 19:28:59 +0000 (19:28 +0000)]
- Close the registry hive file object in CmiInitNonVolatileRegistryHive.

svn path=/trunk/; revision=10744