커밋 기록

작성자 SHA1 메시지 날짜
  Eric Andersen c4de707a42 Fix a segfault when used on a library w/o an INTERP program header. 23 년 전
  Manuel Novoa III b34bab2409 Add memmem(). 23 년 전
  Eric Andersen 889b08e765 Don't segfault when given things other than a regular file. 23 년 전
  Eric Andersen a8d9ee1f66 Implement syscall() for powerpc. Fixup syscall code so 23 년 전
  Eric Andersen 5f9e364ca5 Comment out the rpl_malloc workaround. It was a good idea, but it violates 23 년 전
  Eric Andersen 52963a451f Bump version number in preparation for a release 23 년 전
  Eric Andersen 969b2279b4 The mere presence of stropts.h causes many configure scripts to erroneously 23 년 전
  Eric Andersen bafbeda617 As suggested by Marshall M. Midden at brecis, use -mno-split-addresses 23 년 전
  Eric Andersen 082d1540d3 Set the default thread stack size to 16k for mmu-less systems. 23 년 전
  Eric Andersen cf010f16ce Fix mips so it compiles with gcc 3.3 23 년 전
  Eric Andersen 45aa6e241e Marshall M. Midden at brecis.com writes: 23 년 전
  Eric Andersen 461e8b2861 Fix arm syscall implementation so it does not blow chunks with gcc 3.3 23 년 전
  Eric Andersen 84db602fe3 Patch from Peter S. Mazinger to make the get-needed-libgcc-objects 23 년 전
  Eric Andersen 55a99c3281 We do not provide getfsent and friends, so remove this header 23 년 전
  Eric Andersen 6679351d84 Kill the runtime fallback to fork and make it be compile time 23 년 전
  Eric Andersen 8abd6b1f7e Fix broken 23 년 전
  Eric Andersen 0ef5ac4b9c Patch from Peter S. Mazinger to fix some leftover problems 23 년 전
  Eric Andersen fbda8b4687 Clone still had a few little PIC problems.... 23 년 전
  Eric Andersen eeb9d29da8 In a number of places we erroneously used tests such as '#ifdef PIC' when we 23 년 전
  Eric Andersen 4352cfec68 Enable ADD_LIBGCC_FUNCTIONS by default on arm 23 년 전
  Eric Andersen 35c891653e Eviscerate stropts.h so configure scripts won't try to use STREAMS 23 년 전
  Eric Andersen 449da007be Allow gcc to move/update by detecting where needed files are should 23 년 전
  Eric Andersen f947f2b100 Accomodate building under cygwin 23 년 전
  Eric Andersen 78c6b3eb88 grr. It's a void *, not a char *. 23 년 전
  Eric Andersen 26c58a5181 Change 'N' to '__size' to avoid conflicts with common #define of N 23 년 전
  Manuel Novoa III 064a669c92 Sorry. Changed this while fixing the last bug and forgot to change it 23 년 전
  Eric Andersen 9389fe19a3 Cope with autoconf's broken AC_FUNC_MALLOC macro, which redefines malloc as 23 년 전
  Manuel Novoa III a8938c2781 Fix (hopefully) scanf behavior for nul bytes in the stream when processing 23 년 전
  David McCullough d4a3dca05a 23 년 전
  David McCullough f9709e559a 23 년 전