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
...
*
remove obsolete gitignore rules
Bobby Bingham
2016-07-06
1
-2
/
+0
*
remove or1k version of sem.h
Bobby Bingham
2016-07-06
1
-11
/
+0
*
release 1.1.15
v1.1.15
Rich Felker
2016-07-05
2
-1
/
+40
*
add stdc-predef.h for library-level predefined macros
Rich Felker
2016-07-03
1
-0
/
+10
*
improve abort fallback behavior when raising SIGABRT fails to terminate
Rich Felker
2016-07-03
1
-1
/
+5
*
make brace placement in public header typedef'd structs consistent
Rich Felker
2016-07-03
11
-34
/
+17
*
add EF_SH_ sh specific macros to elf.h
Szabolcs Nagy
2016-07-03
1
-1
/
+22
*
add NT_ARM_SYSTEM_CALL to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+1
*
add missing x86 relocs to elf.h
Szabolcs Nagy
2016-07-03
1
-2
/
+5
*
add DT_MIPS_RLD_MAP_REL to elf.h
Szabolcs Nagy
2016-07-03
1
-1
/
+2
*
add SHF_COMPRESSED section flag to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+23
*
add powerpc tls optimization related definitions to elf.h
Szabolcs Nagy
2016-07-03
1
-2
/
+6
*
add nios2 definitions to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+50
*
update elf.h with mips abi flags support
Szabolcs Nagy
2016-07-03
1
-1
/
+70
*
update elf.h with new aarch64 relocs
Szabolcs Nagy
2016-07-03
1
-1
/
+13
*
update elf.h with powerpc64 elfv2 abi related macros
Szabolcs Nagy
2016-07-03
1
-2
/
+8
*
add new powerpc64 relocations to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+9
*
add EM_OPENRISC again to elf.h
Szabolcs Nagy
2016-07-03
1
-0
/
+1
*
make brace placement in public header struct definitions consistent
Rich Felker
2016-07-03
68
-200
/
+100
*
fix misplaced indention in sys/procfs.h
Rich Felker
2016-07-03
1
-1
/
+1
*
format mips bits/termios.h consistently mips64 and n32 versions
Rich Felker
2016-07-03
1
-2
/
+1
*
fix CBAUDEX in powerpc termios.h
Szabolcs Nagy
2016-07-03
2
-2
/
+2
*
fix TCS* definitions in mips termios.h
Szabolcs Nagy
2016-07-03
3
-9
/
+9
*
fix mips termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
3
-45
/
+42
*
fix powerpc termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
2
-24
/
+24
*
fix generic termios.h macro exposure/namespace issues
Szabolcs Nagy
2016-07-03
1
-9
/
+14
*
define appropriate feature test macros to get CBAUD from termios.h
Rich Felker
2016-07-03
2
-0
/
+2
*
fix FIOQSIZE in arm ioctl.h
Szabolcs Nagy
2016-07-03
3
-0
/
+4
*
remove termios2 related ioctls from sh ioctl.h
Szabolcs Nagy
2016-07-03
1
-4
/
+0
*
fix TIOCMSET in mips ioctl.h
Szabolcs Nagy
2016-07-03
3
-3
/
+3
*
fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
Szabolcs Nagy
2016-07-03
3
-42
/
+42
*
remove mips and powerpc ioctls that are missing from linux uapi
Szabolcs Nagy
2016-07-03
5
-31
/
+0
*
add missing TIOC* macros to ioctl.h
Szabolcs Nagy
2016-07-03
7
-3
/
+40
*
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
Szabolcs Nagy
2016-07-03
7
-0
/
+7
*
remove ioctl macros that were removed from linux uapi
Szabolcs Nagy
2016-07-03
7
-32
/
+0
*
use the generic ioctl.h for x86_64, x32 and aarch64
Szabolcs Nagy
2016-07-03
3
-607
/
+0
*
add consistent reserved fields in mips64/n32 termios structures
Rich Felker
2016-07-03
2
-0
/
+4
*
fix posix_fadvise syscall args on powerpc, unify with arm fix
Rich Felker
2016-07-01
4
-12
/
+12
*
pthread: implement try/timed join variants
Bobby Bingham
2016-06-30
2
-3
/
+19
*
fix misordered syscall arguments for posix_fadvise on arm
Rich Felker
2016-06-29
1
-0
/
+12
*
in posix_fadvise, don't bypass __syscall macro infrastructure
Rich Felker
2016-06-29
1
-1
/
+1
*
refactor name_from_dns in hostname lookup backend
Natanael Copa
2016-06-29
1
-14
/
+13
*
in performing dns lookups, check result from res_mkquery
Natanael Copa
2016-06-29
1
-0
/
+4
*
add RUSAGE_THREAD (Linux extension) definition to sys/resource.h
Rich Felker
2016-06-29
1
-0
/
+1
*
fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h
Rich Felker
2016-06-29
1
-1
/
+1
*
fix misaligned address buffers in gethostbyname[2][_r] results
Rich Felker
2016-06-27
1
-7
/
+7
*
fix failure to obtain EOWNERDEAD status for process-shared robust mutexes
Rich Felker
2016-06-27
3
-3
/
+3
*
remove comments on copyright status from UTF-8 implementation files
Rich Felker
2016-06-21
13
-78
/
+0
*
avoid padding gaps in struct sockaddr_storage
Rich Felker
2016-06-09
1
-1
/
+1
*
update sys/socket.h to linux v4.6
Szabolcs Nagy
2016-06-09
1
-1
/
+19
[prev]
[next]