Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-31 | resolve-system-dependencies: Misc fixes | Eelco Dolstra | 1 | -22/+20 | |
This fixes Could not find any mach64 blobs in file ‘/usr/lib/libSystem.B.dylib’, continuing... | |||||
2017-05-31 | resolve-system-dependencies: Simplify | Eelco Dolstra | 1 | -10/+1 | |
2017-05-30 | resolve-system-dependencies: Fix another segfault | Eelco Dolstra | 1 | -0/+5 | |
runResolver() was barfing on directories like /System/Library/Frameworks/Security.framework/Versions/Current/PlugIns. It should probably do something sophisticated for frameworks, but let's ignore them for now. | |||||
2017-05-30 | resolve-system-dependencies: Several fixes | Eelco Dolstra | 1 | -53/+65 | |
This fixes error: getting attributes of path ‘Versions/Current/CoreFoundation’: No such file or directory when /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation is a symlink. Also fixes a segfault when encounting a file that is not a MACH binary (such as /dev/null, which is included in __impureHostDeps in Nixpkgs). Possibly fixes #786. | |||||
2016-11-26 | Revert "Get rid of unicode quotes (#1140)" | Eelco Dolstra | 1 | -3/+3 | |
This reverts commit f78126bfd6b6c8477fcdbc09b2f98772dbe9a1e7. There really is no need for such a massive change... | |||||
2016-11-25 | Get rid of unicode quotes (#1140) | Guillaume Maudoux | 1 | -3/+3 | |
2016-09-21 | printMsg(lvlError, ...) -> printError(...) etc. | Eelco Dolstra | 1 | -2/+2 | |
2016-08-17 | iterate through fat_headers correctly | Jude Taylor | 1 | -1/+1 | |
2016-08-16 | remove double casting | Jude Taylor | 1 | -3/+3 | |
2016-08-16 | account for unknown magic numbers | Jude Taylor | 1 | -0/+3 | |
2016-08-16 | switch to mmap strategy | Jude Taylor | 1 | -81/+68 | |
2016-08-15 | ensure presence of directories | Jude Taylor | 1 | -2/+7 | |
2016-08-15 | code review comments | Jude Taylor | 1 | -127/+124 | |
2016-08-14 | add a missing load command | Jude Taylor | 1 | -0/+1 | |
2016-08-13 | resolve-system-dependencies: implement in C++ | Jude Taylor | 1 | -0/+201 | |