about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* add deprecated SIGIOT alias for SIGABRTRich Felker2013-03-235-1/+5
* fix multiple bugs in syslog interfacesRich Felker2013-03-231-24/+27
* remove soname from libc.so/ld-muslRich Felker2013-03-091-1/+1
* fix epoll structure alignment on non-x86_64 archsRich Felker2013-03-061-1/+5
* fix missing type error in grp.h from adding fgetgrentRich Felker2013-03-061-0/+4
* fix types for wctype_t and wctrans_tRich Felker2013-03-047-16/+16
* fix some obscure header type size/alignment issuesRich Felker2013-03-044-10/+9
* fix wrong float_t on x86_64Rich Felker2013-02-261-1/+1
* fix cruft in utmp.h that was broken by changes in utmpx.hRich Felker2013-02-261-3/+0
* fix integer type issue in strverscmpRich Felker2013-02-261-1/+3
* implement non-stub strverscmpRich Felker2013-02-261-2/+35
* namespace conformance to latest standards in strings.hRich Felker2013-02-261-4/+6
* replace stub with working strcasestrRich Felker2013-02-211-2/+4
* fix wrong return value from wmemmove on forward copiesRich Felker2013-02-211-1/+2
* scsci/sg.h: fix usage of undefined macro HZrofl0r2013-02-211-1/+1
* add arpa/ftp.hrofl0r2013-02-211-0/+35
* use memcmp instead of str[n]cmp for temp function XXXXXX checkingRich Felker2013-02-202-2/+2
* fix error cases in mkostemps coreRich Felker2013-02-201-6/+3
* remove leftover unused variable in mktemp after refactoringRich Felker2013-02-201-1/+0
* add mkostemp, mkstemps, and mkostemps functions and reorganize temp internalsRich Felker2013-02-207-29/+91
* remove unused #undef environ now that libc.h no longer #defines itRich Felker2013-02-171-1/+0
* consistently use the internal name __environ for environRich Felker2013-02-173-5/+4
* add fgetgrent functionRich Felker2013-02-172-0/+13
* fix typo in newly-added error message for EOWNERDEADRich Felker2013-02-071-1/+1
* improve error stringsRich Felker2013-02-071-27/+30
* arm: add __aeabi_atexit()rofl0r2013-02-061-0/+6
* Makefile: make it possible to build arch specific C filesrofl0r2013-02-061-1/+1
* base system() on posix_spawnRich Felker2013-02-031-41/+26
* fix unsigned comparison bug in posix_spawnRich Felker2013-02-031-1/+1
* overhaul posix_spawn to use CLONE_VM instead of vforkRich Felker2013-02-033-55/+125
* streamline old-kernel fallback path of pipe2 to use syscalls directlyRich Felker2013-02-031-4/+4
* fix regression that made shared libs crash on armRich Felker2013-02-032-0/+4
* dynamically allocate storage for gethostby* buffersRich Felker2013-02-022-10/+32
* fix blank ai_canonname from getaddrinfo for non-CNAMEsRich Felker2013-02-021-1/+1
* fix memory leak due to double call to getaddrinfo in gethostbyname*Rich Felker2013-02-021-1/+0
* fix error returns in gethostby*_r functionsRich Felker2013-02-022-17/+10
* fix uninitialized map_len being used in munmap failure paths in load_libraryRich Felker2013-02-021-3/+2
* fix stale locks left behind when pthread_create failsRich Felker2013-02-011-3/+6
* if pthread_create fails, it must not attempt mmap if there is no mappingRich Felker2013-02-011-1/+1
* pthread stack treatment overhaul for application-provided stacks, etc.Rich Felker2013-02-014-25/+35
* make some arrays constrofl0r2013-02-027-8/+8
* replace __wake function with macro that performs direct syscallRich Felker2013-02-012-10/+2
* fix up minor misplacement of restrict keyword in spawnattr sched stubsRich Felker2013-02-011-2/+2
* release notes for 0.9.9 v0.9.9Rich Felker2013-02-011-0/+56
* revert regex "cleanup" that seems unjustified and may break backtrackingRich Felker2013-02-011-0/+3
* SOL_TCP is nonstandard and not in the reserved namespaceRich Felker2013-01-311-2/+1
* fix tm_to_time logic for number of days in novemberRich Felker2013-01-261-1/+1
* add RTLD_NODELETE flag for dlopenRich Felker2013-01-231-0/+1
* add support for RTLD_NOLOAD to dlopenRich Felker2013-01-232-3/+8
* fix regression in dlsym: rejection of special RTLD_* handles as invalidRich Felker2013-01-231-1/+2