VirtualBox

source: kStuff

修订日志模式:


图例:

增加
修改
复制或改名
差异 Rev 年龄 作者 日志消息
(edit) @123   3个月 bird kDefs.h: Detect arm64 on windows
(edit) @122   4个月 bird kDefs: Fixed LoongArch typo
(edit) @121   4个月 bird kDefs: LoongArch
(edit) @120   3年 bird kDefs.h: Added risc-v to the K_ARCH_XXX defines.
(edit) @119   3年 bird kHlpAssert.h: Guessing at sparc breakpoint instructions.
(edit) @118   4年 bird kHlpAssert.h: arm64/m1 breakpoint instruction.
(edit) @117   5年 bird kLdrModNative: Added KLDRMOD_OPEN_FLAGS_NATIVE_ALLOW_INIT_TERM to …
(edit) @116   6年 bird kDefs.h: Fixed K_ENDIAN. [2nd try]
(edit) @115   6年 bird kDefs.h: Fixed K_ENDIAN.
(edit) @114   6年 bird kLdrModLX.c: Some fixes.
(edit) @113   7年 bird kHlpInt2Ascii.c: Try make cppcheck happy.
(edit) @112   7年 bird kLdrModMachO.c: dropped extra break for KCPU_P4; cleaned up style to …
(edit) @111   7年 bird kDefs.h: big endian build fix
(edit) @110   7年 bird frizboxdect.py: Don't try strip None.
(edit) @109   7年 bird fritzboxdect.py: average fixes
(edit) @108   7年 bird fritzboxdect.py: better diags
(edit) @107   7年 bird fritzboxdect.py: exec
(edit) @106   7年 bird fritzboxdect.py: initial coding
(edit) @105   7年 bird kDefs.h: haiku
(edit) @104   7年 bird kDefs.h: m68k
(edit) @103   7年 bird kDefs.h: GNU hurd.
(edit) @102   7年 bird gcc7 warning fixes
(edit) @101   7年 bird kHlpAssert.h: Workaround for buggy gcc7+ warnings. The fall thru …
(edit) @100   7年 bird kDefs.h: Detect 64-bit arm (gcc).
(edit) @99   7年 bird kDefs.h: arm endian detection (K_ENDIAN).
(edit) @98   7年 bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @97   7年 bird kDefs.h: GNU/kFreeBSD; GNU/kNetBSD; SuperH arch.
(edit) @96   7年 bird kLdrModLX.c: warnings
(edit) @95   8年 bird printf defines
(edit) @94   8年 bird kTypes.h: KU32_C fix.
(edit) @93   8年 bird More assertion macros.
(edit) @92   8年 bird bigobj header.
(edit) @91   8年 bird kLdrModMachO.c: Fixed S_ATTR_DEBUG check …
(edit) @90   8年 bird kLdrModMachO.c: warnings.
(edit) @89   8年 bird kLdrModPE.cpp: warnings.
(edit) @88   8年 bird kLdrModMachO.c: warnings.
(edit) @87   8年 bird kLdrModLX.c: warnings
(edit) @86   8年 bird try make gcc 6.2.0 happy.
(edit) @85   8年 bird fixes
(edit) @84   8年 bird msc inline fix
(edit) @83   8年 bird kHlpStrPCopy: fix
(edit) @82   8年 bird kLdrModNative.c: Report the actual section load addresses in the …
(edit) @81   8年 bird kLdr: some refactoring and fixes.
(edit) @80   8年 bird warning
(edit) @79   8年 bird fixing warnings.
(edit) @78   9年 bird kDbgHlp.h: missing new-line escapes in kDbgAssert*.
(edit) @77   9年 bird prof/dbg: uninitialized variable, missing printf args, pedantic …
(edit) @76   9年 bird xtide-utils: ataid fixes. new delay method.
(edit) @75   9年 bird xtide-utils: added ataid for dumping the identify device response. …
(edit) @74   9年 bird xtide util hacking, included bios patch.
(edit) @73   9年 bird xtide util hacking.
(edit) @72   9年 bird some ata and int13h read+write testing.
(edit) @71   9年 bird xtide hacks (https://code.google.com/p/xtideuniversalbios/ + …
(edit) @70   9年 bird Make gcc 5.x happy when in pedantic mode.
(edit) @69   10年 bird kLdrModMachO.c: Left a variable behind from debug effort.
(edit) @68   10年 bird kLdrModMachO.c: Relocation fixes.
(edit) @67   10年 bird kLdrModMachO.c: Fixed how we apply X86_64_RELOC_SIGNED_1, …
(edit) @66   11年 bird kLdrModMachO.c: MH_DSYM files doesn't need to have a string table.
(edit) @65   11年 bird CTF skipping fixes.
(edit) @64   11年 bird kLdrModMachO.c: Don't load LINKEDIT.
(edit) @63   11年 bird kLdrModMachO.c: Workaround for misaligned TEXT.unwind_info found …
(edit) @62   11年 bird Mach-O: More MH_OBJECT fixes.
(edit) @61   11年 bird Mach-O: Accept to open MH_BUNDLE file (but not load), symbol enum …
(edit) @60   11年 bird Mach-O: Set the link address to the address of the first segment we …
(edit) @59   11年 bird Mach-O: Object files only have one LC_SEGMENTxx, one kLdr segment for …
(edit) @58   11年 bird Mach-O: Carve segments from the mach-o segments instead of the …
(edit) @57   11年 bird More mach-o debug info loading adjustments.
(edit) @56   11年 bird More mach-o debug info loading adjustments.
(edit) @55   11年 bird Mach-O: Accept MH_KEXT_BUNDLE (untested for loading purposes).
(edit) @54   11年 bird Added kLdrModQueryImageUuid for Mach-O.
(edit) @53   12年 bird Made 64-bit mach_kernel (10.7.4) loadable for debug info purposes.
(edit) @52   12年 bird Added KLDRMOD_OPEN_FLAGS_FOR_INFO and fixed more mach-o issues.
(edit) @51   12年 bird mach_kernel doesn't have segments sorted by link address, but rather …
(edit) @50   12年 bird mach-o.h: Added new header flags.
(edit) @49   12年 bird kLdrModMachO.c: Fixed copy & past bug in kldrModMachOQueryLinkerSymbol …
(edit) @48   12年 bird mach-o: Added new load commands from 10.6 and 10.7. Made the loader …
(edit) @47   13年 bird kLdrModMachO.c: Symbols with an address at the very end of the …
(edit) @46   13年 bird Fix for solaris 11 / gcc 4.5.2 which is using the solaris as instead …
(edit) @45   13年 bird os2ldr: Hack around broken PCI BIOS in recent AMI UEFI firmwares.
(edit) @44   13年 bird kLdrModMachO.c: fixed MSC warning.
(edit) @43   13年 bird kLdrModMachO.cpp: detect debug info and be more flexible wrt …
(edit) @42   13年 bird bug fix
(edit) @41   13年 bird Debug info enumration adjustments. Working on MH_DSYM support.
(edit) @40   15年 bird kDbgBase.h: s/DOXYGEN/DOXYGEN_RUNNING/
(edit) @39   15年 bird kHlpAssert.h: Fixes
(edit) @38   15年 bird kRbTmpl: Some more code.
(edit) @37   15年 bird kHlpAssert: stmt variations.
(edit) @36   15年 bird kAvlBase.h: Another typo in currently unused code.
(edit) @35   15年 bird Templated red-black trees - kick off.
(edit) @34   15年 bird kAvlTmpl: some typos in used code.
(edit) @33   16年 bird build fix.
(edit) @32   16年 bird hrmf
(edit) @31   16年 bird 4 missing license headers and some missing svn properties.
(edit) @30   16年 bird Removed unused files.
(edit) @29   16年 bird Finally got around execute the switch to the MIT license.
(edit) @28   16年 bird shut up gcc warnings.
(edit) @27   16年 bird removed left over comment.
(edit) @26   16年 bird FAT Mach-O bugfix.
(edit) @25   16年 bird A blind shot at FAT Mach-O images.
(edit) @24   16年 bird darwin porting.
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