aboutsummaryrefslogtreecommitdiff
path: root/ports/ChangeLog.linux-generic
AgeCommit message (Collapse)AuthorFilesLines
2014-04-30Move ports/ChangeLog* files to ChangeLog.old-ports*, remove ports/ directory.Roland McGrath1-200/+0
2014-02-10Move tilegx, tilepro, and linux-generic from ports to libc.Chris Metcalf1-0/+12
I've moved the TILE-Gx and TILEPro ports to the main sysdeps hierarchy, along with the linux-generic ports infrastructure. Beyond the README update, the move was just git mv ports/sysdeps/tile sysdeps/tile git mv ports/sysdeps/unix/sysv/linux/tile \ sysdeps/unix/sysv/linux/tile git mv ports/sysdeps/unix/sysv/linux/generic \ sysdeps/unix/sysv/linux/generic I updated the relevant ChangeLogs along the lines of the ARM move in commit c6bfe5c4d75 and tested the 64-bit tilegx build to confirm that there were no changes in "objdump -dr" output in the shared objects.
2013-11-20linux-generic: fix alignment of struct stat/statfs for nios2Chung-Lin Tang1-0/+9
The hard alignment of 8 was appropriate for most platforms for which 8-byte values are 8-byte aligned, but this is not true for the nios2 platform, so only align to the alignment of the 8-byte type on the platform. Remove the explicit alignment of struct statfs as it's redundant.
2013-06-05Remove trailing whitespace in ports.Joseph Myers1-0/+5
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-0/+5
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers1-0/+5
2012-11-04[BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge1-0/+6
2012-10-27Remove redundant defines of __O_LARGEFILEAndreas Jaeger1-0/+6
* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>.
2012-10-25Convert ia64, linux-generic, m68k <bits/fcntl.h> to use <bits/fcntl-linux.h>Andreas Jaeger1-0/+6
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Remove all definitions and declarations that are provided by <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
2012-10-01Get rid of unused __swblk_t type.Roland McGrath1-0/+5
2012-08-06Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath1-0/+5
2012-07-01Move all files into ports/ subdirectory in preparation for merge with glibcglibc-2.16-ports-before-mergeJoseph Myers1-0/+136