VirtualBox

source: vbox/trunk/src/VBox/Runtime/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @68121   7 years vboxsync IPRT: Added RTLocaleQueryNormalizedBaseLocaleName.
(edit) @68119   7 years vboxsync IPRT: added iprt/locale.h with two functions for getting the locale …
(edit) @68113   7 years vboxsync Added RTTimeZoneGetCurrent for getting TZ.
(edit) @68107   7 years vboxsync iprt: Added some time zone name mapping info (for unattended guest …
(edit) @67979   7 years vboxsync Added RTUTf16NICmpAscii.
(edit) @67677   7 years vboxsync Runtime/Makefile.kmk: ignore another flavour of bad_alloc()
(edit) @67480   7 years vboxsync IPRT: More ISO maker code (import related).
(edit) @67345   7 years vboxsync IPRT: Enable building of the ISO maker code.
(edit) @67341   7 years vboxsync IPRT: More ISO maker code.
(edit) @67317   7 years vboxsync Runtime/RTKrnlMod: Started working on the Windows implementation
(edit) @67304   7 years vboxsync Runtime/RTKrnlMod: Started on the Solaris implementation
(edit) @67290   7 years vboxsync Runtime: provide __udivmoddi4() required for 32-bit code generated by …
(edit) @67286   7 years vboxsync Runtime/RTKrnlMod: Started working on Linux implementation gathering …
(edit) @67284   7 years vboxsync Runtime: Start hacking on API to query information about loaded kernel …
(edit) @67259   8 years vboxsync IPRT: Some ISO image maker sketches.
(edit) @67221   8 years vboxsync IPRT: Adding RTVfsIoStrmGetOpenFlags, RTVfsFileGetOpenFlags, …
(edit) @67186   8 years vboxsync IPRT: Added RTVfsFsStrmToNormalDir, RTVfsFsStrmToDirUndo, …
(edit) @67132   8 years vboxsync IPRT: Added RTPathSkipRootSpec.
(edit) @67116   8 years vboxsync IPRT: Started on VFS file system output streams for implementing TAR …
(edit) @66739   8 years vboxsync iso9660vfs: enabled the code
(edit) @66735   8 years vboxsync iso9660vfs.cpp: Can find and read files from iso.
(edit) @66727   8 years vboxsync Runtime/common/filesystem -> Runtime/common/fs
(edit) @66692   8 years vboxsync fatvfs.cpp: enabled
(edit) @66602   8 years vboxsync IPRT/vfs-chains: Pass around an pErrInfo buffer too.
(edit) @66415   8 years vboxsync IPRT: split %RKv formatting into separate function.
(edit) @66395   8 years vboxsync asm-amd64-x86.h: Added ASMFxRstor & ASMFxSave.
(edit) @66384   8 years vboxsync IPRT/R0Drv: Need RTUTf16ICmpAscii.
(edit) @66361   8 years vboxsync IPRT: Adding RTStrICmpAscii (mirrors RTUtf16ICmpAscii).
(edit) @66072   8 years vboxsync HostDrivers, Additions: remove more rules for compiling Linux R0 modules
(edit) @65153   8 years vboxsync doxygen: more unification: moved Doxyfile.{Core,qtgui,iprt}.* and …
(edit) @64921   8 years vboxsync addition build fix
(edit) @64920   8 years vboxsync addition build fix
(edit) @64640   8 years vboxsync IPRT: Implemented native NT version of RTPathQueryInfoEx that provides …
(edit) @64619   8 years vboxsync IPRT: Reshuffled RTFsQuerySizes from fs-nt.cpp to implement …
(edit) @64340   8 years vboxsync IPRT: Introducing RTStrPrintf2, RTStrPrintf2V, RTStrPrintf2Ex, and …
(edit) @64291   8 years vboxsync Reverted r111300 and subsequent changes since the fix is to use …
(edit) @64285   8 years vboxsync Additions: bugref:8622: Use crc of user name in name of ipc pipe
(edit) @64281   8 years vboxsync IPRT,SUP: Major vboxdrv and GIP version change; more flexible …
(edit) @64148   8 years vboxsync drop openssl 1.0.1, replaced VBOX_WITH_OPENSSL_1_1_0 with …
(edit) @64017   8 years vboxsync Runtime/Main/webservice: don't warn about deprecated function …
(edit) @63983   8 years vboxsync IPRT: Created a minimal openssl linker definition file for 1.0.1 too.
(edit) @63981   8 years vboxsync Runtime: OpenSSL 1.1.0 preps
(edit) @63451   8 years vboxsync Runtime: warnings
(edit) @63407   8 years vboxsync r0drv/netbsd: RTLogWriteStdOut that just uses kernel printf.
(edit) @63337   8 years vboxsync Runtime: define the lists of R0 and R3 sources for NetBSD. From Haomai …
(edit) @63236   8 years vboxsync iptr/string.h: All supported releases of FreeBSD have memrchr(3) in …
(edit) @61693   8 years vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @61080   9 years vboxsync allow to compile with gcc configured with --enable-default-pie
(edit) @60986   9 years vboxsync build fix
(edit) @60983   9 years vboxsync IPRT: Added (_)bzero implementation for clang compiled VMMR0.
(edit) @60739   9 years vboxsync RuntimeBldProg: Removed common/misc/buildconfig.cpp from the library …
(edit) @60480   9 years vboxsync SUPNtHard,IPRT: Moved supHardNtVpFix8dot3Path & …
(edit) @59754   9 years vboxsync vfsreadahead.cpp: Completed and debugged.
(edit) @59751   9 years vboxsync IPRT: More build fixing.
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59729   9 years vboxsync didn't mean to enable building common/vfs/vfsreadahead.cpp yet.
(edit) @59728   9 years vboxsync asn1-dump: Made it a lot less painful to add new OID to the asn.1 …
(edit) @59672   9 years vboxsync iprt: Retired RTX509PrepareOpenSSL, RTRSAVerify, …
(edit) @59670   9 years vboxsync IPRT: Added RTCrStoreCreateSnapshotOfUserAndSystemTrustedCAsAndCerts.
(edit) @59620   9 years vboxsync IPRT: Added 'off' parameter to RTVfsIoStrmSgWrite and …
(edit) @59527   9 years vboxsync iprt/asm.h: Experimented with alternative serializating instructions …
(edit) @59511   9 years vboxsync IPRT: RTFileSetAllocationSize() implementation for POSIX compatible …
(edit) @59461   9 years vboxsync IPRT: Linux specific implementation for RTFileSetAllocationSize()
(edit) @59459   9 years vboxsync IPRT: Add RTFileSetAllocationSize() to enforce block allocation on the …
(edit) @59306   9 years vboxsync Runtime: actually use rtMpDarwinOnlinePhysicalCpus() when determining …
(edit) @59243   9 years vboxsync Several fixes to get RuntimeR3 building on SPARC again (required for …
(edit) @59067   9 years vboxsync IPRT: Added RTStrStartsWith and RTStrIStartsWith.
(edit) @59057   9 years vboxsync IPRT: Duplicate ASMAtomicXchgU16, add ASMAtomic[Cmp]XchgU16 to 32-bit …
(edit) @59055   9 years vboxsync IPRT: Provided ASMAtomicCmpXchgU16 and ASMAtomicXchgU16 external …
(edit) @59047   9 years vboxsync build fix for the validation kit
(edit) @59040   9 years vboxsync IPRT: trace point build fix.
(edit) @59039   9 years vboxsync IPRT: trace point build fix.
(edit) @59038   9 years vboxsync IPRT: trace point build fix attempt.
(edit) @59036   9 years vboxsync IPRT,VMMR0: Added trace points to both the IPRT critical section types.
(edit) @58829   9 years vboxsync IPRT: Make read-write critical sections available to ring-0 code.
(edit) @58758   9 years vboxsync IPRT: Implemented ASMBitNextClear in assembly.
(edit) @58757   9 years vboxsync IPRT: Implemented ASMBitNextSet in assembly.
(edit) @58754   9 years vboxsync IPRT: Use common/asm/ASMBitFirstSet.asm instead of the win/amd64/ version.
(edit) @58751   9 years vboxsync IPRT: Use common/asm/ASMBitFirstClear.asm instead of the win/amd64/ …
(edit) @58748   9 years vboxsync IPRT: mangling.run fix.
(edit) @58287   9 years vboxsync Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58269   9 years vboxsync iprt/r0drv: untested electrical heap alloc functions.
(edit) @58139   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58137   9 years vboxsync Runtime/Makefile.kmk: Build fix attempt
(edit) @58136   9 years vboxsync Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build.
(edit) @57974   9 years vboxsync IPRT: Some more doxygen fixes.
(edit) @57949   9 years vboxsync VBOX_WITH_MORE_NT4_COMPAT_BINARIES fix.
(edit) @57944   9 years vboxsync iprt: More doxygen corrections.
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57905   9 years vboxsync IPRT: More build for NT4 fun, but the VBoxRT.dll we build when …
(edit) @57865   9 years vboxsync IPRT,libs: Hacks for building IPRT testcases that can run on NT4. …
(edit) @57813   9 years vboxsync http-curl.cpp: Implemented system proxy config for OS X and fixed …
(edit) @57737   9 years vboxsync common/misc/http.cpp -> generic/http-curl.cpp
(edit) @57722   9 years vboxsync iprt/string.h: Provide memrchr on platforms which doesn't have it.
(edit) @57643   9 years vboxsync IPRT: Added RTVfsIoStrmFromRTPipe (and RTPipeQueryInfo) for the …
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57586   9 years vboxsync IPRT: Implemented reading lib/Security/cacerts from JRE.
(edit) @57580   9 years vboxsync IPRT: Implemented RTCrStoreCreateSnapshotById for darwin.
(edit) @57572   9 years vboxsync IPRT: Started on accessing system certificate stores to get SSL roots …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette