Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 1 | -27/+27 |
| | |||||
* | Fix poll stub implementation. | Roland McGrath | 2013-05-06 | 1 | -5/+5 |
| | |||||
* | Consolidate definitions of _FORTIFY_SOURCE wrappers for open{,64}{,at}. | Roland McGrath | 2013-05-03 | 9 | -49/+126 |
| | |||||
* | Make stub fchdir.c define __fchdir. | Roland McGrath | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | T_REMOVEDIR and AT_EACCESS have the same value. | Patsy Franklin | 2013-03-06 | 1 | -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 McGrath | 2013-02-05 | 1 | -3/+4 |
| | |||||
* | Add --enable-hardcoded-path-in-tests configure option | H.J. Lu | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Don't check __GNUC__ together with __USE_EXTERN_INLINES. | Joseph Myers | 2013-01-08 | 1 | -1/+1 |
| | |||||
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 117 | -120/+117 |
| | |||||
* | Adding missing -fexception CFLAGS | Marcus Shawcroft | 2012-11-14 | 1 | -0/+2 |
| | |||||
* | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 2012-11-04 | 74 | -90/+0 |
| | |||||
* | Use build directory instead of `pwd` in ftwtest-sh. | Joseph Myers | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Always define off_t, mode_t, pid_t | Andreas Jaeger | 2012-10-24 | 1 | -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 Myers | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Alsways include <bits/types.h> in <fcntl.h>. | Roland McGrath | 2012-10-20 | 1 | -1/+3 |
| | | | | Move include of <bits/types.h> to the top and include it unconditionally. | ||||
* | Use $(built-program-cmd) in io/ftwtest-sh. | Joseph Myers | 2012-10-19 | 2 | -16/+13 |
| | |||||
* | Use working directory, not /tmp, in io/ftwtest-sh. | Joseph Myers | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | Define __have_atfcts global in stub openat implementation. | Roland McGrath | 2012-10-01 | 1 | -1/+8 |
| | |||||
* | Fix stub open.c to define __libc_open. | Roland McGrath | 2012-09-28 | 1 | -5/+8 |
| | |||||
* | tst-mknodat: create a FIFO instead of a socket | Pino Toscano | 2012-09-28 | 1 | -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 scripts | Dmitry V. Levin | 2012-09-25 | 2 | -3/+5 |
| | |||||
* | Add copyright notices to testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 1 | -0/+17 |
| | |||||
* | Move stub lseek.c to the right directory. | Roland McGrath | 2012-08-15 | 1 | -0/+52 |
| | |||||
* | Clean up lockf64, fseeko64, ftello64, fgetpos64, fsetpos64 for off64_t == off_t. | Roland McGrath | 2012-08-06 | 2 | -3/+20 |
| | |||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 3 | -10/+9 |
| | |||||
* | Avoid dup3 PLT usage. | Thomas Schwinge | 2012-05-12 | 1 | -2/+3 |
| | | | | Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c. | ||||
* | Hurd: Define some posix types | Samuel Thibault | 2012-05-10 | 1 | -2/+24 |
| | |||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 4 | -8/+8 |
| | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -2/+0 |
| | |||||
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 1 | -2/+4 |
| | |||||
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 115 | -345/+230 |
| | |||||
* | bits/poll2.h needs __BEGIN/__END_DECLS | Ulrich Drepper | 2012-01-08 | 1 | -0/+4 |
| | |||||
* | Install bits/poll2.h | Ulrich Drepper | 2012-01-08 | 1 | -2/+2 |
| | |||||
* | Add checking versions of poll and ppoll | Ulrich Drepper | 2012-01-08 | 3 | -1/+86 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 8 | -97/+97 |
| | | | | No more __const. | ||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -5/+2 |
| | |||||
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 1 | -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 Meyering | 2011-04-22 | 1 | -2/+2 |
| | |||||
* | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | 2011-04-01 | 1 | -1/+4 |
| | |||||
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -1/+1 |
| | |||||
* | Define AT_EMPTY_PATH. | Ulrich Drepper | 2011-04-01 | 1 | -0/+1 |
| | |||||
* | Define AT_NO_AUTOMOUNT. | Ulrich Drepper | 2011-01-17 | 1 | -1/+3 |
| | |||||
* | Fix definition and testing of S_ISSOCK. | Ulrich Drepper | 2010-04-04 | 1 | -2/+4 |
| | |||||
* | Fix file descriotor leak in nftw with FTW_CHDIR | Ulrich Drepper | 2010-02-10 | 1 | -1/+2 |
| | |||||
* | Fix up sys/stat.h for XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -2/+2 |
| | |||||
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 1 | -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 Schwab | 2009-05-16 | 1 | -6/+0 |
| | |||||
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
| | |||||
* | * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64, | Ulrich Drepper | 2009-05-07 | 1 | -1/+3 |
| | | | | | guard __extern_inline wrapper with __USE_ATFILE instead of __USE_GNU. |