index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix typo in socket.h (wrong macro name)
Szabolcs Nagy
2013-10-18
1
-1
/
+1
*
in faccessat slow path, add close-on-exec to pipe fds
Rich Felker
2013-10-18
1
-1
/
+1
*
fix uid/gid-setting error in faccessat with AT_EACCESS flag
Rich Felker
2013-10-12
1
-2
/
+2
*
fix errno value for getcwd when size argument is zero
Rich Felker
2013-10-08
1
-1
/
+7
*
math: fix rare underflow issue in fma
Szabolcs Nagy
2013-10-07
3
-13
/
+55
*
math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshf
Szabolcs Nagy
2013-10-07
2
-0
/
+13
*
fix clockid macro names in time.h, reported by Paul Schutte
Szabolcs Nagy
2013-10-07
1
-2
/
+2
*
remove errno setting from setenv, malloc sets it correctly on oom
Szabolcs Nagy
2013-10-07
1
-1
/
+0
*
fix allocation sizes in regcomp
Szabolcs Nagy
2013-10-07
1
-4
/
+4
*
add missing va_end in execl* for correcness and static code analyzers
Szabolcs Nagy
2013-10-07
3
-0
/
+3
*
minor vfprintf and vfwprintf changes to please static code analyzers
Szabolcs Nagy
2013-10-07
2
-6
/
+11
*
math: remove an unused variable from modfl
Szabolcs Nagy
2013-10-06
1
-1
/
+0
*
slightly optimize __brk for size
Rich Felker
2013-10-05
1
-1
/
+1
*
fix failure of malloc to set errno on heap (brk) exhaustion
Rich Felker
2013-10-05
1
-0
/
+1
*
fix failure to check malloc result in setenv
Rich Felker
2013-10-04
1
-9
/
+9
*
math: remove code duplication in erfl found by clang analyzer
Szabolcs Nagy
2013-10-04
1
-13
/
+2
*
math: remove a useless assignment in lgammal found by clang analyzer
Szabolcs Nagy
2013-10-04
1
-2
/
+2
*
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
2013-10-04
1
-1
/
+1
*
fix uninitialized variable in dladdr
Rich Felker
2013-10-04
1
-1
/
+1
*
removed unused variable in vfwprintf
Rich Felker
2013-10-04
1
-2
/
+1
*
fix new environment always being null with execle
Rich Felker
2013-10-03
1
-2
/
+1
*
fix off-by-one error in getgrnam_r and getgrgid_r, clobbering gr_name
Rich Felker
2013-09-29
1
-2
/
+2
*
fix buffer overflow in mbsrtowcs
Rich Felker
2013-09-27
1
-1
/
+1
*
math: fix comparision macros (isless etc) when FLT_EVAL_METHOD!=0
Szabolcs Nagy
2013-09-27
1
-10
/
+10
*
add missing i386 syscall numbers
Rich Felker
2013-09-26
1
-0
/
+10
*
remove duplicate lines from mips bits/syscall.h
Rich Felker
2013-09-26
1
-48
/
+0
*
release notes for 0.9.14
v0.9.14
Rich Felker
2013-09-23
1
-0
/
+30
*
fix arm atomic store and generate simpler/less-bloated/faster code
Rich Felker
2013-09-22
1
-6
/
+8
*
fix potential deadlock bug in libc-internal locking logic
Rich Felker
2013-09-20
3
-13
/
+15
*
correct the sysconf value for RTSIG_MAX
Rich Felker
2013-09-20
1
-1
/
+2
*
fix sigemptyset and sigfillset for mips
Rich Felker
2013-09-16
2
-1
/
+10
*
fix clobbering of caller's stack in mips __clone function
Rich Felker
2013-09-16
1
-0
/
+3
*
sys/resource.h: add PRIO_MIN and PRIO_MAX for getpriority and setpriority
Szabolcs Nagy
2013-09-16
1
-0
/
+3
*
update include/elf.h following glibc changes
Szabolcs Nagy
2013-09-16
1
-27
/
+143
*
omit CLONE_PARENT flag to clone in pthread_create
Rich Felker
2013-09-16
1
-1
/
+1
*
use symbolic names for clone flags in pthread_create
Rich Felker
2013-09-16
1
-2
/
+5
*
sys/socket.h: add new SO_BUSY_POLL socket option
Szabolcs Nagy
2013-09-15
1
-0
/
+1
*
ptrace.h: add new ptrace requests to get/set sigmask
Szabolcs Nagy
2013-09-15
1
-0
/
+2
*
net/if_arp.h: add missing ARP hardware identifiers from linux uapi headers
Szabolcs Nagy
2013-09-15
1
-1
/
+7
*
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
Szabolcs Nagy
2013-09-15
1
-0
/
+2
*
support configurable page size on mips, powerpc and microblaze
Szabolcs Nagy
2013-09-15
19
-17
/
+29
*
fix overflow in sysconf for _SC_MQ_PRIO_MAX
Rich Felker
2013-09-14
1
-1
/
+2
*
fix child stack alignment on mips clone
Rich Felker
2013-09-14
1
-0
/
+1
*
fix mips sysv ipc bits headers
Rich Felker
2013-09-14
2
-3
/
+9
*
fix x86_64 lrintl asm, again
Rich Felker
2013-09-13
1
-2
/
+2
*
do not use default when dynamic linker fails to open existing path file
Rich Felker
2013-09-09
1
-0
/
+2
*
math: remove STRICT_ASSIGN from exp2f (see previous commit)
Szabolcs Nagy
2013-09-06
1
-1
/
+1
*
math: remove STRICT_ASSIGN macro
Szabolcs Nagy
2013-09-06
11
-23
/
+13
*
math: support invalid ld80 representations in fpclassify
Szabolcs Nagy
2013-09-05
1
-2
/
+4
*
math: fix atanh (overflow and underflow issues)
Szabolcs Nagy
2013-09-05
3
-14
/
+37
[prev]
[next]