Age | Commit message (Expand) | Author |
2006-05-05 | Make certain that it doesn't try to load prelink info once the primary link | Dale Rahn |
2006-05-05 | Add -o <output> mode in addition to strip in place, '-' is stdout. | Dale Rahn |
2006-05-05 | o GNU ci returns 0 when a file is reverted (co -l file; ci file). | Ray Lai |
2006-05-05 | Output to a different filename so the tests work without an obj/ | Ray Lai |
2006-05-05 | correct rfc reference | Damien Miller |
2006-05-04 | Work around a problem on sparc32 (for now), some debug cleanup. | Dale Rahn |
2006-05-04 | Install binutils objdump on a.out cross-tools; ok grange@ | Miod Vallat |
2006-05-04 | Allow USING_NEW_BINUTILS to be overriden by whatever invokes make here. | Miod Vallat |
2006-05-04 | scaled version of ld.d and st.d is obviously not a 64 bit transaction, | Miod Vallat |
2006-05-04 | Even better control register name display logic. | Miod Vallat |
2006-05-04 | Document the 88110 extended (80-bit) floating point format. | Miod Vallat |
2006-05-04 | eneble -> enable | Miod Vallat |
2006-05-04 | Now that .S files have proper dependencies, do not hardcode dependencies | Miod Vallat |
2006-05-04 | When copying a prog reference from a lib do not put it in the common table | Dale Rahn |
2006-05-04 | Add missing copyright on header file, OpenBSD -> .Ox in manpages, thanks Dries. | Dale Rahn |
2006-05-04 | free resources on close; found by Alexandre Ratchov <alex@caoua.org> | Michael Shalayeff |
2006-05-04 | Avoid a couple of potential crashes if the input data isn't right. ok beck@ | Dale Rahn |
2006-05-04 | tighter DH exponent checks here too; feedback and ok markus@ | Damien Miller |
2006-05-04 | check for degenerate Diffie-Hellman public exponents; | Damien Miller |
2006-05-04 | fix interrupt out transfers | Jolan Luff |
2006-05-04 | backport checks for degenerate Diffie-Hellman public exponents from | Damien Miller |
2006-05-04 | - document -i | Jason McIntyre |
2006-05-04 | more clues for people who update their system. | Marc Espie |
2006-05-04 | finish work wrt TMPDIR; use xasprintf() to simplify code while in there; | Xavier Santolaria |
2006-05-04 | Use queue(3) macros instead of custom queue. | Ray Lai |
2006-05-04 | Fix wordo, pointed out by jmc@ | Dale Rahn |
2006-05-04 | Dont build/install prebind tools just yet. | Dale Rahn |
2006-05-03 | correct one more comment | Kjell Wooding |
2006-05-03 | Using mmap for these is going to be trickier than I thought, go ahead | Dale Rahn |
2006-05-03 | Do some KNF, clean up some unused junk that has lying around for 40-odd | Kjell Wooding |
2006-05-03 | several fixes dealing with determining if a program or library is being | Dale Rahn |
2006-05-03 | Mention x/I behaviour on m88k. | Miod Vallat |
2006-05-03 | len = strlen(foo); if foo[len - 1]... will do bad things if len == 0. | Kjell Wooding |
2006-05-03 | goodbye noisy debug. | Dale Rahn |
2006-05-03 | checks that libraries are libaries and programs are programs. (needs cleanup) | Dale Rahn |
2006-05-03 | When loading 'binaries' ignore libraries. | Dale Rahn |
2006-05-03 | Add some regress tests for lint1 crashes which are not solved yet | Chad Loder |
2006-05-03 | more test cases | Otto Moerbeek |
2006-05-03 | be smarter about warning for null effects; kills a lot of spurious | Otto Moerbeek |
2006-05-03 | Overhaul of the disassembler code, with random fixes, better conditionnal | Miod Vallat |
2006-05-03 | Fix a (documented) logic botch in inst_load(). | Miod Vallat |
2006-05-03 | prebind - how to prelink a binary without throwing security out the window | Dale Rahn |
2006-05-03 | Extra paranoid, do not allow the dynamic linker to have unresolved references | Dale Rahn |
2006-05-03 | Keep the state of the debugger constistant, let it know a the dynamic | Dale Rahn |
2006-05-03 | Rewrite the ld.so syscall stubs as macros. no binary change. | Dale Rahn |
2006-05-03 | Use xasprintf and xfree. | Ray Lai |
2006-05-03 | respect TMPDIR; OK ray@. | Xavier Santolaria |
2006-05-03 | be more clear about policy inheritance | Nikolay Sturm |
2006-05-03 | SYSTR_MSG_CHILD is also sent when a child exits, from pr 5088 | Nikolay Sturm |
2006-05-03 | Provide a function pointer that allows for the wdc reset | Jonathan Gray |