aboutsummaryrefslogtreecommitdiff
path: root/posix/unistd.h
AgeCommit message (Expand)Author
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-11-22posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-01-10posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-06-29manual: Revise crypt.texi.Zack Weinberg
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-22copy_file_range: New function to copy file dataFlorian Weimer
2017-04-07getopt: eliminate __need_getopt by splitting up getopt.h.Zack Weinberg
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31getentropy: Declare it in <unistd.h> for __USE_MISC [BZ #17252]Florian Weimer
2016-12-27Declare getentropy in <unistd.h> [BZ #17252]Florian Weimer
2016-12-08Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers
2016-05-12Declare gethostname for XPG4 (bug 20054).Joseph Myers
2016-05-10Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers
2016-05-10Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-05-22Restore _POSIX2_C_VERSION definition (bug 438).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-02Remove excess declarations from unistd.h for XPG3/XPG4 (bug 17665).Joseph Myers
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers
2014-02-13Clean up trivially redundant __USE_MISC conditionals.Joseph Myers
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-11-21Use __glibc_block in public headers.Meador Inge
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-08-01 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):Florian Weimer
2012-04-29Fix attributes for fortify functions.Marek Polacek
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
2011-10-27Don't mark memory synchronisation functions as leafAndreas Schwab
2011-07-23Define SEEK_DATA and SEEK_HOLEUlrich Drepper