- de05a2a revert one change in time.h; no evidence BSD_SOURCE should expose these.. by Rich Felker · 12 years ago
- cf254c3 fix feature test macros in time.h by Rich Felker · 12 years ago
- 23be72a add timegm function (inverse of gmtime), nonstandard by Rich Felker · 12 years ago
- 2169265 add init_module/delete_module syscall wrappers by Rich Felker · 12 years ago
- fbffcee add (currently stubbed due to stubbed strverscmp) versionsort function by Rich Felker · 12 years ago
- e361019 add deprecated capabilities functions by Rich Felker · 12 years ago
- 6343ac8 fix char signedness bug (arm-specific) in dynamic linker by Rich Felker · 12 years ago
- 819006a add pthread_attr_setstack interface (and get) by Rich Felker · 12 years ago
- f457b1c fix scanning of "-0x" pseudo-hex float (must give negative zero) by Rich Felker · 12 years ago
- 3d64946 fix signedness errors in stdint.h constant macros by Rich Felker · 12 years ago
- 63d4019 fix %ls breakage in last printf fix by Rich Felker · 12 years ago
- 6e9ff6a fix printf %ls with precision limit over-read issue by Rich Felker · 12 years ago
- 1429ce9 fix sysinfo, try 2. it seems to work this time. by Rich Felker · 12 years ago
- e86b18a sysinfo struct was utter nonsense; no idea where it came from. by Rich Felker · 12 years ago
- 31eaad4 fix scanf bug reading literals after width-limited field by Rich Felker · 12 years ago
- 498a100 check for ld support of -Bsymbolic-functions; disable shared if not avail by Rich Felker · 12 years ago
- f1fd757 use -nostdlib in linker tests to avoid possible missing crt/lib issues by Rich Felker · 12 years ago
- 67a0383 avoid linking main program in linker tests by Rich Felker · 12 years ago
- 0c5efde make configure try to disable stack protector by Rich Felker · 12 years ago
- 08f70a3 add configure check for gnu linker hash style setting by Rich Felker · 12 years ago
- 6e0ad22 make gcc wrapper rewrite link options rather than just extending them by Rich Felker · 12 years ago
- f7d15dc treat failure of mprotect in map_library as a fatal load failure by Rich Felker · 12 years ago
- 908bed2 fix ctype abi junk (pointer should point to 0 slot, not -128 slot) by Rich Felker · 12 years ago
- 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
- bd45dc9 release notes for 0.9.1 by Rich Felker · 12 years ago
- 278883d fix configure build/host/target terminology usage by Rich Felker · 12 years ago
- 2557d0b ensure that abort always works by Rich Felker · 12 years ago
- 6a4b947 add some ugly aliases for LSB ABI compatibility by Rich Felker · 12 years ago
- 13b3645 increase default thread stack size to 80k by Rich Felker · 12 years ago
- 40bd172 remove implementation-reserved bits when saving signal mask by Rich Felker · 12 years ago
- 1e597a3 remove no-longer-needed unblocking of signals in pthread_create by Rich Felker · 12 years ago
- 9372655 add LSB abi junk for ctype functions by Rich Felker · 12 years ago
- d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
- 19e48c5 use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too by Rich Felker · 12 years ago
- 9ea20dc add LSB ABI __xstat, etc. junk by Rich Felker · 12 years ago
- a541297 enable LARGEFILE64 aliases by Rich Felker · 12 years ago
- ed67172 fix musl-gcc wrapper to work with -pie by Rich Felker · 12 years ago
- a34b046 there is no such GNU function fpurge, only __fpurge. by Rich Felker · 12 years ago
- b63cab7 add prototype for BSD/GNU stdio *_unlocked extension functions by Rich Felker · 12 years ago
- 15c7af3 remove duplicate lfs64 cruft in stdio.h by Rich Felker · 12 years ago
- b1cf11c math: fix nextafter definition in tgmath.h by nsz · 12 years ago
- 5c1909a add ldd and main program loading support to dynamic linker by Rich Felker · 12 years ago
- b94608c cleanup dynamic linker start code cruft by Rich Felker · 12 years ago
- 054ba18 fix overrun (n essentially ignored) in wcsncmp by Rich Felker · 12 years ago
- 6436b37 fix failure of mbsinit(0) (not UB; required to return nonzero) by Rich Felker · 12 years ago
- aefd0f6 fix failure of strrchr(str, 0) by Rich Felker · 12 years ago
- 3f25354 avoid using pthread cleanup push/pop in stdio when not needed by Rich Felker · 12 years ago
- 8cce15a ensure pthread-internal signals are unblocked before threads are used by Rich Felker · 12 years ago
- 8b4c232 fix regex on arm by Rich Felker · 12 years ago
- 7efd14e remove cruft from pthread structure (old cancellation stuff) by Rich Felker · 12 years ago
- 73db33b remove leftover cp_sp cruft from cancellation code, fix small bug by Rich Felker · 12 years ago
- 54c5676 fix arm syscall.h to reflect which syscalls actually exist (on EABI) by Rich Felker · 12 years ago
- e241896 avoid deprecated (by linux) alarm syscall; use setitimer instead by Rich Felker · 12 years ago
- c37afdf linux deprecated SYS_utime on some archs, so use SYS_utimes instead by Rich Felker · 12 years ago
- 4d4f13e fix bad opcode in arm syscall_cp_asm by Rich Felker · 12 years ago
- 4da268f fix issue with longjmp out of signal handlers and cancellation by Rich Felker · 12 years ago
- cfd892f simplify cancellation push/pop slightly by Rich Felker · 12 years ago
- 25d575e debloat jmp_buf in _GNU_SOURCE mode by Rich Felker · 12 years ago
- 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
- af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
- 030b452 fix missing _BSD_SOURCE support in bits/*.h by Rich Felker · 12 years ago
- 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
- 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
- 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
- 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
- 7b5467c fix typo in utimes function that made it mess up file times by Rich Felker · 12 years ago
- 9ae1cf6 fix out-of-bounds array access in pthread barriers on 64-bit by Rich Felker · 12 years ago
- 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
- 01e94c4 fix misplaced semicolon in preprocessor directive (#undef h_errno) by Rich Felker · 12 years ago
- c5f3add yet another try to get the check for gcc right... by Rich Felker · 12 years ago
- 55e2f5e fix error in last configure change (lack of escaping) by Rich Felker · 12 years ago
- b5cbd54 useless lastlog path just to make some stuff happy by Rich Felker · 12 years ago
- f8ac555 missing limit LOGIN_NAME_MAX by Rich Felker · 12 years ago
- bc63e4f correct the check for gcc (previous version failed for cross compilers) by Rich Felker · 12 years ago
- 13b2945 remove some no-op end of string tests from regex parser by Rich Felker · 12 years ago
- e9cddc8 another BRE fix: in ^*, * is literal by Rich Felker · 12 years ago
- 9a7fac7 let sysconf accurately report # of cpus available by Rich Felker · 12 years ago
- e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
- 3777f5b susv4 removed gethostbyname, etc. legacy cruft. by Rich Felker · 12 years ago
- 20052b9 namespace cleanup - NI_* is NOT reserved by netdb.h by Rich Felker · 12 years ago
- 7db6a87 some gnu junk in netdb.h by Rich Felker · 12 years ago
- c3dbe9b fix missing va_list for vsyslog by Rich Felker · 12 years ago
- 6255c4c search: add comments to tsearch_avl.c by nsz · 12 years ago
- d197d64 search: add tdestroy (gnu extension) by nsz · 12 years ago
- b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
- e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
- c8b01e7 move vsyslog out of SYSLOG_NAMES conditional by Rich Felker · 12 years ago
- 9cfa306 Merge remote-tracking branch 'nsz/master' by Rich Felker · 12 years ago
- 47c2a22 remove __lock dependency from exit by Rich Felker · 12 years ago
- 7e310e5 fix missing static (namespace clash) by Rich Felker · 12 years ago
- bfb29b6 fix missing parens in bit op macros (param.h) by Rich Felker · 12 years ago
- 2e41887 and another bug in setbit, etc. macros.. by Rich Felker · 12 years ago
- e0ff0d3 fix typo in sys/param.h that broke setbit, etc. macros by Rich Felker · 12 years ago
- 37bb3cc omit declaration of basename wrongly interpreted as prototype in C++ by Rich Felker · 12 years ago
- 3738a96 math: fix remquo.c when x==-y and a subnormal remainder bug as well by nsz · 12 years ago
- 0e195df some assemblers don't like fistpq; use the alt. mnemonic fistpll by Rich Felker · 12 years ago
- 952700e fix error checking for \ at end of regex (this was broken previously) by Rich Felker · 12 years ago
- 1736148 fix copy and paste error in regex code causing mishandling of \) in BRE by Rich Felker · 12 years ago
- a5a4778 fix regex breakage in last commit (failure to handle empty regex, etc.) by Rich Felker · 12 years ago
- d7a90b3 fix ugly bugs in TRE regex parser by Rich Felker · 12 years ago