about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* make dynamic linker tell the debugger its own pathnameRich Felker2012-07-131-0/+5
* fix broken mips a_fetch_addRich Felker2012-07-121-7/+7
* sigsetjmp asm for mipsRich Felker2012-07-121-0/+27
* mipsel (little endian) supportRich Felker2012-07-121-1/+1
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-126-7/+42
* fix redef of sigprocmask constants on mipsRich Felker2012-07-122-2/+3
* disable dynamic linking on mips for now (broken)Rich Felker2012-07-121-0/+5
* more mips bits-header fixesRich Felker2012-07-122-2/+8
* fix mips syscalls with long long argsRich Felker2012-07-121-1/+1
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-124-10/+10
* fix pthread_kill unlockingRich Felker2012-07-121-1/+1
* fix breakage of x86_64 sigaction from recent changes for mipsRich Felker2012-07-121-1/+1
* fix mips mcontext_t structure sizeRich Felker2012-07-121-1/+5
* fix potential race condition in detached threadsRich Felker2012-07-112-4/+10
* mips clone: don't free stack space used to copy argRich Felker2012-07-111-1/+0
* fix mips clone() on real linux kernelRich Felker2012-07-111-4/+7
* fix MAP_ANONYMOUS value for mips, remove cruft copied from i386Rich Felker2012-07-111-2/+1
* fix clone() on mips (args were in wrong order)Rich Felker2012-07-111-3/+2
* first attempt at making threads work on mipsRich Felker2012-07-113-0/+67
* generic c version of __set_thread_area for archs where it worksRich Felker2012-07-111-1/+5
* initial version of mips (o32) port, based on work by Richard Pennington (rdp)Rich Felker2012-07-1138-0/+2196
* remove unused var in new sigaction codeRich Felker2012-07-111-1/+1
* use unsigned bitmask for consistency in ksigactionRich Felker2012-07-111-1/+1
* fix breakage from last commit: forgot to include ksigaction.hRich Felker2012-07-111-0/+6
* changes to kernel sigaction struct handling in preparation for mips portRich Felker2012-07-113-15/+18
* make dynamic linker depend on -DSHARED not -fPICRich Felker2012-07-111-1/+1
* fix lots of breakage on dlopen, mostly with explicit pathnamesRich Felker2012-07-111-14/+21
* support -mfpmath=387 on x86_64Rich Felker2012-07-101-0/+4
* fix wrong value of FLT_EVAL_METHOD for x86_64Rich Felker2012-07-101-1/+1
* make arm syscalls (still non-inline) more efficientRich Felker2012-07-081-6/+6
* remove little-endian assumption from arm atomic.hRich Felker2012-07-081-4/+6
* fix dlsym RTLD_NEXT supportRich Felker2012-07-071-1/+3
* putw is supposed to return 0 (not the value written) on successRich Felker2012-07-041-1/+1
* make sure getw/putw agree with prototypes by defining _GNU_SOURCERich Felker2012-07-042-0/+2
* add prototypes for getw/putwRich Felker2012-07-041-0/+2
* configure: only use -ffloat-store on i386Rich Felker2012-07-031-1/+1
* jmp_buf overhaul fixing several issuesRich Felker2012-07-036-14/+15
* fix sigsetjmp on arm (needs asm)Rich Felker2012-07-021-0/+13
* fix missing function declarations for __stdio_exitRich Felker2012-07-022-0/+4
* fix missing prototype and simplify sincosl on ld64 archsRich Felker2012-07-021-4/+2
* fix invalid implicit pointer conversion in ld64 modflRich Felker2012-07-021-1/+1
* replace old and ugly crypt implementationRich Felker2012-06-294-2574/+1075
* fix arm crti/crtn codeRich Felker2012-06-252-0/+4
* release notes for 0.9.2 v0.9.2Rich Felker2012-06-241-0/+44
* add process_vm_readv and process_vm_writev syscall wrappersRich Felker2012-06-232-0/+22
* update syscall defs to latest kernel onesRich Felker2012-06-233-0/+38
* proper error handling for fcntl F_GETOWN on modern kernelsRich Felker2012-06-205-1/+29
* math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz2012-06-201-2/+10
* fix broken wcwidth tablesRich Felker2012-06-201-7/+8
* support ld80 pseudo-denormal invalid bit patterns; treat them as nanRich Felker2012-06-201-2/+5