summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-11-26after some discussion with nick@, note that `hd*' syntax makes moreJason McIntyre
sense when specifying a boot device than does `wd*' or `sd*', and replace examples with it; in line with what nick has already done to the faq; ok nick@ mickey@ weingart@
2003-11-26syncAlexander Yurchenko
2003-11-26Consistency in smbus controllers namesAlexander Yurchenko
ok mickey@
2003-11-26fix #ifdef before #define; ok markus@Damien Miller
2003-11-26Discard first 256 bytes of keystream, as per recommendation inDamien Miller
"Weaknesses in the Key Scheduling Algorithm of RC4", Fluhrer, Mantin and Shamir. ok itojun@
2003-11-26small update for openssl dsa and sort options;Jason McIntyre
2003-11-26remove reference to defunct Digital Pathways, and note that SNK-004 tokensJason McIntyre
are no longer available; kill some .Pp's before displays; diff from Alex Holst;
2003-11-26Test reading uninitialized array locations.Otto Moerbeek
2003-11-26Avoid a core dump on reading uninitiazed array locations.Otto Moerbeek
2003-11-26Make source valid preprocessor tokens.Marc Espie
ok hin@
2003-11-26The geodesc works great for SC1201 as well. ok markus@Kevin Lo
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK.
2003-11-26This is ISO C, use string concatenation, instead of bogus use of __CONCAT.Marc Espie
(hint: "a" and "b" can't be pasted as a valid C token...) okay millert@
2003-11-26Minor cleanup. Remove gratuitous use of __CONCAT that was neededTodd C. Miller
to avoid SCCS braindamage. Also use ANSI function headers while we are here. Based on a diff from espie@
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
disabled for now, use make LTESTS=cipher-speed t-cipher-speed to run the test
2003-11-25empty pathname is invalid; from Akinori Saitoh;Jason McIntyre
ok millert@
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
(still calling the demangler in libiberty). Grab the version from binutils-2.14
2003-11-25Build the new pieces of libiberty that gcc3 will want.Marc Espie
Bump major because of changes in c++ demangler.
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
Help from markus.
2003-11-25extra file mangled by cvs.Marc Espie
kill files that no longer exist.
2003-11-25fix instances of cvs brain-damage. We want the current FSF version ofMarc Espie
these files.
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
I think that cvs is a poor lonesome, depressive program. The only way it has found of getting your attention is to throw senseless conflicts that shouldn't exist in your way.
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
Tested by jmc@ djm@ and myself
2003-11-25obvious fix for gcc3.Marc Espie
2003-11-25wording improvements from Brian Poole;Jason McIntyre
kill a .Pp before a display;
2003-11-25- document interaction with SIGINFO, as observed by Franciszek Holop on misc@Jason McIntyre
- add some .Pp - typo
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
(all these changes were okay'ed millert@, btw)
2003-11-24Switch to using libiberty in new location.Marc Espie
Disable building of cxxfilt in gcc, build it from its own directory.
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
Support for mkstemps in choose-temp.
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
First: binutils-2.10.
2003-11-24-fno-builtin, checked by millert@Marc Espie
2003-11-24fix load anchor BNF.Henning Brauer
from Joel Knight