- Enable telnet, and tftpd.

- re-add some missing ntdll exports.
- export ctime64, its available.

svn path=/branches/ros-amd64-bringup/; revision=44125
This commit is contained in:
Samuel Serapion
2009-11-13 09:30:39 +00:00
parent 321196255a
commit db4d913635
4 changed files with 10 additions and 7 deletions
@@ -31,9 +31,9 @@
<directory name="route">
<xi:include href="route/route.rbuild" />
</directory>
<!-- directory name="telnet">
<directory name="telnet">
<xi:include href="telnet/telnet.rbuild" />
</directory -->
</directory>
<directory name="tracert">
<xi:include href="tracert/tracert.rbuild" />
</directory>
+3 -3
View File
@@ -25,9 +25,9 @@
<directory name="telnetd">
<xi:include href="telnetd/telnetd.rbuild" />
</directory>
<directory name="tftpd">
<xi:include href="tftpd/tftpd.rbuild" />
</directory>
<directory name="tftpd">
<xi:include href="tftpd/tftpd.rbuild" />
</directory>
<directory name="umpnpmgr">
<xi:include href="umpnpmgr/umpnpmgr.rbuild" />
</directory>
+4 -1
View File
@@ -648,6 +648,7 @@ RtlComputeCrc32
;RtlConsoleMultiByteToUnicodeN
RtlConvertExclusiveToShared
;RtlConvertLCIDToString
RtlConvertUlongToLargeInteger
RtlConvertSharedToExclusive
RtlConvertSidToUnicodeString
;RtlConvertToAutoInheritSecurityObject
@@ -934,11 +935,13 @@ RtlIsGenericTableEmptyAvl
RtlIsNameLegalDOS8Dot3
;RtlIsNormalizedString
RtlIsTextUnicode
;RtlIsThreadWithinLoaderCallout
RtlIsThreadWithinLoaderCallout
RtlIsValidHandle
RtlIsValidIndexHandle
;RtlIsValidLocaleName
;RtlLCIDToCultureName
RtlLargeIntegerSubtract
RtlLargeIntegerDivide
RtlLargeIntegerToChar
;RtlLcidToLocaleName
RtlLeaveCriticalSection
+1 -1
View File
@@ -232,7 +232,7 @@ EXPORTS
; _cputws @226
_creat @227
_cscanf @228
; _ctime64 @229
_ctime64 @229
_ctype @230 DATA
_cwait @231
; _cwprintf @232