Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-11-26 | after some discussion with nick@, note that `hd*' syntax makes more | Jason 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-26 | sync | Alexander Yurchenko | |
2003-11-26 | Consistency in smbus controllers names | Alexander Yurchenko | |
ok mickey@ | |||
2003-11-26 | fix #ifdef before #define; ok markus@ | Damien Miller | |
2003-11-26 | Discard first 256 bytes of keystream, as per recommendation in | Damien Miller | |
"Weaknesses in the Key Scheduling Algorithm of RC4", Fluhrer, Mantin and Shamir. ok itojun@ | |||
2003-11-26 | small update for openssl dsa and sort options; | Jason McIntyre | |
2003-11-26 | remove reference to defunct Digital Pathways, and note that SNK-004 tokens | Jason McIntyre | |
are no longer available; kill some .Pp's before displays; diff from Alex Holst; | |||
2003-11-26 | Test reading uninitialized array locations. | Otto Moerbeek | |
2003-11-26 | Avoid a core dump on reading uninitiazed array locations. | Otto Moerbeek | |
2003-11-26 | Make source valid preprocessor tokens. | Marc Espie | |
ok hin@ | |||
2003-11-26 | The geodesc works great for SC1201 as well. ok markus@ | Kevin Lo | |
2003-11-26 | Replace log() with logit() since ISO C reserves log() for the math | Todd C. Miller | |
library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK. | |||
2003-11-26 | This 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-26 | Minor cleanup. Remove gratuitous use of __CONCAT that was needed | Todd C. Miller | |
to avoid SCCS braindamage. Also use ANSI function headers while we are here. Based on a diff from espie@ | |||
2003-11-26 | multi-line literals are not ANSI C. And gcc3 complains about them. | Marc Espie | |
2003-11-25 | ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@. | Matthieu Herrb | |
2003-11-25 | test 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-25 | empty pathname is invalid; from Akinori Saitoh; | Jason McIntyre | |
ok millert@ | |||
2003-11-25 | Make SIOCGIFHWADDR work. ok mickey@ | Thomas Nordin | |
2003-11-25 | Let cxxfilt compile without any external binutils stuff. | Marc Espie | |
2003-11-25 | cxxfilt is now a separate program, split from libiberty | Marc Espie | |
(still calling the demangler in libiberty). Grab the version from binutils-2.14 | |||
2003-11-25 | Build 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-25 | quick and dirty md5 functions wrapper, so that we can use the libc version. | Marc Espie | |
Help from markus. | |||
2003-11-25 | extra file mangled by cvs. | Marc Espie | |
kill files that no longer exist. | |||
2003-11-25 | fix instances of cvs brain-damage. We want the current FSF version of | Marc Espie | |
these files. | |||
2003-11-25 | Allow mvmeppc to compile again. not a supported arch. | Dale Rahn | |
2003-11-25 | Duplicate proto, result of bad merge | Marc Espie | |
2003-11-25 | fix 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-25 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-25 | Protect against ARRAY_SIZE redefinition | Marc Espie | |
2003-11-25 | Sync libedit to NetBSD libedit as of Nov 8, 2003. | Otto Moerbeek | |
Tested by jmc@ djm@ and myself | |||
2003-11-25 | obvious fix for gcc3. | Marc Espie | |
2003-11-25 | wording 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-24 | experimental support for HVT as a 2nd level tlb | Michael Shalayeff | |
2003-11-24 | -fno-builtin. okay dale `mvmeppc doesn't exist' rahn. | Marc Espie | |
2003-11-24 | bye, bye, they moved. | Marc Espie | |
(all these changes were okay'ed millert@, btw) | |||
2003-11-24 | Switch to using libiberty in new location. | Marc Espie | |
Disable building of cxxfilt in gcc, build it from its own directory. | |||
2003-11-24 | pieces to grab c++filt directly off libiberty | Marc Espie | |
2003-11-24 | Fix build for new location | Marc Espie | |
2003-11-24 | Add build pieces | Marc Espie | |
2003-11-24 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-24 | OpenBSD changes: synch somewhere between binutils-2.10 and 2.11 | Marc Espie | |
Support for mkstemps in choose-temp. | |||
2003-11-24 | Synch with gcc-3.3.2 version | Marc Espie | |
2003-11-24 | And the includes are taken from GCC 2.95.pre3 test3 | Marc Espie | |
2003-11-24 | Second import from the vendor branch: binutils-2.11.2 | Marc Espie | |
2003-11-24 | Moving libiberty around, keeping vendor branch. | Marc Espie | |
First: binutils-2.10. | |||
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie | |
2003-11-24 | fix load anchor BNF. | Henning Brauer | |
from Joel Knight |