mirror of
https://github.com/torvalds/linux.git
synced 2026-07-19 03:59:06 +02:00
A number of fixes to improve behavior when large physical memory sizes are specified: - libc files need -D_FILE_OFFSET_BITS=64 because there are unavoidable uses of non-64 interfaces in libc - some %d need to be %u Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: Paolo Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> |
||
|---|---|---|
| .. | ||
| drivers | ||
| include | ||
| sys-i386 | ||
| sys-x86_64 | ||
| aio.c | ||
| elf_aux.c | ||
| file.c | ||
| helper.c | ||
| main.c | ||
| Makefile | ||
| mem.c | ||
| process.c | ||
| signal.c | ||
| start_up.c | ||
| time.c | ||
| tt.c | ||
| tty.c | ||
| uaccess.c | ||
| user_syms.c | ||