Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-musl-libc: List of commits

external/musl/libc


RSS
Rev. Time Author
1322cb8 2011-02-15 10:33:54 Rich Felker

header cleanup, conformance fixes - signals

c316b28 2011-02-15 10:03:55 Rich Felker

update various bits headers for new linux additions

based on patch by nik

6fbf8bf 2011-02-15 09:40:20 Rich Felker

another pointer signedness fix

a8c17e6 2011-02-15 09:37:01 Rich Felker

fix some pointer signedness issues (this was invalid C)

c247ebd 2011-02-15 09:33:11 Rich Felker

more header fixes, minor warning fix

5377715 2011-02-15 09:18:06 Rich Felker

ensure standard functions mk[sd]temp don't depend on removed function mktemp

c255e55 2011-02-15 09:13:18 Rich Felker

put confstr.c with the other conf functions

e8362c8 2011-02-15 08:45:58 Rich Felker

major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits)

note that object files using sigset_t (or struct sigaction) need to be
recompiled to work correctly after this fix.

74eea62 2011-02-15 08:41:25 Rich Felker

extensive header cleanup for standards conformance & correctness

thanks to Peter Mazinger (psm) for pointing many of these issues out
and submitting a patch on which this commit is loosely based

80695b1 2011-02-14 19:10:10 Rich Felker

begin namespace-cleanup of standard C headers

7fe308e 2011-02-14 13:38:21 Rich Felker

use a more-correct integer type, and silence 64-bit warnings as a bonus

05ea045 2011-02-14 13:32:01 Rich Felker

explicitly release crt/* to the public domain

a130d33 2011-02-14 13:26:51 Rich Felker

fixed missing cast in the non-i386 version of shmat (preparation for ports)

f9d880d 2011-02-14 13:08:18 Rich Felker

cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts

2cdfb7c 2011-02-14 12:45:42 Rich Felker

cleaning up syscalls in preparation for x86_64 port

- hide all the legacy xxxxxx32 name cruft in syscall.h so the actual
source files can be clean and uniform across all archs.

- cleanup llseek/lseek and mmap2/mmap handling for 32/64 bit systems

- alternate implementation for nice if the target lacks nice syscall

978ca01 2011-02-14 11:29:36 Rich Felker

syscall cleanup for umount2

a5dec11 2011-02-14 11:28:43 Rich Felker

use umount2 syscall for umount (new targets lack old 1-arg umount)

1a9a2ff 2011-02-14 09:58:30 Rich Felker

reorganize thread exit code, make pthread_exit call cancellation handlers (pt2)

50e26f0 2011-02-14 09:50:47 Rich Felker

reorganize thread exit code, make pthread_exit call cancellation handlers

f38c154 2011-02-14 09:02:57 Rich Felker

added missing O_NDELAY

dc3776d 2011-02-14 09:01:43 Rich Felker

fix previous commit that broke sigreturn. looks like the asm is needed.

6027201 2011-02-14 06:48:39 Rich Felker

ensure that musl is compiled as C99 code & XSI option is available in headers

e1d8d25 2011-02-14 06:46:33 Rich Felker

fix omission that kept sa_restorer from being used

0bcbb53 2011-02-12 14:26:24 Rich Felker

ensure that the compiler doesn't try to reorder around atomic ops

0b44a03 2011-02-12 14:22:29 Rich Felker

initial check-in, version 0.5.0

Show on old repository browser