projects
/
oweals
/
musl.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/musl.git
2013-07-26
Rich Felker
fix powerpc build breakage from dynamic linker path...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-26
Rich Felker
new mostly-C crt1 implementation
commit
|
commitdiff
|
tree
|
snapshot
2013-07-25
Rich Felker
fix undefined strcpy call in inet_ntop
commit
|
commitdiff
|
tree
|
snapshot
2013-07-25
Rich Felker
make inet_ntop format v4-mapped ipv6 addresses properly
commit
|
commitdiff
|
tree
|
snapshot
2013-07-25
Rich Felker
do not include math modules in the default -O3 optimiza...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-25
Rich Felker
fix incorrect type for new si_call_addr in siginfo_t
commit
|
commitdiff
|
tree
|
snapshot
2013-07-25
Szabolcs Nagy
add protocol families PF_IB and PF_VSOCK to socket.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
update siginfo according to linux headers
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
rework langinfo code for ABI compat and for use by...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
update strxfrm/wcsxfrm for future LC_COLLATE support...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
add ABI compat aliases for a number of locale_t functions
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
add PTRACE_PEEKSIGINFO to ptrace.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
add CLOCK_TAI (and CLOCK_SGI_CYCLE) clock ids to time.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
remove TCP_COOKIE_TRANSACTIONS from tcp.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Szabolcs Nagy
add SO_SELECT_ERR_QUEUE to socket.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
prepare strcoll/wcscoll for LC_COLLATE support and...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
add _l versions of strtod family functions, purely...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
add __wcsftime_l symbol
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
move strftime_l into strftime.c and add __-prefixed...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
make getaddrinfo with AF_UNSPEC and null host return...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
support STB_GNU_UNIQUE symbol bindings in dynamic linker
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
move the dynamic linker's jmp_buf from static to automa...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
change jmp_buf to share an underlying type and struct...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
remove redundant check in memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Rich Felker
fix heap corruption bug in memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-23
Rich Felker
enhance build process to allow selective -O3 optimization
commit
|
commitdiff
|
tree
|
snapshot
2013-07-23
Rich Felker
undefine internal-use type macros at the end of alltypes.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
remove SIG_ATOMIC_MIN/MAX from stdint bits headers
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
move register_t and u_int64_t (back) to alltypes
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
fix regression in size of nlink_t (broken stat struct...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
make regoff_t and regex_t match C++ ABI
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
disable legacy init/fini processing on ARM
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
make pthread_key_t unsigned to match ABI
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
make pthread attribute types structs, even when they...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
change wint_t to unsigned
commit
|
commitdiff
|
tree
|
snapshot
2013-07-22
Rich Felker
refactor headers, especially alltypes.h, and improve...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rich Felker
remove init/fini array asm from arm crti/crtn files
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rich Felker
remove __libc_csu_* cruft
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rich Felker
add support for init/fini array in main program, and...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-21
Rich Felker
fix order of fini_array execution for shared libs
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rich Felker
add support for init_array/fini_array ctors/dtors to...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rich Felker
fix shm_open wrongly being cancellable
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rich Felker
fix uninitialized/stale use of alloc (%m modifier)...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-20
Rich Felker
harden realloc/free to detect simple overflows
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rich Felker
add UIO_MAXIOV macro in sys/uio.h
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rich Felker
improve [f]stat[v]fs functions, and possibly work aroun...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rich Felker
change uid_t, gid_t, and id_t to unsigned types
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rich Felker
fix invalid C in new trycppif tests in configure script
commit
|
commitdiff
|
tree
|
snapshot
2013-07-19
Rich Felker
add build system support for arch endian & float abi...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Rich Felker
make the dynamic linker find its path file relative...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Rich Felker
fix off-by-one error in checks for implementation-inter...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-18
Rich Felker
fix FILENAME_MAX to match PATH_MAX
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
make spacing in x86_64 alltypes.h.sh more uniform with...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
make posix_spawn (and functions that use it) use CLONE_...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
fix missing argument in variadic syscall macros
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
fix error code on time conversion overflows
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
fix fd leak in file mapping code used in new zoneinfo...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-17
Rich Felker
the big time handling overhaul
commit
|
commitdiff
|
tree
|
snapshot
2013-07-13
Rich Felker
fix omission of dtv setup in static linked programs...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
add PIE support for ARM
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
add some ARM EABI-specific exception handling infrastru...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-10
Rich Felker
fix invalid library phdr pointers passed to callback...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix a couple misleading/wrong signal descriptions in...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
add realtime signals to strsignal
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix off-by-one array bound in strsignal
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix bogus lazy allocation in ctermid and missing malloc...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix fd leak on races and cancellation in ctermid
commit
|
commitdiff
|
tree
|
snapshot
2013-07-09
Rich Felker
fix missing SOCK_CLOEXEC in various functions that...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-06
Rich Felker
add NFDBITS in sys/select.h with appropriate feature...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-05
Rich Felker
move core memalign code from aligned_alloc to __memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-05
Rich Felker
move alignment check from aligned_alloc to posix_memalign
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
add legacy sys/ttydefaults.h header
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
add legacy scsi/scsi_ioctl.h header
commit
|
commitdiff
|
tree
|
snapshot
2013-07-03
rofl0r
paths.h: remove cruft
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Rich Felker
add stubs for additional legacy ether.h functions
commit
|
commitdiff
|
tree
|
snapshot
2013-07-01
Rich Felker
fix Makefile so "make install" works before include...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-30
Rich Felker
release notes for 0.9.11
v0.9.11
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix failure of mbsrtowcs to record stop position when...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix shifts possibly larger than type in major() macro
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
implement minimal dlinfo function
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
add some comments about the mips ksigaction structure...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
fix missing synchronization in calls from dynamic linke...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
prevent shmget from allocating objects that overflow...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
work around wrong kernel type for sem_nsems member...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-29
Rich Felker
add missing type shmatt_t in sys/shm.h
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
implement week-based-year year numbers in strftime
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
fix breakage in last commit to strftime due to missing...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
implement week numbers and half of the week-based-year...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Rich Felker
minor compatibility fixes in utmp.h and fixing mismatch...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
disallow creation of objects larger than PTRDIFF_MAX...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix syscall argument bug in pthread_getschedparam
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix temp file leak in sem_open on successful creation...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix bug whereby sem_open leaked its own internal slots...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
in sem_open, don't leak vm mapping if fstat fails
commit
|
commitdiff
|
tree
|
snapshot
2013-06-27
Rich Felker
fix failure of pthread_setschedparam to pass correct...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
document in sysconf and unistd.h that per-thread cpu...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
fix iconv conversion to legacy 8bit codepages
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
remove useless conditional before free from dynamic...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-26
Rich Felker
fix dynamic linker handling of empty path file or error...
commit
|
commitdiff
|
tree
|
snapshot
next