Age | Commit message (Expand) | Author |
2008-11-11 | Add support for position independent executables. This adds compile flags | Kurt Miller |
2008-11-11 | Enable support for debugging pie programs. Code from Elena Zannoni's | Kurt Miller |
2008-11-06 | add support for iso8859-13 | Martynas Venckus |
2008-10-28 | Avoid infinite recursion in search_string_def() and search_pointer_def(), | Miod Vallat |
2008-10-12 | Remove hack from MM_Unix.pm and simply set man1dir to 'none' in | Todd C. Miller |
2008-10-08 | prevent access to output_paragraph with negative offset; PR 5518; ok | Otto Moerbeek |
2008-10-07 | re-enable ieeefp mode on alpha again, now that the kernel code is | Martynas Venckus |
2008-10-07 | Prevent cvs keyword expansion from causing a test failure. | Todd C. Miller |
2008-10-02 | Since we don't install libbfd anymore, don't install bfd.info. | Mark Kettenis |
2008-10-01 | Fix synopsis of "commit" command. | Mark Kettenis |
2008-10-01 | Add another change that got dropped in the merge of perl 5.10.0. | Todd C. Miller |
2008-10-01 | re-apply change from rev 1.18 | Todd C. Miller |
2008-09-30 | from mainline lynx; passed to us by bulibuta@sdf.lonestar.org | Theo de Raadt |
2008-09-30 | Add back a change that got lost in the final merge. | Todd C. Miller |
2008-09-30 | Remove a couple more bogus man pages and add missing MLINKs. The | Todd C. Miller |
2008-09-29 | Remove bogus man pages and fix the NAME lines for many more. | Todd C. Miller |
2008-09-29 | fix conflicts and merge in local changes to perl 5.10.0 | Todd C. Miller |
2008-09-29 | import perl 5.10.0 from CPAN | Todd C. Miller |
2008-09-29 | Add a -mno-ieee option to disable ieee mode; ok millert@ | Miod Vallat |
2008-09-16 | Terminate printing of auxilliary vector upon reaching the first AT_NULL. | Mark Kettenis |
2008-09-16 | Add support for reading ELF auxilliary vectors. | Mark Kettenis |
2008-09-12 | Typo in description for log -r fixed. | Tobias Stoeckmann |
2008-09-03 | Provide our own calloc() since we provide our own malloc(), otherwise we won't | Miod Vallat |
2008-08-27 | exposed too much, only expose prototype outside ifdef | Martynas Venckus |
2008-08-27 | fix 128-bit division. gcc mangled arguments when passing to the | Martynas Venckus |
2008-08-22 | Don't install libbfd and libopcodes and the associated headers. | Mark Kettenis |
2008-07-09 | Incorporate Otto's yacc skeleton fix. | Todd C. Miller |
2008-06-25 | handle sparc64 seperately; ok miod | Theo de Raadt |
2008-06-13 | Fixup ldscripts for i386 when linked with -pie (no change to non-pie | Kurt Miller |
2008-06-11 | Add a CVSROOT/config option "DisableMdocdate" (default:no) to turn off | Damien Miller |
2008-06-09 | Make gcc on alpha use -mieee by default. This fixes many FPE problems | Michael Erdely |
2008-05-29 | Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1). | Miod Vallat |
2008-05-11 | If "cvs admin" encountered an entry in CVS/Entries for a file which has no | Tobias Stoeckmann |
2008-05-08 | Due to the recent changes, it is no longer necessary to disable -fregmove | Miod Vallat |
2008-05-05 | enforce make -j1 in SDBM_File, there is a nasty race that's hard to fix. | Marc Espie |
2008-05-03 | add stmp-dirs to dependancy list, fixes a make -j issue seen on macppc | Dale Rahn |
2008-04-25 | Prevent user asm statements from being put in delay slots, this avoids | Miod Vallat |
2008-04-25 | * PR rtl-optimization/13260 | Miod Vallat |
2008-04-25 | * PR target/11901 | Miod Vallat |
2008-04-25 | typo | Miod Vallat |
2008-04-25 | reg_renumber[] values are valid if >= 0, not > 0. | Miod Vallat |
2008-04-22 | I am so glad I'm a BSD developer. | Miod Vallat |
2008-04-05 | don't force recreating directories in mklibgcc, this causes rebuilds during | Marc Espie |
2008-03-28 | Enable shared libraries on landisk. | Dale Rahn |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | This should set msg_control using CMSG_SIZE(), and not assume that | Theo de Raadt |
2008-03-13 | Add __data_start symbol to all ELF archs to consistently mark the beginning | Kurt Miller |
2008-02-27 | fix a segfault in gnucvs that can occur with "checkout -c" if there is | Joris Vink |
2008-02-12 | Fix a few warnings, including an uninitialized variable in an error case. | Miod Vallat |
2008-02-10 | give method name of covariant return issue. | Marc Espie |