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 |
2011-02-15 |
Rich Felker | preparing build system to handle ports - step 1 |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | add previously-missing ios646.h v0.5.9 |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | add WHATSNEW file for 0.5.9 release |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | guard against hard links to non-ordinary-files when... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | more header cleanup and conformance fixes - string.h |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | more header cleanup and conformance fixes - locale... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | header cleanup, conformance fixes - signals |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | update various bits headers for new linux additions |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | another pointer signedness fix |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | fix some pointer signedness issues (this was invalid C) |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | more header fixes, minor warning fix |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | ensure standard functions mk[sd]temp don't depend on... |
commit | commitdiff | tree | snapshot |
2011-02-15 |
Rich Felker | put confstr.c with the other conf functions |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | major bugfix for sigset_t (it was mistakenly 1024 bytes... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | extensive header cleanup for standards conformance... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | begin namespace-cleanup of standard C headers |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | use a more-correct integer type, and silence 64-bit... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | explicitly release crt/* to the public domain |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | fixed missing cast in the non-i386 version of shmat... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | cleanup multibyte stuff to remove ugly casts, sanitize... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | cleaning up syscalls in preparation for x86_64 port |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | syscall cleanup for umount2 |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | use umount2 syscall for umount (new targets lack old... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | reorganize thread exit code, make pthread_exit call... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | reorganize thread exit code, make pthread_exit call... |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | added missing O_NDELAY |
commit | commitdiff | tree | snapshot |
2011-02-14 |
Rich Felker | fix previous commit that broke sigreturn. looks like... |
commit | commitdiff | tree | snapshot |
next |