about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-188-49/+8
* fix warning building dynlink.c stub for static libcRich Felker2013-01-161-2/+2
* fix bug in dladdr that prevented resolving addresses in the PLTRich Felker2013-01-161-1/+1
* remove unused "params" related code from regexSzabolcs Nagy2013-01-152-21/+11
* Merge remote-tracking branch 'nsz/math'Rich Felker2013-01-143-297/+207
|\
| * math: erf and erfc cleanupSzabolcs Nagy2013-01-073-297/+207
* | regex: remove an unused local variable from regexecSzabolcs Nagy2013-01-141-3/+0
* | in crypt_des change unnecessary union keybuf into unsigned char[]Szabolcs Nagy2013-01-131-11/+8
* | crypt: fix the prototype of md5_sum, sha256_sum and sha512_sumSzabolcs Nagy2013-01-133-3/+3
* | fix lio_listio return value in LIO_WAIT modeSzabolcs Nagy2013-01-131-1/+1
* | add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy2013-01-121-1/+2
* | add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy2013-01-121-0/+1
* | add mount flags to sys/mount.hSzabolcs Nagy2013-01-121-4/+22
* | add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* | add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy2013-01-121-0/+1
* | add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy2013-01-121-0/+2
* | add missing mmap options and madvices to bits/mman.h based on linux headersSzabolcs Nagy2013-01-126-0/+41
* | add missing EXTPROC flag to bits/termios.hSzabolcs Nagy2013-01-124-0/+4
* | add missing F_GETOWNER_UIDS flag to bits/fcntl.hSzabolcs Nagy2013-01-126-0/+11
* | add missing EHWPOISON to bits/errno.hSzabolcs Nagy2013-01-125-0/+5
* | add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy2013-01-121-1/+9
* | add missing multicast socket options to netinet/in.hSzabolcs Nagy2013-01-121-0/+17
* | add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* | fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* | check for invalid handles in dlsym/dlcloseRich Felker2013-01-101-1/+17
|/
* setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r2013-01-041-1/+1
* add legacy header values.hrofl0r2013-01-042-0/+40
* time.h: add BSD aliases for otherwise internal struct tm membersrofl0r2013-01-041-0/+4
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* __assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r2013-01-042-2/+2
* add some new-ish IPPROTO constants that were missingRich Felker2013-01-011-0/+3