about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* add issetugid function to check for elevated privilegeBrent Cook2014-07-192-0/+8
* fix or1k atomic storeRich Felker2014-07-191-1/+1
* fix missing barriers in powerpc atomic storeRich Felker2014-07-191-1/+5
* fix microblaze atomic storeRich Felker2014-07-191-1/+3
* fix missing barrier instructions in powerpc atomic asmRich Felker2014-07-191-1/+4
* fix missing barrier instructions in mips atomic asmRich Felker2014-07-191-14/+18
* use memory constraints for mips atomic asmRich Felker2014-07-191-24/+24
* fix build breakage from ppc asm constraints changeRich Felker2014-07-191-3/+3
* remove cruft from microblaze atomic.hRich Felker2014-07-191-13/+0
* fix broken constraints for powerpc atomic cas asmRich Felker2014-07-191-1/+1
* fix missing flags arg to fstatat syscall in fstat fallback pathRich Felker2014-07-181-1/+1
* fix microblaze definition of struct statRich Felker2014-07-181-3/+2
* add or1k (OpenRISC 1000) architecture portStefan Kristiansson2014-07-1846-1/+1982
* provide getauxval(AT_SECURE) even if it is missing from the aux vectorRich Felker2014-07-171-0/+1
* remove useless infinite loop from end of exit functionRich Felker2014-07-171-1/+0
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-171-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-168-30/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-164-16/+12
* implement the LOG_CONS option in syslogRich Felker2014-07-111-1/+9
* suppress early syslog return when log socket cannot be openedRich Felker2014-07-111-4/+1
* implement the LOG_PERROR option in syslogRich Felker2014-07-111-2/+4
* fix the %m specifier in syslogClément Vasseur2014-07-111-0/+3
* explicitly reject empty names in dynamic linker load_library functionRich Felker2014-07-111-0/+5
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-111-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-081-1/+1
* rename file containing pthread_cleanup_push and pop for consistencyRich Felker2014-07-061-0/+0
* rework cancellation weak alias logic not to depend on archive orderRich Felker2014-07-063-6/+12
* fix multiple issues in legacy function getpassRich Felker2014-07-061-5/+6
* eliminate use of cached pid from thread structureRich Felker2014-07-058-12/+9
* properly pass current locale to *_l functions when used internallyRich Felker2014-07-028-8/+16
* consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker2014-07-024-13/+16
* consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker2014-07-0261-213/+256
* add locale frameworkRich Felker2014-07-029-22/+186
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-022-0/+3
* fix typo in a comment in __libc_start_mainRich Felker2014-07-011-1/+1
* fix incorrect return value for fwide functionRich Felker2014-07-011-1/+2
* fix ungrammatical comment in posix_spawn codeRich Felker2014-07-011-3/+3
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-012-2/+4
* fix regression in mips dynamic linkerRich Felker2014-06-302-1/+7
* fix regression in dynamic linker error reportingRich Felker2014-06-291-9/+5
* release 1.1.3 v1.1.3Rich Felker2014-06-252-1/+27
* add tarball-producing targets to Makefile for ease of releaseRich Felker2014-06-251-0/+4
* update version reference in the README fileRich Felker2014-06-251-1/+1
* add note to INSTALL file about gcc 4.9.0 not being supportedRich Felker2014-06-251-1/+2
* add routing protocols to getprotoent-family functionsTimo Teräs2014-06-241-0/+2
* rename dynamic linker _start to _dlstart in the stub versionRich Felker2014-06-231-1/+1
* add __sysv_signal abi-compat alias for the signal functionRich Felker2014-06-221-0/+1
* add __xmknod and __xmknodat abi-compat functionsRich Felker2014-06-221-0/+10
* consolidate __xstat abi-compat functions into a single source fileRich Felker2014-06-224-27/+18
* implement fmtmsg functionRich Felker2014-06-212-0/+137