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