about summary refs log tree commit diff
path: root/io
Commit message (Collapse)AuthorAgeFilesLines
* Avoid use of "register" as optimization hint.Joseph Myers2013-06-071-27/+27
|
* Fix poll stub implementation.Roland McGrath2013-05-061-5/+5
|
* Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}.Roland McGrath2013-05-039-49/+126
|
* Make stub fchdir.c define __fchdir.Roland McGrath2013-04-291-2/+2
|
* T_REMOVEDIR and AT_EACCESS have the same value.Patsy Franklin2013-03-061-0/+6
| | | | | Add comments to fcntl.h explaining why AT_REMOVEDIR and AT_EACCESS can have the same value.
* Fix aliases in stub lseek.Roland McGrath2013-02-051-3/+4
|
* Add --enable-hardcoded-path-in-tests configure optionH.J. Lu2013-01-111-1/+1
|
* Don't check __GNUC__ together with __USE_EXTERN_INLINES.Joseph Myers2013-01-081-1/+1
|
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-02117-120/+117
|
* Adding missing -fexception CFLAGSMarcus Shawcroft2012-11-141-0/+2
|
* [BZ #157] Remove include/stub-tag.h for good.Thomas Schwinge2012-11-0474-90/+0
|
* Use build directory instead of `pwd` in ftwtest-sh.Joseph Myers2012-10-241-1/+1
|
* Always define off_t, mode_t, pid_tAndreas Jaeger2012-10-241-24/+28
| | | | | | | | * io/fcntl.h: Always define mode_t, off_t, pid_t and use these types for creat, creat64, lockf, posix_fadvise, posix_fallocate. [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t. [__USE_LARGEFILE64]: Use off64_t in declaration of lock64, posix_fadvise64, posix_fallocate64.
* Define and use $(run-built-tests).Joseph Myers2012-10-241-1/+1
|
* Alsways include <bits/types.h> in <fcntl.h>.Roland McGrath2012-10-201-1/+3
| | | | Move include of <bits/types.h> to the top and include it unconditionally.
* Use $(built-program-cmd) in io/ftwtest-sh.Joseph Myers2012-10-192-16/+13
|
* Use working directory, not /tmp, in io/ftwtest-sh.Joseph Myers2012-10-191-2/+2
|
* Define __have_atfcts global in stub openat implementation.Roland McGrath2012-10-011-1/+8
|
* Fix stub open.c to define __libc_open.Roland McGrath2012-09-281-5/+8
|
* tst-mknodat: create a FIFO instead of a socketPino Toscano2012-09-281-14/+14
| | | | A FIFO is the only special file which is guaranteed to be created with mknod/mknodat.
* Set "fail on error" mode directly in testsuite shell scriptsDmitry V. Levin2012-09-252-3/+5
|
* Add copyright notices to testsuite shell scriptsDmitry V. Levin2012-09-251-0/+17
|
* Move stub lseek.c to the right directory.Roland McGrath2012-08-151-0/+52
|
* Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t.Roland McGrath2012-08-062-3/+20
|
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-303-10/+9
|
* Avoid dup3 PLT usage.Thomas Schwinge2012-05-121-2/+3
| | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
* Hurd: Define some posix typesSamuel Thibault2012-05-101-2/+24
|
* Fix attributes for fortify functions.Marek Polacek2012-04-294-8/+8
|
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-2/+0
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-2/+4
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-1/+1
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09115-345/+230
|
* bits/poll2.h needs __BEGIN/__END_DECLSUlrich Drepper2012-01-081-0/+4
|
* Install bits/poll2.hUlrich Drepper2012-01-081-2/+2
|
* Add checking versions of poll and ppollUlrich Drepper2012-01-083-1/+86
|
* Remove pre-ISO C supportUlrich Drepper2012-01-078-97/+97
| | | | No more __const.
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-5/+2
|
* Fix a few problems in fopen and freopenUlrich Drepper2011-05-151-1/+2
| | | | | | | | | fopen should set the FD_CLOEXEC flag if requested evenif the kernel does not support an aotmic operation. freopen should reuse the file descriptor for the stream. This is especially important for calls to change the standard streams (stin, stdout, stderr).
* Remove doubled words.Jim Meyering2011-04-221-2/+2
|
* Really implement fallocate{,64} and sync_file_range as cancellation points.Ulrich Drepper2011-04-011-1/+4
|
* Fix typos in comments.Ulrich Drepper2011-04-011-1/+1
|
* Define AT_EMPTY_PATH.Ulrich Drepper2011-04-011-0/+1
|
* Define AT_NO_AUTOMOUNT.Ulrich Drepper2011-01-171-1/+3
|
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-2/+4
|
* Fix file descriotor leak in nftw with FTW_CHDIRUlrich Drepper2010-02-101-1/+2
|
* Fix up sys/stat.h for XPG7.Ulrich Drepper2010-01-111-2/+2
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-6/+53
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
|
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
|
* * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64,Ulrich Drepper2009-05-071-1/+3
| | | | | guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU.