about summary refs log tree commit diff
path: root/posix/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* posix: Revert the removal of the crypt prototype from <unistd.h>Florian Weimer2023-11-221-0/+13
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-301-10/+0
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-0/+10
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-12/+16
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-161-2/+1
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+6
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-281-0/+7
* linux: Add execveat system call wrapperAlexandra Hájková2021-05-031-0/+5
* posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor2021-01-101-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-24/+41
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer2019-02-081-0/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* 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