mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
copying, rather than a page at a time. This was creating far too many single-page mappings, and eventually OFW overflowed some internal data structure and refused to map any more. The new algorithm creates far less mappings and fixed a bug where multiple mappings for the same page would be created. 'Twas known this was a problem, but only became urgent when the install CD's mfs_root grew large enough to cause the overflow. |
||
|---|---|---|
| .. | ||
| devicename.c | ||
| elf_freebsd.c | ||
| libofw.h | ||
| Makefile | ||
| ofw_console.c | ||
| ofw_copy.c | ||
| ofw_disk.c | ||
| ofw_memory.c | ||
| ofw_module.c | ||
| ofw_net.c | ||
| ofw_reboot.c | ||
| ofw_time.c | ||
| openfirm.c | ||
| openfirm.h | ||