2011-03-03 |
Rich Felker | preliminaries to adding POSIX semaphores |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | optimize POSIX TSD for fast pthread_getspecific |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | namespace cleanup in sys/mman.h |
commit | commitdiff | tree | snapshot |
2011-03-03 |
Rich Felker | implement POSIX shared memory |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Rich Felker | use -L/...../ -lgcc instead of /...../libgcc.a in musl... |
commit | commitdiff | tree | snapshot |
2011-03-01 |
Rich Felker | depends on settimeofday which needs _GNU_SOURCE feature... |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | implement futimens and utimensat |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | cleanup namespace in sys/time.h |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | implement fexecve |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | cleanup utf-8 multibyte code, use visibility if possible |
commit | commitdiff | tree | snapshot |
2011-02-27 |
Rich Felker | fix missing prototype for strsignal |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | various changes in preparation for dynamic linking... |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | apply feature test protection to memccpy |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | add implementation of memccpy function |
commit | commitdiff | tree | snapshot |
2011-02-24 |
Rich Felker | fix backwards conditional in stpncpy |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | rewind must clear the error indicator in addition to... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | change errno to static linkage (improves PIC code gener... |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | cleanup comment cruft in startup code |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Rich Felker | make startup code PIE-compatible |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | remove sample utf-8 code that's not part of the standar... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | use an accessor function for __libc data pointer when... |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | avoid referencing address of extern function from vdprintf |
commit | commitdiff | tree | snapshot |
2011-02-21 |
Rich Felker | shave off 2 bytes from crt1.o _start |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | cleanup asprintf stuff |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | prototypes for GNU asprintf/vasprintf |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix %n specifier, again. this time it was storing the... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | include sys/sysmacros.h from sys/types.h when _GNU_SOUR... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix typo in inotify structure |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make malloc(0) return unique pointers rather than NULL |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix simple_malloc malloc(0) behavior not to return... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix simple_malloc size restrictions |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fix null pointer dereference introduced in last sigproc... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make real symbols for the legacy (nonstandardized)... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | resolve some header namespace non-issues |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | move the GNU siginfo renaming so it doesn't lead to... |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | fill in some missing siginfo stuff in signal.h |
commit | commitdiff | tree | snapshot |
2011-02-20 |
Rich Felker | make sys/param.h not depend on PATH_MAX and NAME_MAX |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | workaround gcc bug 46926 by providing a dumb sincos... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | use rt_sigprocmask, not legacy sigprocmask, syscall... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | fix typo in wordexp.h (note that the function is still... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | implement the remaining clock_* interfaces |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | race condition fix: block all signals before decrementi... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | prevent sigprocmask/pthread_sigmask from blocking imple... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | make pthread_exit run dtors for last thread, wait to... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | make mktemp match the historic behavior, and update... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | fix major bug created from copying mkdtemp logic |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | add syscall wrappers for inotify |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | cleanup cruft left from when kernel and user time_t... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | prototype wait3 and wait4 |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | add missing WIFCONTINUED macro and improve WIFSIGNALED |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | prototypes for brk and sbrk |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | support the ugly and deprecated ucontext and sigcontext... |
commit | commitdiff | tree | snapshot |
2011-02-19 |
Rich Felker | add pthread_atfork interface |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Rich Felker | major improvements to temp file name generator |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Rich Felker | reformat mkstemp like mkdtemp |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Rich Felker | add portable lchown (trivial to support and a few ancie... |
commit | commitdiff | tree | snapshot |
2011-02-18 |
Rich Felker | prepare WHATSNEW for release v0.6.0 |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | document in config.mak sample that x86_64 is supported |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | update WHATSNEW in preparation for release |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | avoid deleting the lib/empty file |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | reorganize pthread data structures and move the definit... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | new solution for empty lib dir (old one had some problems) |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | improve Makefile handling of git checkouts with missing... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | make daemon try the operations that might fail before... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | daemon should check for failures and return -1 |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | don't compare elements with themselves during qsort. |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | ucontext is no longer in the standard, so use gnu-frien... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | some gnu software wrongly uses "struct siginfo" instead... |
commit | commitdiff | tree | snapshot |
2011-02-17 |
Rich Felker | add to pthread.h: pthread_mutex_timedlock and sched... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | fix printf %n specifier - missing breaks had it clobber... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | patch by njk, simplifies thread register initialization... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | patch from njk: make x86_64 __uniclone branchless. |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | fix compile failure: legacy cuserid needs to define... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | move stdio stuff that's not arch-specific out of bits |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | protect some limit constants with feature test macros... |
commit | commitdiff | tree | snapshot |
2011-02-16 |
Rich Felker | fix the types of some integer constant limits in headers |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix missing EXIT_* in stdlib.h after header cleanup |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | feature test support in unistd.h |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix directory reading on x86_64 |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | prototype for gnu strcasestr (currently a stub) |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix x86_64 wrongly reporting itself as ILP32 instead... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | news for upcoming release |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix another error from header cleanup, missing size_t... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix broken signal.h from header cleanup |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | some docs fixes for x86_64 |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | remove standalone syscall cruft |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix some type leakage (timer_t) from x86_64 commit |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Nicholas J... | Optimize x86_64 atomics to take advantage of 64-bitness. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Nicholas J... | Remove __syscall_lseek from x86_64 syscall.h. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Nicholas J... | Update x86_64 bits to mirror (modulo platform differenc... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Nicholas J... | Port musl to x86-64. One giant commit! |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | yet another ugly legacy syscall rename... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix getrlimit handling on 32-bit systems, and ease... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | split off arch-specific stdarg.h stuff |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | cleanup socketcall syscall interface to ease porting... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | finish moving 32-bit-specific junk out of source files. |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | move arch-specific internal headers into place |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | finish unifying thread register handling in preparation... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | begin unifying clone/thread management interface in... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | make pthread_create return EAGAIN on resource failure... |
commit | commitdiff | tree | snapshot |
next |