BestPig

Results 30 comments of BestPig

I didn't found any information about Dirty or Writeback buffer information for OS X. But even for Linux, I'm not sure that it's a good idea to monitor that. There...

@dyjakan why did you set the destructive mode? It appears that you don't use destructive actions (https://wikis.oracle.com/display/DTrace/Actions+and+Subroutines#ActionsandSubroutines-DestructiveActions). Why did you set the buffer size to 256m, it is slow at...

I didn't thought about thread-safety. An ugly solution to avoid problem can be to duplicate variable as global and local, so `return` always use the `self->` one, and if it...

Handling of error in a call is not working with your method if a function segfault. Error in your tests are handle correctly only if malloc detect something wrong and...

Just remove the import here -> https://github.com/Ligio/hacc-ozmo/blob/master/custom_components/deebot/vacuum.py#L14 The VacuumEntity entity doesn't exists anymore. The import is a leftover and is not used in the code

Record variable should be set to `true` if the binary has no `main` symbol otherwise stripped binary cannot be monitored properly. On OS X, the symbol is `_main` instead of...

I can probably do the 10.0 but, maybe there is some other problems. I tried to port it to 10.50 (https://github.com/BestPig/apollo-ps4/commit/329df45e405393905797da9f0facada580382e8a) But the pkg (my build) or the official one...

Yes I was also surprise that some offset are totally similar, but they should be right. I didn't knew GoldHEN or ps4debug was present, its probably the cause, I'm using...

I was testing with the 1.4.4 and it crashes on my 10.50 hen, so probably the check. I did the offsets port to 10.00 if someone with GoldHen wants to...

This version should now works also on 10.01 if you want to try. https://shareit.bestpig.fr/get/6a18257d529e8efe8d01855adcdef9b7a37748eb/apollo-ps4-build_972024af.pkg