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 multiple stdio functions' behavior on zero-length operations
Rich Felker
2014-09-04
4
-9
/
+7
*
suppress null termination when fgets reads EOF with no data
Rich Felker
2014-09-04
1
-1
/
+1
*
fix dn_expand empty name handling and offsets to 0
Szabolcs Nagy
2014-09-04
1
-6
/
+9
*
add static_assert and hide noreturn, alignas, alignof from C++
Szabolcs Nagy
2014-08-27
3
-0
/
+11
*
add C11 floating-point characteristic macros to float.h
Szabolcs Nagy
2014-08-27
1
-0
/
+7
*
add malloc_usable_size function and non-stub malloc.h
Rich Felker
2014-08-25
2
-0
/
+42
*
refrain from spinning on locks when there is already a waiter
Rich Felker
2014-08-25
5
-5
/
+5
*
spin before waiting on futex in mutex and rwlock lock operations
Rich Felker
2014-08-25
3
-0
/
+20
*
spin in sem_[timed]wait before performing futex wait
Rich Felker
2014-08-25
1
-0
/
+5
*
fix build error on arm due to new a_spin code
Rich Felker
2014-08-25
1
-1
/
+1
*
sanitize number of spins in userspace before futex wait
Rich Felker
2014-08-25
2
-2
/
+2
*
add working a_spin() atomic for non-x86 targets
Rich Felker
2014-08-25
6
-0
/
+6
*
fix false ownership of stdio FILEs due to tid reuse
Rich Felker
2014-08-23
6
-2
/
+40
*
fix fallback checks for kernels without private futex support
Rich Felker
2014-08-22
5
-5
/
+5
*
fix use of uninitialized memory with application-provided thread stacks
Rich Felker
2014-08-22
1
-0
/
+2
*
add max_align_t definition for C11 and C++11
Rich Felker
2014-08-20
10
-0
/
+21
*
further simplify and optimize new cond var
Rich Felker
2014-08-18
1
-29
/
+21
*
simplify and improve new cond var implementation
Rich Felker
2014-08-18
1
-40
/
+22
*
redesign cond var implementation to fix multiple issues
Rich Felker
2014-08-17
6
-93
/
+213
*
fix possible failure-to-wake deadlock with robust mutexes
Rich Felker
2014-08-17
1
-1
/
+4
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
13
-20
/
+27
*
fix robust mutex unrecoverable status, and related clean-up
Rich Felker
2014-08-16
3
-12
/
+4
*
fix false ownership of mutexes due to tid reuse, using robust list
Rich Felker
2014-08-16
4
-23
/
+26
*
optimize locking against vm changes for mmap/munmap
Rich Felker
2014-08-16
2
-8
/
+7
*
enable private futex for process-local robust mutexes
Rich Felker
2014-08-16
3
-1
/
+25
*
make futex operations use private-futex mode when possible
Rich Felker
2014-08-15
23
-66
/
+82
*
fix #ifdef inside a macro argument list in __init_tls.c
Szabolcs Nagy
2014-08-13
1
-4
/
+3
*
fix CPU_EQUAL macro in sched.h
Szabolcs Nagy
2014-08-13
1
-1
/
+1
*
add inline isspace in ctype.h as an optimization
Szabolcs Nagy
2014-08-13
3
-9
/
+7
*
add dlerror message for static-linked dlsym failure
Rich Felker
2014-08-08
1
-0
/
+2
*
fix dlerror when using dlopen with a static libc
Clément Vasseur
2014-08-08
1
-0
/
+2
*
make clearenv available with _BSD_SOURCE
Clément Vasseur
2014-08-08
1
-1
/
+1
*
make endmntent function handle null argument
Timo Teräs
2014-08-08
1
-1
/
+1
*
release 1.1.4
v1.1.4
Rich Felker
2014-07-31
2
-1
/
+36
*
update notice on broken gcc versions in INSTALL file
Rich Felker
2014-07-31
1
-2
/
+4
*
update COPYRIGHT file to reflect new contributors
Rich Felker
2014-07-31
1
-1
/
+5
*
harden locale name handling and prevent slashes in LC_MESSAGES
Rich Felker
2014-07-31
1
-3
/
+3
*
implement ffsl and ffsll functions
Rich Felker
2014-07-31
3
-0
/
+16
*
limit visibility of ffs function declaration to _XOPEN_SOURCE
Rich Felker
2014-07-31
1
-0
/
+2
*
fix broken offset argument to the mmap2 syscall on or1k
Rich Felker
2014-07-30
1
-0
/
+2
*
add framework for mmap2 syscall unit to vary by arch
Rich Felker
2014-07-30
2
-2
/
+7
*
provide PAGE_SIZE as a constant value of 8192 on or1k
Rich Felker
2014-07-30
1
-0
/
+1
*
plural rule evaluator rewrite for dcngettext
Szabolcs Nagy
2014-07-30
1
-128
/
+106
*
reimplement if_nameindex and getifaddrs using netlink
Timo Teräs
2014-07-29
4
-184
/
+411
*
fix terminal control ioctl constants for sh
Rich Felker
2014-07-29
1
-4
/
+8
*
tweaks to plural rules evaluator
Szabolcs Nagy
2014-07-29
1
-54
/
+44
*
harden dcngettext plural processing
Rich Felker
2014-07-29
1
-2
/
+3
*
harden mo file processing for locale/translations
Rich Felker
2014-07-29
1
-2
/
+6
*
implement non-default plural rules for ngettext translations
Rich Felker
2014-07-28
2
-8
/
+243
*
remove unused a_cas_l from or1k atomic.h
Rich Felker
2014-07-27
1
-5
/
+0
[next]