Commit | Date | |
---|---|---|
2019-06-17 08:38:12 | Tree | |
2019-06-17 06:32:17 | Tree | |
[r6255]
by
debug
Moving commented out fsync from diskimage_scsicmd.cc to diskimage.cc. Treat partial reads (e.g. at end of a disk image) as OK. |
2019-06-16 19:11:29 | Tree |
2019-06-16 18:57:42 | Tree | |
2019-06-16 18:38:59 | Tree | |
2019-06-14 20:40:13 | Tree | |
[r6251]
by
debug
Writing a more reasonable section about Loads and Stores; removing the "address translation" section. |
2019-06-14 19:58:17 | Tree |
[r6250]
by
debug
Adding __builtin_expect (likely/unlikely) detection to the configure script. Time to run test/test_netbsd_pmax_install.sh likely() put in the hot path of the MIPS load/store implementation clang 6.0.0 without likely(): with likely(): without -flto: 244.13 seconds 242.81 seconds g++ 8.3.0 without likely(): with likely(): without -flto: 232.40 seconds 232.78 seconds Not very noticable, but I'll leave them in, for now. |
2019-06-14 18:45:09 | Tree |
2019-06-14 17:34:48 | Tree | |
[r6248]
by
debug
Add an example of using setroot to play with booting, even though there is no keyboard support. |
2019-06-14 17:20:15 | Tree |