Age | Commit message (Expand) | Author |
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 |
2003-11-25 | empty pathname is invalid; from Akinori Saitoh; | Jason McIntyre |
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 |
2003-11-25 | Build 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-25 | quick and dirty md5 functions wrapper, so that we can use the libc version. | Marc Espie |
2003-11-25 | extra file mangled by cvs. | Marc Espie |
2003-11-25 | fix instances of cvs brain-damage. We want the current FSF version of | Marc Espie |
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 |
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 |
2003-11-25 | obvious fix for gcc3. | Marc Espie |
2003-11-25 | wording improvements from Brian Poole; | Jason McIntyre |
2003-11-25 | - document interaction with SIGINFO, as observed by Franciszek Holop on misc@ | Jason McIntyre |
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 |
2003-11-24 | Switch to using libiberty in new location. | Marc Espie |
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 |
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 |
2003-11-24 | -fno-builtin, checked by millert@ | Marc Espie |
2003-11-24 | fix load anchor BNF. | Henning Brauer |
2003-11-24 | typo from Michael Knudsen; | Jason McIntyre |
2003-11-24 | have to apm_set_ver() before the values calculated get used; from nedko@users... | Michael Shalayeff |
2003-11-24 | prevent double-free; from aldo@nullcube.com; dhartmei@ ok | Michael Shalayeff |
2003-11-24 | make it use system bcopy/bzero (speeds up the vax about twice); from pr3549 | Michael Shalayeff |
2003-11-24 | madvise mmapped memory (not used code) | Michael Shalayeff |
2003-11-24 | Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@ | Darren Tucker |
2003-11-23 | -fno-builtin* checked by brad@ | Marc Espie |
2003-11-23 | from portable: rename clashing variable limit-> limit_rate; ok markus@ | Damien Miller |
2003-11-23 | consistency PATH_MAX -> MAXPATHLEN; ok markus@ | Damien Miller |
2003-11-23 | from portable - use sysconf to detect fd limit; ok markus@ | Damien Miller |
2003-11-23 | If gld${EMULATION_NAME}_search_dir() returns NULL, return early | Nikolay Sturm |
2003-11-23 | Check correct array index KERN_VNODE; from Alistair Kerr | Todd C. Miller |
2003-11-23 | Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-11-23 | check for too-small length in stream debug code | Anil Madhavapeddy |