summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* Jean-Christian de Rivaz writes:Mike Frysinger2007-05-251-1/+1
* Remove the arch specific mmap impl. for Powerpc. The common one will do.Joakim Tjernlund2007-05-252-56/+1
* Fix MIPS syscall() and pipe functions to set errno correctly as reported by D..."Steven J. Hill"2007-05-242-5/+20
* Fix ARM EABI signal unwinding to accomodate signal frame layout between Linux..."Steven J. Hill"2007-05-241-2/+13
* Restored indentation.Peter Kjellerstedt2007-05-152-11/+13
* Made it compile again.Peter Kjellerstedt2007-05-151-1/+1
* Fix arm mmap when using mmap2 syscall. Fixes bug #1303Khem Raj2007-05-152-4/+16
* Nickolai Zeldovich writes: if the temp name already exists, then the retry co...Mike Frysinger2007-05-061-10/+9
* - commentary typo fixBernhard Reutner-Fischer2007-05-041-1/+1
* Nickolai Zeldovich writes:Mike Frysinger2007-05-021-3/+3
* Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellationMike Frysinger2007-05-022-2/+2
* Carmelo AMOROSO writes:Mike Frysinger2007-04-301-2/+2
* fix from Bernd Schmidt for realloc shrinkage bugMike Frysinger2007-04-241-0/+5
* - include stdbool.hBernhard Reutner-Fischer2007-04-231-0/+1
* Bugfix from Atsushi Nemoto: return nonzero error code on failure Rob Landley2007-04-181-1/+1
* - shrink resolver codeBernhard Reutner-Fischer2007-04-172-75/+81
* - dtrtBernhard Reutner-Fischer2007-04-141-2/+4
* fix up malloc debug buildingMike Frysinger2007-04-1310-13/+14
* Patch by Ricard Wanderlof <ricardw at axis dot com>:Peter Kjellerstedt2007-04-132-30/+20
* POSIX says you can use realloc() to shrink buffers ... make sure we dont trig...Mike Frysinger2007-04-111-1/+2
* fixes from Carmelo AMOROSO to depend less on kernel headersMike Frysinger2007-04-021-1/+10
* POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger2007-04-023-3/+7
* Update comment regarding passing dl_fini.Joakim Tjernlund2007-03-311-2/+5
* Revert last change until we figure out the correct fix.Rob Landley2007-03-291-1/+1
* Make the code match the comments. (I narrowed down the bug, Khem Raj Rob Landley2007-03-281-1/+1
* Warning fix for uninitialized variable, by Al Stone.Rob Landley2007-03-281-0/+1
* Joseph S. Myers writes:Joakim Tjernlund2007-03-191-0/+7
* #1273 if EXTRAVERSION is set, make sure we respect itMike Frysinger2007-03-191-1/+1
* Bernd Schmidt writes: The following patch is needed for libc to be able to em...Mike Frysinger2007-03-181-0/+3
* dont include asm/user.hMike Frysinger2007-03-141-3/+53
* Using local variable 'result' caused problems with lseek64 syscall failing wi...Khem Raj2007-03-131-10/+9
* fix from upstream blackfin repo for sigsetjmpMike Frysinger2007-03-121-2/+3
* Patch from Al Stone to fix ia64:Rob Landley2007-03-114-5/+5
* Sync kernel_stat64 with kernel. Thanks to Daniel Jacobowitz for hints.Khem Raj2007-03-081-7/+2
* Patch from Khem Raj that fixes running gcc on arm for me. (Otherwise itRob Landley2007-03-081-6/+42
* svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley2007-03-082-14/+4
* Fix a build break due to errno and h_errno being unresolved symbols. Rob Landley2007-03-071-2/+2
* Sync sh's procfs.h with glibc, fixes gdbserver.Paul Mundt2007-03-071-2/+2
* Fix PLTJMP() token pasting build error, patch fromPaul Mundt2007-03-071-1/+1
* I always miss svn add.Khem Raj2007-03-062-0/+84
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-064-16/+62
* Fix compiler warning about shadowed declaration.Khem Raj2007-03-011-20/+20
* Should be __sigset_t instead of sigset_t.Khem Raj2007-03-011-2/+2
* add support for ppoll() and emulate poll() with it when __NR_poll does not existMike Frysinger2007-02-282-0/+64
* Add a hack for compiling a 32 bit user space with a 64 bit kernel on x86_64Eric Andersen2007-02-281-1/+5
* ifdef out RTLD defines we dont actually support nor are in POSIXMike Frysinger2007-02-281-0/+2
* need to double check internal errno handling wrt libpthreadMike Frysinger2007-02-221-0/+2
* add missing file for previous commit as pointed out by Peter KjellerstedtMike Frysinger2007-02-211-0/+21
* redo errno handling so that it should work both in thread and non-threaded si...Mike Frysinger2007-02-213-26/+10
* Atsushi Nemoto writes:Mike Frysinger2007-02-151-348/+65