about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix `getifaddrs' and `freeifaddrs' symbol expositionSamuel Thibault2017-09-281-0/+5
* hurd: Fix `seekdir' symbol exposition from `rewinddir'Samuel Thibault2017-09-281-0/+1
* hurd: Fix `revoke' symbol exposition from `unlockpt'Samuel Thibault2017-09-281-0/+1
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-281-0/+1
* Mark __dso_handle as hidden [BZ #18822]H.J. Lu2017-09-261-0/+3
* scratch_buffer: use union for internal bufferAdhemerval Zanella2017-09-251-3/+3
* posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella2017-09-251-1/+1
* Make more libm functions into weak aliases.Joseph Myers2017-09-141-1/+1
* Sync scratch_buffer with gnulibAdhemerval Zanella2017-09-081-2/+1
* Fix tests that are testing obsoleted functionalitySteve Ellcey2017-09-051-0/+10
* Hide __chmod and __mkdir [BZ #18822]H.J. Lu2017-09-041-0/+2
* linux: Implement tmpfile with O_TMPFILE (BZ#21530)Adhemerval Zanella2017-09-011-0/+3
* libc-symbols.h: Remove definition of internal_functionFlorian Weimer2017-08-311-7/+0
* dlfcn: Remove internal_function attributeFlorian Weimer2017-08-311-6/+3
* dirent: Remove internal_function attributeFlorian Weimer2017-08-311-8/+6
* time: Remove the internal_function attributeFlorian Weimer2017-08-311-3/+2
* NSS: Remove internal_function function attributeFlorian Weimer2017-08-311-5/+3
* sunrpc: Remove internal_function attributeFlorian Weimer2017-08-311-2/+1
* Consolidate remaning non cancellable definitionsAdhemerval Zanella2017-08-233-9/+0
* Fix remaining return type of ifunc resolver declarationGabriel F. T. Gomes2017-08-221-1/+1
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-2/+0
* Declare ifunc resolver to return a pointer to the same type as the targetMartin Sebor2017-08-221-1/+2
* Hide internal printf functions [BZ #18822/21986]H.J. Lu2017-08-221-1/+5
* Add hidden visibility to internal function prototypesH.J. Lu2017-08-221-2/+14
* Revert "Add hidden visibility to internal function prototypes".Joseph Myers2017-08-211-14/+2
* Obsolete matherr, _LIB_VERSION, libieee.a.Joseph Myers2017-08-211-2/+0
* Add hidden visibility to internal function prototypesH.J. Lu2017-08-211-2/+14
* Enable hidden visibility in libc.a compiled with PIEH.J. Lu2017-08-211-1/+2
* Mark __libc_multiple_libcs with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-0/+2
* Remove __bb_init_func and __bb_exit_func [BZ #21974]H.J. Lu2017-08-201-4/+0
* Move ____longjmp_chk prototype to include/setjmp.hH.J. Lu2017-08-201-0/+3
* Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-181-0/+32
* __opensock: Remove internal_function attributeFlorian Weimer2017-08-171-1/+1
* Fix sigval namespace (bug 21944).Joseph Myers2017-08-161-0/+1
* ld.so: Remove internal_function attribute from various functionsFlorian Weimer2017-08-131-2/+1
* Remove internal_function attribute from string-to-float functionsFlorian Weimer2017-08-131-14/+8
* __libc_rpc_getport: Remove internal_function attributeFlorian Weimer2017-08-131-2/+1
* __fortify_fail: Remove internal_function attributeFlorian Weimer2017-08-131-3/+2
* i386: Add <startup.h> [BZ #21913]H.J. Lu2017-08-081-0/+8
* Update for 2.26 release glibc-2.26Siddhesh Poyarekar2017-08-021-1/+1
* tunables: Use direct syscall for access (BZ#21744)Adhemerval Zanella2017-07-241-7/+0
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-1/+12
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-23/+0
* float128: Add signbit alternative for old compilersGabriel F. T. Gomes2017-06-301-0/+1
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-301-3/+0
* resolv: Move fp_nquery, fp_query, p_query, _res_opcodesFlorian Weimer2017-06-301-2/+0
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-234-1/+9
* Include libc-header-start.h in include/float.hGabriel F. T. Gomes2017-06-231-0/+3
* Bug 21533: Update to Unicode 10.0.0Mike FABIAN2017-06-221-6/+7
* Implement allocation buffers for internal useFlorian Weimer2017-06-211-0/+367