about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Hide internal sysinfo functions [BZ #18822]H.J. Lu2017-10-011-1/+5
* Mark internal rpc functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-4/+4
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-011-0/+2
* Hide internal regex functions [BZ #18822]H.J. Lu2017-10-011-1/+5
* Mark internal utmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-3/+11
* Mark internal dirent functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-8/+5
* Mark internal getXXXbyYYY functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-013-13/+24
* Mark internal stdio functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-9/+9
* Mark internal gshadow functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-2/+4
* Mark internal statfs functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-5/+10
* Mark internal time functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-11/+15
* Mark internal gmp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-7/+26
* Mark internal wchar functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-14/+24
* Mark internal grp/pwd/shadow functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-013-9/+10
* Mark internal unistd functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-28/+32
* Mark internal argp functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-0/+29
* Mark ____wcsto*_l_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-0/+23
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-013-4/+5
* Mark internal stdlib functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-19/+32
* Mark 3 *_internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-012-2/+2
* 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