|
|
@48947
|
11 years |
vboxsync |
Devices: Whitespace and svn:keyword cleanups by scm.
|
|
|
@45208
|
12 years |
vboxsync |
RTC: Experimental hack for UIP bit being set too long.
|
|
|
@45191
|
12 years |
vboxsync |
DevRTC: UIP hack.
|
|
|
@45025
|
12 years |
vboxsync |
Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
|
|
|
@44810
|
12 years |
vboxsync |
DevRTC.cpp: cleanups.
|
|
|
@44528
|
12 years |
vboxsync |
header (C) fixes
|
|
|
@44510
|
12 years |
vboxsync |
PDM takes the RTC cirtical section before calling the PDMRTCREG …
|
|
|
@43241
|
12 years |
vboxsync |
RTC: Do not corrupt CMOS bank 1 by writing to bank 2 without writing …
|
|
|
@41710
|
12 years |
vboxsync |
DevRTC: Extended the 'rtc' info with register A thru D.
|
|
|
@41709
|
12 years |
vboxsync |
Moved the code to the right placed.
|
|
|
@41708
|
12 years |
vboxsync |
DevRTC.cpp: r=bird:
- Changed cmos to cmos1.
- Don't start internal …
|
|
|
@41667
|
12 years |
vboxsync |
Compacted CMOS debug info output.
|
|
|
@41599
|
12 years |
vboxsync |
CMOS Debuging: As suggested by Michal, moved the debug information …
|
|
|
@41566
|
13 years |
vboxsync |
RTC: Clear CMOS shutdown byte on reset.
|
|
|
@38195
|
13 years |
vboxsync |
rtcLoadExec: Avoid asserting in TMTimerSetFrequencyHint.
|
|
|
@37526
|
13 years |
vboxsync |
Dev*: Timer locking fixes.
|
|
|
@37514
|
13 years |
vboxsync |
DevRTC: nit
|
|
|
@37513
|
13 years |
vboxsync |
DevRTC: Locking adjustments.
|
|
|
@37512
|
13 years |
vboxsync |
DevRTC: Moving the code around, adjusting it thowards our style.
|
|
|
@37511
|
13 years |
vboxsync |
DevRTC: Moving the code around, adjusting it thowards our style.
|
|
|
@35353
|
14 years |
vboxsync |
Move the misc files the in src/VBox/Devices/ directory into a build/ …
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@33540
|
14 years |
vboxsync |
*: spelling fixes, thanks Timeless!
|
|
|
@32484
|
14 years |
vboxsync |
TM,DevPit,DevApic,DevRtc: Timer frequency hints for calculating the …
|
|
|
@30846
|
14 years |
vboxsync |
DevRTC: No point calling LogRel when we are not in R3.
|
|
|
@29250
|
15 years |
vboxsync |
iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
|
|
|
@28800
|
15 years |
vboxsync |
Automated rebranding to Oracle copyright/license strings via filemuncher
|
|
|
@27976
|
15 years |
vboxsync |
*: scm cleans up whitespace and adds a new line at the end of …
|
|
|
@27460
|
15 years |
vboxsync |
DevRTC: Added support for PIIX4 style second CMOS bank.
|
|
|
@27126
|
15 years |
vboxsync |
PIT,RTC,HPET,PDM: Combined and simplified the two interfaces PDM uses …
|
|
|
@27121
|
15 years |
vboxsync |
HPET, RTC, PIT, PDM: implement API to disable legacy devices from HPET …
|
|
|
@26173
|
15 years |
vboxsync |
PDM: s/pCfgHandle/pCfg/g - part 2.
|
|
|
@26169
|
15 years |
vboxsync |
PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
|
|
|
@26165
|
15 years |
vboxsync |
PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
|
|
|
@26160
|
15 years |
vboxsync |
PDM: s/pDevReg/pReg/g
|
|
|
@26158
|
15 years |
vboxsync |
TMR3UTCNow -> TMR3UtcNow + DevHlp.
|
|
|
@26157
|
15 years |
vboxsync |
PDMDEVHLPR3 cleanup; reduced the number of strict functions.
|
|
|
@25127
|
15 years |
vboxsync |
DevRTC: Fixed incorrect weekday calculation (two days off).
|
|
|
@24265
|
15 years |
vboxsync |
Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
|
|
|
@24089
|
15 years |
vboxsync |
DevRTC: Added UseUTC config options (default is false). Save and …
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@20374
|
15 years |
vboxsync |
*: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
|
|
|
@20367
|
15 years |
vboxsync |
Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
|
|
|
@20087
|
16 years |
vboxsync |
TM,*: Proper timer callback locking and pvUser for devices.
|
|
|
@19706
|
16 years |
vboxsync |
DevRTC: UIP logging (level 2).
|
|
|
@13840
|
16 years |
vboxsync |
Hex format types (Vhx[sd] -> Rhx[sd]).
|
|
|
@12977
|
16 years |
vboxsync |
#1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
|
|
|
@12969
|
16 years |
vboxsync |
#1865: PDMINS.
|
|
|
@11293
|
16 years |
vboxsync |
DevRTC: PDMDEVINS_2_RCPTR
|
|
|
@11269
|
16 years |
vboxsync |
Devices: pData -> pThis.
|
|
|
@11245
|
16 years |
vboxsync |
DevRTC: alignment correction.
|
|
|
@11244
|
16 years |
vboxsync |
DevRTC: Cosmetics.
|
|
|
@11218
|
16 years |
vboxsync |
alignment?
|
|
|
@11217
|
16 years |
vboxsync |
more tests
|
|
|
@11215
|
16 years |
vboxsync |
alignment
|
|
|
@11214
|
16 years |
vboxsync |
build fix
|
|
|
@11213
|
16 years |
vboxsync |
DevRTC: Fixed incorrect cfgm value check.
|
|
|
@11212
|
16 years |
vboxsync |
DevRTC: Use CFGM*Def.
|
|
|
@11211
|
16 years |
vboxsync |
#1865: DevRTC
|
|
|
@11210
|
16 years |
vboxsync |
DevRTC: cosmetics.
|
|
|
@11209
|
16 years |
vboxsync |
DevRTC: dropped the vl_vbox.h dependency.
|
|
|
@9212
|
17 years |
vboxsync |
Major changes for sizeof(RTGCPTR) == uint64_t.
Introduced RCPTRTYPE …
|
|
|
@9117
|
17 years |
vboxsync |
Removed the #if 0 case from the #2890 fix.
|
|
|
@9088
|
17 years |
vboxsync |
Corrected the delay for the 2nd timer that clears UIP (among others …
|
|
|
@8155
|
17 years |
vboxsync |
The Big Sun Rebranding Header Change
|
|
|
@5999
|
17 years |
vboxsync |
The Giant CDDL Dual-License Header Change.
|
|
|
@5377
|
17 years |
vboxsync |
Enabled the GC code.
|
|
|
@5310
|
17 years |
vboxsync |
get rid of the struct tm mess.
|
|
|
@5308
|
17 years |
vboxsync |
get rid of the struct tm mess.
|
|
|
@4787
|
17 years |
vboxsync |
Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
|
|
|
@4071
|
17 years |
vboxsync |
Biggest check-in ever. New source code headers for all (C) innotek files.
|
|
|
@4014
|
17 years |
vboxsync |
Use pdmdrv.h and pdmdev.h where appropirate.
|
|
|
@3666
|
17 years |
vboxsync |
replace underscore symbols in Devices/
|
|
|
@3477
|
17 years |
vboxsync |
just make the variable signed.
|
|
|
@3314
|
17 years |
vboxsync |
warning
|
|
|
@3258
|
17 years |
vboxsync |
Don't clear REG_B_UIE when REG_B_SET is written as this breaks OS/2 …
|
|
|
@3257
|
17 years |
vboxsync |
rtc_timer_update is called on every timer tick, so don't attempt …
|
|
|
@2981
|
18 years |
vboxsync |
InnoTek -> innotek: all the headers and comments.
|
|
|
@2907
|
18 years |
vboxsync |
Don't show the stopped messages unless the timer is active.
|
|
|
@2851
|
18 years |
vboxsync |
Log RTC frequency changes.
|
|
|
@2850
|
18 years |
vboxsync |
Fixed leftover VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs.
|
|
|
@2781
|
18 years |
vboxsync |
made the file description correspond to the device/driver description.
|
|
|
@2627
|
18 years |
vboxsync |
Fixed some RTTIME -> tm conversion bugs.
|
|
|
@2626
|
18 years |
vboxsync |
Fixed UTC typo.
|
|
|
@2613
|
18 years |
vboxsync |
Use TM as UCT source.
|
|
|
@2468
|
18 years |
vboxsync |
Dropping the VBOX_WITH_VIRTUAL_SYNC_TIMERS #ifdefs, making it default.
|
|
|
@2285
|
18 years |
vboxsync |
TMCLOCK_VIRTUAL_SYNC changes. (define VBOX_WITH_VIRTUAL_SYNC_TIMERS to …
|
|
|
@1912
|
18 years |
vboxsync |
muldiv64() => ASMMultU64ByU32DivByU32(); dma.c => DevDMA.cpp
|
|
|
@1384
|
18 years |
vboxsync |
Fixed RTC alarm (problem seen in Norton Diagnostics). We need to a) …
|
|
|
@1245
|
18 years |
vboxsync |
fixed win.amd64 alignemnt issue.
|
|
|
@487
|
18 years |
vboxsync |
64-bit Alignment.
|
|
|
@1
|
55 years |
vboxsync |
import
|