mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
addresses. For arch's with 64-bit longs, this is a nop, but for i386 this allows sysinstall to properly handle disks and filesystems > 1 TB. Changes from the original patch include: - Use d_addr_t rather than inventing a blkcnt type based on int64_t. - Use strtoimax() rather than strtoull() to parse d_addr_t's from config files. - Use intmax_t casts and %jd rather than %llu to printf d_addr_t values. Tested on: i386 Tested by: kuriyama Submitted by: julian MFC after: 1 month |
||
|---|---|---|
| .. | ||
| blocks.c | ||
| change.c | ||
| chunk.c | ||
| create_chunk.c | ||
| disk.c | ||
| libdisk.3 | ||
| libdisk.h | ||
| Makefile | ||
| open_disk.c | ||
| open_ia64_disk.c | ||
| rules.c | ||
| tst01.c | ||
| write_alpha_disk.c | ||
| write_amd64_disk.c | ||
| write_disk.c | ||
| write_i386_disk.c | ||
| write_ia64_disk.c | ||
| write_pc98_disk.c | ||
| write_sparc64_disk.c | ||