| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | 2012-08-01 | 1 | -8/+8 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 1 | -1/+1 |
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 1 | -1/+1 |
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 1 | -4/+3 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -47/+47 |
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -1/+1 |
* | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 2011-07-23 | 1 | -0/+4 |
* | Add syncfs syscall. | Andreas Schwab | 2011-04-01 | 1 | -0/+7 |
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -3/+3 |
* | Undo feature selection for ftruncate. | Ulrich Drepper | 2010-09-21 | 1 | -0/+3 |
* | Relax conditions in unistd.h. | Ulrich Drepper | 2010-01-14 | 1 | -9/+9 |
* | Relax visibility of some more declaration. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
* | Declare getpagesize in _GNU_SOURCE mode again. | Ulrich Drepper | 2010-01-14 | 1 | -2/+2 |
* | Fix handling symbols removed in XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -6/+6 |
* | Fix up unistd.h for XPG7. | Ulrich Drepper | 2010-01-11 | 1 | -16/+23 |
* | Add more warnings to exec functions. | Bruno Haible | 2009-12-09 | 1 | -8/+8 |
* | Also correct _POSIX2_* constants in case older standards are selected. | Ulrich Drepper | 2009-08-23 | 1 | -5/+19 |
* | Define _POSIX_VERSION correctly when older POSIX versions are selected. | Ulrich Drepper | 2009-08-23 | 1 | -1/+15 |
* | Implement execvpe. | Ulrich Drepper | 2009-06-02 | 1 | -0/+8 |
* | * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND, | Ulrich Drepper | 2009-03-10 | 1 | -8/+10 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -2/+2 |
* | * Versions.def (glibc): Add GLIBC_2.9. | Ulrich Drepper | 2008-07-25 | 1 | -1/+13 |
* | * posix/unistd.h: Declare fsync also for __USE_XOPEN2K. | Ulrich Drepper | 2007-11-26 | 1 | -1/+1 |
* | Declare fsync also for Unix98. | Ulrich Drepper | 2007-11-26 | 1 | -2/+2 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 1 | -1/+1 |
* | * posix/unistd.h: Remove __THROW from fdatasync. | Ulrich Drepper | 2007-05-07 | 1 | -1/+1 |
* | [BZ #4364] cvs/fedora-glibc-20070416T2350 | Ulrich Drepper | 2007-04-16 | 1 | -2/+4 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 1 | -6/+4 |
* | . | Jakub Jelinek | 2007-07-31 | 1 | -4/+6 |
* | [BZ #3493] | Ulrich Drepper | 2006-11-09 | 1 | -1/+1 |
* | * posix/unistd.h (getlogin_r): Condition on __USE_POSIX199506, not | Ulrich Drepper | 2006-08-24 | 1 | -1/+1 |
* | [BZ #2450] | Ulrich Drepper | 2006-04-01 | 1 | -4/+5 |
* | Add fifth parameter to linkat. | Ulrich Drepper | 2006-02-27 | 1 | -1/+2 |
* | [BZ #2329] | Roland McGrath | 2006-02-21 | 1 | -10/+10 |
* | * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro. | Roland McGrath | 2006-01-06 | 1 | -0/+8 |
* | * io/euidaccess.c: Add eaccess as an alias. | Roland McGrath | 2006-01-06 | 1 | -0/+4 |
* | * include/features.h: Grok _ATFILE_SOURCE and define __USE_ATFILE when | Roland McGrath | 2006-01-05 | 1 | -4/+4 |
* | * posix/unistd.h (ctermid): Remove __nonnull attribute. | Ulrich Drepper | 2006-01-03 | 1 | -2/+2 |
* | * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code in | Ulrich Drepper | 2005-12-16 | 1 | -0/+18 |
* | * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64, | Ulrich Drepper | 2005-11-11 | 1 | -0/+14 |
* | [BZ #877] | Roland McGrath | 2005-04-27 | 1 | -2/+2 |
* | * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory | Ulrich Drepper | 2005-02-21 | 1 | -0/+1 |
* | symlink and readlink are unconditionally available in the 2001 spec. | Ulrich Drepper | 2005-02-21 | 1 | -1/+6 |
* | Update. | Ulrich Drepper | 2005-01-07 | 1 | -1/+1 |
* | [BZ #640] | Ulrich Drepper | 2005-01-06 | 1 | -6/+10 |
* | Update. | Ulrich Drepper | 2005-01-06 | 1 | -1/+0 |
* | Update. | Ulrich Drepper | 2005-01-06 | 1 | -47/+54 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -129/+65 |