about summary refs log tree commit diff
path: root/posix/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* manual: Revise crypt.texi.Zack Weinberg2018-06-291-1/+5
* Disallow use of DES encryption functions in new programs.Zack Weinberg2018-06-291-13/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* copy_file_range: New function to copy file dataFlorian Weimer2017-12-221-1/+6
* getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg2017-04-071-2/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer2016-12-311-1/+1
* Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer2016-12-271-0/+5
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-081-1/+1
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-2/+1
* Declare gethostname for XPG4 (bug 20054).Joseph Myers2016-05-121-1/+1
* Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers2016-05-101-0/+9
* Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers2016-05-101-2/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Restore _POSIX2_C_VERSION definition (bug 438).Joseph Myers2015-05-221-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove excess declarations from unistd.h for XPG3/XPG4 (bug 17665).Joseph Myers2014-12-021-2/+2
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-20/+20
* Clean up trivially redundant __USE_MISC conditionals.Joseph Myers2014-02-131-1/+1
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-22/+22
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove __FAVOR_BSD.Joseph Myers2013-12-171-24/+2
* Use __glibc_block in public headers.Meador Inge2013-11-211-1/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer2012-08-011-8/+8
* Fix attributes for fortify functions.Marek Polacek2012-04-291-1/+1
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-1/+1
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-261-4/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-47/+47
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-1/+1
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-231-0/+4
* Add syncfs syscall.Andreas Schwab2011-04-011-0/+7
* Fix typos in comments.Ulrich Drepper2011-04-011-3/+3
* Undo feature selection for ftruncate.Ulrich Drepper2010-09-211-0/+3
* Relax conditions in unistd.h.Ulrich Drepper2010-01-141-9/+9
* Relax visibility of some more declaration.Ulrich Drepper2010-01-141-2/+2
* Declare getpagesize in _GNU_SOURCE mode again.Ulrich Drepper2010-01-141-2/+2
* Fix handling symbols removed in XPG7.Ulrich Drepper2010-01-111-6/+6
* Fix up unistd.h for XPG7.Ulrich Drepper2010-01-111-16/+23
* Add more warnings to exec functions.Bruno Haible2009-12-091-8/+8
* Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper2009-08-231-5/+19
* Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper2009-08-231-1/+15
* Implement execvpe.Ulrich Drepper2009-06-021-0/+8
* * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,Ulrich Drepper2009-03-101-8/+10
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-2/+2
* * Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper2008-07-251-1/+13
* * posix/unistd.h: Declare fsync also for __USE_XOPEN2K.Ulrich Drepper2007-11-261-1/+1
* Declare fsync also for Unix98.Ulrich Drepper2007-11-261-2/+2
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-151-1/+1