summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-26multi-line literals are not ANSI C. And gcc3 complains about them.Marc Espie
2003-11-25ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@.Matthieu Herrb
2003-11-25test cipher speed for different hmac/cipher combinations.Markus Friedl
2003-11-25empty pathname is invalid; from Akinori Saitoh;Jason McIntyre
2003-11-25Make SIOCGIFHWADDR work. ok mickey@Thomas Nordin
2003-11-25Let cxxfilt compile without any external binutils stuff.Marc Espie
2003-11-25cxxfilt is now a separate program, split from libibertyMarc Espie
2003-11-25Build the new pieces of libiberty that gcc3 will want.Marc Espie
2003-11-25`merge' old hashtab interface and new, since those are disjoint.Marc Espie
2003-11-25quick and dirty md5 functions wrapper, so that we can use the libc version.Marc Espie
2003-11-25extra file mangled by cvs.Marc Espie
2003-11-25fix instances of cvs brain-damage. We want the current FSF version ofMarc Espie
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-11-25Duplicate proto, result of bad mergeMarc Espie
2003-11-25fix stupid cvs conflicts.Marc Espie
2003-11-25Synch with gcc-3.3.2 versionMarc Espie
2003-11-25Protect against ARRAY_SIZE redefinitionMarc Espie
2003-11-25Sync libedit to NetBSD libedit as of Nov 8, 2003.Otto Moerbeek
2003-11-25obvious fix for gcc3.Marc Espie
2003-11-25wording improvements from Brian Poole;Jason McIntyre
2003-11-25- document interaction with SIGINFO, as observed by Franciszek Holop on misc@Jason McIntyre
2003-11-24experimental support for HVT as a 2nd level tlbMichael Shalayeff
2003-11-24-fno-builtin. okay dale `mvmeppc doesn't exist' rahn.Marc Espie
2003-11-24bye, bye, they moved.Marc Espie
2003-11-24Switch to using libiberty in new location.Marc Espie
2003-11-24pieces to grab c++filt directly off libibertyMarc Espie
2003-11-24Fix build for new locationMarc Espie
2003-11-24Add build piecesMarc Espie
2003-11-24Synch with gcc-3.3.2 versionMarc Espie
2003-11-24OpenBSD changes: synch somewhere between binutils-2.10 and 2.11Marc Espie
2003-11-24Synch with gcc-3.3.2 versionMarc Espie
2003-11-24And the includes are taken from GCC 2.95.pre3 test3Marc Espie
2003-11-24Second import from the vendor branch: binutils-2.11.2Marc Espie
2003-11-24Moving libiberty around, keeping vendor branch.Marc Espie
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24fix load anchor BNF.Henning Brauer
2003-11-24typo from Michael Knudsen;Jason McIntyre
2003-11-24have to apm_set_ver() before the values calculated get used; from nedko@users...Michael Shalayeff
2003-11-24prevent double-free; from aldo@nullcube.com; dhartmei@ okMichael Shalayeff
2003-11-24make it use system bcopy/bzero (speeds up the vax about twice); from pr3549Michael Shalayeff
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-23from portable: rename clashing variable limit-> limit_rate; ok markus@Damien Miller
2003-11-23consistency PATH_MAX -> MAXPATHLEN; ok markus@Damien Miller
2003-11-23from portable - use sysconf to detect fd limit; ok markus@Damien Miller
2003-11-23If gld${EMULATION_NAME}_search_dir() returns NULL, return earlyNikolay Sturm
2003-11-23Check correct array index KERN_VNODE; from Alistair KerrTodd C. Miller
2003-11-23Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-23check for too-small length in stream debug codeAnil Madhavapeddy