about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release notes for 0.9.10 v0.9.10Rich Felker2013-04-141-0/+52
* make ifaddrs.h expose sys/socket.hRich Felker2013-04-101-0/+1
* getifaddrs: implement proper ipv6 netmasksrofl0r2013-04-091-2/+11
* mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQRich Felker2013-04-081-1/+1
* implement mbtowc directly, not as a wrapper for mbrtowcRich Felker2013-04-081-5/+39
* optimize mbrtowcRich Felker2013-04-081-3/+2
* fix out-of-bounds access in UTF-8 decodingRich Felker2013-04-081-1/+1
* fix signalfd not to ignore flagsRich Felker2013-04-071-1/+12
* silence nonsensical warnings in timer_createRich Felker2013-04-061-2/+2
* add support for program_invocation[_short]_nameRich Felker2013-04-063-2/+18
* fix argument omission in ABI-compat weak_alias for fscanfRich Felker2013-04-061-1/+1
* Add ABI compatability aliases.Isaac Dunham2013-04-0513-0/+38
* fix type error in pthread_create, introduced with pthread_getattr_npRich Felker2013-04-061-1/+1
* getifaddrs: remove unused labelrofl0r2013-04-061-1/+0
* getifaddrs: use if_nameindex to enumerate interfacesrofl0r2013-04-051-23/+9
* getifaddrs: one less indent levelrofl0r2013-04-051-30/+28
* getifaddrs: less mallocrofl0r2013-04-051-55/+52
* include/ifaddrs.h: add prototypes for get/freeifaddrsrofl0r2013-04-051-0/+3
* add getifaddrsrofl0r2013-04-052-0/+222
* net/if.h: add some missing IFF_ constantsrofl0r2013-04-051-0/+5
* add prototype for dn_skipnameRich Felker2013-04-041-0/+1
* implement dn_skipname (legacy resolver function)Rich Felker2013-04-041-0/+12
* add arpa/tftp.hrofl0r2013-04-051-0/+31
* fix type issues in stdint.h so underlying types of 64-bit types match ABIRich Felker2013-04-047-8/+33
* eliminate bits/wchar.hRich Felker2013-04-048-26/+15
* eliminate gcc dependency for testing char signedness in limits.hRich Felker2013-04-041-1/+1
* add put*ent functions for passwd/group files and similar for shadowRich Felker2013-04-045-0/+36
* cleanup wcstombsRich Felker2013-04-041-12/+1
* cleanup mbstowcs wrapperRich Felker2013-04-041-10/+0
* minor optimization to mbstowcsRich Felker2013-04-041-2/+1
* fix incorrect range checks in wcsrtombsRich Felker2013-04-041-3/+3
* overhaul mbsrtowcsRich Felker2013-04-041-69/+64
* re-add useconds_trofl0r2013-04-028-0/+8
* add arpa/nameser_compat.hrofl0r2013-04-021-0/+2
* make tm_zone etc visible under _GNU_SOURCErofl0r2013-04-021-1/+1
* __time_to_tm: initialize tm_zone and tm_gmtoffrofl0r2013-04-021-0/+2
* add syscall numbers for the new kcmp and finit_module syscallsSzabolcs Nagy2013-04-016-9/+46
* add the new SO_REUSEPORT socket option to mips and powerpcSzabolcs Nagy2013-04-012-1/+2
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* adding ethernet protocol ids to if_ether.h following linuxSzabolcs Nagy2013-04-011-0/+15
* add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)Szabolcs Nagy2013-04-011-0/+1
* add new linux tcp socket option flags to netinet/tcp.hSzabolcs Nagy2013-04-011-0/+10
* fix typo in setpriority syscall wrapperRich Felker2013-04-011-1/+1
* provide prototype for pthread_getattr_npRich Felker2013-03-311-0/+4
* implement pthread_getattr_npRich Felker2013-03-313-2/+31
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-2621-35/+27
* provide emulation of fcntl F_DUPFD_CLOEXEC on old kernelsRich Felker2013-03-261-0/+16
* in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallbackRich Felker2013-03-251-3/+3
* rewrite popen to use posix_spawn instead of fragile vfork hacksRich Felker2013-03-241-41/+41
* remove cruft from pre-posix_spawn version of the system functionRich Felker2013-03-241-6/+0