| 16 months | vapier | [svn 18470]: dont force a . before EXTRAVERSION so we can be a little more flexible with versioning |
| 16 months | vapier | [svn 18469]: update |
| 16 months | vapier | [svn 18468]: catch a small overflow in malloc-standard |
| 16 months | vapier | [svn 18466]: ignore .depend |
| 16 months | aldot | [svn 18442]: - doesn't make sense to impose a limit that is too narrow. 12 ought to be fine.. |
| 16 months | vapier | [svn 18427]: fix up malloc debug building |
| 14 months | jocke | [svn 18743]: Correct return value. Pointed out by psm. |
| 14 months | vapier | [svn 18722]: change the auxvt code from being dependent on MMU to !LDSO as auxvt things are ELF-specific, not MMU-specific |
| 14 months | vapier | [svn 18709]: Bernd Schmidt writes: make sure custom stacks work properly for no-mmu |
| 14 months | vapier | [svn 18708]: Atsushi Nemoto writes: |
| 14 months | vapier | [svn 18707]: Atsushi Nemoto writes: |
| 15 months | vapier | [svn 18693]: Jean-Christian de Rivaz writes: |
| 15 months | jocke | [svn 18692]: Remove the arch specific mmap impl. for Powerpc. The common one will do. |
| 15 months | vapier | [svn 18678]: use POSIX -eq rather than bash == #1360 |
| 15 months | pkj | [svn 18628]: Restored indentation. |
| 15 months | pkj | [svn 18627]: Made it compile again. |
| 15 months | kraj | [svn 18616]: Fix arm mmap when using mmap2 syscall. Fixes bug #1303 |
| 15 months | kraj | [svn 18615]: Remove preprocessor warning due to missing definition of USE_TLS |
| 15 months | vapier | [svn 18563]: Nickolai Zeldovich writes: if the temp name already exists, then the retry code does not create a new temp name as the code to do so is outside of the retry loop |
| 15 months | aldot | [svn 18556]: - commentary typo fix |
| 15 months | vapier | [svn 18553]: give proper prototypes |
| 15 months | vapier | [svn 18540]: cancellation-points needs librt |
| 15 months | vapier | [svn 18537]: exercise all required POSIX pthread cancellation points |
| 15 months | vapier | [svn 18536]: Nickolai Zeldovich writes: |
| 15 months | vapier | [svn 18535]: Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation |
| 15 months | vapier | [svn 18533]: Carmelo AMOROSO writes: |
| 16 months | vapier | [svn 18515]: fix from Bernd Schmidt for realloc shrinkage bug |
| 16 months | aldot | [svn 18514]: - include stdbool.h |
| 16 months | sjhill | [svn 18510]: This test needs XLOCALE to work. |
| 16 months | landley | [svn 18485]: Bugfix from Atsushi Nemoto: return nonzero error code on failure |
| 16 months | vapier | [svn 18483]: cleanup style; no functional changes |
| 16 months | vapier | [svn 18482]: fix ld.so.cache handling on no-mmu setups |
| 16 months | aldot | [svn 18480]: - shrink resolver code |
| 16 months | vapier | [svn 18475]: force ourselves to write proper code and develop testscases |
| 16 months | vapier | [svn 18472]: move uclibc.org out of actual source tree |
| 16 months | vapier | [svn 18470]: dont force a . before EXTRAVERSION so we can be a little more flexible with versioning |
| 16 months | vapier | [svn 18468]: catch a small overflow in malloc-standard |
| 16 months | vapier | [svn 18467]: disable for now |
| 16 months | vapier | [svn 18465]: add a basic .depend target to better catch updates in source files |
| 16 months | aldot | [svn 18442]: - doesn't make sense to impose a limit that is too narrow. 12 ought to be fine.. |
| 16 months | aldot | [svn 18441]: - dtrt |
| 16 months | vapier | [svn 18427]: fix up malloc debug building |
| 16 months | pkj | [svn 18424]: Patch by Ricard Wanderlof <ricardw at axis dot com>: |
| 16 months | vapier | [svn 18411]: remove __* symbols and enable llrintf() |
| 16 months | vapier | [svn 18407]: test case to make sure realloc() can shrink buffers properly |
| 16 months | vapier | [svn 18406]: POSIX says you can use realloc() to shrink buffers ... make sure we dont trigger a buffer overflow in that case |
| 16 months | vapier | [svn 18310]: import llrint() from glibc |
| 16 months | vapier | [svn 18309]: implement carg |
| 16 months | vapier | [svn 18308]: fixes from Carmelo AMOROSO to depend less on kernel headers |
| 16 months | vapier | [svn 18301]: POSIX requires that errno be set whenever 0 is returned by malloc() |
| 16 months | jocke | [svn 18300]: Fix fallout from the e500 math integration. |
| 16 months | jocke | [svn 18293]: Bernd Schmidt writes: |
| 16 months | jocke | [svn 18292]: Update comment regarding passing dl_fini. |
| 16 months | jocke | [svn 18291]: From Steve Papacharalambous: |
| 16 months | landley | [svn 18276]: Revert last change until we figure out the correct fix. |
| 17 months | landley | [svn 18270]: Make the code match the comments. (I narrowed down the bug, Khem Raj |
| 17 months | landley | [svn 18264]: Warning fix for uninitialized variable, by Al Stone. |