about summary refs log tree commit diff
path: root/sysdeps/unix
Commit message (Expand)AuthorAgeFilesLines
...
* resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2021-07-1962-30/+64
* resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2021-07-1562-30/+64
* resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2021-07-1562-30/+64
* socket: Add hidden prototype for setsockoptFlorian Weimer2021-07-151-2/+3
* Add static tests for __clone_internalH.J. Lu2021-07-146-0/+509
* x86-64: Add the clone3 wrapperH.J. Lu2021-07-142-0/+94
* Add an internal wrapper for clone, clone2 and clone3H.J. Lu2021-07-145-18/+170
* Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)Adhemerval Zanella2021-07-125-12/+175
* Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MINFlorian Weimer2021-07-124-9/+41
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-0917-600/+192
* Force building with -fno-commonFlorian Weimer2021-07-091-3/+2
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-0836-19/+83
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-0835-1/+166
* linux: Add close_rangeAdhemerval Zanella2021-07-0837-1/+362
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+1
* Update kernel version to 5.13 in tst-mman-consts.pyJoseph Myers2021-07-071-1/+1
* nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock, __pthread_mutex_unlockFlorian Weimer2021-07-0732-64/+0
* linux: Fix setsockopt fallbackAdhemerval Zanella2021-07-061-1/+3
* linux: Use the expected size for SO_TIMESTAMP{NS} convertionAdhemerval Zanella2021-07-061-2/+5
* linux: Consolidate Linux setsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* linux: Consolidate Linux getsockopt implementationAdhemerval Zanella2021-07-0615-14/+5
* linux: Check for null value msghdr struct before useKhem Raj2021-07-052-2/+4
* resolv: Move libanl into libc (if libpthread is in libc)Florian Weimer2021-07-0264-145/+307
* Update syscall lists for Linux 5.13Joseph Myers2021-07-0126-2/+80
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-011-0/+1
* Linux: Avoid calling malloc indirectly from __get_nprocsFlorian Weimer2021-06-301-26/+57
* login: Move libutil into libcFlorian Weimer2021-06-3066-188/+454
* login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer2021-06-307-1/+9
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-2832-0/+32
* arm: align stack in clone [BZ 28020]Szabolcs Nagy2021-06-281-0/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-286-41/+9
* Linux: Move timer_settime, __timer_settime64 from librt to libcFlorian Weimer2021-06-2880-201/+224
* Linux: Move timer_gettime, __timer_gettime64 from librt to libcFlorian Weimer2021-06-2876-116/+144
* Linux: Move timer_getoverrun from librt to libcFlorian Weimer2021-06-2877-93/+103
* Linux: Move timer_create, timer_delete from librt to libcFlorian Weimer2021-06-2888-231/+257
* Linux: Define TIMER_T_WAS_INT_COMPAT in kernel-posix-timers.hFlorian Weimer2021-06-288-0/+138
* Linux: Move timer helper routines from librt to libcFlorian Weimer2021-06-255-49/+61
* Linux: Move mq_unlink from librt to libcFlorian Weimer2021-06-2563-31/+87
* Linux: Move mq_send, mq_timedsend, __mq_timedsend_time64 to libcFlorian Weimer2021-06-2565-89/+182
* Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libcFlorian Weimer2021-06-2565-90/+183
* Linux: Move mq_open, __mq_open_2 from librt to libcFlorian Weimer2021-06-2563-62/+158
* Linux: Move mq_notify from librt to libcFlorian Weimer2021-06-2563-66/+87
* Linux: Move mq_getattr from librt to libcFlorian Weimer2021-06-2563-31/+71
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-2564-32/+97
* Linux: Move mq_close from librt to libcFlorian Weimer2021-06-2563-31/+70
* Linux: Move lio_listio, lio_listio64 from librt to libcFlorian Weimer2021-06-2562-94/+194