- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 13 2020
May 24 2020
Mar 6 2017
We can commit this once we get more testing done.
Mar 4 2017
In D9759#204260, @rozhuk.im-gmail.com wrote:I have some AMD: E350, 5350, APU 6800, Phenom II X4 955 - test OK.
How can we test this on all hardware versions? I don't have AMD hardware. You could ask on the mailing list.
Feb 25 2017
This needs a lot of style fixes. Please read the style man page and check other drivers for examples.
Dec 31 2016
Oct 24 2016
Oct 21 2016
In D8250#172348, @br wrote:here is another one possible solution
In D8250#172346, @br wrote:In D8250#172304, @rpaulo wrote:In D8250#172233, @br wrote:What does this have to do with big endianess? You're basically moving 8 bytes forward and then 4 bytes backwards. What system is this on?
it is MIPS64EB. Unsigned long is 8 bytes, instruction is 4 bytes, so it copies wrong data (it copies zeroes)
Then how is it reading the original instruction correctly?
it reads the correct value, e.g. 0x67bdfff000000000. Casting it to uint32_t gives us 0x67bdfff0.
Oct 19 2016
In D8250#172233, @br wrote:What does this have to do with big endianess? You're basically moving 8 bytes forward and then 4 bytes backwards. What system is this on?
it is MIPS64EB. Unsigned long is 8 bytes, instruction is 4 bytes, so it copies wrong data (it copies zeroes)
Oct 18 2016
In D8250#172166, @br wrote:In D8250#171624, @rpaulo wrote:I don't think this is right. Not all big endian systems are LP64.
why? I bet it should work with any sizeof(unsigned long), e.g. 4 or 8
Oct 15 2016
I don't think this is right. Not all big endian systems are LP64.
Jun 5 2016
Jun 4 2016
Jun 3 2016
May 27 2016
Apr 27 2016
You need to import this to the vendor area first and then merge it from there.
Mar 14 2016
Mar 4 2016
Feb 6 2016
Jan 27 2016
Please ping me by email directly next time.
Jan 12 2016
Jan 5 2016
Dec 16 2015
Dec 15 2015
Did you make sure src.opts.mk was included early in every file you changed? If yes, it looks ok.
In D4550#95983, @imp wrote:A couple of questions:
Are you planning on importing sys/contrib/lua into vendor somewhere and then copying to sys/contrib/lua and then applying local changes (if any)?