search for: libsometh

Displaying 2 results from an estimated 2 matches for "libsometh".

2007 Sep 25
2
Thoughts about filesystem undo
...en thinking about how I would like to use this great code once you have done all the hard work :-) Fine-grain filesystem undo, thanks to cheap snapshots, is what I'm thinking about. The more I consider it the more useful I believe it will be; here's a recent example: # apt-get install libsomething-weird-and-wrong installing packages: that that and the other removing conflicting packages: important vital libc oh no oh dear Woops. I've spent days trying to recover from things like that. Wouldn't it be great to just "rollback"? But of course what I don't want to d...
2019 Jan 16
2
[RFC] Adding support for dynamic entries in yaml2obj
...ATA2LSB Type: ET_DYN Machine: EM_X86_64 Sections: - Name: .dynsym Type: SHT_DYNSYM Address: 0x1000 - Name: .data Type: SHT_PROGBITS Flags: [ SHF_ALLOC, SHF_WRITE ] - Name: .dynamic Type: SHT_DYNAMIC Entries: - Tag: DT_SONAME Value: libsomething.so - Tag: DT_SYMTAB Value: .dynsym - Tag: DT_SYMENT Value: 0x18 DynamicSymbols: Global: - Name: foo Type: STT_FUNC Section: .data - Name: bar Type: STT_OBJECT Section: .data The final section is of type SHT_DYNAMIC, and the "E...