7686729069
Extract protocol-agnostic FenceTimeline from Intel to shared src/drivers/fence.rs — atomic-based fence tracking suitable for Intel, VIRGL, and AMD drivers. Extract protocol-agnostic SyncobjManager from Intel to shared src/drivers/syncobj.rs — syncobj create/destroy/signal/reset/ wait/query and sync_file fd export/import. Wire both into VirtioDriver: - Add FenceTimeline + SyncobjManager fields - Implement all 5 GpuDriver syncobj trait methods (create, destroy, wait, export_fd, import_fd) - Track fence seqnos in virgl_submit_3d (allocate before submit, signal after completion) Intel fence.rs and syncobj.rs converted to thin re-export modules pointing at shared sources — no behavioral change for Intel driver. This gives Mesa VIRGL userspace the standard DRM syncobj API for GPU/compositor synchronization.
21 lines
692 B
Plaintext
21 lines
692 B
Plaintext
|
|
#------------------------------------------------------------------------------
|
|
# $File: keepass,v 1.2 2019/04/19 00:42:27 christos Exp $
|
|
# keepass: file(1) magic for KeePass file
|
|
#
|
|
# Keepass Password Safe:
|
|
# * original one: https://keepass.info/
|
|
# * *nix port: https://www.keepassx.org/
|
|
# * android port: https://code.google.com/p/keepassdroid/
|
|
|
|
0 lelong 0x9AA2D903 Keepass password database
|
|
>4 lelong 0xB54BFB65 1.x KDB
|
|
>>48 lelong >0 \b, %d groups
|
|
>>52 lelong >0 \b, %d entries
|
|
>>8 lelong&0x0f 1 \b, SHA-256
|
|
>>8 lelong&0x0f 2 \b, AES
|
|
>>8 lelong&0x0f 4 \b, RC4
|
|
>>8 lelong&0x0f 8 \b, Twofish
|
|
>>120 lelong >0 \b, %d key transformation rounds
|
|
>4 lelong 0xB54BFB67 2.x KDBX
|