2613 Commits (4a142db74f128011e7afafd19607234243f908ff)
 

Author SHA1 Message Date
Szabolcs Nagy 4a142db74f add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Rich Felker 1312930f9b fix regression that negated some mips syscall error returns 12 years ago
Rich Felker f61be1f875 fix mips struct stat dev_t members for big endian 12 years ago
Brent Cook ddddec106f add issetugid function to check for elevated privilege 12 years ago
Rich Felker cec33b2c60 fix or1k atomic store 12 years ago
Rich Felker 522a0de210 fix missing barriers in powerpc atomic store 12 years ago
Rich Felker 884cc0c7e2 fix microblaze atomic store 12 years ago
Rich Felker 1456b7ae6b fix missing barrier instructions in powerpc atomic asm 12 years ago
Rich Felker bcad484394 fix missing barrier instructions in mips atomic asm 12 years ago
Rich Felker a294f539c7 use memory constraints for mips atomic asm 12 years ago
Rich Felker bb3a3befea fix build breakage from ppc asm constraints change 12 years ago
Rich Felker 94252dd341 remove cruft from microblaze atomic.h 12 years ago
Rich Felker 7fdae458bd fix broken constraints for powerpc atomic cas asm 12 years ago
Rich Felker dc9c40a609 fix missing flags arg to fstatat syscall in fstat fallback path 12 years ago
Rich Felker d69ab5b368 fix microblaze definition of struct stat 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago
Rich Felker 7bece9c209 provide getauxval(AT_SECURE) even if it is missing from the aux vector 12 years ago
Rich Felker 5cc1872156 remove useless infinite loop from end of exit function 12 years ago
Rich Felker 72ed3d47e5 fix crash in regexec for nonzero nmatch argument with REG_NOSUB 12 years ago
Rich Felker a6adb2bcd8 work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 12 years ago
Rich Felker c463e11eda simplify __stdio_exit static linking logic 12 years ago
Rich Felker 781f26bc92 implement the LOG_CONS option in syslog 12 years ago
Rich Felker a64a045d1d suppress early syslog return when log socket cannot be opened 12 years ago
Rich Felker b8c4cf61cb implement the LOG_PERROR option in syslog 12 years ago
Clément Vasseur da27118157 fix the %m specifier in syslog 12 years ago
Rich Felker 59549313d8 explicitly reject empty names in dynamic linker load_library function 12 years ago
Rich Felker 349381aa8c make dynamic linker accept colon as a separator for LD_PRELOAD 12 years ago
Rich Felker 729673689c fix typo in microblaze setjmp asm 12 years ago
Rich Felker 4b48b00a90 rename file containing pthread_cleanup_push and pop for consistency 12 years ago
Rich Felker d96b12b755 rework cancellation weak alias logic not to depend on archive order 12 years ago
Rich Felker ea496d6c63 fix multiple issues in legacy function getpass 12 years ago
Rich Felker 83dc6eb087 eliminate use of cached pid from thread structure 12 years ago
Rich Felker 4c48501ee2 properly pass current locale to *_l functions when used internally 12 years ago
Rich Felker 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files 12 years ago
Rich Felker d89fdec51b consolidate *_l ctype/wctype functions into their non-_l source files 12 years ago
Rich Felker 0bc03091bb add locale framework 12 years ago
Rich Felker 984c25b74d fix failure of wide printf/scanf functions to set wide orientation 12 years ago
Rich Felker 285f969db6 fix typo in a comment in __libc_start_main 12 years ago
Rich Felker ebd8142a6a fix incorrect return value for fwide function 12 years ago
Rich Felker 0b3d33d4d2 fix ungrammatical comment in posix_spawn code 12 years ago
Rich Felker e89cfe51d2 fix aliasing violations in mbtowc and mbrtowc 12 years ago
Rich Felker 2d8cc92a7c fix regression in mips dynamic linker 12 years ago
Rich Felker 9a4ad02214 fix regression in dynamic linker error reporting 12 years ago
Rich Felker de337c9314 release 1.1.3 12 years ago
Rich Felker f807107180 add tarball-producing targets to Makefile for ease of release 12 years ago
Rich Felker 8facd5638c update version reference in the README file 12 years ago
Rich Felker 1cc69faa5c add note to INSTALL file about gcc 4.9.0 not being supported 12 years ago
Timo Teräs 5abfd55d6e add routing protocols to getprotoent-family functions 12 years ago
Rich Felker 607ce882db rename dynamic linker _start to _dlstart in the stub version 12 years ago