VirtualBox

source: vbox/trunk/src/VBox/Runtime

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5258   17 years vboxsync Rewrote the shared folder create file function on the host to …
(edit) @5248   17 years vboxsync Debug builds now need strcmp. Knut, please revise.
(edit) @5230   17 years vboxsync Added r0drv/nt/semeventmulti-r0drv-nt.cpp.
(edit) @5229   17 years vboxsync rtSemEventWait -> rtSemEventMultiWait.
(edit) @5228   17 years vboxsync use the right magic.
(edit) @5226   17 years vboxsync Added r0drv/linux/semeventmulti-r0drv-linux.c
(edit) @5225   17 years vboxsync semaphore-r0drv-lnx.c split.
(edit) @5224   17 years vboxsync oops.
(edit) @5223   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5222   17 years vboxsync Split up r0drv/nt/semaphore-r0drv-nt.cpp.
(edit) @5212   17 years vboxsync Solaris.
(edit) @5165   17 years vboxsync RTSemEventWaitNoResume
(edit) @5125   17 years vboxsync solaris build fix.
(edit) @5070   17 years vboxsync Attempt to fix the Linux smoked tests
(edit) @5042   17 years vboxsync Fixes to the Linux additions - use and export functions from the runtime
(edit) @5009   17 years vboxsync This wasn't a typo.
(edit) @5005   17 years vboxsync Failure logging
(edit) @4995   17 years vboxsync Export AssertMsg1 and 2 in Linux kernel modules
(edit) @4994   17 years vboxsync Fixed a typo
(edit) @4990   17 years vboxsync ToErrno for freebsd r0drv.
(edit) @4989   17 years vboxsync physnc fix.
(edit) @4981   17 years vboxsync as locking... hope it works.
(edit) @4957   17 years vboxsync Compile fix
(edit) @4908   17 years vboxsync Cify since we use these two files in Linux kernel modules
(edit) @4883   17 years vboxsync Fixed a burning smoketest (Linux guest backdoor logging problem)
(edit) @4869   17 years vboxsync warning
(edit) @4867   17 years vboxsync Drop noisy logging.
(edit) @4860   17 years vboxsync Activated the full backdoor logger in release builds of the Linux …
(edit) @4858   17 years vboxsync sys/procfs.h doesn't like _FILE_OFFSET_BITS=64, undefine it.
(edit) @4856   17 years vboxsync Solaris doesn't seem to check for null string pointers in *printfv (%s).
(edit) @4850   17 years vboxsync removed annoying message.
(edit) @4822   17 years vboxsync Fixed bad name.
(edit) @4819   17 years vboxsync Don't assert on invalid handles as it upsets the dprintf2 logging in …
(edit) @4809   17 years vboxsync Added an RTErrnoConvertFromErr function to simplify error management …
(edit) @4802   17 years vboxsync space, please.
(edit) @4801   17 years vboxsync realigned comments.
(edit) @4781   17 years vboxsync eol
(edit) @4774   17 years vboxsync Forced LF (Unix) EOL for common SED and ACPI scripts mode to make it …
(edit) @4755   17 years vboxsync Reverse allocation for Windows hosts: physical pages are allocated in …
(edit) @4751   17 years vboxsync eol
(edit) @4750   17 years vboxsync eol style native
(edit) @4725   17 years vboxsync Use MmSecureVirtualMemory to have some limited protection with …
(edit) @4717   17 years vboxsync Solaris changes.
(edit) @4715   17 years vboxsync warning
(edit) @4713   17 years vboxsync more on the phys page management rewrite…
(edit) @4699   17 years vboxsync Better error message if mmap(PROT_EXEC | PROT_WRITE) failed. A better …
(edit) @4695   17 years vboxsync Added Linux kernel symbol export to logbackdoor.cpp
(edit) @4694   17 years vboxsync C-ify some files in the runtime for building them inside Linux kernel …
(edit) @4687   17 years vboxsync Added RTAvllU32*. Applied enumeration fixes for non-unique tree. …
(edit) @4674   17 years vboxsync FreeBSD is also in need of gcc helpers.
(edit) @4672   17 years vboxsync fixed inverted assertion.
(edit) @4671   17 years vboxsync Must free MDL returned by MmAllocatePagesForMdl with ExFreePool
(edit) @4636   18 years vboxsync Fixed bug in rtPathUserHomeByEnv.
(edit) @4556   18 years vboxsync blanks and (long).
(edit) @4555   18 years vboxsync the psinfo format is psinfo_t.
(edit) @4546   18 years vboxsync Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin.
(edit) @4545   18 years vboxsync I'm missing r0drv/solaris/semeventmulti-r0drv-solaris.c for some reason…
(edit) @4544   18 years vboxsync 'u' is #defined by sys/user.h when in _KERNEL mode, that's great since …
(edit) @4543   18 years vboxsync Spaces.
(edit) @4542   18 years vboxsync Some freebsd fixes.
(edit) @4538   18 years vboxsync Made logbackdoor.cpp compile with a C compiler
(edit) @4534   18 years vboxsync FreeBSD needs extern char environ; Assume the other BSD needs this too.
(edit) @4476   18 years vboxsync fixed darwin and two really bad assertions.
(edit) @4475   18 years vboxsync Some adjustments to RTEnv and RTProcCreate. Should work on darwin now.
(edit) @4474   18 years vboxsync Solaris.
(edit) @4372   18 years vboxsync Finally corrected the RTFileRead, RTFileReadAt, RTFileWrite and …
(edit) @4371   18 years vboxsync r=bird: Who is calling this code with uiBase == 0?
(edit) @4362   18 years vboxsync Solaris
(edit) @4357   18 years vboxsync export solaris stuff
(edit) @4336   18 years vboxsync Runtime: rtStrFormatNumber(): Use 10 as number base when 0 is passed.
(edit) @4287   18 years vboxsync Solaris
(edit) @4235   18 years vboxsync new include blocker.
(edit) @4233   18 years vboxsync please keep in mind that this file is part of the Linux kernel module …
(edit) @4231   18 years vboxsync Listed NT and Linux r0drv todos. Added thread.cpp to Nt r0drv.
(edit) @4230   18 years vboxsync Ported time-r0drv to NT.
(edit) @4229   18 years vboxsync Ported thread2-r0drv to Nt (completely untested).
(edit) @4224   18 years vboxsync shouldn't be here.
(edit) @4223   18 years vboxsync bugfixes.
(edit) @4222   18 years vboxsync warning.
(edit) @4221   18 years vboxsync forgot one inverted assertion.
(edit) @4220   18 years vboxsync some ideas for virtual address reserving.
(edit) @4219   18 years vboxsync RTR0MemObj for NT (untested).
(edit) @4218   18 years vboxsync docs.
(edit) @4179   18 years vboxsync Solaris changes.
(edit) @4178   18 years vboxsync Solaris changes.
(edit) @4176   18 years vboxsync Use -e sym instead of -entry=sym since this works for both solaris and …
(edit) @4173   18 years vboxsync Make it build in the linux kernel environment.
(edit) @4160   18 years vboxsync Some bug fixes and allocation fallbacks.
(edit) @4159   18 years vboxsync Changed from $ to $.
(edit) @4158   18 years vboxsync Fixed build error and changed from $ to $.
(edit) @4155   18 years vboxsync RTR0MemGetAddressR3 & RTR0MemObjLockUser. Linux memobj impl.
(edit) @4154   18 years vboxsync work in progress. (bed time)
(edit) @4136   18 years vboxsync Added RTR0MemObjAllocPhysNC. Changed the two APIs taking ring-3 …
(edit) @4135   18 years vboxsync Use size_t for the page index. Added API for querying the ring-3 address.
(edit) @4130   18 years vboxsync license header fix
(edit) @4104   18 years vboxsync Runtime/RTEnv: Fixed the off by one bug.
(edit) @4101   18 years vboxsync Attempt to fix the burning L4 testbox by making Dmitry's environment …
(edit) @4076   18 years vboxsync Two more manual license fixes.
(edit) @4071   18 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4066   18 years vboxsync Runtime: Fixed linux builds.
Note: See TracRevisionLog for help on using the revision log.

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