]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/unix/sysv/linux/wordsize-64
ldbl-opt: Reuse argp tests that print long double
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / wordsize-64 /
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-17  Mao HanAdd statx conditionals for wordsize-32 *xstat.c
2018-04-27  Adhemerval ZanellaConsolidate Linux readahead implementation
2018-04-25  Adhemerval ZanellaConsolidate getdirentries{64} implementation
2018-04-19  Adhemerval ZanellaConsolidate Linux getdents{64} implementation
2018-04-06  Adhemerval ZanellaConsolidate Linux readdir{64}{_r} implementation
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-10-01  H.J. LuMark internal dirent functions with attribute_hidden...
2017-09-08  Adhemerval Zanellaposix: Consolidate Linux glob implementation
2017-09-08  Adhemerval Zanellaposix: Sync glob with gnulib [BZ #1062]
2017-06-20  Adhemerval ZanellaConsolidate Linux openat implementation
2017-06-15  Adhemerval Zanellalinux: Consolidate sync_file_range implementation
2017-05-11  Adhemerval ZanellaConsolidate Linux creat implementation
2017-05-11  Adhemerval ZanellaConsolidate Linux open implementation
2017-04-12  Adhemerval ZanellaConsolidate Linux mmap implementation (BZ#21270)
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-11-17  Adhemerval ZanellaConsolidate Linux setrlimit and getrlimit implementation
2016-11-09  Adhemerval ZanellaConsolidate Linux truncate implementations
2016-11-09  Adhemerval ZanellaConsolidate Linux ftruncate implementations
2016-11-08  Adhemerval ZanellaConsolidate lseek/lseek64/llseek implementations
2016-10-07  Adhemerval ZanellaConsolidate posix_fadvise implementations
2016-10-07  Adhemerval ZanellaConsolidate posix_fallocate{64} implementations
2016-10-07  Adhemerval ZanellaConsolidate fallocate{64} implementations
2016-06-06  Adhemerval ZanellaConsolidate pwritev/pwritev64 implementations
2016-06-06  Adhemerval ZanellaConsolidate preadv/preadv64 implementation
2016-04-11  Adhemerval ZanellaConsolidate pwrite/pwrite64 implementations
2016-04-11  Adhemerval ZanellaConsolidate pread/pread64 implementations
2016-03-17  Joseph MyersRemove __ASSUME_FALLOCATE.
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-31  Dmitry V. LevinFix linux personality syscall wrapper
2015-12-15  H.J. LuAdd Prefer_MAP_32BIT_EXEC to map executable pages with... hjl/32bit/master
2015-10-09  Adhemerval ZanellaMark lseek/llseek as non-cancellable
2015-08-11  Andreas SchwabRemove unused definition of __openat(64)_nocancel
2015-06-09  Joseph MyersFix pathconf statvfs namespace (bug 18507).
2015-06-04  Adhemerval Zanellanptl: Rewrite cancellation macros
2015-05-05  Florian Weimer__ASSUME_FALLOCATE is always true on 32-bit architectures
2015-02-18  Joseph MyersFix posix_spawn getrlimit64 namespace (bug 17991).
2015-01-05  Joseph MyersFix wordsize-64 posix_fadvise64, posix_fallocate64...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-10-30  Joseph MyersRemove __libc_creat function name.
2014-06-20  Joseph MyersRemove __ASSUME_ATFCTS conditionals in sysdeps/unix...
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-08-16  Florian WeimerCVE-2013-4237, BZ #14699: Buffer overflow in readdir_r
2013-05-07  Roland McGrathFix glob64 broken by cleanup.
2013-05-06  Roland McGrathMove dummy glob64.c alongside glob.c that defines glob64.
2013-05-03  Roland McGrathConsolidate definitions of _FORTIFY_SOURCE wrappers...
2013-02-08  Joseph MyersRemove CHECK_1 and CHECK_1_NULL_OK.
2013-02-04  Joseph MyersRemove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-07  Roland McGrathMove common dirent implementation from sysdeps/unix...
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-05-22  H.J. LuAdd INTERNAL_SYSCALL_TYPES
2012-05-19  H.J. LuAdd 64-bit preadv.c and pwritev.c
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-06-16  Andreas SchwabImprove 64-bit build
2011-04-01  Ulrich DrepperReally implement fallocate{,64} and sync_file_range...
2010-12-19  Ulrich DrepperMore accurate computatin of reclen in readdir_r.
2010-08-16  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-08-16  Ulrich DrepperSimplify fanotify_init definition.
2010-08-16  Andreas SchwabRemove third argument from fanotify_init function
2010-08-11  Ulrich DrepperAdd support for Linux fanotify_init and fanotify_mask...
2010-08-11  Ulrich DrepperAdd support for prlimit and prlimit64 on Linux.
2009-10-30  Ulrich DrepperFix compat handling in *at functions.
2009-05-16  Jakub JelinekAdd missing export of fallocate64 on 32-bit platforms.
2009-04-15  Ulrich Drepper* sysdeps/unix/sysv/linux/wordsize-64/fallocate.c:... cvs/fedora-glibc-20090416T0610
2009-04-03  Ulrich Drepper* misc/Makefile (routines): Add preadv, preadv64, pwrit...
2009-03-03  Ulrich Drepper* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare...
2009-03-02  Ulrich Drepper* sysdeps/unix/sysv/linux/fallocate.c: New file.
2008-03-27  Ulrich Drepper* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list... cvs/fedora-glibc-20080328T1347
2007-11-10  Ulrich Drepper* sysdeps/unix/sysv/linux/open64.c: Move __open64_2...
2007-07-28  Ulrich Drepper* sysdeps/posix/posix_fallocate64.c: Undefine
2006-03-31  Ulrich Drepper* sysdeps/unix/sysv/linux/Versions: Export sync_file_ra...
2006-02-12  Ulrich Drepper[BZ #2226]
2006-01-20  Ulrich Drepper* include/fcntl.h: Declare __have_atfcts.
2006-01-11  Ulrich Drepper* include/sys/stat.h: Add libc_hidden_proto for __fxsta...
2005-11-16  Ulrich Drepper* sysdeps/unix/sysv/linux/fchownat.c: Include string.h. cvs/fedora-glibc-20051116T0829
2005-11-16  Ulrich Drepper* sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxs...
2005-11-11  Ulrich Drepper* io/Makefile (routines): Add fstatat, fstatat64, fxsta...
2005-05-26  Ulrich DrepperAdd space inf weak_alias use.
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-04-17  Ulrich DrepperUpdate.
2004-04-03  Ulrich DrepperUpdate.
2004-03-24  Ulrich DrepperUpdate.