Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 79 | -79/+79 | |
2013-08-30 | Fix typos. | Ondřej Bílka | 1 | -1/+1 | |
2013-08-16 | CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r | Florian Weimer | 1 | -1/+0 | |
* sysdeps/posix/dirstream.h (struct __dirstream): Add errcode member. * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode member. * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member. * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit. Return delayed error code. Remove GETDENTS_64BIT_ALIGNED conditional. * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define GETDENTS_64BIT_ALIGNED. * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise. * manual/filesys.texi (Reading/Closing Directory): Document ENAMETOOLONG return value of readdir_r. Recommend readdir more strongly. * manual/conf.texi (Limits for Files): Add portability note to NAME_MAX, PATH_MAX. (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX. | |||||
2013-06-28 | Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type. | Ryan S. Arnold | 1 | -1/+5 | |
2013-06-15 | New API to set default thread attributes | Siddhesh Poyarekar | 1 | -0/+4 | |
This patch introduces two new convenience functions to set the default thread attributes used for creating threads. This allows a programmer to set the default thread attributes just once in a process and then run pthread_create without additional attributes. | |||||
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge | 1 | -0/+5 | |
It is based on draft TS 18661 and currently enabled as a GNU extension. | |||||
2013-02-21 | Remove remaining bounded-pointers support from i386 .S files. | Joseph Myers | 5 | -28/+20 | |
2013-02-18 | C++11 thread_local destructors support | Siddhesh Poyarekar | 1 | -0/+3 | |
This feature is specifically for the C++ compiler to offload calling thread_local object destructors on thread program exit, to glibc. This is to overcome the possible complication of destructors of thread_local objects getting called after the DSO in which they're defined is unloaded by the dynamic linker. The DSO is marked as 'unloadable' if it has a constructed thread_local object and marked as 'unloadable' again when all the constructed thread_local objects defined in it are destroyed. | |||||
2013-02-13 | Remove __ptrvalue, __bounded and __unbounded. | Joseph Myers | 9 | -17/+16 | |
2013-02-08 | Remove CHECK_N and bp-checks.h. | Joseph Myers | 3 | -6/+2 | |
2013-02-08 | Remove CHECK_1 and CHECK_1_NULL_OK. | Joseph Myers | 9 | -25/+12 | |
2013-02-04 | Remove CHECK_STRING, CHECK_STRING_NULL_OK and __ubp_memchr. | Joseph Myers | 6 | -19/+12 | |
2013-01-31 | Remove bp-semctl.h and CHECK_SEMCTL. | Joseph Myers | 1 | -5/+2 | |
2013-01-31 | Remove bp-thunks code. | Joseph Myers | 1 | -4/+0 | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 79 | -79/+79 | |
2012-10-24 | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2 | -4/+9 | |
2012-08-27 | Remove __ASSUME_STAT64_SYSCALL. | Joseph Myers | 4 | -162/+4 | |
2012-08-21 | Remove __ASSUME_FADVISE64_64_SYSCALL. | Joseph Myers | 1 | -68/+1 | |
2012-08-20 | Remove __ASSUME_MMAP2_SYSCALL. | Joseph Myers | 2 | -67/+0 | |
2012-08-08 | Missing #include updates for dirstream code move from unix to posix. | Roland McGrath | 1 | -3/+3 | |
2012-08-07 | Move common dirent implementation from sysdeps/unix to sysdeps/posix. | Roland McGrath | 1 | -3/+3 | |
2012-08-01 | Remove __ASSUME_FCNTL64. | Joseph Myers | 2 | -261/+8 | |
2012-08-01 | Remove __ASSUME_VFORK_SYSCALL (and some __NR_vfork conditionals). | Joseph Myers | 1 | -23/+0 | |
2012-08-01 | BZ#14138: Move getrlimit (ugetrlimit) syscall to syscalls.list. | Roland McGrath | 1 | -38/+0 | |
2012-07-25 | Remove unused pseudo_end label | Andreas Schwab | 14 | -37/+15 | |
2012-07-25 | Rename __secure_getenv to secure_getenv | Florian Weimer | 1 | -0/+3 | |
2012-07-20 | Move localplt baselines to sysdeps directories. | Joseph Myers | 1 | -0/+7 | |
2012-07-17 | Move c++-types baselines to sysdeps directories. | Joseph Myers | 1 | -0/+67 | |
2012-06-04 | Use x86_64 bits/{debugreg,reg}.h for i386 and x86-64 | H.J. Lu | 2 | -132/+0 | |
2012-06-04 | Use x86_64 bits/{io,perm}.h for i386 and x86_64 | H.J. Lu | 2 | -219/+0 | |
2012-06-01 | Use i386 sys/elf.h and sys/vm86.h for i386 and x86-64 | H.J. Lu | 3 | -68/+0 | |
2012-06-01 | Use i386 bits/wchar.h for i386 and x86-64 | H.J. Lu | 1 | -32/+0 | |
2012-05-31 | Support __WORDSIZE == 64 in i386 bits/wchar.h | H.J. Lu | 1 | -4/+11 | |
2012-05-31 | Use x86_64 sys/{ucontext,user}.h for i386 and x86_64 | H.J. Lu | 2 | -230/+0 | |
2012-05-31 | Use x86_64 sys/procfs.h for both i386 and x86_64 | H.J. Lu | 1 | -130/+0 | |
2012-05-31 | Use x86_64 bits/mman.h for both i386 and x86_64 | H.J. Lu | 1 | -112/+0 | |
2012-05-31 | Use x86_64 bits/fcntl.h for both i386 and x86_64 | H.J. Lu | 1 | -321/+0 | |
2012-05-31 | Use x86_64 bits/environments.h for i386 and x86_64 | H.J. Lu | 1 | -67/+0 | |
2012-05-31 | Use x86_64 bits/a.out.h for both i386 and x86_64 | H.J. Lu | 1 | -3/+0 | |
2012-05-31 | Add x86-64 support to i386 sys/elf.h and sys/vm86.h | H.J. Lu | 2 | -5/+13 | |
2012-05-30 | Convert WORDSIZE[32|64]/ld entries to abi-variants | H.J. Lu | 2 | -0/+4 | |
2012-05-25 | Remove __ASSUME_NEW_GETRLIMIT_SYSCALL. | Joseph Myers | 2 | -85/+4 | |
2012-05-25 | Add systemtap static probe points in setjmp/longjmp on x86. | Roland McGrath | 1 | -2/+6 | |
2012-05-25 | Remove pre-2.4 Linux kernel support. | Joseph Myers | 25 | -1088/+35 | |
2012-05-23 | Replace "jmp L(pseudo_end)" with "ret" | H.J. Lu | 1 | -3/+3 | |
2012-05-23 | Update from Linux 3.4 | Andreas Jaeger | 1 | -2/+4 | |
2012-05-22 | Use "neg %eax" in i386 SYSCALL_ERROR_HANDLER | H.J. Lu | 1 | -9/+6 | |
2012-05-20 | Add <sys/auxv.h> and getauxval. | Richard Henderson | 1 | -0/+2 | |
2012-05-14 | Remove pre-2.2 Linux kernel support. | Joseph Myers | 3 | -150/+33 | |
2012-05-04 | Fix missing vm86 symbol | Andreas Schwab | 1 | -1/+1 | |