about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* math: bessel cleanup (jn.c and jnf.c)Szabolcs Nagy2013-01-012-164/+161
* math: bessel cleanup (j1.c and j1f.c)Szabolcs Nagy2013-01-012-187/+138
* math: bessel cleanup (j0.c and j0f.c)Szabolcs Nagy2013-01-012-203/+161
* expose [v]asprintf under _BSD_SOURCERich Felker2012-12-281-2/+2
* align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker2012-12-271-2/+3
* fix alignment logic in strlcpyRich Felker2012-12-261-1/+1
* add linux extension POLLRDHUP to poll.hRich Felker2012-12-261-0/+1
* fix reference to libc struct in static tls init codeRich Felker2012-12-251-1/+1
* clean up and fix logic for making mmap fail on invalid/unsupported offsetsRich Felker2012-12-201-3/+7
* merge a few fixes by sh4rm4Rich Felker2012-12-195-1/+34
|\
| * socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
| * add inet_network (required for wine)rofl0r2012-12-192-0/+12