aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer1-11/+0
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella1-28/+12
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-45/+1
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-4/+0
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+2
2019-02-01Cleanup clock_*time includesWilco Dijkstra1-10/+1
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-1/+1
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella3-30/+6
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2-5/+0
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella1-3/+15
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers92-92/+92
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer1-1/+1
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-0/+5
2018-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella1-1/+1
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella1-89/+100
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+5
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2-2/+2
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg2-2/+2
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-1/+3
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-60/+21
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella2-0/+10
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault1-0/+1
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2-10/+5
2018-04-03Assume O_DIRECTORY for opendirAdhemerval Zanella1-103/+5
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-1/+1
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault2-2/+4
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-0/+4
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer4-4/+16
2018-01-29Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab2-24/+18
2018-01-07hurd: Fix pwritev*Samuel Thibault1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers92-92/+92
2017-11-24posix: Fix generic p{read,write}v buffer allocation (BZ#22457)Adhemerval Zanella2-6/+10
2017-11-15Cleanup sigpause implementationAdhemerval Zanella1-20/+6
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer1-0/+1
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu1-4/+1
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu2-0/+2
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault1-1/+3
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault1-0/+1
2017-09-03hurd: Fix libc linkSamuel Thibault2-0/+2
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault4-1/+5
2017-09-03hurd: Fix p{read,write}v64v2.c buildSamuel Thibault2-2/+2
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault4-4/+4
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer1-22/+20
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer1-0/+8
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer1-1/+4
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer1-6/+10
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer1-28/+18
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer1-13/+10