summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-09inline syscall support for armRich Felker1-0/+53
2012-09-09inline syscall support for mipsRich Felker1-0/+57
2012-09-09fix mips syscall_cp_asm code (saved register usage)Rich Felker1-2/+2
2012-09-09fix broken mips syscall asmRich Felker1-2/+2
2012-09-08disable sync_file_range for nowRich Felker1-2/+3
2012-09-08syscall organization overhaulRich Felker10-655/+420
2012-09-08add acct syscall source file, omitted in last syscalls commitRich Felker1-0/+9
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker8-0/+113
2012-09-08add IPPROTO_HOPOPTS to in.hRich Felker1-0/+1
2012-09-08add IPPROTO_MAX to in.hRich Felker1-0/+1
2012-09-08fix redundant _Noreturn def in err.hRich Felker1-7/+1
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker14-76/+14
2012-09-08sysmacros major/minor: result should have type unsigned int, not dev_tRich Felker1-2/+2
2012-09-08add linux tee syscallRich Felker2-0/+9
2012-09-08add linux sync_file_range syscallRich Felker2-0/+20
2012-09-08move fallocate syscall wrapper to linux-specific syscalls dirRich Felker1-0/+0
2012-09-08add linux readahead syscallRich Felker2-0/+9
2012-09-08add fallocate (nonstandardized) functionRich Felker2-0/+12
2012-09-08fix broken fallocate syscall in posix_fallocateRich Felker1-1/+1
2012-09-08add timerfd interfaces (untested)Rich Felker2-0/+35
2012-09-08add stdnoreturn.h (C11)Rich Felker1-0/+5
2012-09-07TCP_* is in the reserved namespace for tcp.h; make use of thatRich Felker1-3/+4
2012-09-07remove unneeded judgemental commentary from ftw.hRich Felker1-4/+0
2012-09-07default features: make musl usable without feature test macrosRich Felker48-129/+102
2012-09-07add clang-compatible thread-pointer code for mipsRich Felker1-0/+4
2012-09-07cleanup src/linux and src/misc trees, etc.Rich Felker45-98/+74
2012-09-06fix constraint violation in ftwRich Felker1-1/+4
2012-09-06provide loff_t for splice syscallRich Felker1-0/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker11-19/+47
2012-09-06fix invalid implicit pointer conversion in gnulib-compat functionsRich Felker1-1/+1
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker6-9/+23
2012-09-06dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker192-382/+552
2012-09-06remove dependency of wmemmove on wmemcpy directionRich Felker1-4/+4
2012-09-06remove dependency of memmove on memcpy directionRich Felker1-5/+4
2012-09-06fix broken ttyname[_r] (failure to null-terminate result)Rich Felker1-1/+4
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker8-62/+57
2012-09-01fix wrong type for poll.h nfds_tRich Felker1-1/+1
2012-08-30fix missing statics in crypt_sha256 codeRich Felker1-3/+3
2012-08-29anti-DoS rounds count limits for blowfish and des cryptRich Felker2-2/+2
2012-08-29limit sha512 rounds to similar runtime to sha256 limitRich Felker1-1/+1
2012-08-29add sha256/sha512 cryptRich Felker4-1/+700
2012-08-29get rid of eh_frame bloatRich Felker1-3/+12
2012-08-27fix bug caused by main app & libc having map set; cannot free themRich Felker1-1/+1
2012-08-26dladdr support for dynamic linker (nonstandard extension)Rich Felker3-0/+105
2012-08-25implement "low hanging fruit" from C11Rich Felker7-49/+75
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker3-0/+46
2012-08-25fix bug in gnu hash lookup on dlsym(handle, name) lookupsRich Felker1-1/+1
2012-08-25clean up search_vec usage for vdsoRich Felker1-2/+2
2012-08-25use new search_vec function to find vdso in dynamic linkerRich Felker1-4/+2