User Details
- User Since
- Jul 28 2014, 3:08 PM (537 w, 5 d)
Dec 13 2020
Sep 16 2016
Mar 13 2016
Yes, the superpage size should be 2M (PDRSIZE) for mips64. This looks correct. I am not sure it matters for mips32 given there is no superpage support for it yet. The way it is done for mips64 (see https://reviews.freebsd.org/D2535 ) may not work for mips32 given the limited number of available PTE bits. Of course, the mips64 superpage implementation was designed to support multiple superpage sizes (more than just 2M) although only one superpage size is currently implemented. I imagine with mips32 only one superpage size would be supported.
Feb 3 2016
I will fix this in LLDB. Thanks Warner!
Jun 18 2015
Jun 14 2015
Jun 8 2015
Jun 5 2015
Jun 4 2015
This has been replaced by https://reviews.freebsd.org/D2123
This has been replaced by https://reviews.freebsd.org/D2123
May 13 2015
Mar 24 2015
Mar 19 2015
Mar 2 2015
This one should apply cleanly to head.
Feb 27 2015
I don't know why http://svnweb.freebsd.org/base/head/sys/kern/imgact_binmisc.c?r1=264282&r2=271141&pathrev=271141 showed up in this diff. Weird.
Simplify change by just acquiring exclusive lock and not trying to upgrade it.
Feb 26 2015
Jul 28 2014
I would "#if 0" the dead code for now (rather than adding a 'return 0') to avoid upsetting the compiler god. Other than that, it looks fine.