about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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