VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevRTC.cpp

Revision Log Mode:


Legend:

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