about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-038-8/+0
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2021-08-041-3/+3
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-031-0/+2
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-092-5/+31
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-0/+4
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-231-1/+2
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-227-28/+29
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-1/+1
* rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2021-06-211-48/+0
* rt: Replace generic stub of shm_open with the posix versionFlorian Weimer2021-06-211-62/+0
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-2/+9
* Add C2X timespec_getresJoseph Myers2021-05-171-0/+1
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-3/+2
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-3/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-085-116/+17
* posix: consume less entropy on tempnameAdhemerval Zanella2021-01-121-3/+14
* posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella2021-01-111-116/+164
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0276-76/+76
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-12/+7
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1610-735/+0
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-092-4/+2
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-1112-16/+15
* Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella2020-09-021-4/+5
* Sync getcwd with gnulibAdhemerval Zanella2020-09-021-414/+371
* hurd: Fix __writev_nocancel_nostatusSamuel Thibault2020-06-142-0/+6
* linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella2020-05-271-1/+7
* posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-231-7/+11
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-158/+0
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-15/+3
* getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer2020-01-201-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0187-87/+87
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-191-39/+0
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-191-30/+0
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-191-1/+5
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-0/+1
* sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen2019-11-261-22/+18
* sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen2019-11-261-1/+1
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-67/+0
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-32/+0
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-40/+0
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-15/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0792-92/+92
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-041-2/+9
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-13/+27
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-191-31/+4
* Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella2019-08-011-7/+6