musl/src
Rich Felker 3f65494a4c increase syslog message limit from 256 to 1024
this addresses alpine linux issue #3692 and brings the syslog message
length limit in alignment with uclibc's implementation.
2015-01-13 12:04:38 -05:00
..
aio add missing legacy LFS *64 symbol aliases 2014-09-05 16:02:22 -04:00
complex
conf fix off-by-one in bounds check in fpathconf 2014-09-05 14:01:13 -04:00
crypt add legacy functions setkey() and encrypt() 2014-02-05 11:09:53 -05:00
ctype fix case mapping for U+00DF (ß) 2014-09-05 03:28:00 -04:00
dirent add missing legacy LFS *64 symbol aliases 2014-09-05 16:02:22 -04:00
env fix #ifdef inside a macro argument list in __init_tls.c 2014-08-13 17:07:44 +02:00
errno add support for LC_TIME and LC_MESSAGES translations 2014-07-26 05:36:25 -04:00
exit remove useless infinite loop from end of exit function 2014-07-17 21:37:10 -04:00
fcntl fix uninitialized mode variable in openat function 2014-10-31 15:35:24 -04:00
fenv add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
internal provide CMPLX macros in implementation-internal libm.h 2014-12-17 16:08:50 -05:00
ipc semctl: fix UB causing crashes on powerpc 2014-03-13 20:52:34 +01:00
ldso adapt dynamic linker for new binutils versions that omit DT_RPATH 2014-11-23 16:17:57 -05:00
legacy fix multiple issues in legacy function getpass 2014-07-06 01:34:13 -04:00
linux fix missing argument to syscall in fanotify_mark 2014-06-14 00:10:16 -04:00
locale fix non-static dummy function that slipped in with locale implementation 2014-09-06 08:40:20 -04:00
malloc add malloc_usable_size function and non-stub malloc.h 2014-08-25 22:47:27 -04:00
math math: use fnstsw consistently instead of fstsw in x87 asm 2014-11-05 22:13:58 +01:00
misc increase syslog message limit from 256 to 1024 2015-01-13 12:04:38 -05:00
mman use weak symbols for the POSIX functions that will be used by C threads 2014-09-06 18:11:24 -04:00
mq
multibyte fix return value computation in one code path of wcsnrtombs 2014-12-18 16:42:21 -05:00
network add basic dns record parsing functions 2014-12-17 14:40:35 -05:00
passwd include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
prng fix incorrect sequence generation in *rand48 prng functions 2014-09-22 17:55:08 -04:00
process use direct syscall rather than write function in posix_spawn child 2014-12-05 21:19:39 -05:00
regex implement FNM_CASEFOLD extension to fnmatch function 2014-12-17 14:54:37 -05:00
sched fix return value of pthread_getaffinity_np and pthread_setaffinity_np 2014-12-02 22:17:52 -05:00
search remove struct elem entirely from hsearch.c 2014-04-02 18:49:24 -04:00
select support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
setjmp fix build regression in arm asm for setjmp/longjmp with old assemblers 2014-11-23 14:27:45 -05:00
signal use tkill instead of tgkill in implementing raise 2014-12-18 20:44:51 -05:00
stat fix missing flags arg to fstatat syscall in fstat fallback path 2014-07-18 15:24:04 -04:00
stdio don't suppress sign output for NANs in printf 2014-12-18 17:41:34 -05:00
stdlib include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
string fix tabs/spaces in memcpy.s 2014-11-23 14:33:01 -05:00
temp ignore access mode bits of flags in mkostemps and functions that use it 2014-10-06 23:13:01 -04:00
termios include cleanups: remove unused headers and add feature test macros 2013-12-12 05:09:18 +00:00
thread fix __aeabi_read_tp oversight in arm atomics/tls overhaul 2014-11-22 12:26:38 -05:00
time fix handling of negative offsets in timezone spec strings 2014-10-09 23:44:02 -04:00
unistd remove rlimit hacks from multi-threaded set*id() code 2015-01-12 18:16:32 -05:00